SystemTray refactoring in preparation of supporting StatusNotifier
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 5 Feb 2010 15:07:27 +0000 (16:07 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 9 Feb 2010 21:49:16 +0000 (22:49 +0100)
commite7d1bc1fa02e1233f140e4b04d99ab8f4685bce5
treea0c328e46336f8ffa33cb4ceac2e70be12fc6f3c
parent4ab319d585f1cace630e2e7cf917d8d83528038c
SystemTray refactoring in preparation of supporting StatusNotifier

* Make SystemTray the base class for both legacy tray icon and StatusNotifier
* Move all {Q|K}SystemTrayIcon related functionality into LegacySystemTray
* Replace tray animation (can't be done via dbus later) by blinking
* Adapt the rest of the code base to this
src/qtui/CMakeLists.txt
src/qtui/knotificationbackend.cpp
src/qtui/knotificationbackend.h
src/qtui/legacysystemtray.cpp [new file with mode: 0644]
src/qtui/legacysystemtray.h [new file with mode: 0644]
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/qtui/systemtray.cpp
src/qtui/systemtray.h
src/qtui/systraynotificationbackend.cpp
src/qtui/systraynotificationbackend.h