| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use primary game source for categories if defined | Jeremy Rimpo | 2023-12-28 | 1 | -2/+8 |
| | | |||||
| * | Update version to 2.5.1 RC 1 | Jeremy Rimpo | 2023-12-16 | 1 | -3/+3 |
| | | |||||
| * | Change recordless plugin display to flag icon | Jeremy Rimpo | 2023-12-05 | 1 | -2/+4 |
| | | |||||
| * | Rename sort button to match UI | Jeremy Rimpo | 2023-12-02 | 1 | -1/+1 |
| | | |||||
| * | Fix crash if no Nexus category is assigned | Jeremy Rimpo | 2023-12-02 | 1 | -2/+3 |
| | | |||||
| * | Version 2.5.0 | Jeremy Rimpo | 2023-11-24 | 1 | -2/+2 |
| | | |||||
| * | Style updates | Jeremy Rimpo | 2023-11-19 | 71 | -27/+37 |
| | | | | | | - Remove Transparent Style directory (pulled in by MOB) - Update Night Eyes to 1.2 | ||||
| * | A few fixes for RC 1 | Jeremy Rimpo | 2023-11-16 | 5 | -5/+11 |
| | | | | | | | | * Convert the priority index to a string as Windows appears to be converting these to localized numerals * Skip separators when assigning categories * Update the context menu requirements for displaying the auto-assign option * Bump to RC 2 | ||||
| * | Bump version and update translations | Jeremy Rimpo | 2023-11-07 | 2 | -155/+168 |
| | | |||||
| * | Merge pull request #1915 from ModOrganizer2/download_issues | Jeremy Rimpo | 2023-11-05 | 4 | -30/+39 |
| |\ | | | | | Download issue fixes | ||||
| | * | Download issue fixes | Jeremy Rimpo | 2023-11-05 | 4 | -30/+39 |
| | | | | | | | | | | | | | - Add scoped watcher disabler - Disable during mod install - Update interprocess message handler to fix 'unable to communicate' issues | ||||
| * | | Merge pull request #1911 from ModOrganizer2/plugin_display | Jeremy Rimpo | 2023-11-05 | 1 | -5/+2 |
| |\ \ | |/ |/| | Display changes for plugins | ||||
| | * | Display changes for plugins | Jeremy Rimpo | 2023-10-31 | 1 | -5/+2 |
| | | | | | | | | | | | - Only bold master plugins - Only italicize light plugins | ||||
| * | | Merge pull request #1904 from Liderate/master | Mikaël Capelle | 2023-11-05 | 1 | -3/+8 |
| |\ \ | |/ |/| | Replace spaces with ? wildcard when looking for game executable, fix #1605. | ||||
| | * | Replace spaces with ? wildcard for #1605 | Liderate | 2023-10-21 | 1 | -3/+8 |
| | | | |||||
| * | | Explain overlay comments | Jeremy Rimpo | 2023-10-27 | 1 | -0/+6 |
| | | | |||||
| * | | Use hasNoRecords | Jeremy Rimpo | 2023-10-18 | 4 | -11/+11 |
| | | | |||||
| * | | Plugins updates | Jeremy Rimpo | 2023-10-18 | 4 | -10/+37 |
| |/ | | | | | | - Temporarily remove some overlay info - Add isDummy and dummy info - Display refinements for plugin info | ||||
| * | Add new content images to resources | Jeremy Rimpo | 2023-10-17 | 3 | -113/+115 |
| | | |||||
| * | Improve invalid name handling for profiles | Liderate | 2023-10-13 | 1 | -4/+3 |
| | | |||||
| * | Update translations and version | Jeremy Rimpo | 2023-10-09 | 4 | -186/+217 |
| | | |||||
| * | Additional overlay plugin support | Jeremy Rimpo | 2023-10-08 | 5 | -12/+41 |
| | | | | | | | | * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter | ||||
| * | Tutorial translation updates | Jeremy Rimpo | 2023-10-04 | 2 | -2/+8 |
| | | |||||
| * | Merge pull request #1895 from ModOrganizer2/discord_link | Jeremy Rimpo | 2023-10-04 | 2 | -6/+6 |
| |\ | | | | | Discord link updates | ||||
| | * | Discord link updates | Jeremy Rimpo | 2023-10-03 | 2 | -6/+6 |
| | | | |||||
| * | | Skip index for override plugins | Jeremy Rimpo | 2023-10-04 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #1894 from ModOrganizer2/loot_0_22 | Jeremy Rimpo | 2023-10-03 | 6 | -40/+76 |
| |\ | | | | | WIP: Plugin sorting updates | ||||
| | * | Allow moving force enabled plugins | Jeremy Rimpo | 2023-10-02 | 2 | -35/+49 |
| | | | | | | | | | | | - Mirrors LOOT functionality - Rename 'forceEnabled' to 'forceLoaded' to better reflect the difference | ||||
| | * | Updates to refresh sort button after various events | Jeremy Rimpo | 2023-10-02 | 4 | -6/+26 |
| | | | |||||
| | * | Plugin sorting updates | Jeremy Rimpo | 2023-10-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add enabledPlugins for core plugins which are enabled but NOT auto-loaded (may need to be written to plugins.txt or have an ambiguous load order position) - General Starfield updates - Add enabledPlugins for "BlueprintShips-Starfield.esm" - Disable plugin management if sTestFile is in use (also applies to FO4) - Write the enabledPlugins to plugins.txt to enforce base game load order - Allow for LOOT sorting (dynamic based on settings) - Incorporate enabledPlugins into force enabled plugins in plugin list - Update various interface layers TODO: Fix sort button to dynamically update if status changes TODO: Auto refresh lists if the INI Editor is closed | ||||
| * | | Fix QTimer being created on incorrect thread after refresh. | Mikaël Capelle | 2023-10-02 | 1 | -3/+3 |
| |/ | |||||
| * | 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 |
| | | |||||
| * | 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 | ||||
| * | | 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 |
| | | | |||||
