Added Generalised GxsGroupDialog

- First pass, still much to do.
	- Handles Create / Edit and View Group Info.
	- Created ForumV2GroupDialog / WikiGroupDialog / PostedGroupDialog examples overloading it.

Various Improvements to PostedListDialog.
	- Handle Hot/New/Top options.
	- Send Period back to libretroshare too.
	- Named buttons in GUI.

Added GxsGroupDialog to Wiki / Posted & ForumsV2.

Discovered nasty bug in p3Posted. If there are no posts, its hangs at a Mutex, 
but I've no idea why. (It happens prior to this code). TODO.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5360 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-07-30 23:55:21 +00:00
parent 363374947f
commit d27eea84da
16 changed files with 2117 additions and 49 deletions

View file

@ -55,6 +55,10 @@ private slots:
void groupTreeChanged();
void modTreeChanged();
void newGroup();
void showGroupDetails();
void editGroupDetails();
private:
void clearWikiPage();