summary refs log tree commit diff
path: root/include/TrayIcon.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up headersKonstantinos Sideris2017-10-281-1/+0
|
* Update badge counter only on changeKonstantinos Sideris2017-10-011-1/+1
|
* Fixes #50.Rokas Kupstys2017-10-011-0/+2
| | | | | | 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.
* Style change againKonstantinos Sideris2017-09-101-12/+12
|
* Increase tray icon's bubble sizeKonstantinos Sideris2017-05-221-1/+1
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+58