summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix selecting the profile in the dialogChris Bessent2021-04-251-0/+9
| | | | | | | | | | Previously, when clicking the "select" button in the profiles dialog (when the dialog was launched in the menu or toolbar), everything would be refreshed without checking the selected profile in the dialog. Now, the selected profile is set with some signal blocking to help prevent redundant refreshes from occurring.
* Update issue templatesAl2021-04-081-2/+2
|
* Bump to 2.4.1.Mikaël Capelle2021-03-201-2/+2
|
* Bump to 2.4.1 RC2.Mikaël Capelle2021-03-141-1/+1
|
* Merge pull request #1465 from Holt59/fix-saves-tab-headerMikaël Capelle2021-03-141-1/+1
|\ | | | | Stretch last section in the Saves tab.
| * Stretch last section in the Saves tab.Mikaël Capelle2021-03-141-1/+1
|/
* Bump to 2.4.1rc1.1.Mikaël Capelle2021-03-141-1/+1
|
* Merge pull request #1462 from Holt59/fix-stylesheets-qscrollareaMikaël Capelle2021-03-136-36/+0
|\ | | | | Remove border on QScrollArea from stylesheets.
| * Remove border on QScrollArea from stylesheets.Mikaël Capelle2021-03-136-36/+0
|/
* Bump to 2.4.1rc1 and update translations.Mikaël Capelle2021-03-122-474/+480
|
* Merge pull request #1449 from isanae/uilocker-disabledMikaël Capelle2021-03-031-10/+45
|\ | | | | Disabled uilocker for child dialogs
| * don't disable dialogs that are children of other dialogsisanae2021-03-021-10/+45
| |
* | Merge pull request #1447 from LostDragonist/settings_resizeMikaël Capelle2021-03-031-946/+1052
|\ \ | | | | | | Add scrollbars to some settings tabs to reduce minimum size
| * | Put stylesheet stuff into .ui file insteadChris Bessent2021-03-024-15/+15
| | |
| * | Add scrollbars to some settings tabs to reduce minimum sizeChris Bessent2021-03-024-946/+1052
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous minimum size was around 450 x 560px. At a DPI scaling of 200%, this means 900 x 1120px which extends off the typical 1080p screen. Why is someone using 200% scaling on a 1080p screen? I have no clue. Now, the minimum size is around 450 x 410px for 900 x 820 px at 200% scaling. Which works for anything short of a 1376 x 768 screen at 200% scaling which I just don't really care about.
* | | Merge pull request #1443 from Holt59/fix-savegame-nameMikaël Capelle2021-03-0311-18/+64
|\ \ \ | |_|/ |/| | Display savegame name and filepath in saves tab.
| * | Display savegame name and filepath in saves tab.Mikaël Capelle2021-02-2711-18/+64
| | |
* | | Merge pull request #1446 from LostDragonist/disabled_pluginsMikaël Capelle2021-03-021-4/+5
|\ \ \ | |_|/ |/| | Allow plugins to disable themselves by default
| * | Allow plugins to disable themselves by defaultChris Bessent2021-03-021-4/+5
|/ /
* | Merge pull request #1444 from LostDragonist/lockedorderMikaël Capelle2021-03-011-2/+2
|\ \ | | | | | | Fix load order when using locked plugins
| * | Fix load order when using locked pluginsChris Bessent2021-02-271-2/+2
| |/
* | Merge pull request #1439 from Holt59/fix-downloadlistMikaël Capelle2021-03-011-2/+2
|\ \ | | | | | | Fix download list sorting.
| * | Fix download list sorting.Mikaël Capelle2021-02-261-2/+2
| |/
* | Merge pull request #1442 from Holt59/fix-createempty-modMikaël Capelle2021-03-011-1/+2
|\ \ | |/ |/| Fix priority for 'Create Empty Mod'.
| * Fix priority for 'Create Empty Mod'.Mikaël Capelle2021-02-271-1/+2
|/
* Merge pull request #1437 from Holt59/fix-sendtoseparatorMikaël Capelle2021-02-261-27/+52
|\ | | | | Fix 'Send to separator... ' in descending priority.
| * Fix 'Send to separator... ' in descending priority.Mikaël Capelle2021-02-241-27/+52
|/
* Merge pull request #1433 from Holt59/fix-bycategory-sortingMikaël Capelle2021-02-241-0/+6
|\ | | | | Fix sorting by priority when grouping by priority.
| * Fix sorting by priority when grouping by priority.Mikaël Capelle2021-02-231-0/+6
| |
* | Merge pull request #1436 from isanae/tutorial-fixisanae2021-02-244-0/+10
|\ \ | |/ |/| Fix tutorial stuck on mod info dialog
| * emit modInfoDisplayed, it's required by the tutorialisanae2021-02-244-0/+10
|/
* Merge pull request #1431 from Holt59/fix-update-filterMikaël Capelle2021-02-234-22/+36
|\ | | | | Switch back to invalidating filter when receiving mod updates.
| * Switch back to invalidating filter when receiving mod updates.Mikaël Capelle2021-02-214-22/+36
| |
* | Merge pull request #1424 from isanae/dl-shareMikaël Capelle2021-02-231-5/+23
|\ \ | | | | | | Network shares for envfs
| * | handle network shares for NtOpenFile()isanae2021-02-221-5/+23
| | | | | | | | | | | | changed error messages to use formatNtMessage(), which handles NTSTATUS errors
* | | Merge pull request #1429 from Holt59/fix-stylesheetsMikaël Capelle2021-02-2312-50/+40
|\ \ \ | |/ / |/| | Fix stylesheets for 2.4.
| * | Fix stylesheets for 2.4.Mikaël Capelle2021-02-2312-50/+40
| | |
* | | Merge pull request #1418 from Holt59/masterMikaël Capelle2021-02-212-12/+12
|\| | | | | | | | Bump version to 2.4.0 and update translation.
| * | Bump version to 2.4.0 and update translation.Mikaël Capelle2021-02-212-12/+12
|/ /
* | Merge pull request #1416 from isanae/plugin-blacklistisanae2021-02-211-0/+10
|\ \ | |/ |/| Broken plugins blacklist
| * clarified commentisanae2021-02-201-2/+6
| |
| * clearPlugins() must be called to load the blacklist or it will be empty when ↵isanae2021-02-201-0/+6
| | | | | | | | loadPlugins() runs
* | Merge pull request #1415 from isanae/masterisanae2021-02-191-2/+2
|\| | | | | 2.4rc3
| * rc3isanae2021-02-191-2/+2
|/
* Bump version to 2.4.0.Mikaël Capelle2021-02-191-2/+2
|
* Merge pull request #1409 from isanae/portable-loopMikaël Capelle2021-02-133-3/+9
|\ | | | | Portable instance loop.
| * force instance selection when the current instance cannot be usedisanae2021-02-133-3/+9
|/ | | | the problem is that an empty instance name means the portable instance, but MO clears the name when it needs instance selection, which can create a loop if the portable instance can't be used
* Bump version to 2.4.0rc2 and update translations.Mikaël Capelle2021-02-122-114/+132
|
* Merge pull request #1408 from isanae/portable-shortcutsMikaël Capelle2021-02-1210-65/+136
|\ | | | | Fixes for portable shortcuts
| * - renamed instance::name() to displayName() to reduce confusion with ↵isanae2021-02-1210-65/+136
| | | | | | | | | | | | | | portable instances - better errors when running incorrect shortcuts - fixed shortcuts being created with moshortcut://Portable:exe instead of an empty instance name for portable instances