Changes in ForumsDialog:

- modal window for creating new forum
- refill forum and thread tree
- enabled next and previous button
- set enable/disable state of menu items

Open problem:
- last post time not updated

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2822 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-01 19:03:35 +00:00
parent 401dac86e9
commit 9cf20fd9fd
4 changed files with 491 additions and 261 deletions

View file

@ -960,7 +960,10 @@ background: white;}</string>
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="pushButton_2">
<widget class="QPushButton" name="previousButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
@ -989,7 +992,10 @@ background: white;}</string>
</widget>
</item>
<item row="0" column="4">
<widget class="QPushButton" name="pushButton">
<widget class="QPushButton" name="nextButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>