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

@@ -56,6 +56,9 @@ shutdownconfirmdlg.h
speedlimitdlg.h
statsdialog.h
statusbar.h
tagfiltermodel.h
tagfilterproxymodel.h
tagfilterwidget.h
torrentcontentfiltermodel.h
torrentcontentmodel.h
torrentcontentmodelfile.h
@@ -96,6 +99,9 @@ shutdownconfirmdlg.cpp
speedlimitdlg.cpp
statsdialog.cpp
statusbar.cpp
tagfiltermodel.cpp
tagfilterproxymodel.cpp
tagfilterwidget.cpp
torrentcontentfiltermodel.cpp
torrentcontentmodel.cpp
torrentcontentmodelfile.cpp