Add notification backend to support DockManagers
authorBas Pape <baspape@gmail.com>
Thu, 14 Feb 2013 21:55:43 +0000 (22:55 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Mar 2013 19:24:57 +0000 (20:24 +0100)
commit0bf922728d0d0e8c62f954dddc9b08b56cc0b69b
tree9471defee41af0e7b60db5dbbb488a08852d6b4d
parentdb66cc58b1329fe25b6a26b3824b3de3103ee539
Add notification backend to support DockManagers

DockManager is a DBus API that does fancy icons. Current support
includes progress reporting whilst connecting, requesting attention
when highlighted and showing pending highlight count in a label. Exact
support also depends on the dock.
dev-notes/DockManager-spec.txt [new file with mode: 0644]
interfaces/org.freedesktop.DockItem.xml [new file with mode: 0644]
interfaces/org.freedesktop.DockManager.xml [new file with mode: 0644]
src/qtui/CMakeLists.txt
src/qtui/dockmanagernotificationbackend.cpp [new file with mode: 0644]
src/qtui/dockmanagernotificationbackend.h [new file with mode: 0644]
src/qtui/mainwin.cpp