mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
Moved the tag feature in messages from the gui to the libretroshare.
Changed rsmsg interface and item classes so need full recompile. Created new notifier for tag changes - NOTIFY_LIST_MESSAGE_TAGS. Changed serialiser tests for message items. After that all tags are reset to standard and all assigned tags to messages are lost. Please delete the file msg_locale.cfg in your profile directory. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3381 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
340982b996
commit
52183a0c75
18 changed files with 708 additions and 515 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "configpage.h"
|
||||
#include "ui_MessagePage.h"
|
||||
|
||||
#include "NewTag.h"
|
||||
class MsgTagType;
|
||||
|
||||
class MessagePage : public ConfigPage
|
||||
{
|
||||
|
@ -52,9 +52,11 @@ private slots:
|
|||
|
||||
private:
|
||||
void closeEvent (QCloseEvent * event);
|
||||
void fillTagItems();
|
||||
void fillTags();
|
||||
|
||||
std::map<int, TagItem> m_TagItems;
|
||||
/* Pointer for not include of rsmsgs.h */
|
||||
MsgTagType *m_pTags;
|
||||
std::list<uint32_t> m_changedTagIds;
|
||||
|
||||
Ui::MessagePage ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue