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

@ -148,6 +148,9 @@ private slots:
#ifdef UNFINISHED_FD
void viewprofile();
#endif
void servicePermission() ;
void recommendFriends() ;
void createNewGroup() ;
void addToGroup();
void moveToGroup();
@ -156,10 +159,10 @@ private slots:
void editGroup();
void removeGroup();
void inviteToLobby();
void createchatlobby();
void unsubscribeToLobby();
void showLobby();
// void inviteToLobby();
// void createchatlobby();
// void unsubscribeToLobby();
// void showLobby();
};
#endif // FRIENDLIST_H