summaryrefslogtreecommitdiff
path: root/src/leap/gui
AgeCommit message (Collapse)Author
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
2013-04-09make state switch more readablekali
2013-04-09fix markup typokali
s/br/b
2013-04-09fixes as per reviewkali
2013-04-04Several fixes in wizardkali
Closes:#2061 o Rewording of setup steps in wizard, to make them more meaningful to the non-technical user. Closes: #2061 o Fix typo in wizard o Fix multiple drawing of services if going back o Make registration errors show in red o Add a warning if EIP service needs admin password. Addresses part of #2062
2013-04-03Makes traffic indicators display fixed precision.kali
Closes:#2114
2013-04-03Do not populate user/pass when deselecting "remember"kali
Closes: #2059
2013-03-26Merge branch 'feature/windows_install_tap' of ↵kali
git://github.com/chiiph/leap_client into develop Conflicts: src/leap/gui/mainwindow.py
2013-03-26Merge branch 'bug/systray_behavior' of git://github.com/chiiph/leap_client ↵kali
into develop
2013-03-25Reorder imports based on rope's recommendationsTomás Touceda
2013-03-25Add windows platform initializerTomás Touceda
2013-03-22Improve systray behavior with context menu and activationTomás Touceda
2013-03-22Make Windows use a regular socketTomás Touceda
2013-03-21Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into developTomás Touceda
2013-03-21Fixes as per reviewTomás Touceda
2013-03-21Handle configuration and paths in a standalone wayTomás Touceda
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way.
2013-03-21syntax fix for python 2.6Kali Kaneko
2013-03-20Display ASSIGN_IP state correctly in the mainwindowTomás Touceda
2013-03-15namespace leap + leap.common splitkali
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository.
2013-03-13Always show the eip icon if the service is available and enabledTomás Touceda
2013-03-13Use a unix socket every time for nowTomás Touceda
Will need a special case for windows
2013-03-13Add a TODO comment to not forget improve the configured providers checkTomás Touceda
2013-03-13Make sure we always end up with the proper list of servicesTomás Touceda
2013-03-13Display a more related error message for https wizard checksTomás Touceda
Differentiate between SSLError and other type of errors, so to its clear when the certificate fails and when the connection fails or other kind of problems
2013-03-13Notify the user of pkexec/polkit/openvpn checksTomás Touceda
2013-03-13Add vpn already running checksTomás Touceda
2013-03-13Add mtime check for existing json definitions before downloadTomás Touceda
Also, wait for threads to finish when quitting
2013-03-12Make the wizard provider setup onlyTomás Touceda
Also: - Add a way to enable/disable services for a provider - Run EIP only if it is enabled
2013-03-12Login after registerTomás Touceda
Also, mark error in red and bold in the register form
2013-03-12Make login in parallelTomás Touceda
2013-03-12Prepend https:// to the provider domainTomás Touceda
2013-03-12Add watermark imageTomás Touceda
2013-03-12Reset error message when the provider changesTomás Touceda
2013-03-12Display ? icon for the test being run at the timeTomás Touceda
Also, change button texts
2013-03-12Add version to aboutTomás Touceda
2013-03-12Fix disconnect problem with start/stop EIP buttonTomás Touceda
2013-03-12Set vpn systray tooltip to the latest statusTomás Touceda