summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui
AgeCommit message (Collapse)Author
2013-11-01Merge branch 'develop' of ssh://leap.se/bitmask_client into developKali Kaneko
2013-11-01remove printKali Kaneko
2013-10-31Select the logged in provider in the pref. window.Ivan Alejandro
[Closes #4117]
2013-10-31Password change policy improvement.Ivan Alejandro
Only allow the user to change its password if is logged in and: - provider supports email and its started. - provider does not support email. In case that the conditions needed are not fullfiled, show the user the actions needed to be able to change its password. [Closes #4093]
2013-10-30Refactor keyring usage and fix saving problemTomás Touceda
2013-10-30Remove autostart eip option from settings panel.Ivan Alejandro
[Closes #4132]
2013-10-30Merge remote-tracking branch 'chiiph/feature/hide_unused_services' into developIvan Alejandro
2013-10-30Merge remote-tracking branch 'chiiph/bug/tighter_clustering_eip_meter' into ↵Ivan Alejandro
develop
2013-10-30Fix non-ascii password change problem.Ivan Alejandro
[Closes #4003]
2013-10-30Hide unsupported services by the configured providersTomás Touceda
2013-10-30Align left the speed and transferred display for EIPTomás Touceda
2013-10-30Properly log EIP status changesTomás Touceda
2013-10-29Merge remote-tracking branch 'ivan/bug/4189_fix-non-ascii-path-problem' into ↵Tomás Touceda
develop
2013-10-29Update docstrings to unicode types.Ivan Alejandro
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-10-17Rename EIP to Encrypted Internet in its preference panelTomás Touceda
2013-10-17Only show N unread Emails when N > 0Tomás Touceda
2013-10-16Remember last domain used to login. Closes #4116.Ivan Alejandro
2013-10-15Remove remainings of unused properprovider settingIvan Alejandro
2013-10-15Remove unused code.Ivan Alejandro
2013-10-15Fix pep8 violations.Ivan Alejandro
2013-10-14Improve GUI based on QA roundsTomás Touceda
2013-10-14Always 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-11Show systray tooltip ON for EIP.Ivan Alejandro
2013-10-10Display a Soledad error to the user if needed.Ivan Alejandro
2013-10-10Remove unused line.Ivan Alejandro
Was left here after the status refactor that split status in eip status and mail status.
2013-10-08openvpn observerKali Kaneko
reacts to tls-restart, ping-restart and network unreachable.
2013-10-08Merge remote-tracking branch 'chiiph/bug/osx_menu' into developIvan Alejandro
2013-10-08Rename the Util menu to File in OSXTomás Touceda
2013-10-08Merge remote-tracking branch 'chiiph/bug/display_mail_status_enabled' into ↵Ivan Alejandro
develop
2013-10-08Display the mail status menu enabledTomás Touceda
2013-10-08Hide login error message when editing lnUser and lnPasswordTomás Touceda
2013-10-08Fix 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-03Properly stop the smtp daemonTomás Touceda
2013-10-03Merge remote-tracking branch 'chiiph/bug/allow_minimize_osx' into developIvan Alejandro
2013-10-03Add preference to set autostart EIP option.Ivan Alejandro
2013-10-03Allow window minization in OSXTomás Touceda
2013-10-03Start Soledad only if Mail is enabled for the current providerTomá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-03Merge remote-tracking branch 'kali/bug/fix-eip-switch-on' into developTomás Touceda
2013-10-03Disable EIP on/off button and action when login required.Kali Kaneko
Also adds an explicit should_autostart flag in config.
2013-10-03Reorder 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-03Separate pre-seeded providers from user added onesIvan Alejandro
2013-10-02remove duplicated method definitionKali Kaneko
2013-10-02Skip checks for an existing provider.Ivan Alejandro
2013-10-02Add providers combobox with configured providers.Ivan Alejandro
2013-10-02Move echo-mode-setting to the ui file.Ivan Alejandro
2013-10-02Merge remote-tracking branch 'chiiph/bug/hide_logout_error_msg' into developIvan Alejandro
2013-10-02Hide logout error message labelTomás Touceda
2013-10-01Use the same exception for all the auth user facing errorsTomás Touceda
2013-10-01Hide error message label when starting a new loginTomás Touceda