mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-14 17:15:47 -04:00
Moved friend recommendations into the ConnectFriendWizard
Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6679 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
495cc17da3
commit
e5d8860e21
13 changed files with 135 additions and 336 deletions
|
@ -33,7 +33,6 @@
|
|||
#include "gui/chat/ChatDialog.h"
|
||||
//#include "gui/chat/CreateLobbyDialog.h"
|
||||
#include "gui/common/AvatarDefs.h"
|
||||
#include "gui/FriendRecommendDialog.h"
|
||||
|
||||
#include "gui/connect/ConfCertDialog.h"
|
||||
#include "gui/connect/ConnectFriendWizard.h"
|
||||
|
@ -527,10 +526,6 @@ void FriendList::peerTreeWidgetCostumPopupMenu()
|
|||
}
|
||||
|
||||
|
||||
contextMnu.addSeparator();
|
||||
|
||||
contextMnu.addAction(QIcon(IMAGE_EXPAND), tr("Recommend many friends to each others"), this, SLOT(recommendFriends()));
|
||||
|
||||
contextMnu.addSeparator();
|
||||
|
||||
contextMnu.addAction(QIcon(IMAGE_EXPAND), tr("Expand all"), ui->peerTreeWidget, SLOT(expandAll()));
|
||||
|
@ -538,17 +533,13 @@ void FriendList::peerTreeWidgetCostumPopupMenu()
|
|||
|
||||
contextMnu.exec(QCursor::pos());
|
||||
}
|
||||
|
||||
void FriendList::createNewGroup()
|
||||
{
|
||||
CreateGroup createGrpDialog ("", this);
|
||||
createGrpDialog.exec();
|
||||
}
|
||||
|
||||
void FriendList::recommendFriends()
|
||||
{
|
||||
FriendRecommendDialog::showYourself();
|
||||
}
|
||||
|
||||
void FriendList::updateDisplay()
|
||||
{
|
||||
insertPeers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue