summaryrefslogtreecommitdiff
path: root/src/categories.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | fixed context menu sometimes appearing
* removed redundant categories now that there's a not filterisanae2019-11-301-13/+11
| | | | disabled collapsing for filter, there's already a button to hide it
* implemented not flagisanae2019-11-301-8/+8
| | | | | moved stuff to CriteriaItem fixed jumbled names in getSpecialCategoryName()
* moved all remaining filter stuff to FilterListisanae2019-11-291-0/+34
| | | | renamed some widgets
* changed qDebug() to log::debug()isanae2019-07-221-2/+2
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-5/+5
| | | | removed now unused vlog()
* 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
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-2/+2
| | | | | | | | of gameinfo.h includes
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-1/+3
|/ | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup
* 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
| | | | fixed a few placed where NULL was used as a number or boolean
* - several style fixes suggested by static analysisTannin2014-09-241-4/+4
| | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* - re-enabled building of loot_cli and started developing against the new apiTannin2014-09-081-4/+22
| | | | | | | | | | | | | | | - extended set of default categories - more tolerand bbcode parser - added a few colors for the bbcode parser - more fixes to qt5 compatibility - started work on ability to unloading (and thus re-loading) of plugins - names of plugins are no longer localizable (because those names are also used to store settings) - added settings to disable individual diagnosis settings - path of dependencies is now configured in a .pri file instead of environment variablees - bugfix: if the modid-input is canceled, the id was saved as -1 and wasn't re-requested from the user - bugfix: moving files with the SHFileOperation-Api didn't update the vfs correctly (still not perfect but better) - bugfix: attempt to remove the deleter-file seems to have caused error messages for some users - bugfix: fixed a couple of cases that might have caused the tutorial to hang
* - can now filter by mod contentTannin2014-08-181-1/+1
| | | | - all files/directories that require write access can now be placed in AppData instead of the MO directory
* 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 ↵Tannin2013-12-191-0/+1
| | | | | | | | that failed to open - bugfix: upon changing categories the mappings of deleted categories wasn't cleaned up which could cause an error message - bugfix: the number of esps/esms that can be loaded is actually 255 not 256 since the save game counts too - bugfix: "visit on nexus" from the modinfo dialog also lead to the wrong url
* - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-051-0/+7
| | | | | | | | | | chrome and firefox) - versioning system improved. Will now report "downgrades" for mods and support a different versioning system (requires manual switch) - updates can now be ignored until a new version is uploaded - new splash screen - bugfix: a few memory leaks (shouldn't account for much) - bugfix: result of GetModuleHandle wasn't zero-terminated in some cases
* - some cleanup to hookdllTannin2013-03-271-2/+9
| | | | - exchanged grouping proxies with existing solution from the kde project
* - support for grouping filters for mod list (incomplete)Tannin2013-03-221-0/+12
| | | | | | | - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes
* - moved shared and uibase libraries to namespacesTannin2013-02-171-251/+255
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+270
Corresponds to MO version 0.12.6