summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #536 from AnyOldName3/patch-1Al2018-09-301-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add link to upcoming FNISTool repo
| * | | | | | | | | | Add link to upcoming FNISTool repoAnyOldName32018-09-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DO NOT MERGE UNTIL https://github.com/ModOrganizer2/modorganizer-umbrella/pull/31 IS HANDLED
* | | | | | | | | | | Merge pull request #537 from AnyOldName3/patch-2Al2018-09-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add link to Skyrim VR repo
| * | | | | | | | | | | Add link to Skyrim VR repoAnyOldName32018-09-261-0/+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
| | | | | | | | | | |
* | | | | | | | | | | Added .editorconfig to main repo to help keep some consistency of whitespace.Al12rs2018-09-291-0/+16
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #534 from Gaerzi/patch-1LostDragonist2018-09-251-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Extend version field to 12 characters
| * | | | | | | | | | 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
| | | | | | | | | |
* | | | | | | | | | Update readme.mdAl2018-09-081-1/+1
| | | | | | | | | |
* | | | | | | | | | 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.
* | | | | | | | 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
| | | | | | | |
* | | | | | | | Updated "Thanks".Al12rs2018-08-071-1/+6
| | | | | | | |
* | | | | | | | Modify dark and dracula stylesheets to allow text colors on download widgetsLostDragonist2018-08-062-1/+13
| | | | | | | |
* | | | | | | | Update Paper themes by 6788-00 to version 3.0.1LostDragonist2018-08-062-6/+83
| | | | | | | |
* | | | | | | | Added Open File option to downloads tab.Al12rs2018-08-064-369/+382
| | | | | | | |
* | | | | | | | Merge PRAl12rs2018-08-066-0/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up `DownloadManager::openFile`Frederik “Freso” S. Olesen2018-08-061-8/+1
| | | | | | | | |
| * | | | | | | | Add new "Open File" right-click dialog for DownloadsFrederik “Freso” S. Olesen2018-08-066-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the user to directly open the downloaded archived/file which can be useful for e.g., inspection of what's inside or if they need to copy files from inside the archive to somewhere else. Saves a step compared to "Show in Folder" and then opening the file.
* | | | | | | | | Merge pull request #469 from Freso/minor-fixupsAl2018-08-062-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | A couple of minor fixes
| * | | | | | | | 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.
| * | | | | | | | Fix `DownloadManager::openInDownloadsFolder` error messageFrederik “Freso” S. Olesen2018-08-061-1/+1
|/ / / / / / / /
* | | | | | | | 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
| |_|_|_|_|_|/ |/| | | | | |