Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-30 | Align left the speed and transferred display for EIP | Tomás Touceda | |
2013-10-29 | Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵ | Tomás Touceda | |
develop | |||
2013-10-29 | Update docstrings to unicode types. | Ivan Alejandro | |
2013-10-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
2013-10-17 | Rename EIP to Encrypted Internet in its preference panel | Tomás Touceda | |
2013-10-17 | Only show N unread Emails when N > 0 | Tomás Touceda | |
2013-10-16 | Remember last domain used to login. Closes #4116. | Ivan Alejandro | |
2013-10-15 | Remove remainings of unused properprovider setting | Ivan Alejandro | |
2013-10-15 | Remove unused code. | Ivan Alejandro | |
2013-10-15 | Fix pep8 violations. | Ivan Alejandro | |
2013-10-14 | Improve GUI based on QA rounds | Tomás Touceda | |
2013-10-14 | Always display first run wizard on first run. | Ivan Alejandro | |
* Display the wizard only the first time or if we don't have any provider configured. * Remove unused proper provider setting. * If we have a working provider (as a pinned one), the wizard won't show automatically after being displayed the first time. * If we cancel the first time wizard and we have a configured provider (like the pinned one) the app will not close. | |||
2013-10-11 | Show systray tooltip ON for EIP. | Ivan Alejandro | |
2013-10-10 | Display a Soledad error to the user if needed. | Ivan Alejandro | |
2013-10-10 | Remove unused line. | Ivan Alejandro | |
Was left here after the status refactor that split status in eip status and mail status. | |||
2013-10-08 | openvpn observer | Kali Kaneko | |
reacts to tls-restart, ping-restart and network unreachable. | |||
2013-10-08 | Merge remote-tracking branch 'chiiph/bug/osx_menu' into develop | Ivan Alejandro | |
2013-10-08 | Rename the Util menu to File in OSX | Tomás Touceda | |
2013-10-08 | Merge remote-tracking branch 'chiiph/bug/display_mail_status_enabled' into ↵ | Ivan Alejandro | |
develop | |||
2013-10-08 | Display the mail status menu enabled | Tomás Touceda | |
2013-10-08 | Hide login error message when editing lnUser and lnPassword | Tomás Touceda | |
2013-10-08 | Fix widget fit problem. Closes #4058. | Ivan Alejandro | |
The spacer policy was wrong. The size of the wizard had to be increased. The icon was shrinked. | |||
2013-10-03 | Properly stop the smtp daemon | Tomás Touceda | |
2013-10-03 | Merge remote-tracking branch 'chiiph/bug/allow_minimize_osx' into develop | Ivan Alejandro | |
2013-10-03 | Add preference to set autostart EIP option. | Ivan Alejandro | |
2013-10-03 | Allow window minization in OSX | Tomás Touceda | |
2013-10-03 | Start Soledad only if Mail is enabled for the current provider | Tomás Touceda | |
Also update enabled_services in mainwindow right after login to have an updated list of services to launch from that point on. | |||
2013-10-03 | Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into develop | Tomás Touceda | |
2013-10-03 | Disable EIP on/off button and action when login required. | Kali Kaneko | |
Also adds an explicit should_autostart flag in config. | |||
2013-10-03 | Reorder providers combo, disable if no providers. | Ivan Alejandro | |
- Move radio buttons to get more space for the labels. - If there are no configured providers then disable the combo. | |||
2013-10-03 | Separate pre-seeded providers from user added ones | Ivan Alejandro | |
2013-10-02 | remove duplicated method definition | Kali Kaneko | |
2013-10-02 | Skip checks for an existing provider. | Ivan Alejandro | |
2013-10-02 | Add providers combobox with configured providers. | Ivan Alejandro | |
2013-10-02 | Move echo-mode-setting to the ui file. | Ivan Alejandro | |
2013-10-02 | Merge remote-tracking branch 'chiiph/bug/hide_logout_error_msg' into develop | Ivan Alejandro | |
2013-10-02 | Hide logout error message label | Tomás Touceda | |
2013-10-01 | Use the same exception for all the auth user facing errors | Tomás Touceda | |
2013-10-01 | Hide error message label when starting a new login | Tomás Touceda | |
2013-10-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) | |||
2013-09-30 | Merge remote-tracking branch 'kali/feature/soledad_boostrap_error_handling' ↵ | Tomás Touceda | |
into develop | |||
2013-09-30 | make socket errors during initialization recoverable | Kali Kaneko | |
2013-09-30 | add comments | Kali Kaneko | |
2013-09-30 | Merge remote-tracking branch 'kali/bug/connection_aborted' into develop | Tomás Touceda | |
2013-09-30 | add connection_died transition to connecting->off too | Kali Kaneko | |
2013-09-30 | add connection_aborted signal to state machine | Kali Kaneko | |
2013-09-30 | Merge remote-tracking branch 'ivan/feature/refactor-vpnlaunchers' into develop | Tomás Touceda | |
2013-09-30 | Replace launcher with new implementation. | Ivan Alejandro | |
2013-09-30 | Make providerboostrapper take the verify path from our ca-bundle. | Kali Kaneko | |
Also, move module to a more logical placement, since provier boostrapping is not dependent on eip service. | |||
2013-09-20 | State Machine Builder and eip connection machine | Kali Kaneko | |
This implements an abstract definition of a LEAP state machine, and refactors eip connections to use it. |