summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved all spawn dialogs into a namespaceisanae2019-09-131-4/+0
* made SpawnParameters public, changed to Qt typesisanae2019-09-121-7/+17
* split spawnBinaryProcess() into spawn, no changesisanae2019-09-121-275/+11
* documentation for settingsisanae2019-09-081-5/+5
* split settings into a bunch of classesisanae2019-09-021-53/+59
* moved plugins to settingsisanae2019-09-021-5/+5
* changed total speed and count to a list of the last 5 downloadsisanae2019-08-261-1/+0
* moved preferred servers into ServerListisanae2019-08-261-1/+1
* changed crash dump type to use enum instead of intisanae2019-08-241-3/+3
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-7/+2
* passes callbacks to QuestionBoxMemory so it doesn't access the ini directlyisanae2019-08-171-2/+0
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-4/+0
* moved geometry handling to PreviewDialogisanae2019-08-041-20/+3
* split into GeometrySettingsisanae2019-08-041-71/+19
* removed mentions of QSettings from main.cppisanae2019-08-041-2/+2
* moved setLogLevel() to OrganizerCoreisanae2019-07-221-0/+12
* removed some useless loggingisanae2019-07-221-15/+10
* replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-2/+4
* changed qDebug() to log::debug()isanae2019-07-221-19/+22
* changed qCritical() to log::error()isanae2019-07-221-11/+11
* replaced qWarning()isanae2019-07-221-23/+23
* moved Settings out of OrganizerCore so it can be created by itself to access ...isanae2019-07-221-3/+3