Introduce SystemTray class to handle the systray icon sanely
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 14 Feb 2009 21:38:32 +0000 (22:38 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 14 Feb 2009 21:41:33 +0000 (22:41 +0100)
commit5a470c1acab34c95d957bf81dce7e7cd330a2c58
tree8088f09fc28bdaf0cefb81f7844ad3dbb89eff5f
parent03015d11b4b8f66f2c55797a82000d45149c355a
Introduce SystemTray class to handle the systray icon sanely

This provides a sane API to set the state of the icon without having to bother
with icon files (this is all handled internally now). State progressions are
now animated thanks to Nuno's animation phases, and we have a nice glow effect
on highlight too!
src/qtui/CMakeLists.txt
src/qtui/systemtray.cpp [new file with mode: 0644]
src/qtui/systemtray.h [new file with mode: 0644]