summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
| * Fix download of meta-information in download tab.Mikaël Capelle2021-01-315-73/+55
|/
* Merge pull request #1391 from Holt59/pluginlist-case-insensitiveMikaël Capelle2021-01-312-45/+44
|\ | | | | Use case-insensitive data structure in plugin list.
| * Use case-insensitive data structure in plugin list.Mikaël Capelle2021-01-312-45/+44
| |
* | Merge pull request #1390 from Holt59/fix-datatab-refreshMikaël Capelle2021-01-312-5/+4
|\ \ | |/ |/| Fix update of data tab after refresh.
| * Fix update of data tab after refresh.Mikaël Capelle2021-01-312-5/+4
|/
* Merge pull request #1388 from Holt59/default-collapsible-separators-descMikaël Capelle2021-01-301-2/+1
|\ | | | | Enable collapsible separators in reverse order by default.
| * Enable collapsible separators in reverse order by default.Mikaël Capelle2021-01-301-2/+1
|/
* Merge pull request #1387 from Holt59/update-settings-dialogMikaël Capelle2021-01-301-0/+6
|\ | | | | Add migration code to remove old settings from ModOrganizer.ini.
| * Add migration code to remove old settings from ModOrganizer.ini.Mikaël Capelle2021-01-301-0/+6
|/
* Bump dev-build version.Mikaël Capelle2021-01-301-1/+1
|
* Merge pull request #1386 from Holt59/update-settings-dialogMikaël Capelle2021-01-3022-1431/+1279
|\ | | | | Update settings dialog.
| * Remove LoadMechanism completely.Mikaël Capelle2021-01-295-129/+0
| |
| * Reorganize settingsdialog classes to match UI.Mikaël Capelle2021-01-2912-138/+170
| |
| * Move settings around. Remove unused settings.Mikaël Capelle2021-01-299-1165/+1110
|/
* Merge pull request #1378 from Holt59/fix-priority-managementMikaël Capelle2021-01-2931-472/+463
|\ | | | | Increase robustness of mods priority in profile.
| * Fix refresh of data tab.Mikaël Capelle2021-01-294-15/+42
| |
| * Fix enable/disable all message.Mikaël Capelle2021-01-243-105/+119
| |
| * Use proper naming convention for constants.Mikaël Capelle2021-01-226-24/+26
| |
| * Use constant for minimum/maximum priorities.Mikaël Capelle2021-01-224-10/+15
| |
| * Move update of directory structure after mod priority change to organizer core.Mikaël Capelle2021-01-213-38/+44
| |
| * Refresh data tab when mods are enabled or moved.Mikaël Capelle2021-01-212-0/+8
| |
| * Replace isFixedPriority by hasAutomaticPriority.Mikaël Capelle2021-01-213-8/+9
| |
| * Prevent backups from being enabled.Mikaël Capelle2021-01-213-4/+12
| |
| * Use priority from profile (+1) in directory structure to be consistent.Mikaël Capelle2021-01-211-1/+1
| |
| * Remove unused mapping.Mikaël Capelle2021-01-214-19/+2
| |
| * Expose proper priority in ModList and sort in the sort proxy.Mikaël Capelle2021-01-213-37/+7
| |
| * Use actual priority of overwrite instead of INT_MAX, and remove useless checks.Mikaël Capelle2021-01-211-20/+15
| |
| * Remove unused variables.Mikaël Capelle2021-01-211-3/+0
| |
| * INT_MAX -> std::numeric_limits, plus minor clean.Mikaël Capelle2021-01-214-4/+4
| |
| * Use range-loop instead of old-style iterators.Mikaël Capelle2021-01-211-13/+10
| |
| * Remove unused priority-related functions from Profile.Mikaël Capelle2021-01-212-28/+1
| |
| * Add const-qualifier to for loop variable.Mikaël Capelle2021-01-211-1/+1
| |
| * Use isFixedPriority() when appropriate.Mikaël Capelle2021-01-211-1/+1
| |
| * Add method to retrieve priority of mods in ModList.Mikaël Capelle2021-01-212-25/+31
| |
| * Remove unused/undefined ModList functions.Mikaël Capelle2021-01-202-33/+0
| |
| * Move backup and overwrite priority to ModList.Mikaël Capelle2021-01-203-12/+11
| |
| * Add comment for m_NumRegularMods and remove unused methods.Mikaël Capelle2021-01-201-6/+8
| |
| * Increase robustness of mods priority in profile.Mikaël Capelle2021-01-209-146/+177
| |
* | Merge pull request #1384 from Holt59/add-pick-argumentMikaël Capelle2021-01-295-7/+21
|\ \ | | | | | | Implement --pick argument.
| * | Implementation --pick argument.Mikaël Capelle2021-01-285-7/+21
| | |
* | | Merge pull request #1385 from Holt59/fix-mo2-on-topMikaël Capelle2021-01-291-1/+1
|\ \ \ | |/ / |/| | Do not bring MO2 to front when passing a Nexus link to the CL.
| * | Do not bring MO2 to front when passing a Nexus link to the CL.Mikaël Capelle2021-01-281-1/+1
|/ /
* | Merge pull request #1382 from LostDragonist/fix_forced_loadChris Bessent2021-01-241-5/+6
|\ \ | | | | | | Fix initial launch of forced load dialog