Receiving a shared key:

- Added notify of the group id and the refresh of the gui
- Added system message (create of message disabled)
- Added possibility to show a news feed item

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7926 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-02-08 01:01:48 +00:00
parent 961641c186
commit 8351510841
16 changed files with 251 additions and 42 deletions

View file

@ -783,6 +783,8 @@ static void InitIconAndFont(QTreeWidgetItem *item)
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/user/user_request16.png"));
} else if (msgFlags & RS_MSG_FRIEND_RECOMMENDATION) {
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/user/friend_suggestion16.png"));
} else if (msgFlags & RS_MSG_PUBLISH_KEY) {
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/share-icon-16.png"));
} else if (msgFlags & RS_MSG_UNREAD_BY_USER) {
if ((msgFlags & (RS_MSG_REPLIED | RS_MSG_FORWARDED)) == RS_MSG_REPLIED) {
item->setIcon(COLUMN_SUBJECT, QIcon(":/images/message-mail-replied.png"));