| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #1892 from ModOrganizer2/settings_refresh | Jeremy Rimpo | 2023-10-02 | 1 | -0/+2 | |
| |\ | | | | | Refresh the esp/bsa lists after closing settings | |||||
| | * | Refresh the esp/bsa lists after closing settings | Jeremy Rimpo | 2023-10-01 | 1 | -0/+2 | |
| |/ | | | | | - Should resolve issues with certain settings not 'applying' immediately - For example: Starfield 'enable plugin management' setting | |||||
| * | Refresh Callback (+ Extra for AboutToRun) (#1884) | Mikaƫl Capelle | 2023-09-29 | 7 | -77/+138 | |
| | | | | | | * Add working directory and arguments to onAboutToRun (optional). * Add onRefreshCallback functionality. | |||||
| * | Translation updates | Jeremy Rimpo | 2023-09-28 | 1 | -1099/+1467 | |
| | | ||||||
| * | Merge pull request #1887 from ModOrganizer2/race_fix | Jeremy Rimpo | 2023-09-28 | 1 | -1/+1 | |
| |\ | | | | | Attempt to fix possible race condition | |||||
| | * | Attempt to fix possible race condition | Jeremy Rimpo | 2023-09-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #1883 from ModOrganizer2/tutorial_updates | Jeremy Rimpo | 2023-09-27 | 12 | -174/+289 | |
| |\ | | | | | Tutorial updates | |||||
| | * | Tutorial updates | Jeremy Rimpo | 2023-09-25 | 12 | -174/+289 | |
| | | | | | | | | | | | - Add ability to exit tutorial early - Update and clarify many of the tutorials | |||||
| * | | Merge pull request #1880 from ModOrganizer2/qt6-category | Jeremy Rimpo | 2023-09-25 | 39 | -255/+1500 | |
| |\ \ | |/ |/| | WIP: Category Revamp | |||||
| | * | Fixes for table | Jeremy Rimpo | 2023-09-24 | 1 | -5/+7 | |
| | | | | | | | | | | | * row increment needs to be before the logic but after the ID check/continue * avoid running context menu logic on null rows | |||||
| | * | Use c++11 for loop | Jeremy Rimpo | 2023-09-24 | 1 | -4/+2 | |
| | | | ||||||
| | * | Convert for loops, move nexusCats | Jeremy Rimpo | 2023-09-24 | 3 | -24/+21 | |
| | | | ||||||
| | * | Remove unnecessary plugincontainer from settings | Jeremy Rimpo | 2023-09-23 | 3 | -10/+5 | |
| | | | ||||||
| | * | Remove download refresh scoped blocker | Jeremy Rimpo | 2023-09-23 | 3 | -29/+16 | |
| | | | | | | | | | - Accidentally added to this branch | |||||
| | * | Unnecessary class definition | Jeremy Rimpo | 2023-09-23 | 1 | -1/+0 | |
| | | | ||||||
| | * | Remove extraneous function | Jeremy Rimpo | 2023-09-23 | 2 | -23/+0 | |
| | | | ||||||
| | * | Make category struct attributes private | Jeremy Rimpo | 2023-09-23 | 5 | -58/+68 | |
| | | | ||||||
| | * | Revert TS | Jeremy Rimpo | 2023-09-23 | 1 | -1053/+768 | |
| | | | ||||||
| | * | Revert version.rc | Jeremy Rimpo | 2023-09-23 | 1 | -20/+33 | |
| | | | | | | | | | I think VS did this when I tried to use the GUI | |||||
| | * | Restructure category refresh action | Jeremy Rimpo | 2023-09-23 | 20 | -103/+127 | |
| | | | | | | | | | | | | | | | - 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 | |||||
| | * | Reassign filter group for category classes | Jeremy Rimpo | 2023-09-22 | 1 | -3/+7 | |
| | | | ||||||
| | * | Add UI file | Jeremy Rimpo | 2023-09-22 | 1 | -0/+144 | |
| | | | ||||||
| | * | Add new dialog for category import | Jeremy Rimpo | 2023-09-21 | 3 | -25/+161 | |
| | | | | | | | | | | | | | - Merge or replace strategies - Nexus mappings are optional - If mappings are applied, remapping is optional | |||||
| | * | Fix rebase issues | Jeremy Rimpo | 2023-09-21 | 17 | -1382/+157 | |
| | | | ||||||
| | * | Rework download category parsing | Jeremy Rimpo | 2023-09-21 | 3 | -25/+10 | |
| | | | | | | | | | | | - Bypasses issue where hidden downloads are not accessible - getCategoryID no longer necessary | |||||
| | * | Update new instance / migration dialogs | Jeremy Rimpo | 2023-09-21 | 1 | -10/+11 | |
| | | | ||||||
| | * | Category dialog tweaks for clarity | Jeremy Rimpo | 2023-09-21 | 1 | -214/+232 | |
| | | | ||||||
| | * | Dialogs and bugfixes | Jeremy Rimpo | 2023-09-21 | 4 | -10/+39 | |
| | | | ||||||
| | * | Cleanup | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Make the category table sortable | Jeremy Rimpo | 2023-09-21 | 2 | -232/+247 | |
| | | | ||||||
| | * | Add nexus category ID to mod info | Jeremy Rimpo | 2023-09-21 | 14 | -171/+255 | |
| | | | | | | | | | | | - We will check the mod info first then fall back to the download file - Add category field in the info dialog nexus tab | |||||
| | * | Clang cleanup | Jeremy Rimpo | 2023-09-21 | 16 | -353/+428 | |
| | | | ||||||
| | * | Several updates | Jeremy Rimpo | 2023-09-21 | 13 | -835/+1215 | |
| | | | | | | | | | | | | | | | | | * 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 archive parsing and BSA invalidation | Jeremy Rimpo | 2023-09-21 | 1 | -1/+2 | |
| | | | ||||||
| | * | Fix merge issues | Jeremy Rimpo | 2023-09-21 | 2 | -0/+15 | |
| | | | ||||||
| | * | Preserve old category if Nexus category can't be mapped | Jeremy Rimpo | 2023-09-21 | 1 | -6/+9 | |
| | | | ||||||
| | * | C++20 fixes | Jeremy Rimpo | 2023-09-21 | 1 | -0/+1 | |
| | | | ||||||
| | * | Add reminder dialog for old instances | Jeremy Rimpo | 2023-09-21 | 4 | -3/+57 | |
| | | | ||||||
| | * | Don't overwrite existing Nexus category mappings | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Category setup dialog for new instances | Jeremy Rimpo | 2023-09-21 | 2 | -2/+55 | |
| | | | ||||||
| | * | Fix issues with category reset and NX save | Jeremy Rimpo | 2023-09-21 | 3 | -24/+89 | |
| | | | ||||||
| | * | Allow remapping category from context menu | Jeremy Rimpo | 2023-09-21 | 6 | -2/+29 | |
| | | | ||||||
| | * | Add menu item to auto-assign categories based on nexus assignments | Jeremy Rimpo | 2023-09-21 | 5 | -0/+63 | |
| | | | ||||||
| | * | Refactoring for upstream merge | Jeremy Rimpo | 2023-09-21 | 8 | -27/+32 | |
| | | | ||||||
| | * | Fix rebase issue | Jeremy Rimpo | 2023-09-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Implement drag & drop nexus cat assignment | Silarn | 2023-09-21 | 5 | -2/+126 | |
| | | | ||||||
| | * | WIP: Fix data storage and fix loading | Silarn | 2023-09-21 | 7 | -76/+210 | |
| | | | ||||||
| | * | WIP: Refactor cat dialog and implement nex cat updates | Silarn | 2023-09-21 | 10 | -194/+197 | |
| | | | ||||||
| | * | WIP: Category QObj refactor | Silarn | 2023-09-21 | 13 | -214/+249 | |
| | | | ||||||
| | * | WIP: Initial changes to fetch nexus categories | Silarn | 2023-09-21 | 7 | -138/+1340 | |
| | | | ||||||
