Another big update today.
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 23 Oct 2006 15:26:39 +0000 (15:26 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 23 Oct 2006 15:26:39 +0000 (15:26 +0000)
commit82403b8a8777d44cbc35619e3bbd4feabfad5dc4
treee8d6bc64d3ef3cfb97742c9ad2ef73f779a623fc
parent63db3c5de9d76c5abc55b0cba86f66d2aba7745d
Another big update today.
* Mostly finished dialogs for network settings, identities, network list.
* Network settings are also already mostly honored by our TelnetDeluxe the core still is.
  This means that the connect button works, we will connect to the first server we defined
  for this network, and we can also autoconnect. We still don't use identities yet, i.e.
  the nick is still hardcoded.
* Started implementing buffer management in the core. Cleaned up the framework, the core now
  creates server objects for all networks it connects to, and the signals we use to connect
  everything have a format that allows us to use network and buffer names.
* Threw out a lot of the temporary dirty-hack-stuff we used for testing so far. Most of the
  code we have now is actually clean and there to stay, although of course enough is still to
  be added to it :)
26 files changed:
CMakeLists.txt
Doxyfile
Quassel.kdevelop.filelist
core/core.cpp
core/core.h
core/coreproxy.cpp
core/coreproxy.h
gui/CMakeLists.txt
gui/channelwidget.cpp
gui/channelwidget.h
gui/guiproxy.cpp
gui/guiproxy.h
gui/identities.cpp [new file with mode: 0644]
gui/identities.h [new file with mode: 0644]
gui/networkeditdlg.ui
gui/servereditdlg.ui [new file with mode: 0644]
gui/serverlist.cpp
gui/serverlist.h
gui/serverlistdlg.ui
main/main_gui.cpp
main/proxy_common.h
network/CMakeLists.txt
network/buffer.cpp [new file with mode: 0644]
network/buffer.h [new file with mode: 0644]
network/server.cpp
network/server.h