summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add notes column to mod listLostDragonist2018-12-081-0/+4
|
* Add workarounds button to reset window geometriesLostDragonist2018-12-081-12/+22
|
* Improve refresh of data when changing profile settingsLostDragonist2018-12-071-7/+24
|
* Create empty mods above the selected modLostDragonist2018-12-041-0/+9
|
* Improvements to "send to separator..." dialogLostDragonist2018-12-031-0/+6
| | | | | | * Scale contents with dialog size * Save and restore dialog geometry * Add a better window title
* Add "send to separator..." option for modsLostDragonist2018-12-021-4/+53
|
* Fixed context menu for Data tab showing the File version for empty folders.Al12rs2018-12-021-7/+12
|
* * Added Folders and Files icons to Data tab.Al12rs2018-12-011-0/+12
| | | | * Fixed empty folders not showing up in Data tab.
* Add executable blacklistingLostDragonist2018-11-291-7/+7
|
* 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-041-23/+28
|
* Add context menu option to send to a specific priorityLostDragonist2018-11-041-25/+59
|
* Fix creating separators when right-clicking overwriteLostDragonist2018-11-041-1/+1
|
* Fix matching highlights for mod and plugin selectionsLostDragonist2018-11-011-2/+2
| | | | | | 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-011-0/+14
|
* Fixed missing category selection for separators.Al12rs2018-11-011-8/+9
|
* Add send to top/bottom options for the plugin listLostDragonist2018-10-311-0/+15
|
* Add send to top/bottom options for the mod listLostDragonist2018-10-311-10/+48
|
* Added Reset color option for separators and changed the bahavior of "cancel" ↵Al12rs2018-10-281-1/+25
| | | | 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-281-1/+27
|
* Added modlist Separators feature:Al12rs2018-10-281-4/+38
| | | | | | | | *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.
* Fixed UI file to not break each time it's opened in creator.Al12rs2018-10-131-1/+1
|
* Changed "ignore missing game data" to not create an empty Texture folder and ↵Al12rs2018-09-291-2/+4
| | | | instead save the choice in meta.ini
* Automatically set CDN as a preferred serverLostDragonist2018-09-171-1/+1
| | | | 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.
* Store and load major dialogs geometry information.Al12rs2018-09-151-1/+41
|
* Add option to create a Mod backup from the modlist context menu.Al12rs2018-09-071-0/+12
|
* Added Mod Backups filter for modlist.Al12rs2018-09-071-0/+1
|
* Added "Refresh" button to downloads tab.Al12rs2018-08-311-0/+5
|
* Refresh save game list when local game settings may have changedLostDragonist2018-08-261-0/+12
|
* Allow user to cancel VFS mappingLostDragonist2018-08-161-0/+3
|
* Add "enable/disable selected" to mod list context menuLostDragonist2018-08-161-2/+20
|
* Add "enable/disable selected" to plugin list context menuLostDragonist2018-08-161-0/+18
|
* Fix another instance of "Open in Explorer"LostDragonist2018-08-161-1/+1
|
* Fix selecting the active profile when opening the profiles dialogLostDragonist2018-08-121-2/+1
|
* Revert "Improve robustness of endorsement checks"LostDragonist2018-08-121-4/+2
| | | | This reverts commit fc8a6b358fb7bda18979c7c5c23c13d7c2ae8dc8.
* Set toolbar widget names later to catch the problems and update widgetsLostDragonist2018-08-121-3/+5
|
* Added Open File option to downloads tab.Al12rs2018-08-061-0/+1
|
* Fix capitalisation of "Explorer"Frederik “Freso” S. Olesen2018-08-061-1/+1
| | | | | | | 1. Explorer is a specific program, so it should be treated as a proper noun, and thus capitalised. 2. Other menu items in the same menu are Title Cases, so it looks out of place that this item is not.
* Set the names of the toolbar widgets to allow stylingLostDragonist2018-08-051-0/+3
| | | | | | | | | | | | | | | | QToolButton#foo where foo is one of: actionChange_Game actionInstallMod actionNexus actionAdd_Profile actionModify_Executables actionTool actionSettings seperator actionEndorseMO actionProblems actionUpdate actionHelp
* List load order backups from most recent to oldestLostDragonist2018-08-041-1/+2
|
* Added CTRL+Doubleclick on plugin list as wellAl12rs2018-08-011-4/+13
|
* Added CTRL+Double Click on Modlist to open in ExplorerAl12rs2018-08-011-8/+24
|
* Revert "Temporarely disable the BSA list refresh if it is hidden from view. ↵Al12rs2018-08-011-4/+1
| | | | | | this will need to be reversted once the Bsa changes are added I presume." This reverts commit 8f28e0af36d6246f1230a8aa296cfd5485b34242.
* Improve robustness of endorsement checksLostDragonist2018-07-221-2/+4
| | | | At times, the voted_by_user item is returned as Invalid. toBool() causes this to be false, meaning the item is seen as not endorsed. Now, the endorsement state is not checked if the data is invalid.
* Avoided downloads defaulting to "File Time" sorting at each startup.Al12rs2018-07-211-2/+2
| | | | Improved downloads tab header sizes and resize policy.
* Added "Open Mods folder" to "Open Folder" context menu.Al12rs2018-07-211-0/+7
|
* Temporarely disable the BSA list refresh if it is hidden from view. this ↵Al12rs2018-07-211-1/+4
| | | | will need to be reversted once the Bsa changes are added I presume.