| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add separators according to context location of context menu | LostDragonist | 2018-11-01 | 1 | -0/+14 |
| | | |||||
| * | Fixed missing category selection for separators. | Al12rs | 2018-11-01 | 1 | -8/+9 |
| | | |||||
| * | Add send to top/bottom options for the plugin list | LostDragonist | 2018-10-31 | 1 | -0/+15 |
| | | |||||
| * | Add send to top/bottom options for the mod list | LostDragonist | 2018-10-31 | 1 | -10/+48 |
| | | |||||
| * | Added Reset color option for separators and changed the bahavior of "cancel" ↵ | Al12rs | 2018-10-28 | 1 | -1/+25 |
| | | | | | 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 | 1 | -1/+27 |
| | | |||||
| * | Added modlist Separators feature: | Al12rs | 2018-10-28 | 1 | -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. | Al12rs | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | Changed "ignore missing game data" to not create an empty Texture folder and ↵ | Al12rs | 2018-09-29 | 1 | -2/+4 |
| | | | | | instead save the choice in meta.ini | ||||
| * | Automatically set CDN as a preferred server | LostDragonist | 2018-09-17 | 1 | -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. | Al12rs | 2018-09-15 | 1 | -1/+41 |
| | | |||||
| * | Add option to create a Mod backup from the modlist context menu. | Al12rs | 2018-09-07 | 1 | -0/+12 |
| | | |||||
| * | Added Mod Backups filter for modlist. | Al12rs | 2018-09-07 | 1 | -0/+1 |
| | | |||||
| * | Added "Refresh" button to downloads tab. | Al12rs | 2018-08-31 | 1 | -0/+5 |
| | | |||||
| * | Refresh save game list when local game settings may have changed | LostDragonist | 2018-08-26 | 1 | -0/+12 |
| | | |||||
| * | Allow user to cancel VFS mapping | LostDragonist | 2018-08-16 | 1 | -0/+3 |
| | | |||||
| * | Add "enable/disable selected" to mod list context menu | LostDragonist | 2018-08-16 | 1 | -2/+20 |
| | | |||||
| * | Add "enable/disable selected" to plugin list context menu | LostDragonist | 2018-08-16 | 1 | -0/+18 |
| | | |||||
| * | Fix another instance of "Open in Explorer" | LostDragonist | 2018-08-16 | 1 | -1/+1 |
| | | |||||
| * | Fix selecting the active profile when opening the profiles dialog | LostDragonist | 2018-08-12 | 1 | -2/+1 |
| | | |||||
| * | Revert "Improve robustness of endorsement checks" | LostDragonist | 2018-08-12 | 1 | -4/+2 |
| | | | | | This reverts commit fc8a6b358fb7bda18979c7c5c23c13d7c2ae8dc8. | ||||
| * | Set toolbar widget names later to catch the problems and update widgets | LostDragonist | 2018-08-12 | 1 | -3/+5 |
| | | |||||
| * | Added Open File option to downloads tab. | Al12rs | 2018-08-06 | 1 | -0/+1 |
| | | |||||
| * | Fix capitalisation of "Explorer" | Frederik “Freso” S. Olesen | 2018-08-06 | 1 | -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 styling | LostDragonist | 2018-08-05 | 1 | -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 oldest | LostDragonist | 2018-08-04 | 1 | -1/+2 |
| | | |||||
| * | Added CTRL+Doubleclick on plugin list as well | Al12rs | 2018-08-01 | 1 | -4/+13 |
| | | |||||
| * | Added CTRL+Double Click on Modlist to open in Explorer | Al12rs | 2018-08-01 | 1 | -8/+24 |
| | | |||||
| * | Revert "Temporarely disable the BSA list refresh if it is hidden from view. ↵ | Al12rs | 2018-08-01 | 1 | -4/+1 |
| | | | | | | | this will need to be reversted once the Bsa changes are added I presume." This reverts commit 8f28e0af36d6246f1230a8aa296cfd5485b34242. | ||||
| * | Improve robustness of endorsement checks | LostDragonist | 2018-07-22 | 1 | -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. | Al12rs | 2018-07-21 | 1 | -2/+2 |
| | | | | | Improved downloads tab header sizes and resize policy. | ||||
| * | Added "Open Mods folder" to "Open Folder" context menu. | Al12rs | 2018-07-21 | 1 | -0/+7 |
| | | |||||
| * | Temporarely disable the BSA list refresh if it is hidden from view. this ↵ | Al12rs | 2018-07-21 | 1 | -1/+4 |
| | | | | | will need to be reversted once the Bsa changes are added I presume. | ||||
| * | Don't show info dialog for unmanaged pluugins. | Al12rs | 2018-07-18 | 1 | -5/+12 |
| | | |||||
| * | Added ability to open mod information window by double cliking on plugins. | Al12rs | 2018-07-17 | 1 | -0/+38 |
| | | |||||
| * | Avoid asking users if they are sure they want to close of all downlaods are ↵ | Al12rs | 2018-07-17 | 1 | -1/+1 |
| | | | | | paused. | ||||
| * | Allow "unignore update" to work with multiple mods | LostDragonist | 2018-07-16 | 1 | -2/+11 |
| | | |||||
| * | Allow "ignore update" to work with multiple mods | LostDragonist | 2018-07-16 | 1 | -2/+11 |
| | | |||||
| * | Allow "open in explorer" to work with multiple mods | LostDragonist | 2018-07-16 | 1 | -3/+11 |
| | | |||||
| * | Allow "mark as converted" to work with multiple mods | LostDragonist | 2018-07-16 | 1 | -4/+15 |
| | | |||||
| * | Allow "ignore missing data" to work with multiple mods | LostDragonist | 2018-07-16 | 1 | -5/+18 |
| | | |||||
| * | Redirect endorsements of MO2 to the Skyrim SE nexus | LostDragonist | 2018-07-16 | 1 | -5/+12 |
| | | |||||
| * | Added "Open in Folder" option to downloads tab. | Al12rs | 2018-07-16 | 1 | -0/+1 |
| | | |||||
| * | Extend mod backups and load order backups to a maximum of 10 | LostDragonist | 2018-06-20 | 1 | -1/+1 |
| | | |||||
| * | *Avoided some unnecessary refreshes while removing mods. | Al12rs | 2018-05-25 | 1 | -4/+7 |
| | | | | | | | | | *Added "Visit on Nexus" menu entry in the downloads tab. *Added confirmation message when deleting a single download. *Changed text of messages to more easily distinguish deleting from hiding. | ||||
| * | Added "Open Plugins folder" option to Open folder menu. | Al12rs | 2018-05-20 | 1 | -8/+9 |
| | | |||||
| * | Fix a memory leak in updateToolBar | Diana | 2018-05-18 | 1 | -32/+34 |
| | | | | | | | | | | | | updateToolBar was creating new QActions and QWidgets every call, without cleaning them up. The spacer, help widgets, and toolbuttons only need to be created once. Those have been moved out into the MainWindow constructor updateToolBar is called in various places, importantly when adding/removing executable shortcuts. Also adds a deleteLater() call to clean up executable shortcut actions. | ||||
| * | Fix plugin lock slot typo | Silarn | 2018-05-10 | 1 | -1/+1 |
| | | |||||
| * | Allow update processor to include the managed game if nexus info matches | Silarn | 2018-05-04 | 1 | -0/+8 |
| | | |||||
