Improved Create comment dialog for channel/posted comments replies

*Improved Create comment dialog for channel/posted comment replies
*Update forum icons use the new flat one green/black
*Changed the context menu icon for Pin post
*Fixed for "new thread" dialog the title icon
*Added new circle icons for later to use
This commit is contained in:
defnax 2019-01-10 00:12:38 +01:00
parent 59d48b1191
commit 2d096e3179
22 changed files with 564 additions and 53 deletions

View file

@ -126,7 +126,7 @@ QString GxsForumsDialog::icon(IconType type)
case ICON_OTHER_GROUP:
return ":/icons/png/feed-other.png";
case ICON_DEFAULT:
return ":/images/konversation.png";
return ":/icons/png/forums-default.png";
}
return "";
@ -191,6 +191,6 @@ void GxsForumsDialog::groupInfoToGroupItemInfo(const RsGroupMetaData &groupInfo,
//if (IS_GROUP_ADMIN(groupInfo.mSubscribeFlags))
// groupItemInfo.icon = QIcon(":images/konv_message2.png");
if ((IS_GROUP_PGP_AUTHED(groupInfo.mSignFlags)) || (IS_GROUP_MESSAGE_TRACKING(groupInfo.mSignFlags)) )
groupItemInfo.icon = QIcon(":images/konv_message3.png");
groupItemInfo.icon = QIcon(":icons/png/forums-signed.png");
}