| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Starfield: Updated blueprint / blueprint prefix support (#2368) | Jeremy Rimpo | 2026-04-16 | 1 | -1/+4 |
| | | | | | | | | | | | * Add blueprint handling with blueprintships * Blueprint changes - Add tooltips - Add warnings - Handle blueprint prefixes properly * Make sure we're assigning the property | ||||
| * | Add form and header versions to plugin list tool tips and plugin API and add ↵ | Jonathan Feenstra | 2025-01-31 | 1 | -1/+11 |
| | | | | | more columns (#2200) | ||||
| * | Highlight mods that contain selected files in data tab (#2179) | Jonathan Feenstra | 2025-01-02 | 1 | -1/+1 |
| | | |||||
| * | Highlight masters of selected plugins (#2140) | Jonathan Feenstra | 2024-10-12 | 1 | -0/+3 |
| | | |||||
| * | Starfield Updates: Shattered Space & Blueprint Support (#2131) | Jeremy Rimpo | 2024-10-03 | 1 | -1/+3 |
| | | | | | | --------- Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | ||||
| * | Add author and description methods to IPluginList (#2118) | Jonathan Feenstra | 2024-09-28 | 1 | -0/+3 |
| | | |||||
| * | Add medium plugin support (Starfield) (#2048) | Jeremy Rimpo | 2024-06-13 | 1 | -3/+3 |
| | | | | | | | | * Add medium plugin support (Starfield) - Coopt the overlay support for the new 'medium' / ESH plugin flag - Update various displays to include ESH info * Rework address display for SF weirdness * Fix core ESH display | ||||
| * | Use hasNoRecords | Jeremy Rimpo | 2023-10-18 | 1 | -2/+2 |
| | | |||||
| * | Plugins updates | Jeremy Rimpo | 2023-10-18 | 1 | -0/+2 |
| | | | | | | | - Temporarily remove some overlay info - Add isDummy and dummy info - Display refinements for plugin info | ||||
| * | Additional overlay plugin support | Jeremy Rimpo | 2023-10-08 | 1 | -2/+2 |
| | | | | | | | | * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter | ||||
| * | Allow moving force enabled plugins | Jeremy Rimpo | 2023-10-02 | 1 | -3/+5 |
| | | | | | | - Mirrors LOOT functionality - Rename 'forceEnabled' to 'forceLoaded' to better reflect the difference | ||||
| * | Add 'None' LoadOrderMechanism which disables managed plugins | Jeremy Rimpo | 2023-09-09 | 1 | -3/+4 |
| | | | | | - Primary plugins are still marked as loaded | ||||
| * | Implement 'override' plugin support | Jeremy Rimpo | 2023-09-05 | 1 | -1/+3 |
| | | |||||
| * | Apply clang-format. | Mikaël Capelle | 2023-07-09 | 1 | -106/+107 |
| | | |||||
| * | Convert everything to CRLF. | Mikaël Capelle | 2023-07-09 | 1 | -419/+419 |
| | | |||||
| * | Make fixes to ESM plugin priorities | Chris Bessent | 2022-03-19 | 1 | -4/+0 |
| | | | | | | | | | Before now, MO2 only looked at the ESM flag of a plugin and didn't look for an .esm extension. This is incorrect and an .esm file should be treated as implicitly having the ESM flag. This also removes some apparently unused functions. | ||||
| * | Change `isXFile` to `hasXExtension` | Qudix | 2022-03-19 | 1 | -6/+7 |
| | | |||||
| * | Rename isX to isXFile, and deprecate isMaster | Qudix | 2022-02-24 | 1 | -4/+4 |
| | | | | | Also made sure to not change existing behaviour | ||||
| * | Add `isMasterFlagged` `isLight` `isLightFlagged` | Qudix | 2022-02-24 | 1 | -0/+2 |
| | | | | | Note: The behavior of isMaster has been changed to match isLightFlagged | ||||
| * | Enforce the priority rules on every refresh | Chris Bessent | 2022-01-23 | 1 | -0/+1 |
| | | |||||
| * | Force priority of primary plugins | Chris Bessent | 2022-01-23 | 1 | -1/+2 |
| | | | | | | This fixes a problem with new instances where the primary plugins would be ordered alphabetically instead of in the correct order. | ||||
| * | Use case-insensitive data structure in plugin list. | Mikaël Capelle | 2021-01-31 | 1 | -6/+7 |
| | | |||||
| * | Move settings around. Remove unused settings. | Mikaël Capelle | 2021-01-29 | 1 | -5/+1 |
| | | |||||
| * | Remove selection-related stuff from plugin/mod lists. | Mikaël Capelle | 2021-01-02 | 1 | -1/+5 |
| | | |||||
| * | Minor clean for plugin list. | Mikaël Capelle | 2021-01-02 | 1 | -10/+4 |
| | | |||||
| * | Move plugin list context menu to its own class and to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -10/+4 |
| | | |||||
| * | Move keyboard event to PluginListView. | Mikaël Capelle | 2021-01-02 | 1 | -6/+11 |
| | | |||||
| * | Fix callbacks for pluginlist, modlist and download manager. | Mikaël Capelle | 2020-12-02 | 1 | -21/+30 |
| | | |||||
| * | Change for onPluginStateChanged to take a list of plugins. | Mikaël Capelle | 2020-09-05 | 1 | -2/+11 |
| | | |||||
| * | Add IPluginList::setPriority implementation. | Mikaël Capelle | 2020-08-30 | 1 | -7/+8 |
| | | |||||
| * | split directoryentry | isanae | 2020-02-18 | 1 | -1/+0 |
| | | | | | made classes noncopyable, fixed a few unintended copies | ||||
| * | Change Qtime to QElapsedtimer in some palaces to remove the warnings. | AL | 2020-02-15 | 1 | -1/+2 |
| | | |||||
| * | added loot info to tooltip | isanae | 2019-11-23 | 1 | -0/+4 |
| | | |||||
| * | removed m_ prefix from struct members | isanae | 2019-11-23 | 1 | -26/+31 |
| | | | | | some refactoring, whitespace | ||||
| * | added loot report to the plugin list, not used yet | isanae | 2019-11-23 | 1 | -0/+17 |
| | | | | | | split PluginList::data() into individual functions disabled loot message processing, will use report instead | ||||
| * | Only flag plugins as light if the game supports light plugins | LostDragonist | 2019-10-15 | 1 | -1/+1 |
| | | |||||
| * | Add context menu option to send to a specific priority | LostDragonist | 2018-11-04 | 1 | -7/+2 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 1 | -1/+1 |
| | | | | | | | The selectionChanged event used before requires subtractive/additive logic to work correctly. A separate event is fired for each row and each column for each row that is selected or deselected. The previous logic assumed all of the selection was passed in at once. The logic has been changed to recalculate all highlights each time the event is fired. This is poorly optimized in regards to performance but makes the function work. | ||||
| * | Add send to top/bottom options for the plugin list | LostDragonist | 2018-10-31 | 1 | -0/+12 |
| | | |||||
| * | Add "enable/disable selected" to plugin list context menu | LostDragonist | 2018-08-16 | 1 | -0/+10 |
| | | |||||
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -0/+6 |
| | | |||||
| * | Added a flag to the plugin list indicating if a certain plugin has one or ↵ | Al12rs | 2018-07-17 | 1 | -1/+2 |
| | | | | | | | | more archives attached. Changed the tooltip to list the loaded archives. Fixed tool tip to have titles for subsections. | ||||
| * | Make sure to update the index when data is changed | Silarn | 2018-05-04 | 1 | -0/+5 |
| | | |||||
| * | Vastly improved plugin index generation and sorting | Silarn | 2018-05-04 | 1 | -1/+2 |
| | | |||||
| * | Fix ESL index display and sorting by index | Silarn | 2018-04-27 | 1 | -0/+1 |
| | | |||||
| * | Updates to allow a full plugin data refresh in certain circumstances | Silarn | 2018-04-08 | 1 | -1/+2 |
| | | |||||
| * | Light flagged master support and other minor changes | Jeremy Rimpo | 2018-03-05 | 1 | -0/+2 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -222/+237 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -237/+222 |
| | | |||||
| * | Final highlighting changes | Jeremy Rimpo | 2017-12-02 | 1 | -1/+2 |
| | | |||||
