summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1892 from ModOrganizer2/settings_refreshJeremy Rimpo2023-10-021-0/+2
|\ | | | | Refresh the esp/bsa lists after closing settings
| * Refresh the esp/bsa lists after closing settingsJeremy Rimpo2023-10-011-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 Capelle2023-09-297-77/+138
| | | | | * Add working directory and arguments to onAboutToRun (optional). * Add onRefreshCallback functionality.
* Translation updatesJeremy Rimpo2023-09-281-1099/+1467
|
* Merge pull request #1887 from ModOrganizer2/race_fixJeremy Rimpo2023-09-281-1/+1
|\ | | | | Attempt to fix possible race condition
| * Attempt to fix possible race conditionJeremy Rimpo2023-09-281-1/+1
|/
* Merge pull request #1883 from ModOrganizer2/tutorial_updatesJeremy Rimpo2023-09-2712-174/+289
|\ | | | | Tutorial updates
| * Tutorial updatesJeremy Rimpo2023-09-2512-174/+289
| | | | | | | | | | - Add ability to exit tutorial early - Update and clarify many of the tutorials
* | Merge pull request #1880 from ModOrganizer2/qt6-categoryJeremy Rimpo2023-09-2539-255/+1500
|\ \ | |/ |/| WIP: Category Revamp
| * Fixes for tableJeremy Rimpo2023-09-241-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 loopJeremy Rimpo2023-09-241-4/+2
| |
| * Convert for loops, move nexusCatsJeremy Rimpo2023-09-243-24/+21
| |
| * Remove unnecessary plugincontainer from settingsJeremy Rimpo2023-09-233-10/+5
| |
| * Remove download refresh scoped blockerJeremy Rimpo2023-09-233-29/+16
| | | | | | | | - Accidentally added to this branch
| * Unnecessary class definitionJeremy Rimpo2023-09-231-1/+0
| |
| * Remove extraneous functionJeremy Rimpo2023-09-232-23/+0
| |
| * Make category struct attributes privateJeremy Rimpo2023-09-235-58/+68
| |
| * Revert TSJeremy Rimpo2023-09-231-1053/+768
| |
| * Revert version.rcJeremy Rimpo2023-09-231-20/+33
| | | | | | | | I think VS did this when I tried to use the GUI
| * Restructure category refresh actionJeremy Rimpo2023-09-2320-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 classesJeremy Rimpo2023-09-221-3/+7
| |
| * Add UI fileJeremy Rimpo2023-09-221-0/+144
| |
| * Add new dialog for category importJeremy Rimpo2023-09-213-25/+161
| | | | | | | | | | | | - Merge or replace strategies - Nexus mappings are optional - If mappings are applied, remapping is optional
| * Fix rebase issuesJeremy Rimpo2023-09-2117-1382/+157
| |
| * Rework download category parsingJeremy Rimpo2023-09-213-25/+10
| | | | | | | | | | - Bypasses issue where hidden downloads are not accessible - getCategoryID no longer necessary
| * Update new instance / migration dialogsJeremy Rimpo2023-09-211-10/+11
| |
| * Category dialog tweaks for clarityJeremy Rimpo2023-09-211-214/+232
| |
| * Dialogs and bugfixesJeremy Rimpo2023-09-214-10/+39
| |
| * CleanupJeremy Rimpo2023-09-211-1/+1
| |
| * Make the category table sortableJeremy Rimpo2023-09-212-232/+247
| |
| * Add nexus category ID to mod infoJeremy Rimpo2023-09-2114-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 cleanupJeremy Rimpo2023-09-2116-353/+428
| |
| * Several updatesJeremy Rimpo2023-09-2113-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 invalidationJeremy Rimpo2023-09-211-1/+2
| |
| * Fix merge issuesJeremy Rimpo2023-09-212-0/+15
| |
| * Preserve old category if Nexus category can't be mappedJeremy Rimpo2023-09-211-6/+9
| |
| * C++20 fixesJeremy Rimpo2023-09-211-0/+1
| |
| * Add reminder dialog for old instancesJeremy Rimpo2023-09-214-3/+57
| |
| * Don't overwrite existing Nexus category mappingsJeremy Rimpo2023-09-211-1/+1
| |
| * Category setup dialog for new instancesJeremy Rimpo2023-09-212-2/+55
| |
| * Fix issues with category reset and NX saveJeremy Rimpo2023-09-213-24/+89
| |
| * Allow remapping category from context menuJeremy Rimpo2023-09-216-2/+29
| |
| * Add menu item to auto-assign categories based on nexus assignmentsJeremy Rimpo2023-09-215-0/+63
| |
| * Refactoring for upstream mergeJeremy Rimpo2023-09-218-27/+32
| |
| * Fix rebase issueJeremy Rimpo2023-09-211-1/+1
| |
| * Implement drag & drop nexus cat assignmentSilarn2023-09-215-2/+126
| |
| * WIP: Fix data storage and fix loadingSilarn2023-09-217-76/+210
| |
| * WIP: Refactor cat dialog and implement nex cat updatesSilarn2023-09-2110-194/+197
| |
| * WIP: Category QObj refactorSilarn2023-09-2113-214/+249
| |
| * WIP: Initial changes to fetch nexus categoriesSilarn2023-09-217-138/+1340
| |