Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-10 | [feat] multi-user events. | Kali Kaneko | |
Adapt to users emitting the userid/uuid too. - Resolves: #7656 - Releases: 0.10.0 | |||
2015-11-06 | [bug] fix set_soledad_invalid_auth_token event cb signature | Kali Kaneko | |
2015-11-03 | [feat] add ui message to help new mail users | Ivan Alejandro | |
Add a UI message for the user to know where to go next. This message goes away after 60 seconds or right after a MUA logs in. - Resolves: #7552 | |||
2015-09-18 | [bug] show unread emails after sync complete | Ivan Alejandro | |
Right after a complete sync we show the unread emails. - Resolves: #7453 | |||
2015-08-11 | [feat] add soledad sync progress to the UI | Ivan Alejandro | |
Register to Soledad's sync (send and receive) events and display the progress in the UI. - Resolves: #7353 | |||
2015-07-20 | [refactor] minor reordering of events registration | Kali Kaneko | |
Also, do not raise assertionerror, log warning instead. | |||
2015-06-22 | [feat] replace old log handler with new one | Ivan Alejandro | |
Replace logging.getLogger with custom get_logger. Remove some unneeded dependencies and reorder other. | |||
2015-05-27 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-01-28 | Remove all the Slot() decorators. | Ivan Alejandro | |
This causes (on certain scenarios) the app to segfault and it is really hard to debug. | |||
2014-10-06 | Replace triple dot character with 3 dots. | Ivan Alejandro | |
The string was unicode and the conversion was troublesome, was displayed badly on transifex. | |||
2014-08-11 | used 22x22 pixel icons instead of 24x24 pixel icons (since ubuntu needs 22 ↵ | elijah | |
anyway) | |||
2014-08-11 | temporarily switch back to using png icons | elijah | |
2014-08-10 | svg icons! well, how about that? | elijah | |
2014-07-11 | Use better message for the initial sync. | Ivan Alejandro | |
Closes #5875. | |||
2014-05-21 | Refactor SoledadBootstrapper to backend. | Ivan Alejandro | |
2014-04-17 | Use consistent wording for triggers documentation. | Ivan Alejandro | |
2014-04-17 | Use Slot decorator instead of SLOT docstring. | Ivan Alejandro | |
2014-03-18 | Catch soledad invalid token error (#5191). | drebs | |
2014-03-04 | double dot → ellipsis | KwadroNaut | |
2014-02-25 | fix phrasing of unread mail notification | Kali Kaneko | |
2014-01-14 | Add an extra string for the singular 'email' word. | Ivan Alejandro | |
Client should say 1 unread email, not emails. [Closes #4952] | |||
2013-11-11 | Show a more generic message to the user. | Ivan Alejandro | |
2013-11-08 | Check if we have a systray to use. | Ivan Alejandro | |
This fixes a failure when we run the first run wizard and don't have a systray ready. | |||
2013-11-08 | Use 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-08 | Use display service name instead of hardcode it. | Ivan Alejandro | |
2013-11-06 | Add hint about the duration of key generation. | Ivan Alejandro | |
[Closes #3958] | |||
2013-11-01 | remove print | Kali Kaneko | |
2013-10-28 | Mail State Machine refactor. Closes: #4059 | Kali Kaneko | |
2013-10-17 | Only show N unread Emails when N > 0 | Tomás Touceda | |
2013-10-10 | Display a Soledad error to the user if needed. | Ivan Alejandro | |
2013-10-10 | Remove unused line. | Ivan Alejandro | |
Was left here after the status refactor that split status in eip status and mail status. | |||
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-01 | Implement new UI | Tomás Touceda | |
Also: - Remove status_panel - Add new icons - Refactor components a bit (mostly divide functionality) |