Finished the fusion of the different main_* files, so now we have only one #ifdef...
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 25 Jun 2007 18:21:09 +0000 (18:21 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 25 Jun 2007 18:21:09 +0000 (18:21 +0000)
commit6869909402a4dc807ee5261cc2a0999ac33053ee
treed239cc630618ec5cca1db79cc7eba105412a1681
parent15d0a434fa4f2255593d6cc62fa2223fd0247b86
Finished the fusion of the different main_* files, so now we have only one #ifdef-ridden main.cpp.

Thought it might be a good idea to enable gcc warnings (-Wall -Wextra -ansi), so I did. While fixing
most of the resulting warnings, I also found a couple of bugs. So this was a Good Thing[tm], obviously.

Don't even think of enabling -pedantic as well - this fails horribly somewhere in Qt.
14 files changed:
Quassel.kdevelop.filelist
src/CMakeLists.txt
src/client/client.cpp
src/common/build_mono.cpp
src/common/global.h
src/common/main.cpp [moved from src/common/main_mono.cpp with 95% similarity]
src/common/message.h
src/common/quasselui.h
src/core/core.cpp
src/plugins/plugin.h
src/qtgui/chatline.cpp
src/qtgui/chatwidget.cpp
src/qtgui/mainwin.h
src/qtgui/serverlist.cpp