first version of core info dialog
authorMarcus Eggenberger <egs@quassel-irc.org>
Wed, 16 Jul 2008 22:07:49 +0000 (00:07 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Wed, 16 Jul 2008 22:07:59 +0000 (00:07 +0200)
commit52df0969e22249e6758714eec9e5afd7d4fe9b83
tree6f6439bfb7b2689c3de37c7b7eeab3a3ee729e29
parentdbd52200c4ce9bdf30f5aea707b54a28ea900003
first version of core info dialog
19 files changed:
src/client/CMakeLists.txt
src/client/clientcoreinfo.h [new file with mode: 0644]
src/common/CMakeLists.txt
src/common/coreinfo.h [new file with mode: 0644]
src/common/signalproxy.h
src/core/CMakeLists.txt
src/core/core.cpp
src/core/core.h
src/core/corecoreinfo.cpp [new file with mode: 0644]
src/core/corecoreinfo.h [new file with mode: 0644]
src/core/coresession.cpp
src/core/coresession.h
src/qtui/CMakeLists.txt
src/qtui/coreinfodlg.cpp [new file with mode: 0644]
src/qtui/coreinfodlg.h [new file with mode: 0644]
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/qtui/ui/coreinfodlg.ui [new file with mode: 0644]
src/qtui/ui/mainwin.ui