Lots of new internal stuff (breaking protocol):
authorMarcus Eggenberger <egs@quassel-irc.org>
Sun, 16 Mar 2008 21:49:02 +0000 (21:49 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Sun, 16 Mar 2008 21:49:02 +0000 (21:49 +0000)
commit8ec76e512d20ce5d1dc76de556bb98a06b75d695
treef8246e7317492f610c579d099a643fa36d8fabea
parent4c366fbbce0d8d3789e02b488583e7252e174830
Lots of new internal stuff (breaking protocol):
- improvements to the SignalProxy: return value of remotely called slots are return to the sending peer
- syncable objects can reside in libclient or libcore
- backlog is now handled by the BacklogManager
23 files changed:
src/client/client.cpp
src/client/client.h
src/client/client.pri
src/client/clientbacklogmanager.cpp [new file with mode: 0644]
src/client/clientbacklogmanager.h [new file with mode: 0644]
src/common/backlogmanager.cpp [new file with mode: 0644]
src/common/backlogmanager.h [new file with mode: 0644]
src/common/common.pri
src/common/signalproxy.cpp
src/common/signalproxy.h
src/common/syncableobject.h
src/core/core.cpp
src/core/core.h
src/core/core.pri
src/core/corebacklogmanager.cpp [new file with mode: 0644]
src/core/corebacklogmanager.h [new file with mode: 0644]
src/core/coresession.cpp
src/core/coresession.h
src/core/sqlitestorage.cpp
src/core/sqlitestorage.h
src/core/storage.h
src/qtui/mainwin.cpp
version.inc