Significant improvements to Forums:

* displays forums
 * displays thread list/msg
 * Threaded/Flat View.
 * Add new Forum / Add new Message.
 * new classes in src/gui/forums

Updated rank and forums interfaces.
Improvements to Link Cloud GUI.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-04-15 16:40:38 +00:00
parent 129c07a553
commit 5a27165353
15 changed files with 2051 additions and 504 deletions

View file

@ -44,6 +44,12 @@ private slots:
void newforum();
void checkUpdate();
void changedForum( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
void changedThread( QTreeWidgetItem *curr, QTreeWidgetItem *prev );
void changedThread2();
void changeBox( int newrow );
void updateMessages ( QTreeWidgetItem * item, int column );
@ -59,6 +65,9 @@ void updateMessages ( QTreeWidgetItem * item, int column );
/* handle splitter */
void togglefileview();
void showthread();
void createmessage();
private:
bool getCurrentMsg(std::string &cid, std::string &mid);