| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | Add option to create a Mod backup from the modlist context menu. | Al12rs | 2018-09-07 | 3 | -1/+16 |
| | | |||||
| * | Added Mod Backups filter for modlist. | Al12rs | 2018-09-07 | 3 | -2/+11 |
| | | |||||
| * | Added Contains Script Extender Files filter. | Al12rs | 2018-09-07 | 3 | -0/+3 |
| | | |||||
| * | Improved Skript Extender Plugin filter to actually look for plugins and not ↵ | Al12rs | 2018-09-07 | 1 | -2/+6 |
| | | | | | only the SKSE folder. | ||||
| * | Added "Refresh" button to downloads tab. | Al12rs | 2018-08-31 | 4 | -274/+300 |
| | | |||||
| * | Refresh save game list when local game settings may have changed | LostDragonist | 2018-08-26 | 1 | -0/+12 |
| | | |||||
| * | Added ModGroups contents icon and flag. | Al12rs | 2018-08-25 | 7 | -106/+146 |
| | | |||||
| * | Update the version to 2.1.6 | LostDragonist | 2018-08-24 | 1 | -2/+2 |
| | | |||||
| * | Fix possible crash during write to disk error | LostDragonist | 2018-08-21 | 1 | -1/+2 |
| | | |||||
| * | Fix disabled menu item styling in Paper Dark theme | LostDragonist | 2018-08-20 | 1 | -2/+2 |
| | | |||||
| * | Detect errors when writing downloads to disk and cancel download | LostDragonist | 2018-08-19 | 2 | -6/+21 |
| | | |||||
| * | Center profile deletion dialog on parent | LostDragonist | 2018-08-19 | 1 | -1/+1 |
| | | |||||
| * | Prevent user from deleting currently active profile | LostDragonist | 2018-08-19 | 3 | -43/+52 |
| | | |||||
| * | Allow user to cancel VFS mapping | LostDragonist | 2018-08-16 | 4 | -1/+25 |
| | | |||||
| * | Add "enable/disable selected" to mod list context menu | LostDragonist | 2018-08-16 | 5 | -131/+190 |
| | | |||||
| * | Add "enable/disable selected" to plugin list context menu | LostDragonist | 2018-08-16 | 5 | -1/+77 |
| | | |||||
| * | Fix another instance of "Open in Explorer" | LostDragonist | 2018-08-16 | 1 | -1/+1 |
| | | |||||
| * | Change version to 2.1.5 | LostDragonist | 2018-08-16 | 2 | -258/+263 |
| | | |||||
| * | Dracula theme: Make disabled widgets darker than enabled widgets | LostDragonist | 2018-08-16 | 1 | -0/+4 |
| | | | | | Fix by Kob, author of the Paper themes. | ||||
| * | Correct file category when manually querying info | LostDragonist | 2018-08-15 | 1 | -15/+3 |
| | | | | | The Nexus API appears to have been changed back in July 2018 to match what MO was expecting without the conversion. | ||||
