Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-11 | Merge remote-tracking branch 'kali/feature/single-instance-app2' into develop | Tomas Touceda | |
Conflicts: src/leap/gui/mainwindow.py | |||
2013-04-11 | missing comma in tuple | kali | |
2013-04-11 | Use dark icons (light theme) for OSX | kali | |
Closes:#2130 | |||
2013-04-10 | detection of multiple instances using flock. | kali | |
sending RAISE_WINDOW leap event if we are not the main instance. | |||
2013-04-10 | Move ensure server to the very beginning | Tomas Touceda | |
Also, fix documentation for a slot and mini-refactor a method for improved translations. | |||
2013-04-10 | Display a simple message when updates are available | Tomas Touceda | |
2013-04-09 | Merge remote-tracking branch 'kali/bug/deselect-remember' into develop | Tomas Touceda | |
2013-04-09 | Merge remote-tracking branch 'kali/bug/wizard-text-improvements' into develop | Tomas Touceda | |
2013-04-09 | make state switch more readable | kali | |
2013-04-09 | fix markup typo | kali | |
s/br/b | |||
2013-04-09 | fixes as per review | kali | |
2013-04-04 | Several fixes in wizard | kali | |
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-03 | Makes traffic indicators display fixed precision. | kali | |
Closes:#2114 | |||
2013-04-03 | Do not populate user/pass when deselecting "remember" | kali | |
Closes: #2059 | |||
2013-03-26 | Merge branch 'feature/windows_install_tap' of ↵ | kali | |
git://github.com/chiiph/leap_client into develop Conflicts: src/leap/gui/mainwindow.py | |||
2013-03-26 | Merge branch 'bug/systray_behavior' of git://github.com/chiiph/leap_client ↵ | kali | |
into develop | |||
2013-03-25 | Reorder imports based on rope's recommendations | Tomás Touceda | |
2013-03-25 | Add windows platform initializer | Tomás Touceda | |
2013-03-22 | Improve systray behavior with context menu and activation | Tomás Touceda | |
2013-03-22 | Make Windows use a regular socket | Tomás Touceda | |
2013-03-21 | Merge remote-tracking branch 'kali/feature/osx-eip-rewrite' into develop | Tomás Touceda | |
2013-03-21 | Fixes as per review | Tomás Touceda | |
2013-03-21 | Handle configuration and paths in a standalone way | Tomás Touceda | |
Also, abstracts QSettings under LeapSettings and adds a way to define the VPN env in a platform dependant way. | |||
2013-03-21 | syntax fix for python 2.6 | Kali Kaneko | |
2013-03-20 | Display ASSIGN_IP state correctly in the mainwindow | Tomás Touceda | |
2013-03-15 | namespace leap + leap.common split | kali | |
leap is a namespace package from here on. common folder will be deleted and moved to leap_pycommon repository. | |||
2013-03-13 | Always show the eip icon if the service is available and enabled | Tomás Touceda | |
2013-03-13 | Use a unix socket every time for now | Tomás Touceda | |
Will need a special case for windows | |||
2013-03-13 | Add a TODO comment to not forget improve the configured providers check | Tomás Touceda | |
2013-03-13 | Make sure we always end up with the proper list of services | Tomás Touceda | |
2013-03-13 | Display a more related error message for https wizard checks | Tomá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-13 | Notify the user of pkexec/polkit/openvpn checks | Tomás Touceda | |
2013-03-13 | Add vpn already running checks | Tomás Touceda | |
2013-03-13 | Add mtime check for existing json definitions before download | Tomás Touceda | |
Also, wait for threads to finish when quitting | |||
2013-03-12 | Make the wizard provider setup only | Tomás Touceda | |
Also: - Add a way to enable/disable services for a provider - Run EIP only if it is enabled | |||
2013-03-12 | Login after register | Tomás Touceda | |
Also, mark error in red and bold in the register form | |||
2013-03-12 | Make login in parallel | Tomás Touceda | |
2013-03-12 | Prepend https:// to the provider domain | Tomás Touceda | |
2013-03-12 | Add watermark image | Tomás Touceda | |
2013-03-12 | Reset error message when the provider changes | Tomás Touceda | |
2013-03-12 | Display ? icon for the test being run at the time | Tomás Touceda | |
Also, change button texts | |||
2013-03-12 | Add version to about | Tomás Touceda | |
2013-03-12 | Fix disconnect problem with start/stop EIP button | Tomás Touceda | |
2013-03-12 | Set vpn systray tooltip to the latest status | Tomás Touceda | |
2013-03-12 | Gray out the systray icon after logging out | Tomás Touceda | |
2013-03-12 | Check and try to fix certificate permissions | Tomás Touceda | |
2013-03-12 | Fix passwords are equal check for the register page | Tomás Touceda | |
2013-03-11 | Don't display a ? icon when we are checking things in the wizard | Tomás Touceda | |
2013-03-11 | Display error messages in red and bold | Tomás Touceda | |
2013-03-11 | Explicitly disable watermark pixmap in wizard | Tomás Touceda | |