summaryrefslogtreecommitdiff
path: root/src/categories.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert for loops, move nexusCatsJeremy Rimpo2023-09-241-2/+2
|
* Make category struct attributes privateJeremy Rimpo2023-09-231-14/+30
|
* Restructure category refresh actionJeremy Rimpo2023-09-231-1/+6
| | | | | | | - Remove plugins class - Route signals to run Nexus API call from MainWindow - Pass Dialog instance to route response data - Revert CategoryFactory::instance to return reference
* Clang cleanupJeremy Rimpo2023-09-211-13/+23
|
* Several updatesJeremy Rimpo2023-09-211-0/+3
| | | | | | | | * No longer cause an error when deleting a category that's being used * Add a dialog when installing a mod with no Nexus mapping (if not disabled) * Allow disabling Nexus category mapping in Settings (Nexus tab) * Add context option to remove nexus mappings in the category editor * Some clang style fixes
* Fix merge issuesJeremy Rimpo2023-09-211-0/+4
|
* Fix issues with category reset and NX saveJeremy Rimpo2023-09-211-8/+2
|
* WIP: Fix data storage and fix loadingSilarn2023-09-211-1/+2
|
* WIP: Category QObj refactorSilarn2023-09-211-15/+25
|
* WIP: Initial changes to fetch nexus categoriesSilarn2023-09-211-15/+30
|
* Apply clang-format.Mikaël Capelle2023-07-091-25/+25
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-217/+217
|
* handle cycles by putting parent ids in a setisanae2021-01-091-2/+3
|
* Add has hidden files filter for modlist.Al2020-01-141-0/+1
|
* added "tracked on nexus" filterisanae2019-12-021-1/+2
|
* made all categories positiveisanae2019-11-301-4/+4
| | | | fixed context menu sometimes appearing
* removed redundant categories now that there's a not filterisanae2019-11-301-18/+13
| | | | disabled collapsing for filter, there's already a button to hide it
* moved all remaining filter stuff to FilterListisanae2019-11-291-0/+2
| | | | renamed some widgets
* Added "No valid game data" and "No Nexus ID" filters as per #295Al2019-10-041-0/+2
|
* Added Mod Backups filter for modlist.Al12rs2018-09-071-2/+4
|
* 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-130/+142
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-142/+130
|
* fixed categories list didn't get updated on switching instanceTannin2016-06-231-0/+5
|
* added cmake build script and a few fixes for 64-bit compatibilityTannin2015-09-231-1/+1
|
* added plugin interface to add/remove/list categories to/from/of modsTannin2015-06-101-0/+8
|
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-200/+200
|
* - added pseudo-categories to filter for mo-managed vs. unmanaged modsTannin2014-06-161-0/+2
| | | | | | | | | | - deleted mods are now moved to the recycle bin instead of being deleted permanently - reduced modinfo dialog for foreign mods - foreign mods are now displayed with a pseudo-category - added a signal when a plugin is moved - bugfix: refreshing of directory structure for mods with bsas didn't work correctly when enabling a mod and on changing display of foreign mods - bugfix: one mod in the list was assigned the same priority on the directory structure as the data directory - bugfix: conflicts tab in the mod info dialog offered the hide option for files in bsas
* - hook.dll now doesn't inject to certain applications (currently steam, ↵Tannin2013-10-051-0/+4
| | | | | | | | | | 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
* - added a new column for not-yet-endorsed modsTannin2013-09-011-0/+1
| | | | | | | | - set categories menu no longer closes when the mouse cursor leaves the menu - MO will no longer change the endorsement flag if an update doesn't contain it - the column selection for the mod list can now only be accessed by mouse, hotkeys open the context menu of the mod - now displaying a progress dialog during login. For unknown reasons MO hangs during that time
* - some cleanup to hookdllTannin2013-03-271-6/+11
| | | | - exchanged grouping proxies with existing solution from the kde project
* - support for grouping filters for mod list (incomplete)Tannin2013-03-221-161/+169
| | | | | | | - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes
* initial commit to mercurial repository.Tannin2013-02-031-0/+180
Corresponds to MO version 0.12.6