Since we're going for one grand unified model to store all the stuff
authorMarcus Eggenberger <egs@quassel-irc.org>
Tue, 1 Jan 2008 16:58:42 +0000 (16:58 +0000)
committerMarcus Eggenberger <egs@quassel-irc.org>
Tue, 1 Jan 2008 16:58:42 +0000 (16:58 +0000)
commit788fd0058595c815dc42597e9956c02aea45261f
treec4c74aa900460cc9f19dc2151f6de800226ec36c
parentc9ef00c67a47448e92398a5dce6ce5b74e77783a
Since we're going for one grand unified model to store all the stuff
from the networks and no longer only the buffer informations the
BufferTreeModel is now known as NetworkModel

Introduced a simple Debugconsole, that allows direct Data
manipulation using Qt Script. Currently it works only with the core
and the storage backend is the only registered QObject
23 files changed:
build/targets/core.pri
build/targets/monolithic.pri
build/targets/qtclient.pri
src/client/buffertreemodel.cpp
src/client/buffertreemodel.h
src/client/client.cpp
src/client/client.h
src/client/treemodel.cpp
src/client/treemodel.h
src/core/core.pri
src/core/coresession.cpp
src/core/coresession.h
src/core/ircserverhandler.cpp
src/core/sqlitestorage.h
src/core/storage.h
src/qtui/debugconsole.cpp [new file with mode: 0644]
src/qtui/debugconsole.h [new file with mode: 0644]
src/qtui/mainwin.cpp
src/qtui/mainwin.h
src/qtui/qtui.pri
src/qtui/ui/debugconsole.ui [new file with mode: 0644]
src/qtui/ui/mainwin.ui
src/uisupport/bufferviewfilter.cpp