Improvements to Wiki.

- Enabled Selection of Snapshots in WikiEditDialog
 - Added CheckBoxes for Merge selection. (TODO).
 - Fixed up bugs related to text reload.
 - Removed Edits from main Wiki Page.
 - Added a Search Bar (TODO).



git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-12-04 00:47:34 +00:00
parent bcf9f443b4
commit c1702fc13a
6 changed files with 179 additions and 525 deletions

View file

@ -54,7 +54,6 @@ private slots:
void OpenOrShowRepublishDialog();
void groupTreeChanged();
void modTreeChanged();
void newGroup();
void showGroupDetails();
@ -66,20 +65,12 @@ private:
void clearWikiPage();
void clearGroupTree();
void clearModsTree();
void insertModsForPage(const std::string &origPageId);
void insertModsForPage(const RsGxsGrpMsgIdPair &origPageId);
void updateWikiPage(const RsWikiSnapshot &page);
bool getSelectedPage(std::string &groupId, std::string &pageId, std::string &origPageId);
std::string getSelectedPage();
std::string getSelectedGroup();
std::string getSelectedMod();
void requestGroupList();
void loadGroupData(const uint32_t &token);
@ -87,12 +78,6 @@ void loadGroupData(const uint32_t &token);
void requestPages(const std::list<RsGxsGroupId> &groupIds);
void loadPages(const uint32_t &token);
void requestModPages(const RsGxsGrpMsgIdPair &origMsgId);
void loadModPages(const uint32_t &token);
void requestEditTreeData();
void loadEditTreeData(const uint32_t &token);
void requestWikiPage(const RsGxsGrpMsgIdPair &msgId);
void loadWikiPage(const uint32_t &token);