summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2014-05-12add elijah's root-wrapper in pythonKali Kaneko
2014-04-28Increase life of a pastebin from 1 Week to 1 Month.Ivan Alejandro
2014-04-25Initialize SRPAuth asap, so signaler gets in.Ivan Alejandro
Closes #5581.
2014-04-25Add changes file for #5550Ivan Alejandro
2014-04-25Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5563_download-upload-backward' into develop
2014-04-24Show which provider we are using to rounte traffic.Ivan Alejandro
Closes #5551.
2014-04-23Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5540_change-password-does-not-work' into develop
2014-04-23Get password change working again. Closes #5540.Ivan Alejandro
- get the username from the login widget instead of the now not available srp_auth. - use lambda instead of partial to parametrize the error messages.
2014-04-23Swap upload/download data strings. Closes #5563.Ivan Alejandro
2014-04-23Merge remote-tracking branch 'chiiph/bug/reenable-ping-restart' into developKali Kaneko
Conflicts: changes/bug_reenable_ping_restart (adds issue number)
2014-04-23Merge remote-tracking branch 'chiiph/bug/reenable-ping-restart' into developKali Kaneko
2014-04-23Let OpenVPN handle ping-restartsTomás Touceda
2014-04-23Merge remote-tracking branch 'ivan-github/feature/skip-wizard-checks' into ↵Kali Kaneko
develop
2014-04-22Add flag to skip provider checks in wizard.Ivan Alejandro
2014-04-22Add checks to avoid errors when ctrl-c in wizard.Ivan Alejandro
Check that systray exists, not the case during first run. Cleanup reactor stop code. Closes #5559.
2014-04-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/5513_update-note-in-akm' into develop
2014-04-22Add changes file for #5513.Ivan Alejandro
2014-04-21Show the user if there was an error during provider setup.Ivan Alejandro
Also: - add slot decorator where needed - remove incorrect trigger docstring - factor out setting the same message into an existing helper [Closes #5424]
2014-04-17Add changes file for #5506.Ivan Alejandro
2014-04-16Let OpenVPN handle ping-restartsTomás Touceda
2014-04-16Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/refactor-logic-to-backend' into develop
2014-04-16Properly stop the Qt app before stopping the reactorTomás Touceda
2014-04-15Add changes file for #5349.Ivan Alejandro
2014-04-15Add changes file for #5347.Ivan Alejandro
2014-04-14Refactor EIPBootstrapper to the backendTomás Touceda
2014-04-14Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/5495_wizard-provider-edit-disable' into develop
2014-04-14Hide bandwidth if the openvpn process is killed.Ivan Alejandro
[Closes #5497]
2014-04-11Enable provider widget depending on radio button.Ivan Alejandro
Disable providers combo box during check and enable combo or line edit depending on radio button. [Closes #5495]
2014-04-11Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4990_start-hidden-flag' into develop
2014-04-11Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/hide-mainwindow-on-quit' into develop
2014-04-10Add flag to start the app hidden in the tray.Ivan Alejandro
Closes #4990.
2014-04-10Hide mainwindow on quit and show tooltip.Ivan Alejandro
2014-04-10Use non blocking dialog for Pastebin resultIvan Alejandro
With this change we no longer need to call the dialog with reactor.callLater. Also removed useless failure.trap Closes #5404.
2014-04-07Add support for Mate's polkit agent.Ivan Alejandro
2013-11-15Fold in changesTomás Touceda
2013-11-15Update requirementsTomás Touceda
2013-11-14Merge remote-tracking branch 'ivan/feature/advanced_key_management' into developTomás Touceda
2013-11-14Add changelog for #4448 and VERSION_COMPATIvan Alejandro
2013-11-14Enable password change in proper conditions.Ivan Alejandro
- Send soledad to the constructor and check with sameProxiedObjects - Check if soledad instance is defined, otherwise wait until soledad_ready [Closes #4449]
2013-11-13Merge remote-tracking branch 'kali/feature/do-not-wait-for-initial-sync' ↵Tomás Touceda
into develop
2013-11-12deferToThread initial soledad syncKali Kaneko
2013-11-12Send user's key to nickserver whenever the keymanager is initialized.drebs
2013-11-08Use custom systray that ease the tooltip use.Ivan Alejandro
- Create a custom SysTray that allows us to set services tooltips independently. - Initialize tooltip with service name at start. - Update required service status on tooltip update. [Closes #3998]
2013-11-07Merge remote-tracking branch ↵Tomás Touceda
'ivan/feature/3958_add-hint-about-duration-of-key-generation' into develop
2013-11-07Merge remote-tracking branch 'ivan/bug/remember-checks-in-wizard' into developTomás Touceda
2013-11-07Add changes file for #3814 and #3815.Ivan Alejandro
2013-11-07Add changes fileTomás Touceda
2013-11-07Merge remote-tracking branch 'kali/bug/fix-mail-reinitialization' into developTomás Touceda
2013-11-06add version_compatKali Kaneko
2013-11-06Initializes mail service with the user id.Kali Kaneko
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication.