summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Improved Skyrim.qss theme performance.Al12rs2018-11-091-2/+4
|
* Added Nigh Eyes theme by ciathyza.Al12rs2018-11-081-0/+650
|
* Update translation fileLostDragonist2018-11-061-347/+362
|
* Prevent user from clicking the run button more than onceLostDragonist2018-11-051-8/+15
|
* Change "mods" to "plugins" in "send to priority..." option for pluginsLostDragonist2018-11-041-1/+1
|
* Don't change priority of new separators when not sorting by priorityLostDragonist2018-11-041-3/+8
|
* Hide "send to" context menu options when not sorting by priorityLostDragonist2018-11-042-25/+30
|
* Add context menu option to send to a specific priorityLostDragonist2018-11-044-55/+72
|
* Fix creating separators when right-clicking overwriteLostDragonist2018-11-041-1/+1
|
* Made the "checked" filter show separators.Al12rs2018-11-042-261/+263
|
* Allow switching instances when MO is launched with moshortcut://<instance>:LostDragonist2018-11-022-1/+3
|
* Updated Skyrim and VS15 theme to fix highlighting on ESPlist.Al12rs2018-11-027-114/+95
|
* Fix matching highlights for mod and plugin selectionsLostDragonist2018-11-015-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 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
|