summaryrefslogtreecommitdiff
path: root/src/settingsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* removed incorrect warning that steam password is unencryptedisanae2019-08-021-37/+21
| | | | split steam tab
* use log::Levels instead of intsisanae2019-07-221-20/+0
| | | | | create log level combobox in code, set selected index based on value instead added log level to context menu in log list
* nexus info and stats in settingsisanae2019-07-121-113/+105
| | | | | | cleaned up double logging for github reset validation progress dialog parent just before the main window dies removed unused APIStats from APIUserAccount, added isValid()
* reworked the nexus connection panelisanae2019-07-111-109/+242
| | | | moved most of the stuff into a new NexusSSOLogin class
* Correcting minor spelling mistakes in the UI + add contributorMatte A2019-06-231-2/+2
|
* renamed "revoke nexus authorization" to "disconnect from nexus" because ↵isanae2019-06-041-2/+2
| | | | | | | "revoking" is ambiguous reworked manual key dialog to look more like MO1 moved all the UI stuff from callbacks in Settings back to SettingsDialog in a central updateNexusButtons(), which also enables/disables buttons as needed
* added new dialog to enter api key manuallyisanae2019-06-031-0/+16
| | | | | added button in nexus settings to open the dialog added a force flag to apiCheck() to do a check with the new key even if the login was successful before
* Update tooltip on Nexus settingsLostDragonist2019-04-011-3/+3
|
* Add setting to hide the API counterLostDragonist2019-03-061-0/+13
|
* Remove the spoofed NMM versionLostDragonist2019-02-221-48/+0
| | | | The new API does not require this and it serves no purpose to keep it.
* Small updates, cleanup, update code, cache settings, tooltipsSilarn2019-02-181-10/+0
|
* Add settings option to switch between fixed and dynamic cache timeoutsSilarn2019-02-181-0/+10
|
* Several Nexus API-related changesSilarn2019-02-181-1405/+1432
| | | | | | | | * Added 30-second ping so Nexus doesn't close our connection * Set an overall 5 minute timeout before we give up listening for auth * Fixed some old signal and slot connections * Added a button to revoke the current API authorization * Updated bulk endorsement function with new API changes
* Initial Nexus API changes:Silarn2019-02-181-42/+2
| | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking)
* Made Archive Conflicts option less appealing to random users.Al2019-02-101-2/+2
|
* Edit tooltip and what's this of archive parsing optionLostDragonist2019-01-181-7/+2
|
* Fix location of archive parsing settingLostDragonist2019-01-181-39/+39
|
* Fix conflict colors and make archive conflict colors configurableLostDragonist2018-12-301-39/+53
|
* Merge branch 'Develop' into archive_conflicts_2Project5792018-12-291-26/+38
|\ | | | | | | Updating to 2.1.7alpha1
| * Add an option to disable endorsementsLostDragonist2018-12-241-26/+38
| |
* | Added button to disable Archives in Data Tree and entirely.Project5792018-12-121-0/+21
|/
* Remove a weird vertical spacer from the diagnostics settings tabLostDragonist2018-12-121-94/+81
|
* Add option to remove column colors for mod list separatorsLostDragonist2018-12-111-12/+28
|
* Add the ability to change the managed game directoryLostDragonist2018-12-111-0/+7
|
* Add workaround setting to prevent the GUI from locking when running an ↵LostDragonist2018-12-081-50/+67
| | | | executable
* Add workarounds button to reset window geometriesLostDragonist2018-12-081-0/+16
|
* Set general settings tab as the default againLostDragonist2018-11-291-1/+1
|
* Add executable blacklistingLostDragonist2018-11-291-1/+21
|
* Sort the plugin listLostDragonist2018-11-261-1/+4
|
* Added ability to change color of conflict and plugin highlighting from the ↵Al12rs2018-11-011-23/+65
| | | | settings.
* Reverted default setting tab to GeneralAl12rs2018-09-151-1/+1
|
* Added the path of the managed game in the settings menu under the path tab, ↵Al12rs2018-06-221-224/+254
| | | | it's read only for now as allowing the user to change it would probably require a lot more work.
* Disabled Hide inactive plugins checkbox in settings as it didn't work.Al12rs2018-04-171-0/+3
|
* A number of improvements and fixesJeremy Rimpo2017-12-131-182/+182
| | | | | | | | | * Move diagnostics tab to un-break tutorials targeting tab 3 * Restrict order locking for force-enabled plugins * Cascade locked positions in the case of a conflict * Should remove existing invalid locks * Add some info to primary plugins in plugin list * Differentiate plugin names for DLC and CC content
* Move crash dumps to instance-dependant data folderEran Mizrahi2017-12-121-4/+5
|
* move crash dumps to their own folderEran Mizrahi2017-12-101-1/+1
|
* new diagnostics settings dialog tabEran Mizrahi2017-12-101-43/+182
|