mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-05 13:19:32 -04:00
- Revert remove of forum settings
- Added process of description in GxsGroupDialog (forum, wiki, channel, posted) - Show forum description in GsxForumThreadWidget when no thread is selected - Updated some todo's git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7277 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0be1f8ee98
commit
06ef59856f
21 changed files with 467 additions and 397 deletions
|
@ -400,6 +400,7 @@ HEADERS += rshare.h \
|
|||
gui/settings/CryptoPage.h \
|
||||
gui/settings/MessagePage.h \
|
||||
gui/settings/NewTag.h \
|
||||
gui/settings/ForumPage.h \
|
||||
gui/settings/PluginsPage.h \
|
||||
gui/settings/PluginItem.h \
|
||||
gui/settings/AppearancePage.h \
|
||||
|
@ -511,7 +512,6 @@ HEADERS += rshare.h \
|
|||
# gui/channels/CreateChannelMsg.h \
|
||||
# gui/channels/EditChanDetails.h \
|
||||
# gui/channels/ChannelUserNotify.h \
|
||||
# gui/settings/ForumPage.h \
|
||||
|
||||
FORMS += gui/StartDialog.ui \
|
||||
gui/GenCertDialog.ui \
|
||||
|
@ -561,6 +561,7 @@ FORMS += gui/StartDialog.ui \
|
|||
gui/settings/CryptoPage.ui \
|
||||
gui/settings/MessagePage.ui \
|
||||
gui/settings/NewTag.ui \
|
||||
gui/settings/ForumPage.ui \
|
||||
gui/settings/PluginsPage.ui \
|
||||
gui/settings/AppearancePage.ui \
|
||||
gui/settings/TransferPage.ui \
|
||||
|
@ -617,7 +618,6 @@ FORMS += gui/StartDialog.ui \
|
|||
# gui/channels/EditChanDetails.ui \
|
||||
# gui/feeds/ChanNewItem.ui \
|
||||
# gui/feeds/ChanMsgItem.ui \
|
||||
# gui/settings/ForumPage.ui \
|
||||
|
||||
SOURCES += main.cpp \
|
||||
rshare.cpp \
|
||||
|
@ -759,6 +759,7 @@ SOURCES += main.cpp \
|
|||
gui/settings/CryptoPage.cpp \
|
||||
gui/settings/MessagePage.cpp \
|
||||
gui/settings/NewTag.cpp \
|
||||
gui/settings/ForumPage.cpp \
|
||||
gui/settings/PluginsPage.cpp \
|
||||
gui/settings/PluginItem.cpp \
|
||||
gui/settings/AppearancePage.cpp \
|
||||
|
@ -825,7 +826,6 @@ SOURCES += main.cpp \
|
|||
# gui/channels/ChannelUserNotify.cpp \
|
||||
# gui/feeds/ChanNewItem.cpp \
|
||||
# gui/feeds/ChanMsgItem.cpp \
|
||||
# gui/settings/ForumPage.cpp \
|
||||
|
||||
RESOURCES += gui/images.qrc lang/lang.qrc gui/help/content/content.qrc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue