Add favorite tags model
commit8dfb1f233eace86e772604c5985c595ece2f853e
authorRoland Pallai <dap78@magex.hu>
Sun, 5 Mar 2017 21:05:58 +0000 (5 22:05 +0100)
committerJan Kundrát <jkt@kde.org>
Mon, 20 Mar 2017 00:24:24 +0000 (20 01:24 +0100)
tree167c60a406a4f5fc16801265effc62ca2430d5b9
parent34940466b2a6d496f866ae3c8e1071e4d3e1d334
Add favorite tags model

Keeping a list of frequently used tags along with color can greatly
enhance user experience when the workflow heavily relies upon tagging.

Change-Id: I9c0ec2512588ce8d8169f5d9930c9b438b3687be
CMakeLists.txt
src/Common/SettingsNames.cpp
src/Common/SettingsNames.h
src/Imap/Model/FavoriteTagsModel.cpp [new file with mode: 0644]
src/Imap/Model/FavoriteTagsModel.h [new file with mode: 0644]
tests/Misc/test_FavoriteTagsModel.cpp [new file with mode: 0644]
tests/Misc/test_FavoriteTagsModel.h [new file with mode: 0644]