summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
AgeCommit message (Collapse)Author
2014-04-15Move EIP to the backend.Ivan Alejandro
- Add backend eip management - Connect gui with new eip signals - remove old unused code - remove Qt dependency from backend services. - use Signaler to emit status/state changes from openvpn
2014-04-15Move openvpn_verb to config.flagsIvan Alejandro
2014-04-15Disable wizard if we are logging in.Ivan Alejandro
This avoids signaling conflicts like the provider being setup in the wizard and being bootstrapped during login.
2014-04-15Keep track of backend's connected signals.Ivan Alejandro
2014-04-15Move SRPAuth to the backend.Ivan Alejandro
* Move methods from SRPAuth to backend: login, logout, change_password. * Add backend section to hold temporary hack code, needed in the process of splitting frontend and backend. * Replace pyside signals with Signaler signals. * Move all the signaling and thread launching in SRPAuth inside of __impl. * Move defer handling code (callbacks/errbacks) to the backend and left only signal handling in the GUI. [Closes #5347]
2014-04-14Refactor EIPBootstrapper to the backendTomás Touceda
2014-04-14Hide bandwidth if the openvpn process is killed.Ivan Alejandro
[Closes #5497]
2014-04-11Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4990_start-hidden-flag' into develop
2014-04-10Add flag to start the app hidden in the tray.Ivan Alejandro
Closes #4990.
2014-04-10Hide mainwindow on quit and show tooltip.Ivan Alejandro
2014-04-04Do not do native menu bars in Linux for nowTomás Touceda
2014-04-02Do not start soledad if its not provided and enabled.Ivan Alejandro
[Closes #5411]
2014-04-02Refactor check for provided and enabled services.Ivan Alejandro
Also use: `item in some_list` instead of `some_list.count(item) > 0`.
2014-03-27Properly set menubar nativeness after setupUiTomás Touceda
2014-03-18Catch soledad invalid token error (#5191).drebs
2014-03-13Check for DNS resolution after connecting EIP.Ivan Alejandro
[Closes #5301]
2014-03-11Move login/logout success/error msgs to the GUI.Ivan Alejandro
Also refactor signals to be more granular and notify clearly if there was an error or not, then in the GUI we show the corresponding message.
2014-03-11Move error messages for the user to the GUI.Ivan Alejandro
2014-03-10Merge remote-tracking branch 'chiiph/feature/remove_qtreactor' into developKali Kaneko
2014-03-07Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/centralized-defer-cancel' into develop
2014-03-07Merge remote-tracking branch 'refs/remotes/ivan/bug/better-soledad-retry' ↵Tomás Touceda
into develop
2014-03-07Remove qtreactor dependencyTomás Touceda
2014-03-07Move all the defer cancelling to a method.Ivan Alejandro
Also add X_defer = None for the defers after being cancelled.
2014-03-07Run all the soledad bootstrap on error.Ivan Alejandro
Before this fix, if the soledad bootstrapping failed during the first download process, we retried since after that point which caused a failure.
2014-03-06Select current provider as default in eip settingsIvan Alejandro
Set as selected default for the eip preferences window the item selented in the bitmask main window. [Closes #5153]
2014-02-24Connect with correct soledad_failed signal.Ivan Alejandro
2014-02-20Improve logout action and fix typo.Ivan Alejandro
Related to #5131. [Closes #4815]
2014-02-11Properly handle defer cancelling.Ivan Alejandro
- Fix issues related to "Cancel login does not work". - Move srpauth errback to mainwindow. - Add signal for provider setup cancel. - Add support to cancel the soledad defer. [Closes #4869] [Closes #4973]
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2014-02-07Ensure IMAP flushes data to disk before quitting. Closes #5095.drebs
2014-02-05fix typosKali Kaneko
2014-01-22Don't use an empty password to configure email.Ivan Alejandro
- Also add translation support for the help message. [Closes #4985]
2014-01-14Add dialog with instructions to configure mail.Ivan Alejandro
[Closes #4530]
2014-01-13Use set_status for all messages.Ivan Alejandro
Remove set_login_status since it's a remaining code after split the login in a separated widget. [Closes #4942]
2014-01-11beautify link to downloads (make it a link)Kali Kaneko
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2014-01-09Warn the user on incompatible api error.Ivan Alejandro
- Add a proper signal for the incompatible api error. - Warn the user of an incompatible api.
2014-01-09Move a provider problem to a separate signal.Ivan Alejandro
- Some code cleanup - Fix typos
2014-01-09Warn the user if is using an old app version.Ivan Alejandro
[Closes #4636]
2014-01-07Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/4885_make-soledad-wait-for-eip-after-logging-in' into develop
2014-01-07Make Soledad wait for EIP before starting (#4885).drebs
2014-01-06Disconnect signals before closing the wizard.Ivan Alejandro
[Closes #4817]
2013-12-26comments here and thereKali Kaneko
2013-12-23add hash specifically in about dialog.Kali Kaneko
2013-12-19Merge remote-tracking branch ↵Ivan Alejandro
'chiiph/feature/display_domain_instead_of_provider_name' into develop
2013-12-19Display domain instead of provider name in the login infoTomás Touceda
2013-12-18Refactor provider_bootstrapper out of mainwindowTomás Touceda
2013-12-17pep8Kali Kaneko
2013-12-12move login widget to top of main window, move preference buttons to menu.elijah
2013-12-12Disable and stop EIP on setting save.Ivan Alejandro