summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add separators according to context location of context menuLostDragonist2018-11-013-1/+16
|
* Cleaned up leftover from color customizzation.Al12rs2018-11-011-2/+0
|
* Fixed missing category selection for separators.Al12rs2018-11-011-8/+9
|
* Added ability to change color of conflict and plugin highlighting from the ↵Al12rs2018-11-018-683/+1065
| | | | settings.
* Improve changing mod and plugin prioritiesLostDragonist2018-11-015-59/+100
|
* Add send to top/bottom options for the plugin listLostDragonist2018-10-314-27/+90
|
* Add send to top/bottom options for the mod listLostDragonist2018-10-313-12/+51
|
* Fix crash when 7-zip fails to extract a fileLostDragonist2018-10-312-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.txtLostDragonist2018-10-301-0/+2
|
* Added VS2015 and Skyrim Stylesheets, courtesy of chintsu!Al12rs2018-10-2865-0/+5146
|
* Added Reset color option for separators and changed the bahavior of "cancel" ↵Al12rs2018-10-282-1/+26
| | | | of the color selector dialog to keep previous color.
* Fixed Separators not getting deleted while deleting multiple selected items.Al12rs2018-10-281-1/+1
|
* Added Color costumization for Separators.Al12rs2018-10-286-2/+64
|
* Added modlist Separators feature:Al12rs2018-10-288-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 ↵Al12rs2018-10-271-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 filternamesAl12rs2018-10-131-2/+2
|
* Fix Creator setting Boss button to invisible each timeAl12rs2018-10-131-3/+0
|
* Fixed UI file to not break each time it's opened in creator.Al12rs2018-10-133-273/+278
|
* Update path to gamebryo/creation engine sourcesSilarn2018-10-011-1/+2
|
* Set the web viewer widget in the mod info dialog to expand verticallyLostDragonist2018-09-301-4/+16
|
* Fix pointer truncation to remove warningLostDragonist2018-09-301-1/+1
|
* Rename spacer to get remove warningLostDragonist2018-09-301-1/+1
|
* Changed "ignore missing game data" to not create an empty Texture folder and ↵Al12rs2018-09-295-6/+32
| | | | instead save the choice in meta.ini
* Updated translations fileAl12rs2018-09-291-221/+238
|
* Extend version field to 12 charactersGaerzi2018-09-251-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 serverLostDragonist2018-09-172-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 GeneralAl12rs2018-09-151-1/+1
|
* Store and load major dialogs geometry information.Al12rs2018-09-152-1/+49
|
* Allow installs to pass Mod ID through (fixes NCC installs losing ID)Silarn2018-09-092-1143/+1143
|
* Added debug line to check actual processed parameters passed to ↵Al12rs2018-09-081-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.Al12rs2018-09-073-1/+16
|
* Added Mod Backups filter for modlist.Al12rs2018-09-073-2/+11
|
* Added Contains Script Extender Files filter.Al12rs2018-09-073-0/+3
|
* Improved Skript Extender Plugin filter to actually look for plugins and not ↵Al12rs2018-09-071-2/+6
| | | | only the SKSE folder.
* Added "Refresh" button to downloads tab.Al12rs2018-08-314-274/+300
|
* Refresh save game list when local game settings may have changedLostDragonist2018-08-261-0/+12
|
* Added ModGroups contents icon and flag.Al12rs2018-08-257-106/+146
|
* Update the version to 2.1.6LostDragonist2018-08-241-2/+2
|
* Fix possible crash during write to disk errorLostDragonist2018-08-211-1/+2
|
* Fix disabled menu item styling in Paper Dark themeLostDragonist2018-08-201-2/+2
|
* Detect errors when writing downloads to disk and cancel downloadLostDragonist2018-08-192-6/+21
|
* Center profile deletion dialog on parentLostDragonist2018-08-191-1/+1
|
* Prevent user from deleting currently active profileLostDragonist2018-08-193-43/+52
|
* Allow user to cancel VFS mappingLostDragonist2018-08-164-1/+25
|
* Add "enable/disable selected" to mod list context menuLostDragonist2018-08-165-131/+190
|
* Add "enable/disable selected" to plugin list context menuLostDragonist2018-08-165-1/+77
|
* Fix another instance of "Open in Explorer"LostDragonist2018-08-161-1/+1
|
* Change version to 2.1.5LostDragonist2018-08-162-258/+263
|
* Dracula theme: Make disabled widgets darker than enabled widgetsLostDragonist2018-08-161-0/+4
| | | | Fix by Kob, author of the Paper themes.
* Correct file category when manually querying infoLostDragonist2018-08-151-15/+3
| | | | The Nexus API appears to have been changed back in July 2018 to match what MO was expecting without the conversion.