summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compatibility fix for Qt 5.15.xJeremy Rimpo2020-09-091-1/+1
* always call the previous terminate handler, which should abortisanae2020-08-131-1/+8
* revert font scaling:isanae2020-08-011-12/+1
* fixed bad font scalingisanae2020-07-311-1/+12
* added startSafeThread() to get core dumps for threads other than the main threadisanae2020-07-311-4/+26
* Manually unload plugins to avoid issue with automatic unloading.Mikaƫl Capelle2020-06-111-8/+8
* now using new common cmakefilesisanae2020-04-231-3/+3
* log command lineisanae2020-04-171-0/+2
* update available log is now info instead of debugisanae2020-04-171-1/+4
* dump a bunch of counts for mods when selecting a profileisanae2020-04-171-2/+0
* 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