summaryrefslogtreecommitdiff
path: root/src/plugincontainer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve requirements handling.Mikaël Capelle2020-11-111-75/+143
* PluginRequirement -> IPluginRequirement and minor fixes.Mikaël Capelle2020-11-111-8/+24
* Replace usage of IPlugin::isActive().Mikaël Capelle2020-11-111-11/+107
* detectGame() must be called before init()isanae2020-11-101-1/+5
* task dialog for plugin loadcheckisanae2020-11-071-9/+64
* Call detectGame() after checking for conversion.Mikaël Capelle2020-11-061-1/+1
* Replace IPlugin::registered() by IPluginGame::detectGame().Mikaël Capelle2020-11-061-2/+1
* pass null IOrganizer to proxy plugins instead of one with a null OrganizerCoreisanae2020-11-061-14/+10
* call init() on proxy pluginsisanae2020-11-041-1/+33
* added IPlugin::registered()isanae2020-11-041-18/+17
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-29/+59
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ...Mikaël Capelle2020-10-111-1/+1
* Display plugins in a tree instead of a list in the settings dialog.Mikaël Capelle2020-09-291-35/+54
* Add topImplementedInterface(). Minor cleaning.Mikaël Capelle2020-09-291-16/+51
* Use bf::for_each instead of custom templates.Mikaël Capelle2020-09-291-57/+21
* Add a method to retrieve the localized names of the implemented plugin interf...Mikaël Capelle2020-09-281-0/+82
* Manually unload plugins to avoid issue with automatic unloading.Mikaël Capelle2020-06-111-1/+7
* now using new common cmakefilesisanae2020-04-231-2/+2
* added more timingsisanae2020-02-181-0/+2
* initial Spawner and SpawnedProcessisanae2019-11-061-0/+1
* documentation for settingsisanae2019-09-081-2/+2
* moved plugins to settingsisanae2019-09-021-3/+3
* changed qDebug() to log::debug()isanae2019-07-221-7/+7
* changed qCritical() to log::error()isanae2019-07-221-2/+3
* replaced qWarning()isanae2019-07-221-5/+6
* Prevent diagnose plugins that return false for isActive from reporting notifi...LostDragonist2019-03-231-0/+4
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-7/+7
* Take a list of proxied plugins for each name to work around multiple inherita...AnyOldName32018-05-021-8/+12
* Support for multi-game downloadsSilarn2018-04-161-1/+2
* Make pluginFileNames() include those of proxied plugins, too.AnyOldName32018-04-131-0/+6
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-231/+267
* Applied clang-format on sourceSandro Jäckel2018-02-221-267/+231
* Add warning when MO1 hook.dll is left in game folderEran Mizrahi2018-01-131-0/+1
* cleanupTannin2016-05-071-2/+2
* added interface for file mapping pluginsTannin2015-11-231-1/+7
* small stuffTannin2015-06-121-1/+1
* MergeTannin2015-05-091-2/+2
|\
| * Fix a meory leak with modules that error during loadingTom Tanner2015-03-221-2/+2
* | refactoringsTannin2015-04-121-3/+3
|/
* - some fixes to how file changes are signaled and delayedTannin2015-03-011-1/+2
* tons of code cleanup and minor fixes to harden the code (mostly suggestions f...Tannin2015-02-251-4/+7
* replaced all uses of NULL with nullptrTannin2014-11-281-4/+4
* cleanup und bugfixes after refactoringTannin2014-11-281-6/+14
* - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-0/+329