summaryrefslogtreecommitdiff
path: root/src/plugincontainer.h
Commit message (Collapse)AuthorAgeFilesLines
* Display plugins in a tree instead of a list in the settings dialog.Mikaël Capelle2020-09-291-17/+26
|
* Add topImplementedInterface(). Minor cleaning.Mikaël Capelle2020-09-291-1/+46
|
* Add a method to retrieve the localized names of the implemented plugin ↵Mikaël Capelle2020-09-281-0/+32
| | | | interfaces.
* Manually unload plugins to avoid issue with automatic unloading.Mikaël Capelle2020-06-111-0/+1
|
* Prevent diagnose plugins that return false for isActive from reporting ↵LostDragonist2019-03-231-0/+1
| | | | notifications
* Support for multi-game downloadsSilarn2018-04-161-2/+4
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-52/+61
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-61/+52
|
* added interface for file mapping pluginsTannin2015-11-231-1/+3
|
* MergeTannin2015-01-041-4/+1
|\
| * cleanup und bugfixes after refactoringTannin2014-11-281-17/+18
| |
* | - fixes after mergeTannin2015-01-041-17/+19
|/
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+102
- started on support for game-plugins