summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | moved shell functions to uibaseisanae2019-05-261-163/+0
* | moved getFileExecutionContext() and its enum into OrganizerCoreisanae2019-05-261-64/+63
* | changed enum case to follow conventionisanae2019-05-261-6/+6
* | changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...isanae2019-05-261-0/+14
* | put explore and open functions in namespace shellisanae2019-05-251-11/+217
* | ExploreFile() will select the file in explorer when the path is a fileisanae2019-05-251-5/+39
* | moved GetFileExecutionContext() out of OrganizerCore, no reason for it to be ...isanae2019-05-251-64/+86
* | a copy of getBinaryExecuteInfo() and openDataFile() was in both mainwindow an...isanae2019-05-251-0/+96
|/
* Don't log warnings when files can't be found (moves responsibility to caller)LostDragonist2019-04-131-4/+0