| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | split settings into a bunch of classes | isanae | 2019-09-02 | 1 | -1/+1 |
| | | | | | removed "get" from the getters that had it | ||||
| * | changed crash dump type to use enum instead of int | isanae | 2019-08-24 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
| * | Merge pull request #807 from isanae/logging-rework | Jeremy Rimpo | 2019-08-02 | 1 | -10/+10 |
| |\ | | | | | Logging rework | ||||
| | * | changed qDebug() to log::debug() | isanae | 2019-07-22 | 1 | -3/+3 |
| | | | | | | | | | removed some commented out logging | ||||
| | * | changed qCritical() to log::error() | isanae | 2019-07-22 | 1 | -5/+5 |
| | | | | | | | | | removed now unused vlog() | ||||
| | * | replaced qWarning() | isanae | 2019-07-22 | 1 | -2/+2 |
| | | | |||||
| * | | Refactor obsolete methods | Silarn | 2019-07-03 | 1 | -1/+1 |
| |/ | |||||
| * | findFile() seems to return null in some cases and crash on the line below | isanae | 2019-05-27 | 1 | -1/+1 |
| | | | | | this is a quick fix for this particular crash, there's probably something deeper to fix | ||||
| * | Allow selecting overwrite to trigger selected plugin highlight | LostDragonist | 2019-03-09 | 1 | -3/+2 |
| | | |||||
| * | Use case insensitive check for flagging primary prugins. | Al | 2019-02-12 | 1 | -1/+2 |
| | | | | | Fixes some plugins not getting force enabled on TTW. | ||||
| * | Fix some logs | LostDragonist | 2019-01-31 | 1 | -1/+1 |
| | | |||||
| * | Make logs more consistent in format and content | LostDragonist | 2019-01-30 | 1 | -3/+3 |
| | | |||||
| * | Merge remote-tracking branch 'remotes/origin/Develop' into archive_conflicts_2 | LostDragonist | 2019-01-22 | 1 | -21/+3 |
| |\ | |||||
| | * | Improved performance of pluginlist refresh by removing regex | Al | 2019-01-22 | 1 | -21/+3 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-18 | 1 | -1/+1 |
| |\| | |||||
| | * | Fix or ignore a number of compiler warnings. | Al | 2019-01-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/Develop' into archive_conflicts_2 | Silarn | 2019-01-05 | 1 | -9/+31 |
| |\| | |||||
| | * | Change qPrintable to qUtf8Printable to better support non-ASCII text | LostDragonist | 2019-01-05 | 1 | -6/+6 |
| | | | |||||
| | * | Improve performance of refresh (regex and code distribution) | Al | 2019-01-05 | 1 | -4/+26 |
| | | | |||||
| * | | Merge branch 'Develop' into archive_conflicts_2 | Project579 | 2018-12-29 | 1 | -10/+14 |
| |\| | | | | | | | Updating to 2.1.7alpha1 | ||||
| | * | Changed "Loads BSA" flag to finds loaded archives in the entire virtual folder. | Al | 2018-12-28 | 1 | -10/+13 |
| | | | |||||
| | * | Added Active Plugins and Active Mods counters | Al | 2018-12-24 | 1 | -0/+1 |
| | | | |||||
| * | | Initial archive conflict parsing | Silarn | 2018-12-12 | 1 | -2/+2 |
| |/ | | | | | | | | | Squashed commit: Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Basic archive conflict parsing - pass 1 Merge fixes for archive parsing Should fix conflict detection for archive files | ||||
| * | Fix highlighting plugins when selecting mods with no visible priority | LostDragonist | 2018-12-12 | 1 | -1/+4 |
| | | |||||
| * | Add context menu option to send to a specific priority | LostDragonist | 2018-11-04 | 1 | -21/+2 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 1 | -4/+7 |
| | | | | | | | The selectionChanged event used before requires subtractive/additive logic to work correctly. A separate event is fired for each row and each column for each row that is selected or deselected. The previous logic assumed all of the selection was passed in at once. The logic has been changed to recalculate all highlights each time the event is fired. This is poorly optimized in regards to performance but makes the function work. | ||||
| * | Added ability to change color of conflict and plugin highlighting from the ↵ | Al12rs | 2018-11-01 | 1 | -1/+1 |
| | | | | | settings. | ||||
| * | Improve changing mod and plugin priorities | LostDragonist | 2018-11-01 | 1 | -7/+25 |
| | | |||||
| * | Add send to top/bottom options for the plugin list | LostDragonist | 2018-10-31 | 1 | -27/+61 |
| | | |||||
| * | Add "enable/disable selected" to plugin list context menu | LostDragonist | 2018-08-16 | 1 | -0/+41 |
| | | |||||
| * | Tweak shading of mods and plugins to better support dark themes | LostDragonist | 2018-08-01 | 1 | -1/+1 |
| | | |||||
| * | Truncate strings longer than 1024 characters in the plugin list tooltip | LostDragonist | 2018-07-23 | 1 | -6/+15 |
| | | |||||
| * | Added clarification to loads archives tooltip. | Al12rs | 2018-07-17 | 1 | -1/+1 |
| | | |||||
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -0/+7 |
| | | |||||
| * | Added a flag to the plugin list indicating if a certain plugin has one or ↵ | Al12rs | 2018-07-17 | 1 | -4/+22 |
| | | | | | | | | more archives attached. Changed the tooltip to list the loaded archives. Fixed tool tip to have titles for subsections. | ||||
| * | Make sure to update the index when data is changed | Silarn | 2018-05-04 | 1 | -0/+6 |
| | | |||||
| * | Vastly improved plugin index generation and sorting | Silarn | 2018-05-04 | 1 | -35/+21 |
| | | |||||
| * | 4096 was the correct number | Silarn | 2018-04-27 | 1 | -4/+4 |
| | | |||||
| * | Fix ESL index display and sorting by index | Silarn | 2018-04-27 | 1 | -2/+21 |
| | | |||||
| * | Add flag and description text to ESL-flagged ESPs | Silarn | 2018-04-11 | 1 | -2/+9 |
| | | |||||
| * | Updates to allow a full plugin data refresh in certain circumstances | Silarn | 2018-04-08 | 1 | -1/+8 |
| | | |||||
| * | Light flagged master support and other minor changes | Jeremy Rimpo | 2018-03-05 | 1 | -5/+17 |
| | | |||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -874/+950 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -950/+874 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -13/+13 |
| | | |||||
| * | A number of improvements and fixes | Jeremy Rimpo | 2017-12-13 | 1 | -3/+27 |
| | | | | | | | | | | * 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 | ||||
| * | Final highlighting changes | Jeremy Rimpo | 2017-12-02 | 1 | -2/+2 |
| | | |||||
| * | Add unmanaged mods and fix plugin identification | Jeremy Rimpo | 2017-11-30 | 1 | -1/+8 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -2/+32 |
| | | |||||
| * | Update master parsing and detect ESLs by extension | Jeremy Rimpo | 2017-10-26 | 1 | -12/+14 |
| | | |||||
