summaryrefslogtreecommitdiff
path: root/src/plugincontainer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not store installers in InstallationManager, use the ones from ↵Mikaël Capelle2020-12-021-1/+4
| | | | PluginContainer.
* Add IPluginProxy::unload() and rename instantiate() to load().Mikaël Capelle2020-12-011-3/+4
|
* Fix PluginContainer::setUserInterface().Mikaël Capelle2020-11-231-8/+10
|
* Return shared_ptr in IPlugin::requirements().Mikaël Capelle2020-11-191-3/+1
|
* Fix crash for proxied plugins on first startup.Mikaël Capelle2020-11-171-4/+2
|
* Add core plugins and better messages.Mikaël Capelle2020-11-171-1/+19
|
* Fix had -> add.Mikaël Capelle2020-11-171-1/+1
|
* Feeling like Shakespeare.Mikaël Capelle2020-11-121-0/+48
|
* Do not initialize proxied plugins twice.Mikaël Capelle2020-11-121-9/+17
|
* Add callbacks for plugin enabled/disabled.Mikaël Capelle2020-11-121-0/+7
|
* It's 2020.Mikaël Capelle2020-11-121-36/+15
|
* Proper handling of proxied plugins that implement multiple interfaces.Mikaël Capelle2020-11-121-28/+121
|
* Handle proxy dependencies differently.Mikaël Capelle2020-11-111-13/+24
|
* Remove incorrect warning.Mikaël Capelle2020-11-111-5/+0
|
* Use IPlugin::master() when present.Mikaël Capelle2020-11-111-1/+39
|
* Fix rebase.Mikaël Capelle2020-11-111-2/+1
|
* Cleaner IPluginRequirement.Mikaël Capelle2020-11-111-4/+5
|
* Fix display of tools in the MainWindow menu.Mikaël Capelle2020-11-111-4/+0
|
* 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
| | | | added option to skip plugin for this session only
* 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
| | | | | removed now useless null checks in OrganizerProxy call setPluginDataPath() early so plugins can have it, since it's now a static function in IOrganizer
* call init() on proxy pluginsisanae2020-11-041-1/+33
| | | | | OrganizerProxy now handles a null OrganizerCore, used for proxy plugins changed appVersion() and pluginDataPath() so they don't need OrganizerCore
* added IPlugin::registered()isanae2020-11-041-18/+17
| | | | | | | | removed useless dummy interfaces because init() isn't called anymore python plugins currently broken because init() isn't called on them fixed create instance dialog being shown on startup even if portable instance existed display a message when the last instance can't be found fixed instance manager dialog failing to open the portable instance
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-29/+59
| | | | | | | pass a pointer to Settings around for things that can be called without settings, when creating the first instance added dummy plugin list, mod list and iorganizer to initialize plugins without an instance moved PluginContainer into the core filter, had nothing to do with the plugins list NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ↵Mikaël Capelle2020-10-111-1/+1
| | | | callbacks when plugin is inactive.
* 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 ↵Mikaël Capelle2020-09-281-0/+82
| | | | interfaces.
* 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
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* added more timingsisanae2020-02-181-0/+2
| | | | missed fileregisterfwd.h in cmake list
* initial Spawner and SpawnedProcessisanae2019-11-061-0/+1
| | | | | | | added steam app id to spawn parameters removed threadHandle, unused moved most of the stuff from OrganizerCore::spawnBinaryProcess() to Spawner replaced m_UserInterface by m_MainWindow
* documentation for settingsisanae2019-09-081-2/+2
| | | | renamed some PluginSettings members and moved them around
* moved plugins to settingsisanae2019-09-021-3/+3
|
* changed qDebug() to log::debug()isanae2019-07-221-7/+7
| | | | removed some commented out logging
* changed qCritical() to log::error()isanae2019-07-221-2/+3
| | | | removed now unused vlog()
* replaced qWarning()isanae2019-07-221-5/+6
|
* Prevent diagnose plugins that return false for isActive from reporting ↵LostDragonist2019-03-231-0/+4
| | | | notifications
* 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 ↵AnyOldName32018-05-021-8/+12
| | | | inheritance issues
* 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
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-267/+231
|