| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert for loops, move nexusCats | Jeremy Rimpo | 2023-09-24 | 1 | -2/+2 |
| | | |||||
| * | Make category struct attributes private | Jeremy Rimpo | 2023-09-23 | 1 | -14/+30 |
| | | |||||
| * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 1 | -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 cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -13/+23 |
| | | |||||
| * | Several updates | Jeremy Rimpo | 2023-09-21 | 1 | -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 issues | Jeremy Rimpo | 2023-09-21 | 1 | -0/+4 |
| | | |||||
| * | Fix issues with category reset and NX save | Jeremy Rimpo | 2023-09-21 | 1 | -8/+2 |
| | | |||||
| * | WIP: Fix data storage and fix loading | Silarn | 2023-09-21 | 1 | -1/+2 |
| | | |||||
| * | WIP: Category QObj refactor | Silarn | 2023-09-21 | 1 | -15/+25 |
| | | |||||
| * | WIP: Initial changes to fetch nexus categories | Silarn | 2023-09-21 | 1 | -15/+30 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -25/+25 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -217/+217 |
| | | |||||
| * | handle cycles by putting parent ids in a set | isanae | 2021-01-09 | 1 | -2/+3 |
| | | |||||
| * | Add has hidden files filter for modlist. | Al | 2020-01-14 | 1 | -0/+1 |
| | | |||||
| * | added "tracked on nexus" filter | isanae | 2019-12-02 | 1 | -1/+2 |
| | | |||||
| * | made all categories positive | isanae | 2019-11-30 | 1 | -4/+4 |
| | | | | | fixed context menu sometimes appearing | ||||
| * | removed redundant categories now that there's a not filter | isanae | 2019-11-30 | 1 | -18/+13 |
| | | | | | disabled collapsing for filter, there's already a button to hide it | ||||
| * | moved all remaining filter stuff to FilterList | isanae | 2019-11-29 | 1 | -0/+2 |
| | | | | | renamed some widgets | ||||
| * | Added "No valid game data" and "No Nexus ID" filters as per #295 | Al | 2019-10-04 | 1 | -0/+2 |
| | | |||||
| * | Added Mod Backups filter for modlist. | Al12rs | 2018-09-07 | 1 | -2/+4 |
| | | |||||
| * | Remove outdated namespacing and correct the PATH setting to appends dlls | Jeremy Rimpo | 2018-03-08 | 1 | -1/+1 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -130/+142 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -142/+130 |
| | | |||||
| * | fixed categories list didn't get updated on switching instance | Tannin | 2016-06-23 | 1 | -0/+5 |
| | | |||||
| * | added cmake build script and a few fixes for 64-bit compatibility | Tannin | 2015-09-23 | 1 | -1/+1 |
| | | |||||
| * | added plugin interface to add/remove/list categories to/from/of mods | Tannin | 2015-06-10 | 1 | -0/+8 |
| | | |||||
| * | normalized eol style (all files should now have windows line endings) | Tannin | 2014-07-17 | 1 | -200/+200 |
| | | |||||
| * | - added pseudo-categories to filter for mo-managed vs. unmanaged mods | Tannin | 2014-06-16 | 1 | -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, ↵ | Tannin | 2013-10-05 | 1 | -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 mods | Tannin | 2013-09-01 | 1 | -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 hookdll | Tannin | 2013-03-27 | 1 | -6/+11 |
| | | | | | - exchanged grouping proxies with existing solution from the kde project | ||||
| * | - support for grouping filters for mod list (incomplete) | Tannin | 2013-03-22 | 1 | -161/+169 |
| | | | | | | | | - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes | ||||
| * | initial commit to mercurial repository. | Tannin | 2013-02-03 | 1 | -0/+180 |
| Corresponds to MO version 0.12.6 | |||||
