summaryrefslogtreecommitdiff
path: root/src/organizercore.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix getFileOriginsLostDragonist2019-03-261-4/+3
* Add more protection against missing game pluginsLostDragonist2019-03-251-1/+1
* Add parameters to startApplication to allow control of custom overwriteLostDragonist2019-03-241-19/+32
* Improve failed login checks on start upLostDragonist2019-03-061-1/+1
* Add function to get configured mods directoryLostDragonist2019-02-231-5/+10
* Remove the spoofed NMM versionLostDragonist2019-02-221-1/+0
* Fix for Steam being run as administratorLostDragonist2019-02-191-44/+99
* Several Nexus API-related changesSilarn2019-02-181-2/+2
* Initial Nexus API changes:Silarn2019-02-181-2485/+2461
* Reject new mod installations if another one is already runningKrzysztof Starecki2019-02-151-0/+14
* Write currentProfile to Ini file on profile change. Exclusively for outside d...Al2019-02-151-0/+7
* Make logs more consistent in format and contentLostDragonist2019-01-301-11/+11
* Make logs more consistent in format and contentLostDragonist2019-01-301-5/+5
* Change modsSortedByProfilePriority to not return overwrite or backup modsLostDragonist2019-01-281-1/+5
* Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2LostDragonist2019-01-221-58/+130
|\
| * Use the optimized function that was createdLostDragonist2019-01-221-3/+1
| * Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-58/+132