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:
thunder2 2011-05-21 16:26:00 +00:00
parent 4c13280fed
commit f14b529009
13 changed files with 807 additions and 423 deletions

View file

@ -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