Age | Commit message (Expand) | Author |
2014-09-19 | single pref win: move preference window tracking to PreferencesWindow | elijah |
2014-09-19 | single pref win: enabled/disable services via preferences window, account page. | elijah |
2014-09-19 | single pref win: move eip preferences to new combined preference window. | elijah |
2014-09-16 | Hide AKM menu and disable the qt connection. | Ivan Alejandro |
2014-09-15 | Improve support for RTL languages. | Ivan Alejandro |
2014-09-11 | Add email firewall | Ruben Pollan |
2014-09-03 | Code cleanup and logging improvements. | Ivan Alejandro |
2014-08-28 | Remove /tmp/bitmask.lock on quit. Closes #5866. | Ivan Alejandro |
2014-08-27 | Hide button / improve message on missing helpers. | Ivan Alejandro |
2014-08-20 | Select current provider on EIP preferences. | Ivan Alejandro |
2014-08-19 | Update and get ready to start a provider on change. | Ivan Alejandro |
2014-08-19 | Change settings' provider on provider change. | Ivan Alejandro |
2014-08-18 | make the login not wait for eip it cannot-start-eip | Kali Kaneko |
2014-08-14 | moved provider selection popup menu to be at the top of the main window | elijah |
2014-08-13 | Ask for services stop when the wizard is needed. | Ivan Alejandro |
2014-08-13 | Stop the services if the selected provider is changed. | Ivan Alejandro |
2014-08-12 | Do some pep8 fixes. | Ivan Alejandro |
2014-08-11 | Merge remote-tracking branch 'refs/remotes/elijah/feature/minorui' into develop | Tomás Touceda |
2014-08-11 | Merge remote-tracking branch 'refs/remotes/meskio/bug/wait-for-eip-to-autolog... | Tomás Touceda |
2014-08-11 | Wait until EIP is up to autologin. Closes #5939. | Ruben Pollan |
2014-08-10 | remove "Hide Main Window" -- much better UX, less buggy, and makes it possibl... | elijah |
2014-08-10 | Clean up help dialog text. | elijah |
2014-08-08 | remove outdated comment | kali |
2014-08-06 | Fix logger window blocking the bitmask quit(). | Ivan Alejandro |
2014-08-06 | Replace twisted thread with QThread. | Ivan Alejandro |
2014-08-01 | Add cancel button for EIP connection. | kali |
2014-07-31 | Handle the system's quit correctly. | Ivan Alejandro |
2014-07-30 | Reduce services stop timeout. | Ivan Alejandro |
2014-07-28 | Do `quit()` if the system requested the app to close. | Ivan Alejandro |
2014-07-25 | Add Linux autostart. Closes #4989. | Ivan Alejandro |
2014-07-24 | Improve hide and show main window on Ubuntu | Tomás Touceda |
2014-07-24 | Don't call the backend if it's not online. | Ivan Alejandro |
2014-07-22 | Kill backend on quit if it does not respond. | Ivan Alejandro |
2014-07-21 | Add heartbeat to check if backend is alive. | Ivan Alejandro |
2014-07-14 | Prevent quit() being called more than once. | Ivan Alejandro |
2014-07-14 | pep8 fixes | Ivan Alejandro |
2014-07-14 | Use specific settings for backend. | Ivan Alejandro |
2014-07-14 | Remove twisted stopper from the GUI. | Ivan Alejandro |
2014-07-14 | Ask the backend for the country code. | Ivan Alejandro |
2014-07-14 | Add missing error/passed keys. | Ivan Alejandro |
2014-07-14 | Do backend calls using kwargs. | Ivan Alejandro |
2014-07-14 | Properly stop backend. | Ivan Alejandro |
2014-07-14 | Use new backend/signaler and start logic in processes. | Ivan Alejandro |
2014-07-11 | call soledad close | Kali Kaneko |
2014-07-02 | fix set syntax for 2.6 compat | Kali Kaneko |
2014-06-26 | disable eip if helper files not installed | Kali Kaneko |
2014-06-25 | Use a dict instead of an object to ease serialization. | Ivan Alejandro |
2014-06-23 | Fix wait time. Use milliseconds instead of seconds. | Ivan Alejandro |
2014-06-18 | Move backend to its own namespace. | Ivan Alejandro |
2014-06-18 | Replace twisted's callLater with Qt's singleShot. | Ivan Alejandro |