summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* | Merge pull request #1407 from isanae/processes-in-jobMikaël Capelle2021-02-121-5/+21
|\ \ | | | | | | Fixes for processesInJob()
| * | maxIds was local to the loop, not doubledisanae2021-02-101-5/+21
| |/ | | | | | | | | handle ERROR_MORE_DATA, it seems to sometimes happen, not sure why added more logging, a user actually got that error
* | Merge pull request #1405 from LostDragonist/update_fixesMikaël Capelle2021-02-126-19/+323
|\ \ | | | | | | Fixes for the update dialog window
| * | Use release name for changelogsChris Bessent2021-02-121-1/+1
| | |
| * | Updates to text, title and buttonsChris Bessent2021-02-114-36/+21
| | |
| * | Update CMakeLists.txtChris Bessent2021-02-111-0/+1
| | |
| * | Create a new dialog for the update windowChris Bessent2021-02-115-17/+335
| | | | | | | | | | | | | | | The idea here is to be able to resize the window and better handle markdown formatting. Everything was stolen from the LOOT dialog.
| * | Fix concatenating update logsChris Bessent2021-02-081-2/+2
| | |
* | | Merge pull request #1404 from Al12rs/fix_update_filterMikaël Capelle2021-02-121-5/+1
|\ \ \ | | | | | | | | Hopefully fix update filter not showing new mod updates.
| * | | Remove unused variableAL2021-02-111-2/+0
| | | |
| * | | Hopefully fix update filter not showing new mod updates.AL2021-02-111-3/+1
| | |/ | |/| | | | | | | Notify all the mods that have had their info checked, not just the ones that have been found with an update. This is because Mo2 also shows mods that have had their files deleted or moved to Old as updateAvailable, in which case there is no update but the filter still needs to be notified to include the mod.
* | | Merge pull request #1403 from Holt59/fix-steamappid-env-errorMikaël Capelle2021-02-122-7/+5
|\ \ \ | | | | | | | | Do not return previous value in env::set and env::setPath.
| * | | Do not return previous value in env::set and env::setPath (avoid error log ↵Mikaël Capelle2021-02-102-7/+5
| |/ / | | | | | | | | | when not previously set).
* | | Merge pull request #1401 from ModOrganizer2/Al12rs-appveyorFixMikaël Capelle2021-02-121-3/+3
|\ \ \ | | | | | | | | Appveyor: artifact only the exe
| * | | Appveyor: artifact only the exeAl2021-02-091-3/+3
| |/ / | | | | | | The entire build is too big and we get over the limit too fast
* | | Merge pull request #1400 from Holt59/fix-markers-conflicts-refreshMikaël Capelle2021-02-128-135/+129
|\ \ \ | |/ / |/| | Better refresh of override markers and conflicts.
| * | Better refresh of override markers and conflicts.Mikaël Capelle2021-02-098-135/+129
|/ /
* / Bump version to 2.4.0rc1.1.Mikaël Capelle2021-02-071-1/+1
|/
* Bump version to 2.4.0rc1.Mikaël Capelle2021-02-061-1/+1
|
* Merge pull request #1395 from Holt59/remove-datatab-tree-updatesMikaël Capelle2021-02-062-101/+91
|\ | | | | Remove update of data-tab tree and check for problems when modifying the mod list.
| * Remove update of data-tab tree and check for problems when modifying the mod ↵Mikaël Capelle2021-02-052-101/+91
|/ | | | list.
* Update translation file.Mikaël Capelle2021-02-021-2510/+3028
|
* Merge pull request #1392 from Holt59/fix-download-metainfoMikaël Capelle2021-01-315-73/+55
|\ | | | | Fix download of meta-information in download tab.