summaryrefslogtreecommitdiff
path: root/src/settingsdialogdiagnostics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaƫl Capelle2023-07-091-20/+21
|
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-10/+10
| | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* added loot log level optionisanae2019-11-221-3/+33
|
* split settings into a bunch of classesisanae2019-09-021-6/+7
| | | | removed "get" from the getters that had it
* changed crash dump type to use enum instead of intisanae2019-08-241-4/+34
| | | | | | added ColorSettings settings dialog general and diag tabs don't use qsettings anymore removed logging of setting changes, will be added back to Settings class
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-8/+8
| | | | SettingsDialog now uses GeometrySaver
* rebased to new loggingisanae2019-08-021-2/+22
|
* split diagnostics tabisanae2019-08-021-0/+28
fixed log and crash dump directory links in label not working