summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
AgeCommit message (Collapse)Author
2013-06-19Comment out soledad temporarily. Closes #2932.Ivan Alejandro
2013-06-19Merge remote-tracking branch 'kali/feature/improve_texts' into developchiiph
2013-06-19Merge remote-tracking branch 'ivan/bug/2905_close_app_on_rejected_wizard' ↵chiiph
into develop
2013-06-20Improve labels in the appkali
* Clarify use of EIP * Closes #2695
2013-06-18Close the app on rejected wizard. Closes bug #2905Ivan Alejandro
2013-06-17Remove temporal folder during shutdownkali
Closes: #2891 This is the temporal folder that is used under osx and linux for the unix socket to connect to the management interface.
2013-06-14Merge remote-tracking branch 'kali/feature/terminate_openvpn_rev1' into developTomás Touceda
2013-06-15working openvpn termination: SIGTERM, then SIGKILL.kali
Closes: #2753
2013-06-15Merge remote-tracking branch 'chiiph/bug/fix_tray_behaviour' into developkali
2013-06-15disable soledad bootstrapperkali
2013-06-14Make both clicks behave the same in the systrayTomás Touceda
2013-06-14Fix wrong set_status call after refactorTomás Touceda
2013-06-14Merge remote-tracking branch 'chiiph/bug/fix_get_domains' into developkali
2013-06-14Merge remote-tracking branch 'chiiph/bug/dont_start_if_stopped' into developkali
2013-06-13Always use best provider configTomás Touceda
Also, set the expected user@provider after stopping EIP, in case it was automatically started with another provider
2013-06-13Refactor the status bits out of the MainWindow to StatusPanelWidgetTomás Touceda
2013-06-13Don't autostart EIP if the user explicitly stops the serviceTomás Touceda
2013-06-14Merge remote-tracking branch 'chiiph/bug/mark_already_started_false' into ↵kali
develop
2013-06-14Merge remote-tracking branch 'chiiph/feature/display_provider_in_tray' into ↵kali
develop
2013-06-13Always show context menu when clicking the systrayTomás Touceda
2013-06-13pep8kali
2013-06-13Refactor login to its own widget and remove Utils menuTomás Touceda
2013-06-13Merge remote-tracking branch 'kali/feature/osx-eip-scripts_rev1' into developTomás Touceda
Conflicts: src/leap/gui/mainwindow.py
2013-06-13If eip fails to autostart, mark it as suchTomás Touceda
2013-06-13pep8kali
2013-06-12Display the default provider in the systray menuTomás Touceda
2013-06-12Autostart EIP whenever possibleTomás Touceda
2013-06-11Remove lines disconnecting vpn on logoutIvan Alejandro
2013-06-11Merge remote-tracking branch 'kali/bug/openvpn-process_rev4' into developTomás Touceda
2013-06-12use twisted processProtocol instead of QProcess to drive openvpnkali
2013-06-11Merge remote-tracking branch 'ivan/bug/2755_remember-provider' into developTomás Touceda
2013-06-12Merge remote-tracking branch 'chiiph/feature/merge_systray' into developkali
Conflicts: src/leap/gui/mainwindow.py
2013-06-12Merge remote-tracking branch 'chiiph/feature/selected_provider_config' into ↵kali
develop
2013-06-11Save the provider used for EIP as the default provider.Tomás Touceda
2013-06-11Merge systray iconsTomás Touceda
Also, catch a possible problem with the login answer from the webapp and display a proper message
2013-06-11pep8kali
2013-06-07Remember provider along with username and passwordIvan Alejandro
2013-06-06Make the login process more granular with defersTomás Touceda
2013-06-05Select the configured domain in the providers boxIvan Alejandro
2013-06-04Remove CheckerThread from SRPAuthTomás Touceda
Also, some pep8 fixes
2013-06-03Use Twisted's deferToThread and Deferreds to handle parallel tasksTomás Touceda
This removes CheckerThread
2013-05-29Integrate LoggerWindow with clientIvan Alejandro
2013-05-23fix restore from minimized. Closes #2574kali
2013-05-22Merge remote-tracking branch 'ivan/bug/keyring-crash-on-wrong-password' into ↵Tomás Touceda
develop
2013-05-22Handle 'Incorrect Password' exception.Ivan Alejandro
closes issue #2640. don not automatic login if there is no password add changes file
2013-05-18Integrate SMTPTomás Touceda
2013-05-16Integrate soledad and keymanager in the clientTomas Touceda
2013-05-17use qtreactor so twisted is driven by qt main loopkali
aboutToQuit signal is not raised anymore with the qt4reactor. So we are calling all cleanup callbacks from the quit function.
2013-05-11Make the import of WindowsLock conditionalTomas Touceda
2013-05-11Fixup one instance on WindowsTomas Touceda