| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix enable/disable all message. | Mikaël Capelle | 2021-01-24 | 3 | -105/+119 |
| | | |||||
| * | Use proper naming convention for constants. | Mikaël Capelle | 2021-01-22 | 6 | -24/+26 |
| | | |||||
| * | Use constant for minimum/maximum priorities. | Mikaël Capelle | 2021-01-22 | 4 | -10/+15 |
| | | |||||
| * | Move update of directory structure after mod priority change to organizer core. | Mikaël Capelle | 2021-01-21 | 3 | -38/+44 |
| | | |||||
| * | Refresh data tab when mods are enabled or moved. | Mikaël Capelle | 2021-01-21 | 2 | -0/+8 |
| | | |||||
| * | Replace isFixedPriority by hasAutomaticPriority. | Mikaël Capelle | 2021-01-21 | 3 | -8/+9 |
| | | |||||
| * | Prevent backups from being enabled. | Mikaël Capelle | 2021-01-21 | 3 | -4/+12 |
| | | |||||
| * | Use priority from profile (+1) in directory structure to be consistent. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Remove unused mapping. | Mikaël Capelle | 2021-01-21 | 4 | -19/+2 |
| | | |||||
| * | Expose proper priority in ModList and sort in the sort proxy. | Mikaël Capelle | 2021-01-21 | 3 | -37/+7 |
| | | |||||
| * | Use actual priority of overwrite instead of INT_MAX, and remove useless checks. | Mikaël Capelle | 2021-01-21 | 1 | -20/+15 |
| | | |||||
| * | Remove unused variables. | Mikaël Capelle | 2021-01-21 | 1 | -3/+0 |
| | | |||||
| * | INT_MAX -> std::numeric_limits, plus minor clean. | Mikaël Capelle | 2021-01-21 | 4 | -4/+4 |
| | | |||||
| * | Use range-loop instead of old-style iterators. | Mikaël Capelle | 2021-01-21 | 1 | -13/+10 |
| | | |||||
| * | Remove unused priority-related functions from Profile. | Mikaël Capelle | 2021-01-21 | 2 | -28/+1 |
| | | |||||
| * | Add const-qualifier to for loop variable. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Use isFixedPriority() when appropriate. | Mikaël Capelle | 2021-01-21 | 1 | -1/+1 |
| | | |||||
| * | Add method to retrieve priority of mods in ModList. | Mikaël Capelle | 2021-01-21 | 2 | -25/+31 |
| | | |||||
| * | Remove unused/undefined ModList functions. | Mikaël Capelle | 2021-01-20 | 2 | -33/+0 |
| | | |||||
| * | Move backup and overwrite priority to ModList. | Mikaël Capelle | 2021-01-20 | 3 | -12/+11 |
| | | |||||
| * | Add comment for m_NumRegularMods and remove unused methods. | Mikaël Capelle | 2021-01-20 | 1 | -6/+8 |
| | | |||||
| * | Increase robustness of mods priority in profile. | Mikaël Capelle | 2021-01-20 | 9 | -146/+177 |
| | | |||||
| * | Merge pull request #1376 from Holt59/fix-filter-modcount | Mikaël Capelle | 2021-01-20 | 1 | -3/+1 |
| |\ | | | | | Refresh mod counter when filtering. | ||||
| | * | Refresh mod counter when filtering. | Mikaël Capelle | 2021-01-19 | 1 | -3/+1 |
| | | | |||||
| * | | Merge pull request #1375 from Holt59/fix-collapsible-separators-reverse | Mikaël Capelle | 2021-01-20 | 2 | -2/+5 |
| |\ \ | | | | | | | Fix refresh on by-priority proxy when changing sort order. | ||||
| | * | | Fix refresh on by-priority proxy when changing sort order. | Mikaël Capelle | 2021-01-19 | 2 | -2/+5 |
| | |/ | |||||
| * | | Merge pull request #1377 from ModOrganizer2/fix_install_after_query | Al | 2021-01-19 | 1 | -1/+1 |
| |\ \ | |/ |/| | Don't look for mods with -1 as mod ID when suggesting names | ||||
| | * | Don't look for mods with -1 as mod ID when suggesting names | AL | 2021-01-19 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1374 from LostDragonist/mod_casing | Chris Bessent | 2021-01-19 | 1 | -6/+2 |
| |\ | | | | | Improve error message about an extra overwrite mod | ||||
| | * | Improve error message about an extra overwrite mod | Chris Bessent | 2021-01-19 | 1 | -6/+2 |
| |/ | |||||
| * | Merge pull request #1373 from Holt59/fix-change-priority | Mikaël Capelle | 2021-01-18 | 2 | -8/+15 |
| |\ | | | | | Fix change priority | ||||
| | * | Clamp priority to the correct value, taking backups into account. | Mikaël Capelle | 2021-01-18 | 1 | -6/+14 |
| | | | |||||
| | * | Fix editing priority. | Mikaël Capelle | 2021-01-18 | 1 | -2/+1 |
| | | | |||||
| * | | Bump dev build version | AL | 2021-01-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #1372 from Holt59/install-mod-at | Mikaël Capelle | 2021-01-18 | 6 | -54/+81 |
| |\ | | | | | Modify 'Install mod... ' in context menu to install above current mod. | ||||
| | * | Update documentation for installMod / createEmptyMod. | Mikaël Capelle | 2021-01-18 | 1 | -6/+12 |
| | | | |||||
| | * | Comment and remove extra blank lines. | Mikaël Capelle | 2021-01-18 | 1 | -2/+3 |
| | | | |||||
| | * | Make installMod behave similarly to createEmptyMod for the new mod priority. | Mikaël Capelle | 2021-01-18 | 3 | -49/+54 |
| | | | |||||
| | * | Modify 'Install mod... ' in context menu to install above current mod. | Mikaël Capelle | 2021-01-18 | 6 | -9/+24 |
| | | | |||||
| * | | Merge pull request #1371 from Holt59/by-priority-proxy-improvements | Mikaël Capelle | 2021-01-18 | 5 | -86/+107 |
| |\ \ | | | | | | | Collapsible separators improvements | ||||
| | * | | Remove log. | Mikaël Capelle | 2021-01-18 | 1 | -2/+0 |
| | | | | |||||
| | * | | Fix scrolling when moving mods with keyboard. | Mikaël Capelle | 2021-01-18 | 1 | -0/+5 |
| | | | | |||||
| | * | | Better handling of layoutChanged in by-priority proxy to avoid resetting. | Mikaël Capelle | 2021-01-18 | 5 | -88/+106 |
| | |/ | |||||
| * | | Merge pull request #1370 from LostDragonist/preview_extensions | Mikaël Capelle | 2021-01-18 | 3 | -3/+3 |
| |\ \ | | | | | | | Remove case sensitivity regarding preview file extensions | ||||
| | * | | Simplify getting extension | Chris Bessent | 2021-01-18 | 1 | -2/+1 |
| | | | | |||||
| | * | | Remove case sensitivity regarding preview file extensions | Chris Bessent | 2021-01-18 | 3 | -3/+4 |
| | | | | | | | | | | | | | That means ".dds" and ".DDS" should be treated the same. | ||||
| * | | | Merge pull request #1367 from LostDragonist/lockedorder | Mikaël Capelle | 2021-01-18 | 1 | -30/+77 |
| |\ \ \ | | | | | | | | | Add error checking to lockedorder.txt processing | ||||
| | * | | | Remove TODO | Chris Bessent | 2021-01-18 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Get rid of static on lambdas | Chris Bessent | 2021-01-18 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Rewrite readLockedOrderFrom | Chris Bessent | 2021-01-18 | 1 | -47/+77 |
| | | | | | | | | | | | | | | | | | This also removes the "The file containing locked plugin indices is broken" dialog. The broken part of the lockedorder.txt will just spit out an error log now and be ignored. | ||||
