| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve performance by changing the map to be case insensitive | Chris Bessent | 2021-01-16 | 3 | -12/+9 |
| | | |||||
| * | Make modlist.txt less case sensitive | Chris Bessent | 2021-01-16 | 1 | -1/+10 |
| | | | | | | | | | | | | This should make it so case doesn't matter when it comes to the folder names of mods and what's in modlist.txt. If a mismatch in case is detected, modlist.txt will be flagged dirty to fix it at some point. This handles the foillowing cases: * modlist.txt was modified outside MO * the mod folder was renamed outside MO | ||||
| * | Merge pull request #1363 from Holt59/modlist-improvements | Al | 2021-01-16 | 5 | -51/+177 |
| |\ | | | | | Send to last conflict | ||||
| | * | Fix drag&drop in manual installer after drag&drop of download/external ↵ | Mikaël Capelle | 2021-01-16 | 1 | -4/+7 |
| | | | | | | | | | archive in mod list. | ||||
| | * | Only maintain selection after drag&drop of mods. | Mikaël Capelle | 2021-01-16 | 1 | -1/+6 |
| | | | |||||
| | * | Maintain selection when changing priority manually. | Mikaël Capelle | 2021-01-16 | 2 | -0/+15 |
| | | | |||||
| | * | Maintain selection after drag&drop. Fix update of conflicts (visual) after ↵ | Mikaël Capelle | 2021-01-16 | 1 | -26/+25 |
| | | | | | | | | | priority change. | ||||
| | * | Maintain selection after 'Send to... ' and add send to first conflict. | Mikaël Capelle | 2021-01-16 | 3 | -14/+59 |
| | | | |||||
| | * | Only consider loose files vs. loose files conflicts for 'Send to last ↵ | Mikaël Capelle | 2021-01-16 | 2 | -6/+1 |
| | | | | | | | | | conflict' entry. | ||||
| | * | Fix archive overwritten marker. | Mikaël Capelle | 2021-01-16 | 1 | -1/+1 |
| | | | |||||
| | * | Fix entry names. | Mikaël Capelle | 2021-01-16 | 1 | -2/+2 |
| | | | |||||
| | * | Fix priority foreground color on colored separators. | Mikaël Capelle | 2021-01-16 | 1 | -3/+2 |
| | | | |||||
| | * | Add send to last conflict action for modlist. | Mikaël Capelle | 2021-01-16 | 5 | -7/+72 |
| | | | |||||
| * | | Merge pull request #1362 from Holt59/downloadlistview-cleaning | Al | 2021-01-16 | 7 | -116/+153 |
| |\ \ | | | | | | | DownloadListView improvements | ||||
| | * | | Handle enter and delete on download list. | Mikaël Capelle | 2021-01-15 | 2 | -4/+41 |
| | | | | |||||
| | * | | New slot styles for context menus actions. | Mikaël Capelle | 2021-01-15 | 1 | -7/+7 |
| | | | | |||||
| | * | | Rename DownloadListWidget -> DownloadListView. Clean context menu. | Mikaël Capelle | 2021-01-15 | 7 | -105/+105 |
| | |/ | |||||
| * | | Merge pull request #1361 from Holt59/ui-fixes-and-others | Al | 2021-01-16 | 16 | -129/+340 |
| |\ \ | | | | | | | UI fixes and others. | ||||
| | * | | Add setting to automatically hide download after installation. | Mikaël Capelle | 2021-01-14 | 5 | -0/+33 |
| | | | | |||||
| | * | | Fix disabling of collapsible separators settings. | Mikaël Capelle | 2021-01-14 | 2 | -4/+7 |
| | | | | |||||
| | * | | Update README. | Mikaël Capelle | 2021-01-14 | 1 | -7/+10 |
| | | | | |||||
| | * | | Move Holt59 to lead developers. Add Luca|EzioTheDeadPoet and Patchier to ↵ | Mikaël Capelle | 2021-01-14 | 1 | -5/+15 |
| | | | | | | | | | | | | | contributors. | ||||
| | * | | Add settings to enable/disable icons on collapsed separators. | Mikaël Capelle | 2021-01-14 | 8 | -114/+188 |
| | | | | |||||
| | * | | Disable highlighting from/to separators separately. | Mikaël Capelle | 2021-01-14 | 5 | -31/+89 |
| | | | | |||||
| | * | | Contextual menu entry for enable/disable all visible. | Mikaël Capelle | 2021-01-14 | 6 | -27/+46 |
| | | | | |||||
| | * | | Better context menu entries for mod/separator creation. | Mikaël Capelle | 2021-01-14 | 2 | -6/+17 |
| | |/ | |||||
| * | | Merge pull request #1365 from isanae/master | isanae | 2021-01-16 | 1 | -1/+13 |
| |\ \ | |/ |/| | Fix crash on bad bsa | ||||
| | * | fix crash on bad bsa | isanae | 2021-01-16 | 1 | -1/+13 |
| |/ | |||||
| * | Merge pull request #1360 from Holt59/organizercore-cleaning | Mikaël Capelle | 2021-01-14 | 6 | -61/+30 |
| |\ | | | | | OrganizerCore cleaning. | ||||
| | * | Use isBackup() and isOverwrite() instead of testing flags. | Mikaël Capelle | 2021-01-13 | 1 | -3/+2 |
| | | | |||||
| | * | Minor cleaning for boost signal declarations in OrganizerCore. | Mikaël Capelle | 2021-01-13 | 1 | -6/+7 |
| | | | |||||
| | * | Remove OrganizerCore::modsSortedByProfilePriority. | Mikaël Capelle | 2021-01-13 | 4 | -28/+15 |
| | | | |||||
| | * | Remove unused close() signal from OrganizerCore. Remove declarations without ↵ | Mikaël Capelle | 2021-01-13 | 2 | -11/+4 |
| | | | | | | | | | definitions. | ||||
| | * | Remove archive parsing attribute from core and use the one from settings ↵ | Mikaël Capelle | 2021-01-13 | 4 | -16/+5 |
| | | | | | | | | | directly. | ||||
| * | | Merge pull request #1357 from Holt59/collapsible-separators | Mikaël Capelle | 2021-01-14 | 12 | -53/+243 |
| |\ \ | | | | | | | Collapsible separators in descending priority. | ||||
| | * | | Add documentation for row computation. | Mikaël Capelle | 2021-01-11 | 2 | -8/+38 |
| | | | | |||||
| | * | | Combine nested if clauses. | Mikaël Capelle | 2021-01-11 | 1 | -4/+2 |
| | | | | |||||
| | * | | Fix drop in first item of separators. | Mikaël Capelle | 2021-01-11 | 3 | -22/+48 |
| | | | | |||||
| | * | | Add setting to enable/disable collapsible priority depending on the sort order. | Mikaël Capelle | 2021-01-11 | 6 | -14/+82 |
| | | | | |||||
| | * | | Fix drop in separator and create mod in separator in descending priority. | Mikaël Capelle | 2021-01-11 | 5 | -16/+30 |
| | | | | |||||
| | * | | Allow collapsible separator in descending priority. | Mikaël Capelle | 2021-01-11 | 4 | -12/+66 |
| | | | | |||||
| * | | | Merge pull request #1351 from Holt59/fix-set-gamepath | Mikaël Capelle | 2021-01-13 | 2 | -13/+37 |
| |\ \ \ | |_|/ |/| | | Fix setting game path for games with executable in subfolder. | ||||
| | * | | Add comment for cdUp(). | Mikaël Capelle | 2021-01-13 | 1 | -0/+7 |
| | | | | |||||
| | * | | Warn users that game path is invalid after choosing it rather than when ↵ | Mikaël Capelle | 2021-01-11 | 2 | -26/+30 |
| | | | | | | | | | | | | | applying setting. | ||||
| | * | | Fix setting game path for games with executable in subfolder. | Mikaël Capelle | 2021-01-10 | 1 | -4/+17 |
| | | | | |||||
| * | | | Merge pull request #1359 from Holt59/fix-pluginlist-edit | Mikaël Capelle | 2021-01-13 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | Write plugin list after edit. | ||||
| | * | | | Write plugin list after edit. | Mikaël Capelle | 2021-01-13 | 1 | -0/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #1358 from Holt59/loglist-copy | Mikaël Capelle | 2021-01-13 | 7 | -15/+28 |
| |\ \ \ | |/ / |/| | | Allow extended selection in log list and implement copy. | ||||
| | * | | Allow extended selection in log list and implement copy. | Mikaël Capelle | 2021-01-13 | 7 | -15/+28 |
| |/ / | |||||
| * | | Merge pull request #1356 from Holt59/collapsible-separators | Mikaël Capelle | 2021-01-11 | 2 | -33/+3 |
| |\ \ | | | | | | | Remove dead code. | ||||
