summaryrefslogtreecommitdiff
path: root/src/settingsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Move settings around. Remove unused settings.Mikaël Capelle2021-01-291-1037/+1107
|
* Fix typo.Mikaël Capelle2021-01-181-2/+2
|
* Add option to enable auto-collapse on hover after delay.Mikaël Capelle2021-01-171-13/+26
|
* Add setting to not check for updates after installing mods.Mikaël Capelle2021-01-171-0/+16
|
* Add setting to automatically hide download after installation.Mikaël Capelle2021-01-141-0/+13
|
* Fix disabling of collapsible separators settings.Mikaël Capelle2021-01-141-2/+2
|
* Add settings to enable/disable icons on collapsed separators.Mikaël Capelle2021-01-141-103/+133
|
* Disable highlighting from/to separators separately.Mikaël Capelle2021-01-141-16/+57
|
* Add setting to enable/disable collapsible priority depending on the sort order.Mikaël Capelle2021-01-111-1/+52
|
* Fix text for new option.Mikaël Capelle2021-01-111-1/+1
|
* Add option to have different separator collapsed/expanded states between ↵Mikaël Capelle2021-01-101-0/+13
| | | | profiles.
* Show conflicts and highligth plugins from collapsed separators.Mikaël Capelle2021-01-101-3/+3
|
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-388/+397
|
* Add option to enable/disable displaying conflicts on collapsed separators.Mikaël Capelle2021-01-031-0/+19
|
* Move option to use collapsible separators.Mikaël Capelle2021-01-021-64/+71
|
* Add option to disable collapsible separators.Mikaël Capelle2021-01-021-0/+37
|
* custom browser commandisanae2020-12-281-18/+72
| | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead
* Merge pull request #1292 from Holt59/iplugin-isactive-refactoringMikaël Capelle2020-11-181-49/+92
|\ | | | | IPlugin::isActive refactoring
| * Better vertical alignment for plugin descriptions.Mikaël Capelle2020-11-171-0/+21
| |
| * Fix selection in Plugins settings.Mikaël Capelle2020-11-171-59/+71
| |
| * Improve requirements handling.Mikaël Capelle2020-11-111-0/+10
| |
* | tabstopQudix2020-11-111-0/+3
| |
* | Add a toggle for trackingQudix2020-11-111-13/+21
|/
* removed excess padding in plugins tabisanae2020-11-091-19/+45
| | | | put blacklist into a group box
* Fix default tab index of settings dialog.Mikaël Capelle2020-10-011-4/+4
|
* Make filter work and reorganize layout with QSplitters.Mikaël Capelle2020-09-301-115/+156
|
* Add filter for plugin list.Mikaël Capelle2020-09-301-14/+22
|
* Display plugins in a tree instead of a list in the settings dialog.Mikaël Capelle2020-09-291-5/+7
|
* Fix tutorial targetsSilarn2019-12-141-1/+1
|
* Update transifex locationSilarn2019-12-071-2/+2
|
* implemented previews on double-click for the data and conflicts tabsisanae2019-12-041-0/+3
|
* added open previews on double-click optionisanae2019-12-041-0/+10
| | | | implemented for filetree
* added explore button in the settings to open stylesheets folderisanae2019-12-041-12/+19
| | | | | added stylesheets folder to the open folders button moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name
* added transifex link in the settingsisanae2019-11-271-2/+12
|
* changed labels that have links to new LinkLabel, removed hardcoded colorsisanae2019-11-271-1/+6
| | | | changed the link colors on dark themes to something saner
* added option to hide confirmation when switching instancesisanae2019-11-261-0/+7
|
* added loot log level optionisanae2019-11-221-72/+64
|
* explicit tab order, seems to fix hang when switching tabsisanae2019-10-041-2/+34
|
* moved color stuff to ColorTable, now shows sample text and iconsisanae2019-09-271-1/+8
|
* refactored addLanguages() a bitisanae2019-09-251-17/+25
| | | | changed some of the tooltips
* replaced color buttons by a QTableWidgetisanae2019-09-251-93/+144
|
* changed the layout of the general settings tabisanae2019-09-231-77/+126
| | | | | added option to disable checking for updates removed online check, just try it and see
* added center dialogs optionisanae2019-09-231-100/+108
| | | | | moved download list options to their own group box renamed confusing "Download Meta Information" to "Show Meta Information"
* steam confirmation now using TaskDialogisanae2019-09-191-1/+1
| | | | fixed dialog choices not remembering files
* Merge pull request #830 from isanae/settings-interfaceisanae2019-09-091-23/+0
|\ | | | | Settings interface
| * changed crash dump type to use enum instead of intisanae2019-08-241-20/+0
| | | | | | | | | | | | 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
| * moved all geometry save, restore and reset to GeometrySettingsisanae2019-08-161-3/+0
| | | | | | | | changed reset button in settings to restart immediately
* | Updated string of the hideAPICounterBoxerri1202019-08-141-2/+2
|/ | | The api counter box is in the bottom right corner since the last update. This change reflects that.
* changed old whatsthis for prereleaseisanae2019-08-021-5/+1
| | | | apparently, QFontMetrics::width() is deprecated
* split diagnostics tabisanae2019-08-021-0/+3
| | | | fixed log and crash dump directory links in label not working