summaryrefslogtreecommitdiff
path: root/src/pluginlistproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Add form and header versions to plugin list tool tips and plugin API and add ↵Jonathan Feenstra2025-01-311-0/+2
| | | | more columns (#2200)
* Starfield Updates: Shattered Space & Blueprint Support (#2131)Jeremy Rimpo2024-10-031-0/+1
| | | | | --------- Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
* Add author and description methods to IPluginList (#2118)Jonathan Feenstra2024-09-281-0/+3
|
* Add medium plugin support (Starfield) (#2048)Jeremy Rimpo2024-06-131-1/+1
| | | | | | | * 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 hasNoRecordsJeremy Rimpo2023-10-181-1/+1
|
* Plugins updatesJeremy Rimpo2023-10-181-0/+1
| | | | | | - Temporarily remove some overlay info - Add isDummy and dummy info - Display refinements for plugin info
* Additional overlay plugin supportJeremy Rimpo2023-10-081-0/+1
| | | | | | | * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter
* Apply clang-format.Mikaël Capelle2023-07-091-6/+6
|
* Change `isXFile` to `hasXExtension`Qudix2022-03-191-7/+6
|
* Rename isX to isXFile, and deprecate isMasterQudix2022-02-241-2/+5
| | | | Also made sure to not change existing behaviour
* Add `isMasterFlagged` `isLight` `isLightFlagged`Qudix2022-02-241-0/+3
| | | | Note: The behavior of isMaster has been changed to match isLightFlagged
* Avoid duplicating code to simulate startup.Mikaël Capelle2020-12-041-0/+6
|
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-3/+10
|
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ↵Mikaël Capelle2020-10-111-0/+36
callbacks when plugin is inactive.