summary refs log tree commit diff
path: root/src/TrayIcon.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement a setting for the tray icon (#108)Jani Mustonen2017-11-021-3/+0
|
* Clean up headersKonstantinos Sideris2017-10-281-0/+1
|
* Update badge counter only on changeKonstantinos Sideris2017-10-011-7/+11
|
* Fixes #50.Rokas Kupstys2017-10-011-0/+29
| | | | | | On KDE desktop icon failed to appear because TrayIcon requested a zero-size rect. Implementing MsgCountComposedIcon::availableSizes() method fixes that. After icon became visible it was not transparent, and places that should have been transparent contained artifacts likely due to uninitialized memory. Implementing MsgCountComposedIcon::pixmap() which returns a pixmap with alpha channel fixes that.
* Ctrl-Q from the main window quits the application (#69)Max Sandholm2017-09-241-1/+1
| | | | | | Ctrl-Q from the main window now quits the application. fixes #61
* Style change againKonstantinos Sideris2017-09-101-51/+57
|
* Small style changeKonstantinos Sideris2017-08-201-15/+11
|
* Remove custom badge counter from mac and windows (#42)Konstantinos Sideris2017-07-091-0/+9
| | | | - Add icon set on mac for future packaging
* Show unread count on MacOs toolbarKonstantinos Sideris2017-07-011-0/+11
|
* Set up translationsKonstantinos Sideris2017-05-291-2/+2
|
* Increase tray icon's bubble sizeKonstantinos Sideris2017-05-221-1/+5
|
* Properly quit app on tray icon's actionKonstantinos Sideris2017-05-211-1/+4
| | | | closes #30
* Minimize to trayKonstantinos Sideris2017-05-211-0/+93