mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
Added new common widget FriendSelectionWidget for selecting friends and use it in CreateLobbyDialog, ShareKey (forums and channels) and MessageComposer.
Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a3a0690cb4
commit
e6816c9d6f
22 changed files with 6804 additions and 3137 deletions
|
@ -55,7 +55,6 @@ public:
|
|||
static MessageComposer *forwardMsg(const std::string &msgId);
|
||||
|
||||
/* worker fns */
|
||||
void insertSendList();
|
||||
void insertFileList(const std::list<DirDetails>&);
|
||||
void insertFileList(const std::list<FileInfo>&);
|
||||
void addFile(const FileInfo &fileInfo);
|
||||
|
@ -88,6 +87,7 @@ private slots:
|
|||
void pasteRecommended();
|
||||
void on_contactsdockWidget_visibilityChanged(bool visible);
|
||||
void toggleContacts();
|
||||
void buildCompleter();
|
||||
|
||||
void fileNew();
|
||||
void fileOpen();
|
||||
|
@ -126,8 +126,6 @@ private slots:
|
|||
void toggleCode();
|
||||
void addPostSplitter();
|
||||
|
||||
void filterRegExpChanged();
|
||||
void clearFilter();
|
||||
void titleChanged();
|
||||
|
||||
// Add to To/Cc/Bcc address fields
|
||||
|
@ -138,7 +136,6 @@ private slots:
|
|||
void editingRecipientFinished();
|
||||
void friendDetails();
|
||||
|
||||
void groupsChanged(int type);
|
||||
void peerStatusChanged(const QString& peer_id, int status);
|
||||
|
||||
void tagAboutToShow();
|
||||
|
@ -167,9 +164,6 @@ private:
|
|||
void alignmentChanged(Qt::Alignment a);
|
||||
|
||||
bool sendMessage_internal(bool bDraftbox);
|
||||
|
||||
void FilterItems();
|
||||
bool FilterItem(QTreeWidgetItem *pItem, QString &sPattern);
|
||||
|
||||
void calculateTitle();
|
||||
void addEmptyRecipient();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue