| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Add new API connection to retrieve game info | Silarn | 2023-09-21 | 2 | -0/+96 |
| | | |||||
| * | First pass for Qt6 compatibility | Jeremy Rimpo | 2023-09-21 | 1 | -0/+1 |
| | | |||||
| * | Default profile settings (#1869) | Jeremy Rimpo | 2023-09-19 | 10 | -28/+290 |
| | | | | * Fix archive parsing and BSA invalidation | ||||
| * | Download files from direct URLs via a command line parameter (#1873) | Eddoursul | 2023-09-18 | 3 | -8/+94 |
| | | | | | * Download files via a command line parameter * Use a GET parameter to predetermine Content-Disposition header in S3-compatible temporary URLs | ||||
| * | Allow unforced plugins to be checkable again | Jeremy Rimpo | 2023-09-16 | 1 | -1/+1 |
| | | |||||
| * | Bumping version since betas are pulling ahead | Jeremy Rimpo | 2023-09-15 | 1 | -1/+1 |
| | | |||||
| * | Context menu fix | Jeremy Rimpo | 2023-09-15 | 1 | -0/+4 |
| | | | | | Prevent changing the status of force disabled or enabled plugins via the context menu | ||||
| * | Fix lint issues | Jeremy Rimpo | 2023-09-13 | 1 | -1/+2 |
| | | |||||
| * | Fix merge issues and small plugin display corrections | Jeremy Rimpo | 2023-09-12 | 1 | -11/+10 |
| | | |||||
| * | Changes for None-type plugin sorting | Jeremy Rimpo | 2023-09-12 | 1 | -51/+60 |
| | | | | | | | * Display checkboxes for all plugins * Disable checkboxes for force enabled/disabled plugins * Display tooltip data for all plugins regardless of force status | ||||
| * | Code cleanup | Jeremy Rimpo | 2023-09-09 | 2 | -9/+9 |
| | | |||||
| * | Add 'None' LoadOrderMechanism which disables managed plugins | Jeremy Rimpo | 2023-09-09 | 2 | -12/+25 |
| | | | | | - Primary plugins are still marked as loaded | ||||
| * | Implement 'override' plugin support | Jeremy Rimpo | 2023-09-05 | 3 | -25/+45 |
| | | |||||
| * | Update translation files | Jeremy Rimpo | 2023-09-05 | 1 | -1227/+1219 |
| | | |||||
| * | beta 2 | Jeremy Rimpo | 2023-09-05 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/qt6' | Jeremy Rimpo | 2023-09-04 | 5 | -8/+29 |
| |\ | |||||
| | * | Map multiple data directories to USVFS | Jeremy Rimpo | 2023-09-04 | 1 | -10/+18 |
| | | | |||||
| | * | Add VDF reader to licenses and update openssl | Jeremy Rimpo | 2023-09-04 | 2 | -1/+4 |
| | | | |||||
| | * | Version bump | Jeremy Rimpo | 2023-09-04 | 1 | -2/+2 |
| | | | |||||
