summaryrefslogtreecommitdiff
path: root/src/leap/gui
AgeCommit message (Collapse)Author
2013-06-13Merge remote-tracking branch 'kali/feature/osx-eip-scripts_rev1' into developTomás Touceda
Conflicts: src/leap/gui/mainwindow.py
2013-06-13pep8kali
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-11Merge remote-tracking branch 'chiiph/feature/granular_login' into developkali
2013-06-07Wizard ui improvementsIvan Alejandro
Hide 'remember' checkbox until the registration succeeds. Use word wrapping to the successful registration message, to be more long-username-friendly.
2013-06-07Remember provider along with username and passwordIvan Alejandro
2013-06-06Make the login process more granular with defersTomás Touceda
2013-06-05Merge remote-tracking branch ↵Tomás Touceda
'ivan/bug/issue-2693_select-configured-provider' into develop
2013-06-05Only show question mark when the previous check passedTomás Touceda
2013-06-05Select the configured domain in the providers boxIvan Alejandro
2013-06-05Merge remote-tracking branch 'ivan/feature/qa-texts-and-registration-form' ↵Tomás Touceda
into develop
2013-06-05Improve wizard for registration processIvan 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-06-04Fix relative importTomás Touceda
2013-05-29Merge remote-tracking branch 'kali/feature/ci-ready' into developTomás Touceda
2013-05-30adapt test suite to latest client codekali
* fix run_tests * add tox.ini * cleanup/update requirements * fix coverage reports * add pypi badge
2013-05-29Integrate LoggerWindow with clientIvan Alejandro
2013-05-29Add logger window connected with the leap_handlerIvan 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-17fix a segfault when stopping the reactorkali
this particular way of invoking the run method in the reactor was giving trouble under some conditions. switching to runReturn makes it work.
2013-05-17catch reactor not running errorkali
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
2013-05-11Add support for requests<1.0.0Tomas Touceda
2013-05-11updated documentationkali
* documentation reviewed after rewrite, ready for 0.2.1 * updated docstrings format to fit sphinx autodoc
2013-04-12Add --danger option to not validate the first hop of certificatesTomas Touceda
This is intended to be used while testing, not in production
2013-04-12Fix UI which was missbehavingTomas Touceda
- Remove the <b> wrapping on checkboxes, since they don't understand HTML - Change the display of provider since providers with big names like dev.bitmask.net make the UI look bad.
2013-04-11Merge remote-tracking branch 'kali/feature/single-instance-app2' into developTomas Touceda
Conflicts: src/leap/gui/mainwindow.py
2013-04-11missing comma in tuplekali
2013-04-11Use dark icons (light theme) for OSXkali
Closes:#2130
2013-04-10detection of multiple instances using flock.kali
sending RAISE_WINDOW leap event if we are not the main instance.
2013-04-10Move ensure server to the very beginningTomas Touceda
Also, fix documentation for a slot and mini-refactor a method for improved translations.
2013-04-10Display a simple message when updates are availableTomas Touceda
2013-04-09Merge remote-tracking branch 'kali/bug/deselect-remember' into developTomas Touceda
2013-04-09Merge remote-tracking branch 'kali/bug/wizard-text-improvements' into developTomas Touceda