summaryrefslogtreecommitdiff
path: root/src/organizercore.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* split directoryentryisanae2020-02-181-1/+0
* removed some unnecessary countersisanae2020-02-181-0/+2
* Move modInfo loadFromDisc to it's own functionAL2020-02-161-0/+1
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-2/+10
* renamed lockwidget files to uilockerisanae2019-11-061-1/+1
* renamed LockWidget to UILockerisanae2019-11-061-2/+2
* moved LockWidget back to OrganizerCore to support having multiple locks activeisanae2019-11-061-0/+3
* added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's...isanae2019-11-061-0/+3
* added lockwidget to replace all the other dialogsisanae2019-11-061-2/+1
* split to processrunnerisanae2019-11-061-46/+14
* spawning an executable now only waits for that particular processisanae2019-11-061-2/+9
* wait for executable when opening filesisanae2019-11-061-1/+4
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-12/+0
* renamed startApplication() to runExecutableOrExecutableFile()isanae2019-11-061-1/+6
* renamed runExecutable() to runExecutablefile()isanae2019-11-061-3/+7
* renamed executeFileVirtualized() to runFile()isanae2019-11-061-7/+8
* merged spawnBinaryDirect() and spawnBinaryProcess()isanae2019-11-061-15/+8
* initial Spawner and SpawnedProcessisanae2019-11-061-4/+5
* added crash dump path to parameters, if a mechanism to customize it is ever c...isanae2019-11-011-1/+2
* uses new usvfsParameters, also updates spawn delayisanae2019-10-101-1/+1
* changed the layout of the general settings tabisanae2019-09-231-0/+1
* changed crash dump type to use enum instead of intisanae2019-08-241-2/+2
* split into GeometrySettingsisanae2019-08-041-4/+0
* removed mentions of QSettings from main.cppisanae2019-08-041-1/+1
* moved setLogLevel() to OrganizerCoreisanae2019-07-221-0/+2
* moved Settings out of OrganizerCore so it can be created by itself to access ...isanae2019-07-221-2/+2
* use log::Levels instead of intsisanae2019-07-221-1/+4
* Add some basic checks for symlinksSilarn2019-07-081-0/+1
* split nexus tabisanae2019-07-021-0/+1
* pulled java installation detection out of getFileExecutionContext() and into ...isanae2019-06-151-0/+2
* added selectedOrigin to previewFileWithAlternatives()isanae2019-05-281-1/+1