summaryrefslogtreecommitdiff
path: root/src/pluginlistproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.