| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Resize plugin settings to make keys visible | LostDragonist | 2018-11-26 | 1 | -0/+4 |
| | | |||||
| * | Add cancel button to "Start Steam?" dialog to not start binary | LostDragonist | 2018-11-26 | 2 | -89/+93 |
| | | |||||
| * | Less strict implementation of path normalization | LostDragonist | 2018-11-10 | 2 | -11/+10 |
| | | |||||
| * | Normalize path settings to prevent extra characters | LostDragonist | 2018-11-10 | 2 | -0/+52 |
| | | |||||
| * | Tweak text color selection to prevent white text on bright green background | LostDragonist | 2018-11-09 | 1 | -2/+2 |
| | | |||||
| * | Fix button colors in the settings dialog with the default theme | LostDragonist | 2018-11-09 | 3 | -23/+30 |
| | | |||||
| * | Added three new Transparent Styles by Gernash: | Al12rs | 2018-11-09 | 72 | -0/+3 |
| | | | | | | | Transparent Style 101 Green Transparent Style BOS Transparent Style Skyrim | ||||
| * | Improved Skyrim.qss theme performance. | Al12rs | 2018-11-09 | 1 | -2/+4 |
| | | |||||
| * | Added Nigh Eyes theme by ciathyza. | Al12rs | 2018-11-08 | 1 | -0/+650 |
| | | |||||
| * | Update translation file | LostDragonist | 2018-11-06 | 1 | -347/+362 |
| | | |||||
| * | Prevent user from clicking the run button more than once | LostDragonist | 2018-11-05 | 1 | -8/+15 |
| | | |||||
| * | Change "mods" to "plugins" in "send to priority..." option for plugins | LostDragonist | 2018-11-04 | 1 | -1/+1 |
| | | |||||
| * | Don't change priority of new separators when not sorting by priority | LostDragonist | 2018-11-04 | 1 | -3/+8 |
| | | |||||
| * | Hide "send to" context menu options when not sorting by priority | LostDragonist | 2018-11-04 | 2 | -25/+30 |
| | | |||||
| * | Add context menu option to send to a specific priority | LostDragonist | 2018-11-04 | 4 | -55/+72 |
| | | |||||
| * | Fix creating separators when right-clicking overwrite | LostDragonist | 2018-11-04 | 1 | -1/+1 |
| | | |||||
| * | Made the "checked" filter show separators. | Al12rs | 2018-11-04 | 2 | -261/+263 |
| | | |||||
| * | Allow switching instances when MO is launched with moshortcut://<instance>: | LostDragonist | 2018-11-02 | 2 | -1/+3 |
| | | |||||
| * | Updated Skyrim and VS15 theme to fix highlighting on ESPlist. | Al12rs | 2018-11-02 | 7 | -114/+95 |
| | | |||||
| * | Fix matching highlights for mod and plugin selections | LostDragonist | 2018-11-01 | 5 | -10/+14 |
| | | | | | | | 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. | ||||
| * | Add separators according to context location of context menu | LostDragonist | 2018-11-01 | 3 | -1/+16 |
| | | |||||
| * | Cleaned up leftover from color customizzation. | Al12rs | 2018-11-01 | 1 | -2/+0 |
| | | |||||
| * | Fixed missing category selection for separators. | Al12rs | 2018-11-01 | 1 | -8/+9 |
| | | |||||
| * | Added ability to change color of conflict and plugin highlighting from the ↵ | Al12rs | 2018-11-01 | 8 | -683/+1065 |
| | | | | | settings. | ||||
| * | Improve changing mod and plugin priorities | LostDragonist | 2018-11-01 | 5 | -59/+100 |
| | | |||||
| * | Add send to top/bottom options for the plugin list | LostDragonist | 2018-10-31 | 4 | -27/+90 |
| | | |||||
| * | Add send to top/bottom options for the mod list | LostDragonist | 2018-10-31 | 3 | -12/+51 |
| | | |||||
| * | Fix crash when 7-zip fails to extract a file | LostDragonist | 2018-10-31 | 2 | -1/+6 |
| | | | | | A thread is spun off to handle the extraction while the main thread handles the progress bar updates. Previously, a dialog was spawned in the thread when an error in 7-zip occurred. Now, the thread will terminate and pass the error message back to the main thread who will spawn the dialog. | ||||
| * | Add modinfoseparator to CMakeLists.txt | LostDragonist | 2018-10-30 | 1 | -0/+2 |
| | | |||||
| * | Added VS2015 and Skyrim Stylesheets, courtesy of chintsu! | Al12rs | 2018-10-28 | 65 | -0/+5146 |
| | | |||||
| * | Added Reset color option for separators and changed the bahavior of "cancel" ↵ | Al12rs | 2018-10-28 | 2 | -1/+26 |
| | | | | | of the color selector dialog to keep previous color. | ||||
| * | Fixed Separators not getting deleted while deleting multiple selected items. | Al12rs | 2018-10-28 | 1 | -1/+1 |
| | | |||||
| * | Added Color costumization for Separators. | Al12rs | 2018-10-28 | 6 | -2/+64 |
| | | |||||
| * | Added modlist Separators feature: | Al12rs | 2018-10-28 | 8 | -11/+202 |
| | | | | | | | | | *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. | ||||
| * | Added `uniformRowHeight = true` property to the modlist, data tab, filters ↵ | Al12rs | 2018-10-27 | 1 | -0/+12 |
| | | | | | view and Log area. It should make Qt perform better when showing a large number of items. | ||||
| * | Increase filterview size to not cut off filternames | Al12rs | 2018-10-13 | 1 | -2/+2 |
| | | |||||
| * | Fix Creator setting Boss button to invisible each time | Al12rs | 2018-10-13 | 1 | -3/+0 |
| | | |||||
| * | Fixed UI file to not break each time it's opened in creator. | Al12rs | 2018-10-13 | 3 | -273/+278 |
| | | |||||
| * | Update path to gamebryo/creation engine sources | Silarn | 2018-10-01 | 1 | -1/+2 |
| | | |||||
| * | Set the web viewer widget in the mod info dialog to expand vertically | LostDragonist | 2018-09-30 | 1 | -4/+16 |
| | | |||||
| * | Fix pointer truncation to remove warning | LostDragonist | 2018-09-30 | 1 | -1/+1 |
| | | |||||
| * | Rename spacer to get remove warning | LostDragonist | 2018-09-30 | 1 | -1/+1 |
| | | |||||
| * | Changed "ignore missing game data" to not create an empty Texture folder and ↵ | Al12rs | 2018-09-29 | 5 | -6/+32 |
| | | | | | instead save the choice in meta.ini | ||||
| * | Updated translations file | Al12rs | 2018-09-29 | 1 | -221/+238 |
| | | |||||
| * | Extend version field to 12 characters | Gaerzi | 2018-09-25 | 1 | -1/+1 |
| | | | | | | This is needed because some mods out there have version strings longer than 10 characters. For example, the current version string of [SSE Engine Fixes (skse64 plugin)](https://www.nexusmods.com/skyrimspecialedition/mods/17230) is "2.12.1.5.50" -- 11 characters in total. 12 should hopefully be enough. | ||||
| * | Automatically set CDN as a preferred server | LostDragonist | 2018-09-17 | 2 | -5/+6 |
| | | | | | This also removes the (free) and (premium) labels from the servers as they aren't useful anymore. Premium users get premium speeds on all servers. Added (automatic) tag to the CDN server to indicate it will automatically pick servers based on geography. | ||||
| * | Reverted default setting tab to General | Al12rs | 2018-09-15 | 1 | -1/+1 |
| | | |||||
| * | Store and load major dialogs geometry information. | Al12rs | 2018-09-15 | 2 | -1/+49 |
| | | |||||
| * | Allow installs to pass Mod ID through (fixes NCC installs losing ID) | Silarn | 2018-09-09 | 2 | -1143/+1143 |
| | | |||||
| * | Added debug line to check actual processed parameters passed to ↵ | Al12rs | 2018-09-08 | 1 | -0/+3 |
| | | | | | CreateProcessHooked() to see if we can discover somethig more on Parameter is incorrect error. | ||||
