| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | use log::Levels instead of ints | isanae | 2019-07-22 | 1 | -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 settings | isanae | 2019-07-12 | 1 | -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 panel | isanae | 2019-07-11 | 1 | -109/+242 |
| | | | | | moved most of the stuff into a new NexusSSOLogin class | ||||
| * | Correcting minor spelling mistakes in the UI + add contributor | Matte A | 2019-06-23 | 1 | -2/+2 |
| | | |||||
| * | renamed "revoke nexus authorization" to "disconnect from nexus" because ↵ | isanae | 2019-06-04 | 1 | -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 manually | isanae | 2019-06-03 | 1 | -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 settings | LostDragonist | 2019-04-01 | 1 | -3/+3 |
| | | |||||
| * | Add setting to hide the API counter | LostDragonist | 2019-03-06 | 1 | -0/+13 |
| | | |||||
| * | Remove the spoofed NMM version | LostDragonist | 2019-02-22 | 1 | -48/+0 |
| | | | | | The new API does not require this and it serves no purpose to keep it. | ||||
| * | Small updates, cleanup, update code, cache settings, tooltips | Silarn | 2019-02-18 | 1 | -10/+0 |
| | | |||||
| * | Add settings option to switch between fixed and dynamic cache timeouts | Silarn | 2019-02-18 | 1 | -0/+10 |
| | | |||||
| * | Several Nexus API-related changes | Silarn | 2019-02-18 | 1 | -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: | Silarn | 2019-02-18 | 1 | -42/+2 |
| | | | | | | - Switch to SSO with WebSocket - Update endpoints (all but version checking) | ||||
| * | Made Archive Conflicts option less appealing to random users. | Al | 2019-02-10 | 1 | -2/+2 |
| | | |||||
| * | Edit tooltip and what's this of archive parsing option | LostDragonist | 2019-01-18 | 1 | -7/+2 |
| | | |||||
| * | Fix location of archive parsing setting | LostDragonist | 2019-01-18 | 1 | -39/+39 |
| | | |||||
| * | Fix conflict colors and make archive conflict colors configurable | LostDragonist | 2018-12-30 | 1 | -39/+53 |
| | | |||||
| * | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -26/+38 |
| |\ | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | Add an option to disable endorsements | LostDragonist | 2018-12-24 | 1 | -26/+38 |
| | | | |||||
| * | | Added button to disable Archives in Data Tree and entirely. | Project579 | 2018-12-12 | 1 | -0/+21 |
| |/ | |||||
| * | Remove a weird vertical spacer from the diagnostics settings tab | LostDragonist | 2018-12-12 | 1 | -94/+81 |
| | | |||||
| * | Add option to remove column colors for mod list separators | LostDragonist | 2018-12-11 | 1 | -12/+28 |
| | | |||||
| * | Add the ability to change the managed game directory | LostDragonist | 2018-12-11 | 1 | -0/+7 |
| | | |||||
| * | Add workaround setting to prevent the GUI from locking when running an ↵ | LostDragonist | 2018-12-08 | 1 | -50/+67 |
| | | | | | executable | ||||
| * | Add workarounds button to reset window geometries | LostDragonist | 2018-12-08 | 1 | -0/+16 |
| | | |||||
| * | Set general settings tab as the default again | LostDragonist | 2018-11-29 | 1 | -1/+1 |
| | | |||||
| * | Add executable blacklisting | LostDragonist | 2018-11-29 | 1 | -1/+21 |
| | | |||||
| * | Sort the plugin list | LostDragonist | 2018-11-26 | 1 | -1/+4 |
| | | |||||
| * | Added ability to change color of conflict and plugin highlighting from the ↵ | Al12rs | 2018-11-01 | 1 | -23/+65 |
| | | | | | settings. | ||||
| * | Reverted default setting tab to General | Al12rs | 2018-09-15 | 1 | -1/+1 |
| | | |||||
| * | Added the path of the managed game in the settings menu under the path tab, ↵ | Al12rs | 2018-06-22 | 1 | -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. | Al12rs | 2018-04-17 | 1 | -0/+3 |
| | | |||||
| * | A number of improvements and fixes | Jeremy Rimpo | 2017-12-13 | 1 | -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 folder | Eran Mizrahi | 2017-12-12 | 1 | -4/+5 |
| | | |||||
| * | move crash dumps to their own folder | Eran Mizrahi | 2017-12-10 | 1 | -1/+1 |
| | | |||||
| * | new diagnostics settings dialog tab | Eran Mizrahi | 2017-12-10 | 1 | -43/+182 |
| | | |||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -1/+1 |
| | | |||||
| * | fixed creation of data paths after changing paths in settings and update of ↵ | Tannin | 2016-06-23 | 1 | -0/+7 |
| | | | | | profile list after change | ||||
| * | usvfs log level can now be changed without a restart | Tannin | 2016-06-19 | 1 | -0/+5 |
| | | |||||
| * | fixed handling of base dir in settings dialog (and fixed the tab order in ↵ | Tannin | 2016-05-27 | 1 | -0/+44 |
| | | | | | the settings dialog) | ||||
| * | moved button to switch instance (and to portable mode) to the main window | Tannin | 2016-05-27 | 1 | -39/+13 |
| | | |||||
| * | bugfix: incorrect url-encoding for passwords prevented login with some ↵ | Tannin | 2016-05-19 | 1 | -1/+3 |
| | | | | | special characters | ||||
| * | added button to clear webcaches and cookies | Tannin | 2016-05-19 | 1 | -0/+31 |
| | | |||||
| * | more configuration options | Tannin | 2016-03-02 | 1 | -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) | Tannin | 2016-02-09 | 1 | -1/+1 |
| | | |||||
| * | made instance-switching usable | Tannin | 2016-01-10 | 1 | -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 settings | Tannin | 2015-05-12 | 1 | -73/+73 |
| | | |||||
| * | Add in a tab to allow saving of steam username and password. | Tom Tanner | 2015-05-09 | 1 | -0/+73 |
| | | |||||
| * | - loot client now only updates the masterlist once per MO session | Tannin | 2014-06-08 | 1 | -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 filenames | Tannin | 2014-04-23 | 1 | -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 | ||||
