| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | explicit tab order, seems to fix hang when switching tabs | isanae | 2019-10-04 | 1 | -2/+34 | |
| | | ||||||
| * | moved color stuff to ColorTable, now shows sample text and icons | isanae | 2019-09-27 | 1 | -1/+8 | |
| | | ||||||
| * | refactored addLanguages() a bit | isanae | 2019-09-25 | 1 | -17/+25 | |
| | | | | | changed some of the tooltips | |||||
| * | replaced color buttons by a QTableWidget | isanae | 2019-09-25 | 1 | -93/+144 | |
| | | ||||||
| * | changed the layout of the general settings tab | isanae | 2019-09-23 | 1 | -77/+126 | |
| | | | | | | added option to disable checking for updates removed online check, just try it and see | |||||
| * | added center dialogs option | isanae | 2019-09-23 | 1 | -100/+108 | |
| | | | | | | moved download list options to their own group box renamed confusing "Download Meta Information" to "Show Meta Information" | |||||
| * | steam confirmation now using TaskDialog | isanae | 2019-09-19 | 1 | -1/+1 | |
| | | | | | fixed dialog choices not remembering files | |||||
| * | Merge pull request #830 from isanae/settings-interface | isanae | 2019-09-09 | 1 | -23/+0 | |
| |\ | | | | | Settings interface | |||||
| | * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -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 GeometrySettings | isanae | 2019-08-16 | 1 | -3/+0 | |
| | | | | | | | | | changed reset button in settings to restart immediately | |||||
| * | | Updated string of the hideAPICounterBox | erri120 | 2019-08-14 | 1 | -2/+2 | |
| |/ | | | The api counter box is in the bottom right corner since the last update. This change reflects that. | |||||
| * | changed old whatsthis for prerelease | isanae | 2019-08-02 | 1 | -5/+1 | |
| | | | | | apparently, QFontMetrics::width() is deprecated | |||||
| * | split diagnostics tab | isanae | 2019-08-02 | 1 | -0/+3 | |
| | | | | | fixed log and crash dump directory links in label not working | |||||
| * | removed incorrect warning that steam password is unencrypted | isanae | 2019-08-02 | 1 | -37/+21 | |
| | | | | | split steam tab | |||||
| * | 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 | |
| | | ||||||
