OK, another update. This is just prior to redoing the MainWin completely.
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 29 Oct 2006 21:17:38 +0000 (21:17 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 29 Oct 2006 21:17:38 +0000 (21:17 +0000)
commit117a8a4d7ced61a3e374f20c74bea1834386a1d7
treea63eba9332875222758c537d47b0da084dde0f1f
parent11ee1cf78677b51d8fea2749e8501216a831dfd7
OK, another update. This is just prior to redoing the MainWin completely.
I have already switched to a designer-generated .ui rather and thrown out the
hand-written stuff. Next couple of days will hopefully show the first few of Haui's
ideas functional.

In other news: backlog generation is implemented now. The GUI does not sync the backlog
yet, but coreside files are being generated and saved in $HOME/.quassel/backlog. I expect
the format not to change in the foreseeable future, so that at some point in the future,
you'll be able to scroll up your buffers and find everything you did starting from now ;-)

NOTE: Core/GUI mode has not been tested in a while. Though I don't think I have broken
      stuff already, I might be wrong there. Run cmake with -DBUILD="mono" to build
      the monolithic version, which should work quite fine.
18 files changed:
CMakeLists.txt
core/core.cpp
core/core.h
gui/CMakeLists.txt
gui/channelwidget.cpp
gui/mainwin.cpp
gui/mainwin.h
gui/mainwin.ui [new file with mode: 0644]
gui/networkwidget.ui [new file with mode: 0644]
gui/serverlist.cpp
gui/settingsdlg.ui [new file with mode: 0644]
main/global.cpp
main/global.h
main/main_core.cpp
main/main_gui.cpp
main/main_mono.cpp
main/message.cpp
network/server.cpp