summaryrefslogtreecommitdiff
path: root/src/settingsdialoggeneral.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add setting to show notifications when downloads complete or fail (#2338)Jonathan Feenstra2026-05-151-0/+4
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-0/+5
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-1/+1
* Default profile settings (#1869)Jeremy Rimpo2023-09-191-0/+11
* Apply clang-format.Mikaël Capelle2023-07-091-31/+36
* First pass for Qt6 compatibilityJeremy Rimpo2022-04-191-4/+5
* Add a toggle for the Alt key showing the menubarQudix2021-09-111-0/+2
* Fix compiler error due to using same name for new dialog (VS v16.10.3)AL2021-07-101-3/+3
* Reorganize settingsdialog classes to match UI.Mikaël Capelle2021-01-291-55/+19
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-27/+0
* Add option to enable/disable displaying conflicts on collapsed separators.Mikaël Capelle2021-01-031-0/+7
* Add option to disable collapsible separators.Mikaël Capelle2021-01-021-0/+2
* Revert "Changing the location of several directories"isanae2020-11-271-3/+3
* Using AppConfigQudix2020-11-091-3/+3
* Merge branch 'master' of https://github.com/ModOrganizer2/modorganizer into m...Seth Riley2020-11-061-0/+1
|\
| * added hide option for intro page in create instance dialogisanae2020-11-031-0/+1
* | Implement suggestionsSeth Riley2020-11-031-1/+1
|/
* now using new common cmakefilesisanae2020-04-231-1/+1
* added open previews on double-click optionisanae2019-12-041-0/+2
* added explore button in the settings to open stylesheets folderisanae2019-12-041-17/+25
* added option to hide confirmation when switching instancesisanae2019-11-261-0/+2
* fixed checkboxes not being set when opening the settings dialogisanae2019-10-021-3/+9
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-215/+20
* refactored addLanguages() a bitisanae2019-09-251-19/+38
* use QStyleFactory to get default styles instead of hardcoding themisanae2019-09-251-6/+17
* replaced color buttons by a QTableWidgetisanae2019-09-251-119/+220
* changed the layout of the general settings tabisanae2019-09-231-0/+2
* added center dialogs optionisanae2019-09-231-0/+2
* TaskDialog for restarting as admin for steamisanae2019-09-191-2/+5
* split settings into a bunch of classesisanae2019-09-021-14/+14
* changed crash dump type to use enum instead of intisanae2019-08-241-30/+34
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-45/+45
* passes callbacks to QuestionBoxMemory so it doesn't access the ini directlyisanae2019-08-171-1/+1
* cleaned up includesisanae2019-08-021-24/+0
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-15/+15
* moved SettingsTab out of Settingsisanae2019-08-021-0/+274