Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-09-20 | move out vpn management utility | Kali Kaneko | |
2013-09-19 | Merge remote-tracking branch 'ivan-github/feature/standalone-flag-to-module' ↵ | Kali Kaneko | |
into develop | |||
2013-09-18 | Move STANDALONE flag to a module and unify paths queries. | Ivan Alejandro | |
2013-09-18 | Move EIP status and action to submenu in tray. | Ivan Alejandro | |
2013-09-18 | Update services' status texts. | Ivan Alejandro | |
2013-09-18 | Remove the provider domain item from tray menu. | Ivan Alejandro | |
2013-09-18 | Remove unused existing code. | Ivan Alejandro | |
2013-09-18 | Merge remote-tracking branch 'kali/bug/start_smtp_without_eip' into develop | Ivan Alejandro | |
2013-09-18 | download cert for SMTP if EIP did not do it. | Kali Kaneko | |
includes refactor of common code for download of certificates and config files. | |||
2013-09-18 | Merge remote-tracking branch 'ivan-github/bug/3774_handle-logout-problem' ↵ | Kali Kaneko | |
into develop | |||
2013-09-16 | Wait for visibility to change before update menu. | Ivan Alejandro | |
2013-09-13 | Handle correctly a logout problem. Closes #3774. | Ivan Alejandro | |
Also remove preferences button disable, we don't need that. | |||
2013-09-11 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3791_prevent-last-window-close-app' into develop | |||
2013-09-11 | Prevent last window closing the app in tray. | Ivan Alejandro | |
2013-09-11 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'ivan-github/bug/3714_fix-logger-saving-several-line-returns' into develop | |||
2013-09-10 | Fix LoggerWindow saving triple \n. Closes #3714. | Ivan Alejandro | |
2013-09-09 | Make user messages more consistent. | Ivan Alejandro | |
2013-09-09 | Improve systray tooltip. | Ivan Alejandro | |
2013-09-05 | Display the mx status in the system tray. | Ivan Alejandro | |
2013-09-05 | Fix: Update version location. | Ivan Alejandro | |
2013-09-04 | Fix save log dialog freezing. Closes #3675. | Ivan Alejandro | |
Avoid using native dialog seems to solve the QFileDialog freezing when qtreactor is used. See more at: http://www.code-corner.de/?p=171 |