summaryrefslogtreecommitdiff
path: root/src/settings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1621 from LostDragonist/misc_fixesChris Bessent2021-11-231-0/+1
|\ | | | | Misc fixes
| * Add Brave to the default blacklistChris Bessent2021-11-221-0/+1
| | | | | | | | Fixes #1592
* | Add a toggle for the Alt key showing the menubarQudix2021-09-111-0/+10
|/
* Enable collapsible separators in reverse order by default.Mikaël Capelle2021-01-301-2/+1
|
* Add migration code to remove old settings from ModOrganizer.ini.Mikaël Capelle2021-01-301-0/+6
|
* Move settings around. Remove unused settings.Mikaël Capelle2021-01-291-56/+0
|
* Add option to enable auto-collapse on hover after delay.Mikaël Capelle2021-01-171-0/+10
|
* Add setting to not check for updates after installing mods.Mikaël Capelle2021-01-171-0/+10
|
* Add setting to automatically hide download after installation.Mikaël Capelle2021-01-141-0/+10
|
* Add settings to enable/disable icons on collapsed separators.Mikaël Capelle2021-01-141-0/+10
|
* Disable highlighting from/to separators separately.Mikaël Capelle2021-01-141-4/+14
|
* Add setting to enable/disable collapsible priority depending on the sort order.Mikaël Capelle2021-01-111-4/+7
|
* Tentative fix for automatic text color when markers or separator colors are ↵Mikaël Capelle2021-01-101-4/+4
| | | | used.
* Add option to have different separator collapsed/expanded states between ↵Mikaël Capelle2021-01-101-0/+10
| | | | profiles.
* Re-organize settings. Add setting to remember filters when restarting MO.Mikaël Capelle2021-01-101-0/+10
|
* Add option to enable/disable displaying conflicts on collapsed separators.Mikaël Capelle2021-01-031-0/+10
|
* Save/restore filter list state between run.Mikaël Capelle2021-01-021-2/+25
|
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-0/+1
| | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers).
* Fix position of markers in scrollbar for non-flat models.Mikaël Capelle2021-01-021-14/+3
|
* Add option to disable collapsible separators.Mikaël Capelle2021-01-021-0/+10
|
* Save collapse state of separator.Mikaël Capelle2021-01-021-0/+35
|
* fixed warning about ini files with utf8 bomisanae2020-12-281-1/+28
| | | | fixed main thread name still getting clobbered by QWebEngine
* custom browser commandisanae2020-12-281-2/+37
| | | | changed some places that used QDesktopServices to use shell::Open() from uibase instead
* don't log modules in winrootisanae2020-12-241-7/+7
| | | | dashes to dots
* also log primary handlerisanae2020-12-241-0/+3
|
* dump nxmhandler.iniisanae2020-12-241-2/+48
|
* ignore steam username when dumping settingsisanae2020-12-241-1/+3
|
* Add Settings::unregisterPlugin().Mikaël Capelle2020-12-021-0/+10
|
* Merge pull request #1292 from Holt59/iplugin-isactive-refactoringMikaël Capelle2020-11-181-2/+21
|\ | | | | IPlugin::isActive refactoring
| * Fix handling of previous 'enabled' settings.Mikaël Capelle2020-11-111-7/+10
| |
| * Improve requirements handling.Mikaël Capelle2020-11-111-3/+14
| |
| * Insert 'enabled' plugin if not present.Mikaël Capelle2020-11-111-0/+5
| |
* | Add a toggle for trackingQudix2020-11-111-0/+10
|/
* larger initial size for the instance dialogisanae2020-11-071-1/+7
| | | | save geometry if settings are available
* stopped using core dump stuff from usvfs, mo has its ownisanae2020-11-071-6/+6
| | | | | set exception handler at the start, it can handle not having qt or data paths hopefully fixed infinite crash dumps
* game icons in the instance listisanae2020-11-031-0/+5
|
* moved nexus api stuff to GlobalSettingsisanae2020-11-031-31/+31
| | | | | | | pass a pointer to Settings around for things that can be called without settings, when creating the first instance added dummy plugin list, mod list and iorganizer to initialize plugins without an instance moved PluginContainer into the core filter, had nothing to do with the plugins list NexusInterface is now created manually instead of being a static singleton because it needs to know if the settings are available
* - changed PathSettings::base() to use the ini's parent directory instead of ↵isanae2020-11-031-1/+3
| | | | | | | | | the global "dataPath" property; this is always the same thing, unless another Settings object is created for a different instance than the active one, which happens in the instance manager dialog - instance manager dialog: - select the active instance when opening - instance deletion now handles custom paths from the ini - started on instance conversions, not functional
* hide tutorial question optionisanae2020-11-031-0/+11
|
* added hide option for intro page in create instance dialogisanae2020-11-031-0/+15
|
* new GlobalSettings class to manage the registryisanae2020-11-031-0/+36
| | | | close the create instance dialog when launch is unchecked
* don't skip paths for portable instance, what am I doingisanae2020-11-031-2/+16
| | | | | implemented actual creation removed mentions of %BASE_DIR% everywhere, use constant and functions from PathSettings
* fixed settings doing weird stuff with multiple instancesisanae2020-11-031-20/+20
| | | | | sort games by name added intro and confirmation pages
* started create instance dialogisanae2020-11-031-6/+13
| | | | | allow for multiple instances of Settings fill in information in instance manager
* more refactoring:isanae2020-11-031-1/+1
| | | | | - moved splash stuff together - moved stuff in the main loop into doOneRun()
* added hidden validation_timeouts settingisanae2020-07-101-0/+34
|
* don't log old nexus username and passwordisanae2020-07-101-1/+1
| | | | they're not supposed to be in the INI anymore, but the migration code looks broken and some users still have them
* Add IOrganizer signal when a plugin setting is changed.Mikaël Capelle2020-06-051-0/+30
|
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* Add option to filterwidget to keep selection in viewAL2020-02-231-0/+2
|