- Used GxsGroupFrameDialog
- Added tabbed interface
- Added user notify

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7464 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2014-07-22 15:04:36 +00:00
parent c6103b7535
commit 30fcab1bff
20 changed files with 1703 additions and 1546 deletions

View file

@ -48,6 +48,7 @@ class ToasterDisable;
//class ForumsDialog;
class GxsChannelDialog ;
class GxsForumsDialog ;
class PostedDialog;
class FriendsDialog;
class ChatLobbyWidget;
class ChatDialog;
@ -98,7 +99,8 @@ public:
#endif
#ifdef RS_USE_LINKS
Links = 10, /** Links page. */
#endif
#endif
Posted = 11, /** Posted links */
};
/** Create main window */
@ -137,6 +139,7 @@ public:
SharedFilesDialog *sharedfilesDialog;
GxsChannelDialog *gxschannelDialog ;
GxsForumsDialog *gxsforumDialog ;
PostedDialog *postedDialog;
// ForumsDialog *forumsDialog;
// ChannelFeed *channelFeed;