summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mail_status.py
AgeCommit message (Expand)Author
2015-12-10[feat] multi-user events.Kali Kaneko
2015-11-06[bug] fix set_soledad_invalid_auth_token event cb signatureKali Kaneko
2015-11-03[feat] add ui message to help new mail usersIvan Alejandro
2015-09-18[bug] show unread emails after sync completeIvan Alejandro
2015-08-11[feat] add soledad sync progress to the UIIvan Alejandro
2015-07-20[refactor] minor reordering of events registrationKali Kaneko
2015-06-22[feat] replace old log handler with new oneIvan Alejandro
2015-05-27[feat] adapt to new events api on commonIvan Alejandro
2015-01-28Remove all the Slot() decorators.Ivan Alejandro
2014-10-06Replace triple dot character with 3 dots.Ivan Alejandro
2014-08-11used 22x22 pixel icons instead of 24x24 pixel icons (since ubuntu needs 22 an...elijah
2014-08-11temporarily switch back to using png iconselijah
2014-08-10svg icons! well, how about that?elijah
2014-07-11Use better message for the initial sync.Ivan Alejandro
2014-05-21Refactor SoledadBootstrapper to backend.Ivan Alejandro
2014-04-17Use consistent wording for triggers documentation.Ivan Alejandro
2014-04-17Use Slot decorator instead of SLOT docstring.Ivan Alejandro
2014-03-18Catch soledad invalid token error (#5191).drebs
2014-03-04double dot → ellipsisKwadroNaut
2014-02-25fix phrasing of unread mail notificationKali Kaneko
2014-01-14Add an extra string for the singular 'email' word.Ivan Alejandro
2013-11-11Show a more generic message to the user.Ivan Alejandro
2013-11-08Check if we have a systray to use.Ivan Alejandro
2013-11-08Use custom systray that ease the tooltip use.Ivan Alejandro
2013-11-08Use display service name instead of hardcode it.Ivan Alejandro
2013-11-06Add hint about the duration of key generation.Ivan Alejandro
2013-11-01remove printKali Kaneko
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-10-17Only show N unread Emails when N > 0Tomás Touceda
2013-10-10Display a Soledad error to the user if needed.Ivan Alejandro
2013-10-10Remove unused line.Ivan Alejandro
2013-10-03Start Soledad only if Mail is enabled for the current providerTomás Touceda
2013-10-01Implement new UITomás Touceda