summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* rc3isanae2021-02-191-2/+2
* Bump version to 2.4.0.Mikaël Capelle2021-02-191-2/+2
* force instance selection when the current instance cannot be usedisanae2021-02-133-3/+9
* 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
|\
| * - renamed instance::name() to displayName() to reduce confusion with portable...isanae2021-02-1210-65/+136
* | Merge pull request #1407 from isanae/processes-in-jobMikaël Capelle2021-02-121-5/+21
|\ \
| * | maxIds was local to the loop, not doubledisanae2021-02-101-5/+21
| |/
* | Merge pull request #1405 from LostDragonist/update_fixesMikaël Capelle2021-02-126-19/+323
|\ \
| * | 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
| * | Fix concatenating update logsChris Bessent2021-02-081-2/+2
* | | Merge pull request #1404 from Al12rs/fix_update_filterMikaël Capelle2021-02-121-5/+1
|\ \ \
| * | | Remove unused variableAL2021-02-111-2/+0
| * | | Hopefully fix update filter not showing new mod updates.AL2021-02-111-3/+1
| | |/ | |/|
* | | 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 (avoid error log wh...Mikaël Capelle2021-02-102-7/+5
| |/ /
* / / 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
* Remove update of data-tab tree and check for problems when modifying the mod ...Mikaël Capelle2021-02-052-101/+91
* Update translation file.Mikaël Capelle2021-02-021-2510/+3028
* 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.Mikaël Capelle2021-01-312-45/+44
* | Fix update of data tab after refresh.Mikaël Capelle2021-01-312-5/+4
|/
* Enable collapsible separators in reverse order by default.Mikaël Capelle2021-01-301-2/+1
* 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
* 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
|\
| * 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