index
:
ariadne.git
master
Linux port of mod organizer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugincontainer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash for proxied plugins on first startup.
Mikaël Capelle
2020-11-17
1
-4
/
+2
*
Add core plugins and better messages.
Mikaël Capelle
2020-11-17
1
-1
/
+19
*
Fix had -> add.
Mikaël Capelle
2020-11-17
1
-1
/
+1
*
Feeling like Shakespeare.
Mikaël Capelle
2020-11-12
1
-0
/
+48
*
Do not initialize proxied plugins twice.
Mikaël Capelle
2020-11-12
1
-9
/
+17
*
Add callbacks for plugin enabled/disabled.
Mikaël Capelle
2020-11-12
1
-0
/
+7
*
It's 2020.
Mikaël Capelle
2020-11-12
1
-36
/
+15
*
Proper handling of proxied plugins that implement multiple interfaces.
Mikaël Capelle
2020-11-12
1
-28
/
+121
*
Handle proxy dependencies differently.
Mikaël Capelle
2020-11-11
1
-13
/
+24
*
Remove incorrect warning.
Mikaël Capelle
2020-11-11
1
-5
/
+0
*
Use IPlugin::master() when present.
Mikaël Capelle
2020-11-11
1
-1
/
+39
*
Fix rebase.
Mikaël Capelle
2020-11-11
1
-2
/
+1
*
Cleaner IPluginRequirement.
Mikaël Capelle
2020-11-11
1
-4
/
+5
*
Fix display of tools in the MainWindow menu.
Mikaël Capelle
2020-11-11
1
-4
/
+0
*
Improve requirements handling.
Mikaël Capelle
2020-11-11
1
-75
/
+143
*
PluginRequirement -> IPluginRequirement and minor fixes.
Mikaël Capelle
2020-11-11
1
-8
/
+24
*
Replace usage of IPlugin::isActive().
Mikaël Capelle
2020-11-11
1
-11
/
+107
*
detectGame() must be called before init()
isanae
2020-11-10
1
-1
/
+5
*
task dialog for plugin loadcheck
isanae
2020-11-07
1
-9
/
+64
*
Call detectGame() after checking for conversion.
Mikaël Capelle
2020-11-06
1
-1
/
+1
*
Replace IPlugin::registered() by IPluginGame::detectGame().
Mikaël Capelle
2020-11-06
1
-2
/
+1
*
pass null IOrganizer to proxy plugins instead of one with a null OrganizerCore
isanae
2020-11-06
1
-14
/
+10
*
call init() on proxy plugins
isanae
2020-11-04
1
-1
/
+33
*
added IPlugin::registered()
isanae
2020-11-04
1
-18
/
+17
*
moved nexus api stuff to GlobalSettings
isanae
2020-11-03
1
-29
/
+59
*
Use proxy for ModList, PluginList and DownloadManager. Do not use registered ...
Mikaël Capelle
2020-10-11
1
-1
/
+1
*
Display plugins in a tree instead of a list in the settings dialog.
Mikaël Capelle
2020-09-29
1
-35
/
+54
*
Add topImplementedInterface(). Minor cleaning.
Mikaël Capelle
2020-09-29
1
-16
/
+51
*
Use bf::for_each instead of custom templates.
Mikaël Capelle
2020-09-29
1
-57
/
+21
*
Add a method to retrieve the localized names of the implemented plugin interf...
Mikaël Capelle
2020-09-28
1
-0
/
+82
*
Manually unload plugins to avoid issue with automatic unloading.
Mikaël Capelle
2020-06-11
1
-1
/
+7
*
now using new common cmakefiles
isanae
2020-04-23
1
-2
/
+2
*
added more timings
isanae
2020-02-18
1
-0
/
+2
*
initial Spawner and SpawnedProcess
isanae
2019-11-06
1
-0
/
+1
*
documentation for settings
isanae
2019-09-08
1
-2
/
+2
*
moved plugins to settings
isanae
2019-09-02
1
-3
/
+3
*
changed qDebug() to log::debug()
isanae
2019-07-22
1
-7
/
+7
*
changed qCritical() to log::error()
isanae
2019-07-22
1
-2
/
+3
*
replaced qWarning()
isanae
2019-07-22
1
-5
/
+6
*
Prevent diagnose plugins that return false for isActive from reporting notifi...
LostDragonist
2019-03-23
1
-0
/
+4
*
Change qPrintable to qUtf8Printable to better support non-ASCII text
LostDragonist
2019-01-05
1
-7
/
+7
*
Take a list of proxied plugins for each name to work around multiple inherita...
AnyOldName3
2018-05-02
1
-8
/
+12
*
Support for multi-game downloads
Silarn
2018-04-16
1
-1
/
+2
*
Make pluginFileNames() include those of proxied plugins, too.
AnyOldName3
2018-04-13
1
-0
/
+6
*
Revert "Applied clang-format on source"
Sandro Jäckel
2018-02-23
1
-231
/
+267
*
Applied clang-format on source
Sandro Jäckel
2018-02-22
1
-267
/
+231
*
Add warning when MO1 hook.dll is left in game folder
Eran Mizrahi
2018-01-13
1
-0
/
+1
*
cleanup
Tannin
2016-05-07
1
-2
/
+2
*
added interface for file mapping plugins
Tannin
2015-11-23
1
-1
/
+7
*
small stuff
Tannin
2015-06-12
1
-1
/
+1
[next]