summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* use log::Levels instead of intsisanae2019-07-221-1/+3
* renamed logbuffer files to loglistisanae2019-07-221-1/+0
* removed unused or redundant stuff in error_report.hisanae2019-07-221-1/+0
* nexus info and stats in settingsisanae2019-07-121-1/+1
* extracted api key validator from NXMAccessManagerisanae2019-07-111-1/+2
* removed useless validationFailed() callback in MainWindowisanae2019-07-101-0/+2
* Add some basic checks for symlinksSilarn2019-07-081-1/+16
* added modinfodialogfwd.h, mostly for the enum that's used in various placesisanae2019-07-021-4/+4
* split nexus tabisanae2019-07-021-0/+15
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-3/+3
* pulled java installation detection out of getFileExecutionContext() and into ...isanae2019-06-151-32/+38
* moved store/load to ExecutablesListisanae2019-06-151-43/+4
* replaced ExecutablesList::getExecutables() by a standard container interfaceisanae2019-06-151-8/+8
* made Executable members private, added member function to get and set themisanae2019-06-151-21/+21
* replaced all the manual UserRole stuff with a few constants and helper functionsisanae2019-05-311-0/+2
* Merge pull request #739 from isanae/hide-conflict-itemsAl2019-05-291-4/+37
|\
| * added selectedOrigin to previewFileWithAlternatives()isanae2019-05-281-4/+37
* | Merge pull request #734 from isanae/permissive-flagAl2019-05-281-1/+1
|\ \ | |/ |/|
| * fixes for /permissive-:isanae2019-05-261-1/+1