summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| | |/ | |/|
* / | Allow extended selection in log list and implement copy.Mikaël Capelle2021-01-137-15/+28
|/ /
* | Remove dead code.Mikaël Capelle2021-01-112-33/+3
| |
* | Merge pull request #1350 from Holt59/collapsible-separatorsMikaël Capelle2021-01-1139-723/+1221
|\ \ | | | | | | Collapsible separators - Fix & Improvements.
| * | Fix text for new option.Mikaël Capelle2021-01-111-1/+1
| | |
| * | Add comment to mousePressEvent().Mikaël Capelle2021-01-111-0/+6
| | |
| * | Select separator after creation.Mikaël Capelle2021-01-101-5/+10
| | |
| * | Change 'Create empty mod' depending on the currently selected mod.Mikaël Capelle2021-01-103-8/+34
| | |
| * | Request window focus when dropping external archive.Mikaël Capelle2021-01-101-0/+1
| | |
| * | Request window focus when dropping external folder and scroll to new mod.Mikaël Capelle2021-01-102-7/+22
| | |
| * | Small clean.Mikaël Capelle2021-01-101-1/+1
| | |
| * | Re-add 'Create empty mod' and 'Create separator' to global mod list context ↵Mikaël Capelle2021-01-101-0/+4
| | | | | | | | | | | | menu.
| * | Do not notifyChange if the new name is identical to the old name.Mikaël Capelle2021-01-101-4/+5
| | |
| * | Left-align warning icon if there is no update icon in the column version.Mikaël Capelle2021-01-101-2/+4
| | |
| * | Display upgrade/warning for versions on collapsed separators.Mikaël Capelle2021-01-104-0/+84
| | |
| * | Rename ModListStyledItemDelegated -> ModListStyledItemDelegate.Mikaël Capelle2021-01-102-5/+5
| | |
| * | Fix vertical alignment of icons.Mikaël Capelle2021-01-101-1/+4
| | |
| * | Tentative fix for automatic text color when markers or separator colors are ↵Mikaël Capelle2021-01-102-9/+20
| | | | | | | | | | | | used.
| * | Allow double-click to accept choice in ListDialog.Mikaël Capelle2021-01-101-0/+1
| | |
| * | Remove dropSeparators() method from proxy.Mikaël Capelle2021-01-102-25/+12
| | |
| * | Fix Alt+Click for selecting children of separators.Mikaël Capelle2021-01-102-0/+46
| | |
| * | Tentative fix for drop indicator appearance at the top of the mod list.Mikaël Capelle2021-01-101-1/+11
| | |
| * | Fix drop below collapsed separator.Mikaël Capelle2021-01-104-17/+49
| | |
| * | Add option to have different separator collapsed/expanded states between ↵Mikaël Capelle2021-01-109-8/+59
| | | | | | | | | | | | profiles.
| * | Update markers and plugins highligths when separator is expanded/collapsed.Mikaël Capelle2021-01-102-41/+50
| | |
| * | Show conflicts and highligth plugins from collapsed separators.Mikaël Capelle2021-01-106-104/+89
| | |
| * | Alt+Click select/deselect the rows below from a separator.Mikaël Capelle2021-01-102-0/+25
| | |
| * | Display mod flags on collapsed separators.Mikaël Capelle2021-01-104-14/+53
| | |
| * | Display children contents in collapsed separator.Mikaël Capelle2021-01-1015-135/+222
| | |