summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of static on lambdasChris Bessent2021-01-181-2/+2
|
* Rewrite readLockedOrderFromChris Bessent2021-01-181-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.
* Add error checking to lockedorder.txt processingChris Bessent2021-01-161-15/+32
| | | | | | | | | | | | | Errors now checked: 1. Plugin listed in lockedorder.txt does not exist 2. Priority in lockedorder.txt is negative 3. Priority in lockedorder.txt is greater than the total number of plugins Note that lockedorder.txt is not rewritten after these errors occur as that seems most likely to be the desired behavior...? That is, preserving the state of lockedorder.txt is more important than anything making sense. Though negative priorities don't make sense and never will so just get rid of that if the lockedorder.txt is written to at some point.
* Merge pull request #1363 from Holt59/modlist-improvementsAl2021-01-165-51/+177
|\ | | | | Send to last conflict
| * Fix drag&drop in manual installer after drag&drop of download/external ↵Mikaël Capelle2021-01-161-4/+7
| | | | | | | | archive in mod list.
| * Only maintain selection after drag&drop of mods.Mikaël Capelle2021-01-161-1/+6
| |
| * Maintain selection when changing priority manually.Mikaël Capelle2021-01-162-0/+15
| |
| * Maintain selection after drag&drop. Fix update of conflicts (visual) after ↵Mikaël Capelle2021-01-161-26/+25
| | | | | | | | priority change.
| * Maintain selection after 'Send to... ' and add send to first conflict.Mikaël Capelle2021-01-163-14/+59
| |
| * Only consider loose files vs. loose files conflicts for 'Send to last ↵Mikaël Capelle2021-01-162-6/+1
| | | | | | | | conflict' entry.
| * Fix archive overwritten marker.Mikaël Capelle2021-01-161-1/+1
| |
| * Fix entry names.Mikaël Capelle2021-01-161-2/+2
| |
| * Fix priority foreground color on colored separators.Mikaël Capelle2021-01-161-3/+2
| |
| * Add send to last conflict action for modlist.Mikaël Capelle2021-01-165-7/+72
| |
* | Merge pull request #1362 from Holt59/downloadlistview-cleaningAl2021-01-167-116/+153
|\ \ | | | | | | DownloadListView improvements
| * | Handle enter and delete on download list.Mikaël Capelle2021-01-152-4/+41
| | |
| * | New slot styles for context menus actions.Mikaël Capelle2021-01-151-7/+7
| | |
| * | Rename DownloadListWidget -> DownloadListView. Clean context menu.Mikaël Capelle2021-01-157-105/+105
| |/
* | Merge pull request #1361 from Holt59/ui-fixes-and-othersAl2021-01-1616-129/+340
|\ \ | | | | | | UI fixes and others.
| * | Add setting to automatically hide download after installation.Mikaël Capelle2021-01-145-0/+33
| | |
| * | Fix disabling of collapsible separators settings.Mikaël Capelle2021-01-142-4/+7
| | |
| * | Update README.Mikaël Capelle2021-01-141-7/+10
| | |
| * | Move Holt59 to lead developers. Add Luca|EzioTheDeadPoet and Patchier to ↵Mikaël Capelle2021-01-141-5/+15
| | | | | | | | | | | | contributors.
| * | Add settings to enable/disable icons on collapsed separators.Mikaël Capelle2021-01-148-114/+188
| | |
| * | Disable highlighting from/to separators separately.Mikaël Capelle2021-01-145-31/+89
| | |
| * | Contextual menu entry for enable/disable all visible.Mikaël Capelle2021-01-146-27/+46
| | |
| * | Better context menu entries for mod/separator creation.Mikaël Capelle2021-01-142-6/+17
| |/
* | Merge pull request #1365 from isanae/masterisanae2021-01-161-1/+13
|\ \ | |/ |/| Fix crash on bad bsa
| * fix crash on bad bsaisanae2021-01-161-1/+13
|/
* Merge pull request #1360 from Holt59/organizercore-cleaningMikaël Capelle2021-01-146-61/+30
|\ | | | | OrganizerCore cleaning.
| * Use isBackup() and isOverwrite() instead of testing flags.Mikaël Capelle2021-01-131-3/+2
| |
| * Minor cleaning for boost signal declarations in OrganizerCore.Mikaël Capelle2021-01-131-6/+7
| |
| * Remove OrganizerCore::modsSortedByProfilePriority.Mikaël Capelle2021-01-134-28/+15
| |
| * Remove unused close() signal from OrganizerCore. Remove declarations without ↵Mikaël Capelle2021-01-132-11/+4
| | | | | | | | definitions.
| * Remove archive parsing attribute from core and use the one from settings ↵Mikaël Capelle2021-01-134-16/+5
| | | | | | | | directly.
* | Merge pull request #1357 from Holt59/collapsible-separatorsMikaël Capelle2021-01-1412-53/+243
|\ \ | | | | | | Collapsible separators in descending priority.
| * | Add documentation for row computation.Mikaël Capelle2021-01-112-8/+38
| | |
| * | Combine nested if clauses.Mikaël Capelle2021-01-111-4/+2
| | |
| * | Fix drop in first item of separators.Mikaël Capelle2021-01-113-22/+48
| | |
| * | Add setting to enable/disable collapsible priority depending on the sort order.Mikaël Capelle2021-01-116-14/+82
| | |
| * | Fix drop in separator and create mod in separator in descending priority.Mikaël Capelle2021-01-115-16/+30
| | |
| * | Allow collapsible separator in descending priority.Mikaël Capelle2021-01-114-12/+66
| | |
* | | Merge pull request #1351 from Holt59/fix-set-gamepathMikaël Capelle2021-01-132-13/+37
|\ \ \ | |_|/ |/| | Fix setting game path for games with executable in subfolder.
| * | Add comment for cdUp().Mikaël Capelle2021-01-131-0/+7
| | |
| * | Warn users that game path is invalid after choosing it rather than when ↵Mikaël Capelle2021-01-112-26/+30
| | | | | | | | | | | | applying setting.
| * | Fix setting game path for games with executable in subfolder.Mikaël Capelle2021-01-101-4/+17
| | |
* | | Merge pull request #1359 from Holt59/fix-pluginlist-editMikaël Capelle2021-01-131-0/+1
|\ \ \ | | | | | | | | Write plugin list after edit.
| * | | Write plugin list after edit.Mikaël Capelle2021-01-131-0/+1
| | |/ | |/|
* | | Merge pull request #1358 from Holt59/loglist-copyMikaël Capelle2021-01-137-15/+28
|\ \ \ | |/ / |/| | Allow extended selection in log list and implement copy.
| * | Allow extended selection in log list and implement copy.Mikaël Capelle2021-01-137-15/+28
|/ /