| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | moved nexus api stuff to GlobalSettings | isanae | 2020-11-03 | 1 | -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 Capelle | 2020-10-11 | 1 | -1/+1 | |
| | | | | | callbacks when plugin is inactive. | |||||
| * | 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 ↵ | Mikaël Capelle | 2020-09-28 | 1 | -0/+82 | |
| | | | | | interfaces. | |||||
| * | 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 | |
| | | | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files | |||||
| * | added more timings | isanae | 2020-02-18 | 1 | -0/+2 | |
| | | | | | missed fileregisterfwd.h in cmake list | |||||
| * | initial Spawner and SpawnedProcess | isanae | 2019-11-06 | 1 | -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 settings | isanae | 2019-09-08 | 1 | -2/+2 | |
| | | | | | renamed some PluginSettings members and moved them around | |||||
| * | moved plugins to settings | isanae | 2019-09-02 | 1 | -3/+3 | |
| | | ||||||
| * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -7/+7 | |
| | | | | | removed some commented out logging | |||||
| * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -2/+3 | |
| | | | | | removed now unused vlog() | |||||
| * | replaced qWarning() | isanae | 2019-07-22 | 1 | -5/+6 | |
| | | ||||||
| * | Prevent diagnose plugins that return false for isActive from reporting ↵ | LostDragonist | 2019-03-23 | 1 | -0/+4 | |
| | | | | | notifications | |||||
| * | 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 ↵ | AnyOldName3 | 2018-05-02 | 1 | -8/+12 | |
| | | | | | inheritance issues | |||||
| * | 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 | |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | |||||
| * | 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 | |
| | | ||||||
| * | Merge | Tannin | 2015-05-09 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fix a meory leak with modules that error during loading | Tom Tanner | 2015-03-22 | 1 | -2/+2 | |
| | | | | | | | | | More Sconscript stuff | |||||
| * | | refactorings | Tannin | 2015-04-12 | 1 | -3/+3 | |
| |/ | ||||||
| * | - some fixes to how file changes are signaled and delayed | Tannin | 2015-03-01 | 1 | -1/+2 | |
| | | ||||||
| * | tons of code cleanup and minor fixes to harden the code (mostly suggestions ↵ | Tannin | 2015-02-25 | 1 | -4/+7 | |
| | | | | | from static code analysis) | |||||
| * | replaced all uses of NULL with nullptr | Tannin | 2014-11-28 | 1 | -4/+4 | |
| | | | | | fixed a few placed where NULL was used as a number or boolean | |||||
| * | cleanup und bugfixes after refactoring | Tannin | 2014-11-28 | 1 | -6/+14 | |
| | | ||||||
| * | - started on a refactoring moving functionality out of the MainWindow class | Tannin | 2014-11-21 | 1 | -0/+329 | |
| - started on support for game-plugins | ||||||
