Sort-of began implementing ActiveSessionSocket.
commit3f3328a554cb46ffa3b4780b8bad10323e19abec
authorstrange <kawk256@gmail.com>
Wed, 20 Jan 2010 22:31:06 +0000 (20 15:31 -0700)
committerstrange <kawk256@gmail.com>
Wed, 20 Jan 2010 22:31:06 +0000 (20 15:31 -0700)
tree7c2facdba4e7d5ad2fbd26fae1997675bdb37fb4
parentc416becc0fe2aa5db38ce126ca91e0908e92b4de
Sort-of began implementing ActiveSessionSocket.

It needs a redesign -- after all, if I'm using QTcpSocket, I can use signals
and slots rather than a separate thread. Makes things easier all around.

 . . . and watch me eat those words in a few weeks.
13 files changed:
src/CMakeLists.txt
src/gui/ActiveSession.cpp
src/gui/ActiveSession.h
src/gui/ActiveSessionOverview.cpp
src/gui/ActiveSessionSocket.cpp [new file with mode: 0644]
src/gui/ActiveSessionSocket.h [new file with mode: 0644]
src/gui/CMakeLists.txt
src/gui/MainArea.cpp
src/gui/Session.h
src/gui/SessionEditor.cpp
src/gui/SessionEditor.h
src/gui/SessionManager.cpp
src/monitor/CMakeLists.txt