Added a info Frame, when adding a Distant Peer to the send list.

Added Default blue forum icons for own Forums.
Changed default text color for own group & online status text color
Switch icon when Contacts View is hided.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7816 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2015-01-03 01:40:23 +00:00
parent 0f22870bbd
commit abc33296a7
9 changed files with 190 additions and 10 deletions

View file

@ -93,6 +93,8 @@ private slots:
void on_contactsdockWidget_visibilityChanged(bool visible);
void toggleContacts();
void buildCompleter();
void updatecontactsviewicons();
void fileNew();
void fileOpen();
@ -147,6 +149,8 @@ private slots:
void tagAboutToShow();
void tagSet(int tagId, bool set);
void tagRemoveAll();
void on_closeInfoFrameButton_clicked();
private:
static QString buildReplyHeader(const MessageInfo &msgInfo);