* Added new Forums GUI to Unfinished Applications.

* added rsforums.h interface file.
 * at exit() we now call rsGlobalShutDown() to stop Upnp properly.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@494 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-04-09 12:57:26 +00:00
parent 94371600be
commit 9c015a22c2
8 changed files with 1912 additions and 13 deletions

View file

@ -64,6 +64,7 @@ HEADERS += rshare.h \
gui/PhotoDialog.h \
gui/PhotoShow.h \
gui/LinksDialog.h \
gui/ForumsDialog.h \
gui/NetworkView.h \
gui/MessengerWindow.h \
gui/PeersDialog.h \
@ -158,6 +159,7 @@ FORMS += gui/ChatDialog.ui \
gui/PhotoDialog.ui \
gui/PhotoShow.ui \
gui/LinksDialog.ui \
gui/ForumsDialog.ui \
gui/NetworkView.ui \
gui/MessengerWindow.ui \
gui/PeersDialog.ui \
@ -222,6 +224,7 @@ SOURCES += main.cpp \
gui/PhotoDialog.cpp \
gui/PhotoShow.cpp \
gui/LinksDialog.cpp \
gui/ForumsDialog.cpp \
gui/NetworkView.cpp \
gui/MessengerWindow.cpp \
gui/PeersDialog.cpp \