summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix "Failed to setup data paths" loop by showing the choose instance dialog f...AL2020-03-301-0/+3
* categories were loaded too lateisanae2020-02-181-0/+1
* added more timingsisanae2020-02-181-2/+10
* split directoryentryisanae2020-02-181-0/+1
* wstring_view when possibleisanae2020-02-181-0/+2
* Add setting to disable splash since it can cause load time increaseAL2020-02-171-15/+27
* Reduce overhead introduced by splashscreenAL2020-02-171-4/+3
* Move modInfo loadFromDisc to it's own functionAL2020-02-161-0/+1
* added a few missing constsisanae2020-02-041-2/+0
* temporary fix to keep MO locked for all processes when closingisanae2019-12-151-1/+0
* Rework column insertion to move to the intended position post-factoSilarn2019-12-081-2/+0
* added checks on startup for directories in program filesisanae2019-11-271-0/+3
* added rivatuner to sanity checksisanae2019-11-261-1/+3
* log new modules being loaded after startupisanae2019-11-261-0/+4
* only log crash dumps message on startupisanae2019-11-261-0/+14
* added a ForceWait flag to bypass disabled lockingisanae2019-11-061-2/+2
* removed runExecutableOrExecutableFile()isanae2019-11-061-5/+11
* removed runShortcut()isanae2019-11-061-1/+5
* split to processrunnerisanae2019-11-061-2/+2
* renamed startApplication() to runExecutableOrExecutableFile()isanae2019-11-061-1/+2
* added usvfs version in log and about dialogisanae2019-10-091-2/+3
* added ExitModOrganizer(), used instead of qApp->exit()isanae2019-10-071-3/+9
* only log a warning for symlinks instead of exiting MOisanae2019-10-051-0/+8
* moved checks to sanitychecks.cppisanae2019-10-051-43/+3
* removed helper.h and helper.cpp, merged into spawnisanae2019-09-191-1/+0
* now logs in utc, added year to avoid confusionisanae2019-09-091-1/+6
* log desktop geometryisanae2019-09-091-1/+4
* added missing include guardsisanae2019-09-091-2/+1
* split settings into a bunch of classesisanae2019-09-021-13/+13
* StatusBar now inherits from QStatusBar to handle hide/show eventsisanae2019-08-161-2/+0
* moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-4/+8
* merged toolbars into restoreToolbars() and saveToolbars()isanae2019-08-161-10/+1
* moved settings updates to Settings::processUpdates()isanae2019-08-041-1/+1
* split into GeometrySettingsisanae2019-08-041-39/+57
* removed mentions of QSettings from main.cppisanae2019-08-041-102/+83
* create log directory sooner to handle creating new instancesisanae2019-08-021-6/+10
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-95/+184
|\
| * removed some useless loggingisanae2019-07-221-2/+0
| * replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-1/+1
| * split envisanae2019-07-221-0/+2
| * fixed bad compare for nahimicisanae2019-07-221-1/+1
| * moved environment dump to member functionisanae2019-07-221-24/+27
| * check for files likely to be eaten by an AV on startupisanae2019-07-221-2/+25
| * dump executables on startupisanae2019-07-221-12/+23
| * reversed log level menu actions to fit settings comboboxisanae2019-07-221-7/+4
| * moved Settings out of OrganizerCore so it can be created by itself to access ...isanae2019-07-221-50/+50
| * logging initialized early, log file set laterisanae2019-07-221-36/+44
| * moved Console to utilisanae2019-07-221-38/+1
| * renamed logbuffer files to loglistisanae2019-07-221-1/+1
| * removed unused or redundant stuff in error_report.hisanae2019-07-221-18/+98