| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed typo in previous commit. | Al12rs | 2018-12-22 | 1 | -1/+1 |
| | | |||||
| * | Improved tooltip for Alternate Game Source flag. | Al12rs | 2018-12-22 | 1 | -1/+1 |
| | | |||||
| * | Some logging for drop events on modlist. | Al12rs | 2018-12-22 | 1 | -3/+7 |
| | | |||||
| * | Implement separator text color in a way that doesn't break everything else | LostDragonist | 2018-12-11 | 1 | -7/+6 |
| | | |||||
| * | Change color of separator text based on the configured color of the separator | LostDragonist | 2018-12-11 | 1 | -0/+5 |
| | | |||||
| * | Add option to remove column colors for mod list separators | LostDragonist | 2018-12-11 | 1 | -3/+5 |
| | | |||||
| * | Add notes column to mod list | LostDragonist | 2018-12-08 | 1 | -2/+22 |
| | | |||||
| * | Prevent the user from renaming unmanaged and DLC mods | LostDragonist | 2018-11-26 | 1 | -3/+6 |
| | | |||||
| * | Prevent the user from setting a negative mod priority | LostDragonist | 2018-11-26 | 1 | -0/+3 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 1 | -2/+3 |
| | | | | | | | 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 | -3/+3 |
| | | | | | settings. | ||||
| * | Improve changing mod and plugin priorities | LostDragonist | 2018-11-01 | 1 | -11/+33 |
| | | |||||
| * | Added Color costumization for Separators. | Al12rs | 2018-10-28 | 1 | -1/+5 |
| | | |||||
| * | Added modlist Separators feature: | Al12rs | 2018-10-28 | 1 | -3/+26 |
| | | | | | | | | | *New modType separator. *Bold, italic and centralized name without _separator at the end. *Added "create separator" option to context menu. *Added "rename separator" option. *Fixed rename separator issue with priority resetting. | ||||
| * | Changed "ignore missing game data" to not create an empty Texture folder and ↵ | Al12rs | 2018-09-29 | 1 | -1/+3 |
| | | | | | instead save the choice in meta.ini | ||||
| * | Added ModGroups contents icon and flag. | Al12rs | 2018-08-25 | 1 | -0/+3 |
| | | |||||
| * | Add "enable/disable selected" to mod list context menu | LostDragonist | 2018-08-16 | 1 | -0/+30 |
| | | |||||
| * | Tweak shading of mods and plugins to better support dark themes | LostDragonist | 2018-08-01 | 1 | -4/+3 |
| | | |||||
| * | Allow normal QAbstractItemModel event handling for mainwindow. Somehow ↵ | Al12rs | 2018-07-22 | 1 | -0/+1 |
| | | | | | before it wouldn't work. | ||||
| * | Check if there is actually something in overwrite to delete before asking ↵ | Al12rs | 2018-07-18 | 1 | -1/+1 |
| | | | | | confirmation. | ||||
| * | Set delete Key to recursively clear overwrite with confirmation message. | Al12rs | 2018-07-18 | 1 | -0/+9 |
| | | |||||
| * | Added Contains INI files content filter and checking. | Al12rs | 2018-07-17 | 1 | -0/+2 |
| | | |||||
| * | Refresh the sort proxy when the data is changed | Silarn | 2018-05-10 | 1 | -0/+2 |
| | | |||||
| * | Allow for primary game sources and marking mods as converted/working | Silarn | 2018-05-03 | 1 | -1/+1 |
| | | |||||
| * | Add alternative game flag and check | Silarn | 2018-04-27 | 1 | -0/+7 |
| | | |||||
| * | Fixed mod rename to allow just changing letters to uppercase or lowercase. | Al12rs | 2018-04-25 | 1 | -3/+2 |
| | | | | | (Previously it would not allow it as it detected an existing mod having the same name (check is caseInsensitive)). | ||||
| * | Enter shourcut will now open the mod containing the selected plugin if the ↵ | Al12rs | 2018-04-17 | 1 | -1/+0 |
| | | | | | | | | ESPList has the focus. Added F5 shourcut to refresh the profile. Removed a redundant variable I saw by chance. | ||||
| * | Support for multi-game downloads | Silarn | 2018-04-16 | 1 | -2/+21 |
| | | |||||
| * | Added check for mod rename to ensure the new name is not already used by ↵ | Al12rs | 2018-03-07 | 1 | -0/+5 |
| | | | | | another mod. | ||||
| * | Revert "Applied clang-format on source" | Sandro Jäckel | 2018-02-23 | 1 | -916/+951 |
| | | | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e. | ||||
| * | Applied clang-format on source | Sandro Jäckel | 2018-02-22 | 1 | -951/+916 |
| | | |||||
| * | Fix mods priorities getting messed up when renaming a mod | Eran Mizrahi | 2017-12-26 | 1 | -6/+9 |
| | | |||||
| * | Fix mod rename with custom profiles path | Eran Mizrahi | 2017-12-18 | 1 | -5/+5 |
| | | |||||
| * | Ensure all mostlist writing is done through the DelayedFileWriter | Eran Mizrahi | 2017-12-18 | 1 | -2/+2 |
| | | |||||
| * | Implement file priority for loose files > archives | Jeremy Rimpo | 2017-12-17 | 1 | -6/+5 |
| | | |||||
| * | Restore archive tab and partial functionality | Jeremy Rimpo | 2017-12-15 | 1 | -1/+1 |
| | | |||||
| * | Use settings to get correct overwrite path for relative location calc. | Jeremy Rimpo | 2017-12-07 | 1 | -1/+2 |
| | | | | | (Fixes drag & drop from overwrite to mods.) | ||||
| * | Minor change to correct broken HTML tags | Jeremy Rimpo | 2017-12-06 | 1 | -11/+12 |
| | | |||||
| * | Implement mod/plugin highlighting when pair is selected | Jeremy Rimpo | 2017-11-30 | 1 | -1/+36 |
| | | |||||
| * | Add MCM detection (but doesn't fix loading issues :() | Jeremy Rimpo | 2017-11-08 | 1 | -1/+2 |
| | | |||||
| * | Basic ESL updates | Jeremy Rimpo | 2017-10-20 | 1 | -2/+2 |
| | | |||||
| * | reduced number of mod content icons a bit because they take too much space | Tannin | 2016-06-19 | 1 | -3/+1 |
| | | |||||
| * | Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵ | Thomas Tanner | 2015-11-26 | 1 | -2/+3 |
| | | | | | of gameinfo.h includes | ||||
| * | small bugfix | Tannin | 2015-08-11 | 1 | -0/+2 |
| | | |||||
| * | - bugfix: manual installer now cancels drag&drop when dropping on a subitem | Tannin | 2015-08-05 | 1 | -2/+9 |
| | | | | | - bugfix: objects dropped on the modlist were treated as mods when they weren't urls | ||||
| * | small stuff | Tannin | 2015-06-17 | 1 | -5/+4 |
| | | |||||
| * | fixed display of installation time for mods without nexus id | Tannin | 2015-06-11 | 1 | -1/+2 |
| | | |||||
| * | more generic solution to the problem fixed in changeset bb74f8eb639c, now ↵ | Tannin | 2015-06-10 | 1 | -13/+6 |
| | | | | | also applied in another location | ||||
| * | workaround to prevent crashes when toggling mods causes the filtered list to ↵ | Tannin | 2015-06-08 | 1 | -4/+24 |
| | | | | | change | ||||
| * | small stuff | Tannin | 2015-05-26 | 1 | -0/+1 |
| | | |||||
