summaryrefslogtreecommitdiff
path: root/src/organizerproxy.h
Commit message (Expand)AuthorAgeFilesLines
* Add instance manager to plugin API (#2335)Jonathan Feenstra2026-02-081-0/+3
* Add executables list to plugin API (#2327)Jonathan Feenstra2026-01-311-0/+3
* Change IOrganizer::profile return type to a shared_ptr (#2322)Jonathan Feenstra2026-01-111-1/+1
* Add instanceName and profiles methods to plugin API (#2321)Jonathan Feenstra2026-01-111-0/+5
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-54/+52
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-3/+7
* Refresh Callback (+ Extra for AboutToRun) (#1884)Mikaël Capelle2023-09-291-0/+4
* Apply clang-format.Mikaël Capelle2023-07-091-54/+76
* Convert everything to CRLF.Mikaël Capelle2023-07-091-130/+130
* Add IOrganizer::virtualFileTree().Mikaël Capelle2021-05-141-2/+3
* Remove unused member in proxy.Mikaël Capelle2020-12-041-1/+0
* Avoid duplicating code to simulate startup.Mikaël Capelle2020-12-041-0/+17
* Fix callbacks for IOrganizer when plugin are unloaded/loaded.Mikaël Capelle2020-12-021-1/+22
* Allow optional refresh for waitForApplication()AL2020-11-281-1/+1
* Add callbacks for plugin enabled/disabled.Mikaël Capelle2020-11-121-0/+4
* Replace usage of IPlugin::isActive().Mikaël Capelle2020-11-111-2/+6
* Merge branch 'master' into imodlist-updatesMikaël Capelle2020-10-261-5/+8
|\
| * Add IOrganizer::onProfileXXX callbacks.Mikaël Capelle2020-10-241-6/+9
* | Move IOrganizer::getMod() to IModList::getMod().Mikaël Capelle2020-10-251-1/+0
* | Move IOrganizer::removeMod() to IModList::removeMod().Mikaël Capelle2020-10-251-1/+0
* | Move IOrganizer::modsSortedByProfilePriority() to IModList::allModsByProfileP...Mikaël Capelle2020-10-251-2/+0
* | Rename IOrganizer::refreshModList -> refresh.Mikaël Capelle2020-10-251-1/+1
* | Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().Mikaël Capelle2020-10-251-1/+0
|/
* Use proxy for ModList, PluginList and DownloadManager. Do not use registered ...Mikaël Capelle2020-10-111-2/+16
* Don't use reference as class memberAnyOldName32020-08-081-1/+1
* Update for new organizer callbacks.Mikaël Capelle2020-06-151-0/+3
* Fix & placement.Mikaël Capelle2020-06-081-1/+1
* Add findFiles overload with glob patterns.Mikaël Capelle2020-06-081-1/+2
* Add parameters to startApplication to allow control of custom overwriteLostDragonist2019-03-241-1/+2
* Add function to get configured mods directoryLostDragonist2019-02-231-0/+1
* Changes to allow installer_NCC to use the game source set in the DL metaSilarn2018-05-071-0/+1
* Support for multi-game downloadsSilarn2018-04-161-1/+3
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-40/+43
* Applied clang-format on sourceSandro Jäckel2018-02-221-43/+40
* Fixing overwrite problemsZachHaber2017-01-171-0/+1
* cleanupTannin2016-05-191-1/+0
* merged master into new_vfs_libraryTannin2016-02-121-1/+5
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-5/+6
|\
| * Bunch of const correctness changes. There shouldn't be any update of plugin g...Thomas Tanner2015-11-251-1/+1
| * Final eradication of igameinfo and adding python wrappers for IPluginGameThomas Tanner2015-11-221-1/+0
| * Removal of (get)BinaryNameThomas Tanner2015-11-211-4/+5
* | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-2/+1
|/
* extended plugin interface. Plugins can now activate/deactivate mods, install ...Tannin2015-05-171-1/+1
* MergeTannin2015-01-041-1/+1
|\
| * replaced all uses of NULL with nullptrTannin2014-11-281-1/+1
* | Merge with branch1.2Tannin2015-01-031-3/+9
|\|
| * - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-3/+9
| * - new plugin-api to determine the origin of a fileTannin2014-08-181-0/+1
| * - browser dialog now has a hidden url-field (for testing only)Tannin2014-07-271-0/+1
* | - NCC installer can now discover files in other mods (thanks Reunion!) and kn...Tannin2014-12-131-0/+1