mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
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:
parent
129c07a553
commit
5a27165353
15 changed files with 2051 additions and 504 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue