summaryrefslogtreecommitdiff
path: root/src/settingsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* Add setting to show notifications when downloads complete or fail (#2338)Jonathan Feenstra2026-05-151-2/+15
|
* Migrating to OAuth Authentication (#2374)Jeremy Rimpo2026-05-121-1/+1
| | | | Co-authored-by: aglowinthefield <146008217+aglowinthefield@users.noreply.github.com> Co-authored-by: Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com>
* Extended MODL / direct download handling (#2384)Jeremy Rimpo2026-05-031-48/+61
| | | | | | | * Extended MODL / direct download handling - name, modname, version, and source options added to download command - nxmhandler init adds schemas and MODL entry with default launch args - Add MODL register button to general tab - On window display, call meta function to trigger both registrations
* Use new Skip File & Skip Directory in usvfs (#2033)Twinki2024-06-151-9/+76
| | | | | | | | | | | | * Use new Skip File & Skip Directory in usvfs. # Motivations https://github.com/ModOrganizer2/usvfs/pull/61 Highlights some reasons why the ability to skip files & directories would be beneficial # Modifications - Add two new settings, `skip_file_suffixes` and `skip_directories` - Wire the two new settings up to usvfs - Add two new buttons to the `Workarounds` dialog, one to adjust Skip File Suffixes and another for Skip Directories, both buttons act nearly identical to the Executable Blacklist button - Add a new grouping in the `Workarounds` dialog box that contains the usvfs buttons to keep the dialog a tad organized
* Directly open logs and crashDumps folders from diagnostics settings (#2028)RJ2024-05-191-1/+1
| | | Co-authored-by: Liderate <Liderate@users.noreply.github.com>
* Discord link updatesJeremy Rimpo2023-10-031-5/+5
|
* Fix rebase issuesJeremy Rimpo2023-09-211-4/+4
|
* Several updatesJeremy Rimpo2023-09-211-5/+15
| | | | | | | | * No longer cause an error when deleting a category that's being used * Add a dialog when installing a mod with no Nexus mapping (if not disabled) * Allow disabling Nexus category mapping in Settings (Nexus tab) * Add context option to remove nexus mappings in the category editor * Some clang style fixes
* Default profile settings (#1869)Jeremy Rimpo2023-09-191-7/+37
| | | * Fix archive parsing and BSA invalidation
* Revert row changesQudix2021-09-161-4/+4
|
* Add a toggle for the Alt key showing the menubarQudix2021-09-111-20/+33
|
* Put stylesheet stuff into .ui file insteadChris Bessent2021-03-021-3/+15
|
* Add scrollbars to some settings tabs to reduce minimum sizeChris Bessent2021-03-021-946/+1040
| | | | | | | | | | | The previous minimum size was around 450 x 560px. At a DPI scaling of 200%, this means 900 x 1120px which extends off the typical 1080p screen. Why is someone using 200% scaling on a 1080p screen? I have no clue. Now, the minimum size is around 450 x 410px for 900 x 820 px at 200% scaling. Which works for anything short of a 1376 x 768 screen at 200% scaling which I just don't really care about.
* 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
|