More systray refactoring
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 16 Feb 2010 00:30:04 +0000 (01:30 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 16 Feb 2010 00:30:04 +0000 (01:30 +0100)
commit2e9492d9ef198bde37da1f858602ab9624c0a12a
treeb6e1db1dc32665691d77a63c6af312eeef3f95ee
parent30063c5a63c6111787258b5c4ba8acdb03008667
More systray refactoring

* Move the window activation stuff into GraphicalUI (because that's where it really belongs)
* Make hiding the tray icon work better (i.e. without a restart)
* Ensure that the main window can't be hidden if we don't have a systray
src/client/abstractui.h
src/qtui/mainwin.cpp
src/qtui/qtui.cpp
src/qtui/qtui.h
src/qtui/systemtray.cpp
src/qtui/systemtray.h
src/uisupport/graphicalui.cpp
src/uisupport/graphicalui.h