Support quick adding of favorite tags in Add Tag dialog
commitd09a24fb964ff4a35a8a605c84a88a5c30ee4f55
authorRoland Pallai <dap78@magex.hu>
Sun, 19 Mar 2017 20:00:49 +0000 (19 21:00 +0100)
committerJan Kundrát <jkt@kde.org>
Fri, 21 Apr 2017 19:29:13 +0000 (21 21:29 +0200)
tree6c8d5f436ed36e9f1991d9933913ab4588b0d1d6
parente3b05a3a34d46800935d86fb865a3d45b8b70216
Support quick adding of favorite tags in Add Tag dialog

In practice, this one is for expectations of pointer users but secondly
it prepares the room for advanced improvements (eg. auto complete,
search as you type, etc).

Change-Id: Ia649757dfadbbb651b77f0418dcba77856e81b8c
CMakeLists.txt
src/Gui/TagAddDialog.cpp [new file with mode: 0644]
src/Gui/TagAddDialog.h [new file with mode: 0644]
src/Gui/TagAddDialog.ui [new file with mode: 0644]
src/Gui/TagListWidget.cpp