summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move Holt59 to lead developers. Add Luca|EzioTheDeadPoet and Patchier to cont...Mikaël Capelle2021-01-141-5/+15
* 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 #1360 from Holt59/organizercore-cleaningMikaël Capelle2021-01-146-61/+30
|\
| * 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
| * Remove archive parsing attribute from core and use the one from settings dire...Mikaël Capelle2021-01-134-16/+5
* | Merge pull request #1357 from Holt59/collapsible-separatorsMikaël Capelle2021-01-1412-53/+243
|\ \
| * | 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
|\ \ \ | |_|/ |/| |
| * | Add comment for cdUp().Mikaël Capelle2021-01-131-0/+7
| * | Warn users that game path is invalid after choosing it rather than when apply...Mikaël Capelle2021-01-112-26/+30
| * | 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.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
|\ \
| * | 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 m...Mikaël Capelle2021-01-101-0/+4
| * | 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 u...Mikaël Capelle2021-01-102-9/+20
| * | 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 prof...Mikaël Capelle2021-01-109-8/+59
| * | 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