mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
Added tags to the MessageComposer.
Added context menu to contact list in MessageComposer. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4213 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4c13280fed
commit
f14b529009
13 changed files with 807 additions and 423 deletions
|
@ -22,19 +22,11 @@
|
|||
#ifndef _MESSAGESDIALOG_H
|
||||
#define _MESSAGESDIALOG_H
|
||||
|
||||
#include <list>
|
||||
#include <QFileDialog>
|
||||
#include <QModelIndex>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
#include <retroshare/rsmsgs.h>
|
||||
#include "mainpage.h"
|
||||
#include "ui_MessagesDialog.h"
|
||||
|
||||
#include "settings/NewTag.h"
|
||||
|
||||
class MessagesDialog : public MainPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -105,8 +97,9 @@ private slots:
|
|||
void filterColumnChanged();
|
||||
|
||||
void clearFilter();
|
||||
void tagTriggered(QAction *pAction);
|
||||
void tagAboutToShow();
|
||||
void tagSet(int tagId, bool set);
|
||||
void tagRemoveAll();
|
||||
|
||||
private:
|
||||
class LockUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue