Merge pull request #6911 from tgregerson/tags

Add a Tags system to the GUI to expand torrent organization / filtering options. Closes #13.
This commit is contained in:
Vladimir Golovnev
2017-06-26 15:57:27 +03:00
committed by GitHub
27 changed files with 1315 additions and 35 deletions

View File

@@ -51,6 +51,9 @@ HEADERS += \
$$PWD/categoryfiltermodel.h \
$$PWD/categoryfilterproxymodel.h \
$$PWD/categoryfilterwidget.h \
$$PWD/tagfiltermodel.h \
$$PWD/tagfilterproxymodel.h \
$$PWD/tagfilterwidget.h \
$$PWD/banlistoptions.h \
$$PWD/rss/rsswidget.h \
$$PWD/rss/articlelistwidget.h \
@@ -101,6 +104,9 @@ SOURCES += \
$$PWD/categoryfiltermodel.cpp \
$$PWD/categoryfilterproxymodel.cpp \
$$PWD/categoryfilterwidget.cpp \
$$PWD/tagfiltermodel.cpp \
$$PWD/tagfilterproxymodel.cpp \
$$PWD/tagfilterwidget.cpp \
$$PWD/banlistoptions.cpp \
$$PWD/rss/rsswidget.cpp \
$$PWD/rss/articlelistwidget.cpp \