summaryrefslogtreecommitdiff
path: root/src/pluginlistproxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use hasNoRecordsJeremy Rimpo2023-10-181-2/+2
|
* Plugins updatesJeremy Rimpo2023-10-181-0/+5
| | | | | | - Temporarily remove some overlay info - Add isDummy and dummy info - Display refinements for plugin info
* Additional overlay plugin supportJeremy Rimpo2023-10-081-0/+5
| | | | | | | * Add isOverlayFlagged to IPluginList * Further notate plugin list * Rename to match xEdit / Wrye / LOOT * Update counter
* Apply clang-format.Mikaël Capelle2023-07-091-7/+13
|
* Change `isXFile` to `hasXExtension`Qudix2022-03-191-20/+20
|
* Rename isX to isXFile, and deprecate isMasterQudix2022-02-241-4/+9
| | | | Also made sure to not change existing behaviour
* Add `isMasterFlagged` `isLight` `isLightFlagged`Qudix2022-02-241-0/+15
| | | | Note: The behavior of isMaster has been changed to match isLightFlagged
* Avoid duplicating code to simulate startup.Mikaël Capelle2020-12-041-2/+10
|
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-7/+20
|
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ↵Mikaël Capelle2020-10-111-0/+73
callbacks when plugin is inactive.