| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Highlight masters of selected plugins (#2140) | Jonathan Feenstra | 2024-10-12 | 6 | -3/+55 |
| | | |||||
| * | Rename Optional ESPs tab to Optional Plugins and improve wording (#2134) | Jonathan Feenstra | 2024-10-10 | 1 | -12/+12 |
| | | |||||
| * | Add filter checkbox to data tab to show/hide hidden files (#2136) | Jonathan Feenstra | 2024-10-10 | 5 | -4/+54 |
| | | |||||
| * | Include notes in search when filtering mods if the column is enabled (#2139) | Jonathan Feenstra | 2024-10-10 | 1 | -1/+2 |
| | | |||||
| * | Resize columns to contents in notifications window (#2128) | Jonathan Feenstra | 2024-10-03 | 1 | -0/+1 |
| | | |||||
| * | Starfield Updates: Shattered Space & Blueprint Support (#2131) | Jeremy Rimpo | 2024-10-03 | 4 | -46/+138 |
| | | | | | | --------- Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | ||||
| * | Add author and description methods to IPluginList (#2118) | Jonathan Feenstra | 2024-09-28 | 4 | -0/+36 |
| | | |||||
| * | Bump version to 2.5.2. (#2090) | Mikaël Capelle | 2024-08-04 | 1 | -3/+3 |
| | | |||||
| * | Replace chopped by mid in download list. (#2089) | Mikaël Capelle | 2024-08-03 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 2.5.2rc2. (#2084) | Mikaël Capelle | 2024-08-01 | 1 | -1/+1 |
| | | |||||
| * | Move slot connections to avoid issue when starting MO2 to download a NXM ↵ | Mikaël Capelle | 2024-08-01 | 4 | -130/+119 |
| | | | | | | link. (#2082) * Move slot connections to avoid issue when starting MO2 to download a NXM link. | ||||
| * | Fix FIXABLE status for ModDataChecker. (#2080) | Mikaël Capelle | 2024-07-28 | 2 | -6/+14 |
| | | | | | * Fix FIXABLE status for ModDataChecker. * Fix issue with registerFeature() without games. | ||||
| * | Bump version to 2.5.2rc1. (#2078) | Mikaël Capelle | 2024-07-21 | 1 | -2/+2 |
| | | |||||
| * | Set default style to 'windowsvista' and allow stylesheet to modify base ↵ | Mikaël Capelle | 2024-07-19 | 2 | -195/+347 |
| | | | | | | | | style (#2072) * Set 'windowsvista' as the default style. * Allow stylesheet to modify base style. | ||||
| * | Archive preview support (#2056) | Jeremy Rimpo | 2024-07-11 | 7 | -19/+53 |
| | | | | | | * Support for archive file previews - Should account for alternates - Extracts files and requests preview from plugins that claim support | ||||
| * | Parse unmanaged file location when creating ModInfoForeign (#2053) | Jeremy Rimpo | 2024-06-22 | 4 | -62/+51 |
| | | | | | | | | | | | * Parse unmanaged file location when creating ModInfoForeign - Fixes issues with secondaryDataDirectories * Revert SF memory address changes - CCC implementation prevents the need to determine core plugin LO by dependency chains * The light flag wins over the medium flag - I had expected the opposite, but apparently the light flag still wins if both are set. This shouldn't really happen but it's possible, even with the CK * Update display to account for multi-flagged plugins - Show both icons, warn if both set | ||||
| * | Use new Skip File & Skip Directory in usvfs (#2033) | Twinki | 2024-06-15 | 10 | -15/+264 |
| | | | | | | | | | | | | | * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized | ||||
| * | Add medium plugin support (Starfield) (#2048) | Jeremy Rimpo | 2024-06-13 | 5 | -70/+108 |
| | | | | | | | | * 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 | ||||
| * | Fix manifest for debug mode. (#2047) | Mikaël Capelle | 2024-06-10 | 5 | -93/+98 |
| | | |||||
| * | PluginList::refresh speedup (#2046) | RJ | 2024-06-10 | 2 | -53/+53 |
| | | | | | * Move loadOrderMechanism out of loop * PluginList::refresh reduce number of loops | ||||
| * | Refactoring of game features for better management. (#2043) | Mikaël Capelle | 2024-06-09 | 27 | -282/+867 |
| | | |||||
| * | Update for new USVFS function scheme. (#2044) | Mikaël Capelle | 2024-06-09 | 3 | -42/+21 |
| | | | | | | * Update for new USVFS function scheme. * Fix call to usvfsVersionString(). * Move USVFS to mo2 dependencies instead of third party in CI. | ||||
| * | Only list instance directory with a MO INI file (#1965) | Jeroen Ruigrok van der Werven | 2024-06-08 | 1 | -3/+5 |
| | | |||||
| * | Use MO2 formatting action. (#2032) | Mikaël Capelle | 2024-05-26 | 4 | -13/+12 |
| | | |||||
| * | Use `lootGameName()` and `displayGameName()` in initial places. (#2030) | Mikaël Capelle | 2024-05-26 | 5 | -285/+267 |
| | | | | | | | | | | | * Use `displayGameName()` in create instance dialogs & the main window, this doesn't cover all places `gameName()` was being used for purely display reasons, but it covers the bulk. * Use `lootGameName()` instead of `gameShortName()` for LOOT cli initiation. * Use game display name in status bar. --------- Co-authored-by: Twinki <Twinki@users.noreply.github.com> | ||||
| * | Switch from fmtlib to std::format. (#2031) | Mikaël Capelle | 2024-05-25 | 11 | -339/+338 |
| | | | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action. | ||||
| * | Disable ESLs when no ESL support (#2026) | Jeremy Rimpo | 2024-05-19 | 1 | -3/+11 |
| | | | | * Show ESL plugins but disable and warn if unsupported | ||||
| * | Fixes for stylesheets that use transparent backgrounds (#2029) | RJ | 2024-05-19 | 2 | -2/+4 |
| | | | | | | | | | | * Remove uneeded "Fix" text * Don't set Qt::WA_OpaquePaintEvent when imagesThumbnails has transparent base --------- Co-authored-by: Liderate <Liderate@users.noreply.github.com> | ||||
| * | Directly open logs and crashDumps folders from diagnostics settings (#2028) | RJ | 2024-05-19 | 2 | -4/+7 |
| | | | | Co-authored-by: Liderate <Liderate@users.noreply.github.com> | ||||
| * | Ignore Qt-created 'cache' directory | Jeroen Ruigrok van der Werven | 2023-12-31 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
