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

@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>673</width>
<height>430</height>
<width>485</width>
<height>422</height>
</rect>
</property>
<property name="sizePolicy" >
@ -506,11 +506,11 @@
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QSplitter" name="splitter_2" >
<widget class="QSplitter" name="splitter" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="" >
<widget class="QWidget" name="layoutWidget" >
<layout class="QVBoxLayout" >
<item>
<widget class="QTreeWidget" name="forumTreeWidget" >
@ -538,61 +538,6 @@
<string>Posts</string>
</property>
</column>
<item>
<property name="text" >
<string>Subscribed Forums</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
<item>
<property name="text" >
<string>RS Forums</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</item>
</item>
<item>
<property name="text" >
<string>Popular Forums</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
<item>
<property name="text" >
<string>Rs Forums</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</item>
</item>
<item>
<property name="text" >
<string>Other Forums</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</item>
</widget>
</item>
<item>
@ -604,7 +549,7 @@
</item>
</layout>
</widget>
<widget class="QSplitter" name="splitter" >
<widget class="QSplitter" name="msgSplitter" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
@ -645,7 +590,7 @@
</widget>
</item>
<item>
<widget class="QLabel" name="subjectText_2" >
<widget class="QLabel" name="forumName" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>2</horstretch>
@ -669,6 +614,20 @@
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="viewBox" >
<item>
<property name="text" >
<string>Threaded View</string>
</property>
</item>
<item>
<property name="text" >
<string>Flat View</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
@ -676,14 +635,17 @@
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="sortingEnabled" >
<bool>true</bool>
</property>
<column>
<property name="text" >
<string>Title</string>
<string>Date</string>
</property>
</column>
<column>
<property name="text" >
<string>Date</string>
<string>Title</string>
</property>
</column>
<column>
@ -696,48 +658,6 @@
<string>Signed</string>
</property>
</column>
<item>
<property name="text" >
<string>Thread 1</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
<item>
<property name="text" >
<string>Thread 1 Post 2</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</item>
<item>
<property name="text" >
<string>Thread 1 Post 3</string>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
<property name="text" >
<string/>
</property>
</item>
</item>
</widget>
</item>
<item>
@ -796,7 +716,7 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="0" column="0" >
<widget class="QPushButton" name="expandFilesButton_2" >
<widget class="QPushButton" name="expandButton" >
<property name="text" >
<string/>
</property>