summaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * moved the log to a dock widgetisanae2019-07-221-0/+4
* | Merge pull request #806 from ModOrganizer2/qt-5.13Jeremy Rimpo2019-08-021-3/+6
|\ \ | |/ |/|
| * Merge branch 'Develop' into qt-5.13Silarn2019-07-081-1/+17
| |\
| * \ Merge branch 'Develop' into qt-5.13Silarn2019-07-031-3/+8
| |\ \
| * | | More refactoringSilarn2019-07-031-1/+4
| * | | Refactor obsolete methodsSilarn2019-07-031-2/+2
* | | | nexus info and stats in settingsisanae2019-07-121-1/+7
* | | | set the progress dialog's parent to main window as soon as it's availableisanae2019-07-101-0/+3
| |_|/ |/| |
* | | Add some basic checks for symlinksSilarn2019-07-081-1/+17
| |/ |/|
* | Update openssl library namesSilarn2019-07-031-2/+7
* | preloadDll() would always think dlls were already loadedisanae2019-07-031-1/+1
|/
* now handles windows firewall, which apparently doens't report itself to wmiisanae2019-07-011-3/+3
* show supported games in error dialog when browsing for a binaryisanae2019-07-011-2/+19
* added --crashdump to generate dumps of a running MO processisanae2019-07-011-2/+43
* security productsisanae2019-07-011-0/+7
* comments, some refactoringisanae2019-06-291-5/+5
* added a warning when running in compatibility modeisanae2019-06-291-2/+4
* log windows versionisanae2019-06-291-1/+5
* refactored preloadSsl() into preloadDll()isanae2019-06-291-27/+43
* remember the monitor numberisanae2019-06-031-0/+11