summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-03-07add ability to set nice order via env varKali Kaneko
2014-02-27Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/fix/unread-notification-phrasing' into develop
2014-02-26Fix wrong method name for pastebin error.Ivan Alejandro
2014-02-26Show sending status in button and return raw link.Ivan Alejandro
2014-02-26Add pastebin support for upload logs.Ivan Alejandro
2014-02-26Add Pastebin button to logger window.Ivan Alejandro
Also add png image for the button and license information.
2014-02-26Add pastebin api wrapper file.Ivan Alejandro
Currently installation through PyPI isn't working so I embedded here. Add reference in license file.
2014-02-25fix phrasing of unread mail notificationKali Kaneko
2014-02-24Connect with correct soledad_failed signal.Ivan Alejandro
2014-02-20Improve logout action and fix typo.Ivan Alejandro
Related to #5131. [Closes #4815]
2014-02-19Catch ProgrammingError from pysqlcipher too.Ivan Alejandro
Related to #5130.
2014-02-17Update keymanager auth to interact with webapp v2 (Closes #5120).drebs
2014-02-17Merge remote-tracking branch 'refs/remotes/kali/profiling_goodies' into developTomás Touceda
2014-02-17silence decoratorKali Kaneko
2014-02-13Preserve settings' uuid on logout.Ivan Alejandro
2014-02-12Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/cancel-login-does-not-work' into develop
2014-02-12Handle closed db exception during sync.Ivan Alejandro
[Closes #5130]
2014-02-11Properly handle defer cancelling.Ivan Alejandro
- Fix issues related to "Cancel login does not work". - Move srpauth errback to mainwindow. - Add signal for provider setup cancel. - Add support to cancel the soledad defer. [Closes #4869] [Closes #4973]
2014-02-07Merge remote-tracking branch 'refs/remotes/ivan/bug/cosmetic-fixes' into developTomás Touceda
2014-02-07Pep8 fixes, remove commented ipdb, group imports.Ivan Alejandro
2014-02-07Merge remote-tracking branch 'refs/remotes/kali/feature/memstore-support' ↵Tomás Touceda
into develop
2014-02-07Ensure IMAP flushes data to disk before quitting. Closes #5095.drebs
2014-02-07Merge remote-tracking branch 'kali/bug/help_typos' into developIvan Alejandro
2014-02-06Take care of None value for the uuid.Ivan Alejandro
Receiving a None value was raising an exception that didn't show up since was trapped inside the srpauth:logout method. [Closes #4995] [Closes #5071]
2014-02-05fix typosKali Kaneko
2014-02-04Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/4984_update-menu-name-in-wizard' into develop
2014-02-04Update menu name in wizard.Ivan Alejandro
[Closes 4984]
2014-02-03Use the new log format in the GUI too.Ivan Alejandro
- Unify location for log format.
2014-01-31Improve logs readabilityIvan Alejandro
- levelname: after time, fixed width, left aligned - Line number before name and with fixed width - function with ()
2014-01-31Only sync soledad at account creation, otherwise defer to threadTomás Touceda
2014-01-27make plumber use memory storeKali Kaneko
2014-01-24Handle wizard close correctly. Closes #4986.Ivan Alejandro
- Refactor connection and disconnection from backend.
2014-01-23Replace provider hardcoded path with helper.Ivan Alejandro
Also reorder some imports and remove unused ones.
2014-01-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4488_use-existing-provider-by-default' into develop
2014-01-22Select by default the use of an existing provider.Ivan Alejandro
[Closes #4488]
2014-01-22Don't use an empty password to configure email.Ivan Alejandro
- Also add translation support for the help message. [Closes #4985]
2014-01-20Disable Advanced Key Manager import. Closes #4877.Ivan Alejandro
2014-01-17defend against keyring errorsKali Kaneko
on certain settings, like a virtualenv with symlinks, I'm getting errors after a suspend, related to a error to connect to the dbus socket. wrapping all of it in a conditional we avoid that kind of error.
2014-01-14Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/feature/4530_add-in-app-help-for-mail' into develop
2014-01-14Add dialog with instructions to configure mail.Ivan Alejandro
[Closes #4530]
2014-01-14Add an extra string for the singular 'email' word.Ivan Alejandro
Client should say 1 unread email, not emails. [Closes #4952]
2014-01-13Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/kali/bug/improve-commands-logging' into develop
2014-01-13Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/ivan/bug/4942_fix-logout-error-message' into develop
2014-01-13Reorder initialization calls.Kali Kaneko
* Refactor opt checking, paving the way for separation into commands module. * Do not hijack the stdout for commands, reduce clutter.
2014-01-13Use set_status for all messages.Ivan Alejandro
Remove set_login_status since it's a remaining code after split the login in a separated widget. [Closes #4942]
2014-01-13able to import maildirKali Kaneko
2014-01-12rename repair to plumber to suit more generic functionalityKali Kaneko
2014-01-12make plumber use the cached uuid instead of authenticatingKali Kaneko
2014-01-12Merge remote-tracking branch 'refs/remotes/kali/feature/offline-mode' into ↵Tomás Touceda
develop
2014-01-11beautify link to downloads (make it a link)Kali Kaneko