* 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

@ -44,6 +44,7 @@
#include "GamesDialog.h"
#include "NetworkView.h"
#include "PhotoDialog.h"
#include "ForumsDialog.h"
#include "channels/channelsDialog.h"
/* for smplayer */
@ -105,9 +106,9 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
ui.stackPages->add(gamesDialog = new GamesDialog(ui.stackPages),
createPageAction(QIcon(IMAGE_GAMES), tr("Games Launcher"), grp));
//NetworkView *networkView = NULL;
//ui.stackPages->add(networkView = new NetworkView(ui.stackPages),
// createPageAction(QIcon(IMAGE_NETWORK), tr("Network View"), grp));
ForumsDialog *forumsDialog = NULL;
ui.stackPages->add(forumsDialog = new ForumsDialog(ui.stackPages),
createPageAction(QIcon(IMAGE_NETWORK), tr("Forums"), grp));
PhotoDialog *photoDialog = NULL;
ui.stackPages->add(photoDialog = new PhotoDialog(ui.stackPages),