Last Quassel version to use the soon-to-be-obsolete static signal proxy.
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 27 Aug 2007 17:50:49 +0000 (17:50 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 27 Aug 2007 17:50:49 +0000 (17:50 +0000)
commit08da449f9620e7fcb5898e9a5a048467b6d99bff
tree80c2bb83b81749e1afb8a2de2a9b2711df3d19ec
parent869129b31cbc62bf88c685ab61d419a1815aedc7
Last Quassel version to use the soon-to-be-obsolete static signal proxy.
Most of the new, QxtRPCPeer-based SignalProxy has been implemented, and after
this commit, I'm gonna rip out the guts out of both client and core to make
them use dynamic signals-over-net.
14 files changed:
Quassel.kdevelop.filelist
src/CMakeLists.txt
src/common/CMakeLists.txt
src/common/signalproxy.cpp [new file with mode: 0644]
src/common/signalproxy.h [new file with mode: 0644]
src/contrib/qxt/AUTHORS [new file with mode: 0644]
src/contrib/qxt/CMakeLists.txt [new file with mode: 0644]
src/contrib/qxt/LGPL [new file with mode: 0644]
src/contrib/qxt/LICENSE [new file with mode: 0644]
src/contrib/qxt/README [new file with mode: 0644]
src/contrib/qxt/qxtglobal.h [new file with mode: 0644]
src/contrib/qxt/qxtpimpl.h [new file with mode: 0644]
src/contrib/qxt/qxtrpcpeer.cpp [new file with mode: 0644]
src/contrib/qxt/qxtrpcpeer.h [new file with mode: 0644]