summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-01-09Add flag to disable version check.Ivan Alejandro
2014-01-09Use short version since we don't care of suffix.Ivan Alejandro
This way we support client '0.5.0-rc3' if the provider supports '0.5.0'.
2014-01-09Replace version check with a better one.Ivan Alejandro
2014-01-09Warn the user on incompatible api error.Ivan Alejandro
- Add a proper signal for the incompatible api error. - Warn the user of an incompatible api.
2014-01-09Refactor provider utilities.Ivan Alejandro
2014-01-09Move a provider problem to a separate signal.Ivan Alejandro
- Some code cleanup - Fix typos
2014-01-09Warn the user if is using an old app version.Ivan Alejandro
[Closes #4636]
2014-01-07Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/feature/4885_make-soledad-wait-for-eip-after-logging-in' into develop
2014-01-07Make Soledad wait for EIP before starting (#4885).drebs
2014-01-06Disconnect signals before closing the wizard.Ivan Alejandro
[Closes #4817]
2013-12-26comments here and thereKali Kaneko
2013-12-23add hash specifically in about dialog.Kali Kaneko
2013-12-20mail logsKali Kaneko
2013-12-19Merge remote-tracking branch ↵Ivan Alejandro
'chiiph/feature/display_domain_instead_of_provider_name' into develop
2013-12-19Display domain instead of provider name in the login infoTomás Touceda
2013-12-19Merge remote-tracking branch 'chiiph/bug/use_bitmask_icon_mac' into developIvan Alejandro
2013-12-19Use Bitmask icon for admin permission dialog in OSXTomás Touceda
2013-12-18Refactor provider_bootstrapper out of mainwindowTomás Touceda
2013-12-18Merge remote-tracking branch 'refs/remotes/kali/feature/repair-mailbox' into ↵Tomás Touceda
develop
2013-12-18add repair mailbox utilityKali Kaneko
2013-12-17pep8Kali Kaneko
2013-12-17Reset registration error and input widgets.Ivan Alejandro
The registration widgets are cleared if the user goes back to the provider selection page. [Closes #4742]
2013-12-17take get_db_paths function out of classKali Kaneko
2013-12-17display mail version tooKali Kaneko
2013-12-13Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4734-akm-stored-public-keys-view' into develop
2013-12-13Add view for stored public keys. Closes #4734.Ivan Alejandro
2013-12-12main window ui: remove unused statusbarelijah
2013-12-12login widget: tighten spacing, get rid of non-standard font family.elijah
2013-12-12modified eip widget: change font to look better when under login widget, ↵elijah
tightened spacing, moved upload and download icons to the buttons themselves, get rid of extra left whitespace padding on bandwidth status.
2013-12-12move login widget to top of main window, move preference buttons to menu.elijah
2013-12-12Disable and stop EIP on setting save.Ivan Alejandro
2013-12-06Use service name instead of hardcoded one.Ivan Alejandro
2013-12-06Disable Turn On EIP in tray if EIP is disabled.Ivan Alejandro
[Closes #4630]
2013-12-02Merge remote-tracking branch 'chiiph/bug/4504_properly_close_soledad' into ↵Kali Kaneko
develop
2013-12-02Remove EIP has stopped messageTomás Touceda
2013-12-02Encode paths out.Ivan Alejandro
2013-12-02Encode URIs out.Ivan Alejandro
2013-12-02Use repr() to show unicode values.Ivan Alejandro
2013-11-29Properly close Soledad at quitTomás Touceda
2013-11-28Add --nobind as VPN parameterTomás Touceda
2013-11-26Merge remote-tracking branch 'kali/bug/do-not-install-policykit-in-deb' into ↵Ivan Alejandro
develop
2013-11-26do not compare to True as per pep8 recommendationsKali Kaneko
2013-11-25Select the provider selected in the login widget.Ivan Alejandro
In the preferences window, now we select the current provider from the login widget, no matter if the user is logged in or not. [Closes #4490]
2013-11-25Avoids the checking for an "updated" policy file for debian package.Kali Kaneko
In the case of the debian package, we already take care to put the file in place, so this check is not needed.
2013-11-21Disable eip-config for uninitialized providers.Ivan Alejandro
- Show the user which provider has not been initialized and disable its usage. - Add support for absolute path in get_eipconfig_path. - Replace hadr-coded paths with get_eipconfig_path.
2013-11-20Remove unused import.Ivan Alejandro
2013-11-20Disable the EIP start if EIP is disabled.Ivan Alejandro
2013-11-20Add providers even if the wizard is rejected.Ivan Alejandro
2013-11-19Remove unused execution path.Ivan Alejandro
2013-11-19Disable EIP if need login before to be usable.Ivan Alejandro