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-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 | 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-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 | 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 | Make login in parallel | Tomás Touceda | |
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-11 | Display error messages in red and bold | Tomás Touceda | |
2013-03-11 | Disable remember checkbox if no keyring is available | Tomás Touceda | |
Also set properly the enabledness of chkAutoLogin | |||
2013-03-11 | First run checks for a complete valid run of the wizard | Tomás Touceda | |
Not just the files on disk | |||
2013-03-11 | Notify if openvpn is not found | Tomás Touceda | |
2013-03-11 | Auto login after the first run wizard if registered a new user | Tomás Touceda | |
Also add pyxdg as a dep | |||
2013-03-11 | Finish up translation support | Tomás Touceda | |
Also: - Add spanish translations - Fix an issue when disabling autologin | |||
2013-03-11 | Add AutoLogin checkbox | Tomás Touceda | |
2013-03-08 | Add keyring and username/password saving capabilities | Tomás Touceda | |
Also: - Fix translations in SRPAuth - Support non-ascii passwords - Make the server check if the characters are allowed, just check for easy passwords | |||
2013-03-08 | Add translation support | Tomás Touceda | |
Also: - Make OpenVPN use a random port every time - Logout in parallel so the UI doesn't block - Add the WAIT status from OpenVPN to the mainwindow displays - Support non-unix sockets in the LinuxVPNLauncher | |||
2013-03-08 | Migrate VPN process to QProcess | Tomás Touceda | |
Also: - Add a new tray icon for the whole app and a VPN specific one - Add a way to start/stop EIP independently - Improve reaction to the process dying | |||
2013-03-07 | Change asserts for a custom leap_assert method | Tomás Touceda | |
Also: - Make SRPAuth and the Bootstrappers be a QObject instead of a QThread so we can use them inside another more generic thread - Add a generic CheckerThread that runs checks or whatever operation as long as it returns a boolean value - Closes the whole application if the wizard is rejected at the first run - Do not fail when the config directory doesn't exist - Set the wizard pixmap logo as LEAP's logo - Improve wizard checks - Make SRPRegister play nice with the CheckerThread | |||
2013-03-06 | Add UI merging all the code | Tomás Touceda | |
Also add resources |