summaryrefslogtreecommitdiff
path: root/src/categories.cpp
Commit message (Expand)AuthorAgeFilesLines
* handle cycles by putting parent ids in a setisanae2021-01-091-2/+16
* Replace usage of MakeVector with initializer lists.Mikaël Capelle2020-05-261-58/+58
* Fix some more tabsAl2020-01-141-1/+1
* Add has hidden files filter for modlist.Al2020-01-141-0/+1
* Rework filter labels to separate bracket from translationSilarn2019-12-101-10/+12
* added "tracked on nexus" filterisanae2019-12-021-0/+1
* made all categories positiveisanae2019-11-301-8/+8
* removed redundant categories now that there's a not filterisanae2019-11-301-13/+11
* implemented not flagisanae2019-11-301-8/+8
* moved all remaining filter stuff to FilterListisanae2019-11-291-0/+34
* changed qDebug() to log::debug()isanae2019-07-221-2/+2
* changed qCritical() to log::error()isanae2019-07-221-5/+5
* replaced qWarning()isanae2019-07-221-1/+2
* Make logs more consistent in format and contentLostDragonist2019-01-301-6/+6
* Remove outdated namespacing and correct the PATH setting to appends dllsJeremy Rimpo2018-03-081-1/+1
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-233/+281
* Applied clang-format on sourceSandro Jäckel2018-02-221-281/+233
* Category fixesJeremy Rimpo2017-11-151-9/+7
* Add missing Nexus categoriesJeremy Rimpo2017-11-081-32/+55
* fixed categories list didn't get updated on switching instanceTannin2016-06-231-0/+4
* cleanupTannin2016-05-071-1/+1
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-2/+2
|\
| * Replace last occurrence of GameInfo::getNexusGameID and remove a whole load o...Thomas Tanner2015-11-261-2/+2
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-1/+3
|/
* added plugin interface to add/remove/list categories to/from/of modsTannin2015-06-101-5/+27
* dropped redundant report.h/report.cppTannin2015-05-091-1/+1
* replaced all uses of NULL with nullptrTannin2014-11-281-3/+3
* - several style fixes suggested by static analysisTannin2014-09-241-4/+4
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-4/+22
* - can now filter by mod contentTannin2014-08-181-1/+1
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-301/+301
* - bugfix: archive.dll could cause a crash, attempting to close an archive tha...Tannin2013-12-191-0/+1
* - hook.dll now doesn't inject to certain applications (currently steam, chrom...Tannin2013-10-051-0/+7
* - some cleanup to hookdllTannin2013-03-271-2/+9
* - support for grouping filters for mod list (incomplete)Tannin2013-03-221-0/+12
* - moved shared and uibase libraries to namespacesTannin2013-02-171-251/+255
* initial commit to mercurial repository.Tannin2013-02-031-0/+270