summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add findFiles overload with glob patterns.Mikaël Capelle2020-06-081-3/+4
* Use QEventLoop instead of manually spinning calling ProcessEvents in a while ...AL2020-06-071-7/+14
* Expose ModDataContentHolder from OrganizerCore instead of vector of Content.Mikaël Capelle2020-05-281-2/+2
* Switch to using the ModDataContent feature from the game plugin.Mikaël Capelle2020-05-251-0/+10
* Use the refresh_thread_count setting for ModInfo::updateFromDisc.Mikaël Capelle2020-05-241-2/+4
* Update ModInfo to use a single file tree for all content-related operations.Mikaël Capelle2020-05-241-1/+1
* Fix issues with very slow refresh time for large root data directories.isanae2020-05-231-10/+6
* now using new common cmakefilesisanae2020-04-231-1/+1
* dump a bunch of counts for mods when selecting a profileisanae2020-04-171-0/+4
* timing for refreshBSAList and updateProblemsButtonisanae2020-02-181-1/+3
* added more timingsisanae2020-02-181-1/+2
* removed directoryrefresher.h from organizercore.hisanae2020-02-181-9/+10
* cleanup, typedefsisanae2020-02-181-10/+10
* split directoryentryisanae2020-02-181-2/+5
* removed some unnecessary countersisanae2020-02-181-18/+50
* threaded refresherisanae2020-02-181-12/+11
* customizable columns for mod and plugin listsisanae2020-02-181-2/+0
* Remove duplicated updateFromDisc() call during refreshAL2020-02-171-8/+0
* Allow not refreshing downloads when setting their folder, for example during ...AL2020-02-161-1/+1
* Move modInfo loadFromDisc to it's own functionAL2020-02-161-2/+2
* renamed ToLower() to avoid confusion with in-place vs copyisanae2020-02-041-10/+0
* modsSortedByProfilePriority should return the internal name of the modSilarn2020-01-141-1/+1
* Check the enumSilarn2019-12-111-2/+2
* Update installer status handlingSilarn2019-12-111-5/+11
* fixed crash when starting multiple downloads with dialog boxes openedisanae2019-12-021-0/+1
* only log crash dumps message on startupisanae2019-11-261-6/+0
* renamed LockWidget to UILockerisanae2019-11-061-2/+2
* moved LockWidget back to OrganizerCore to support having multiple locks activeisanae2019-11-061-0/+1
* removed unused filesisanae2019-11-061-1/+0
* refresh ui after running an exe from 1) an external message, and 2) the data tabisanae2019-11-061-1/+1
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-1/+1
* added waitForAllUSVFSProcesses() wrapper in OrganizerCore, the fact that it's...isanae2019-11-061-0/+6
* removed runShortcut()isanae2019-11-061-2/+6
* added lockwidget to replace all the other dialogsisanae2019-11-061-5/+3
* split to processrunnerisanae2019-11-061-483/+118
* replaced uilock by a progress callback in spawnisanae2019-11-061-45/+83
* split to getRunningUSVFSProcesses()isanae2019-11-061-159/+61
* spawning an executable now only waits for that particular processisanae2019-11-061-70/+75
* wait for executable when opening filesisanae2019-11-061-2/+20
* moved findJavaInstallation() and getFileExecutionContext() to spawnisanae2019-11-061-173/+91
* renamed startApplication() to runExecutableOrExecutableFile()isanae2019-11-061-21/+19
* renamed runExecutable() to runExecutablefile()isanae2019-11-061-31/+48
* renamed executeFileVirtualized() to runFile()isanae2019-11-061-39/+39
* merged spawnBinaryDirect() and spawnBinaryProcess()isanae2019-11-061-50/+48
* initial Spawner and SpawnedProcessisanae2019-11-061-127/+65
* added crash dump path to parameters, if a mechanism to customize it is ever c...isanae2019-11-011-1/+4
* uses new usvfsParameters, also updates spawn delayisanae2019-10-101-2/+4
* only log a warning for symlinks instead of exiting MOisanae2019-10-051-11/+26
* changed the layout of the general settings tabisanae2019-09-231-27/+9
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-1/+0