Sorted out the mess in friends list:

- removed entries from rightmost menu:
	* add friend: removed, already on the left bar
	* add group, recommendations and service perms => moved to context menu in friend list
	* create chat lobby: removed. Not relevant.
	* avatar and state string: removed. Can be done right at right, by clicking on the things.
- removed rightmost menu
- icons in context menu still need fixing.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6512 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-16 22:33:45 +00:00
parent 09971a06c6
commit 7c6a7edfde
5 changed files with 147 additions and 144 deletions

View file

@ -112,7 +112,7 @@ private slots:
void getAvatar();
void on_actionAdd_Group_activated();
// void on_actionAdd_Group_activated();
void loadmypersonalstatus();
@ -125,8 +125,8 @@ private slots:
//void newsFeedChanged(int count);
void recommendFriends();
void servicePermission();
// void recommendFriends();
// void servicePermission();
signals:
void notifyGroupChat(const QString&,const QString&) ;