mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 17:45:35 -05:00
Added Identity and Wiki GUIs to RS.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5751 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cfef2cc052
commit
99f2813bed
@ -26,14 +26,14 @@
|
|||||||
|
|
||||||
#include <retroshare/rsiface.h>
|
#include <retroshare/rsiface.h>
|
||||||
|
|
||||||
|
#include "gui/Identity/IdDialog.h"
|
||||||
#include "gui/PhotoShare/PhotoShare.h"
|
#include "gui/PhotoShare/PhotoShare.h"
|
||||||
|
#include "gui/WikiPoos/WikiDialog.h"
|
||||||
#include "gui/Posted/PostedDialog.h"
|
#include "gui/Posted/PostedDialog.h"
|
||||||
|
|
||||||
// THESE HAVE TO BE CONVERTED TO VEG FORMAT
|
// THESE HAVE TO BE CONVERTED TO VEG FORMAT
|
||||||
#if USE_VEG_SERVICE
|
#if USE_VEG_SERVICE
|
||||||
#include "gui/WikiPoos/WikiDialog.h"
|
|
||||||
#include "gui/TheWire/WireDialog.h"
|
#include "gui/TheWire/WireDialog.h"
|
||||||
#include "gui/Identity/IdDialog.h"
|
|
||||||
#include "gui/ForumsV2Dialog.h"
|
#include "gui/ForumsV2Dialog.h"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
@ -85,12 +85,9 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
|||||||
//ui.stackPages->add(calDialog = new CalDialog(ui.stackPages),
|
//ui.stackPages->add(calDialog = new CalDialog(ui.stackPages),
|
||||||
// createPageAction(QIcon(IMAGE_CALENDAR), tr("Shared Calendars"), grp));
|
// createPageAction(QIcon(IMAGE_CALENDAR), tr("Shared Calendars"), grp));
|
||||||
|
|
||||||
// THESE HAVE TO BE CONVERTED TO VEG FORMAT
|
|
||||||
#if USE_VEG_SERVICE
|
|
||||||
IdDialog *idDialog = NULL;
|
IdDialog *idDialog = NULL;
|
||||||
ui.stackPages->add(idDialog = new IdDialog(ui.stackPages),
|
ui.stackPages->add(idDialog = new IdDialog(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_LIBRARY), tr("Identities"), grp));
|
createPageAction(QIcon(IMAGE_LIBRARY), tr("Identities"), grp));
|
||||||
#endif
|
|
||||||
|
|
||||||
PhotoShare *photoShare = NULL;
|
PhotoShare *photoShare = NULL;
|
||||||
ui.stackPages->add(photoShare = new PhotoShare(ui.stackPages),
|
ui.stackPages->add(photoShare = new PhotoShare(ui.stackPages),
|
||||||
@ -99,12 +96,13 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
|||||||
PostedDialog *postedDialog = NULL;
|
PostedDialog *postedDialog = NULL;
|
||||||
ui.stackPages->add(postedDialog = new PostedDialog(ui.stackPages),
|
ui.stackPages->add(postedDialog = new PostedDialog(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_LIBRARY), tr("Posted Links"), grp));
|
createPageAction(QIcon(IMAGE_LIBRARY), tr("Posted Links"), grp));
|
||||||
// THESE HAVE TO BE CONVERTED TO VEG FORMAT
|
|
||||||
#if USE_VEG_SERVICE
|
|
||||||
WikiDialog *wikiDialog = NULL;
|
WikiDialog *wikiDialog = NULL;
|
||||||
ui.stackPages->add(wikiDialog = new WikiDialog(ui.stackPages),
|
ui.stackPages->add(wikiDialog = new WikiDialog(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_LIBRARY), tr("Wiki Pages"), grp));
|
createPageAction(QIcon(IMAGE_LIBRARY), tr("Wiki Pages"), grp));
|
||||||
|
|
||||||
|
// THESE HAVE TO BE CONVERTED TO VEG FORMAT
|
||||||
|
#if USE_VEG_SERVICE
|
||||||
WireDialog *wireDialog = NULL;
|
WireDialog *wireDialog = NULL;
|
||||||
ui.stackPages->add(wireDialog = new WireDialog(ui.stackPages),
|
ui.stackPages->add(wireDialog = new WireDialog(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_BWGRAPH), tr("The Wire"), grp));
|
createPageAction(QIcon(IMAGE_BWGRAPH), tr("The Wire"), grp));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user