summaryrefslogtreecommitdiff
path: root/src/organizercore.h
Commit message (Expand)AuthorAgeFilesLines
* Add setting to show notifications when downloads complete or fail (#2338)Jonathan Feenstra2026-05-151-0/+5
* Change IOrganizer::profile return type to a shared_ptr (#2322)Jonathan Feenstra2026-01-111-2/+3
* Add instanceName and profiles methods to plugin API (#2321)Jonathan Feenstra2026-01-111-0/+6
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-22/+24
* Oblivion Remastered Meta PR (#2241)Jeremy Rimpo2025-05-231-0/+1
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-1/+2
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-2/+6
* Updates to refresh sort button after various eventsJeremy Rimpo2023-10-021-0/+3
* Refresh Callback (+ Extra for AboutToRun) (#1884)Mikaël Capelle2023-09-291-10/+44
* Apply clang-format.Mikaël Capelle2023-07-091-138/+177
* Convert everything to CRLF.Mikaël Capelle2023-07-091-502/+502
* Notify mod installation to plugins after directory structure is ready.Mikaël Capelle2023-07-031-0/+4
* Add IOrganizer::virtualFileTree().Mikaël Capelle2021-05-141-0/+2
* Better refresh of override markers and conflicts.Mikaël Capelle2021-02-091-0/+5
* Move update of directory structure after mod priority change to organizer core.Mikaël Capelle2021-01-211-0/+1
* Merge pull request #1372 from Holt59/install-mod-atMikaël Capelle2021-01-181-1/+1
|\
| * Modify 'Install mod... ' in context menu to install above current mod.Mikaël Capelle2021-01-181-1/+1
* | moved externalMessage() to MOApplicationisanae2021-01-181-1/+0
|/
* Minor cleaning for boost signal declarations in OrganizerCore.Mikaël Capelle2021-01-131-6/+7
* Remove OrganizerCore::modsSortedByProfilePriority.Mikaël Capelle2021-01-131-9/+0
* Remove unused close() signal from OrganizerCore. Remove declarations without ...Mikaël Capelle2021-01-131-10/+4
* Remove archive parsing attribute from core and use the one from settings dire...Mikaël Capelle2021-01-131-11/+0
* Add option to have different separator collapsed/expanded states between prof...Mikaël Capelle2021-01-101-0/+7
* Start moving stuff from MainWindow to PluginListView.Mikaël Capelle2021-01-021-2/+0
* Start moving modlist context menu actions to separate structures.Mikaël Capelle2021-01-021-1/+4
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-0/+2
* Drag and drop from download view to install + Expand and scroll to mod on ins...Mikaël Capelle2021-01-021-1/+1
* Remove disconnectPlugins() from OrganizerCore.Mikaël Capelle2020-12-041-1/+0
* Fix callbacks for pluginlist, modlist and download manager.Mikaël Capelle2020-12-021-0/+7
* Fix callbacks for IOrganizer when plugin are unloaded/loaded.Mikaël Capelle2020-12-021-11/+13
* Add callbacks for plugin enabled/disabled.Mikaël Capelle2020-11-121-0/+5
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-7/+6
* call init() on proxy pluginsisanae2020-11-041-1/+1
* add warning when profile given with -p doesn't existisanae2020-11-031-3/+0
* Merge branch 'master' into imodlist-updatesMikaël Capelle2020-10-261-0/+13
|\
| * Add IOrganizer::onProfileXXX callbacks.Mikaël Capelle2020-10-241-0/+13
* | 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-1/+9
* | Rename IOrganizer::refreshModList -> refresh.Mikaël Capelle2020-10-251-1/+1
* | Move IOrganizer::onModInstalled() to IModList. Add IModList::onModRemoved().Mikaël Capelle2020-10-251-4/+0
|/
* Add 'reinstallation' parameter to onInstallationStart().Mikaël Capelle2020-09-221-1/+1
* Add IPluginInstaller onInstallationStart and onInstallationEnd callbacks.Mikaël Capelle2020-09-211-1/+1
* Clean notification of userInterfaceInitialized between MainWindow and Organiz...Mikaël Capelle2020-06-161-1/+1
* Update for new organizer callbacks.Mikaël Capelle2020-06-151-8/+21
* Use QEventLoop instead of manually spinning calling ProcessEvents in a while ...AL2020-06-071-0/+4
* Change auto& to const auto&.Mikaël Capelle2020-05-281-2/+2
* Expose ModDataContentHolder from OrganizerCore instead of vector of Content.Mikaël Capelle2020-05-281-2/+106
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-0/+8
* removed directoryrefresher.h from organizercore.hisanae2020-02-181-25/+16