summaryrefslogtreecommitdiff
path: root/src/settingsdialog.ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Basic ESL updatesJeremy Rimpo2017-10-201-1/+1
|
* fixed creation of data paths after changing paths in settings and update of ↵Tannin2016-06-231-0/+7
| | | | profile list after change
* usvfs log level can now be changed without a restartTannin2016-06-191-0/+5
|
* fixed handling of base dir in settings dialog (and fixed the tab order in ↵Tannin2016-05-271-0/+44
| | | | the settings dialog)
* moved button to switch instance (and to portable mode) to the main windowTannin2016-05-271-39/+13
|
* bugfix: incorrect url-encoding for passwords prevented login with some ↵Tannin2016-05-191-1/+3
| | | | special characters
* added button to clear webcaches and cookiesTannin2016-05-191-0/+31
|
* more configuration optionsTannin2016-03-021-27/+104
| | | | | | - overwrite path configurable - one can now set a base directory for all configurable paths - user can now opt in/out of receiving pre-release updates (not functional yet)
* fixed browse-button for mod directory (in settings)Tannin2016-02-091-1/+1
|
* made instance-switching usableTannin2016-01-101-98/+144
| | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* slight cleanup regarding steam log-in settingsTannin2015-05-121-73/+73
|
* Add in a tab to allow saving of steam username and password.Tom Tanner2015-05-091-0/+73
|
* - loot client now only updates the masterlist once per MO sessionTannin2014-06-081-0/+19
| | | | | | | | | | - new event to notify plugins of changed mod priority - overwrite now shows up in the "checked" category instead of "unchecked" - display of "foreign" mods can now be limited to only official content - bugfix: bsa extraction dialog showed up even if the plugin was disabled - bugfix: after detection of foreign mods the priority of the overwrite folder could get messed up - bugfix: when displaying only the context menu for the mod list as a whole, the menu didn't disappear - bugfix: MO crashed when trying to download via the integrated browser
* - added an option to show meta info on downloads instead of filenamesTannin2014-04-231-0/+29
| | | | | | - MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55