mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 07:40:21 -04:00
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:
parent
09971a06c6
commit
7c6a7edfde
5 changed files with 147 additions and 144 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue