summaryrefslogtreecommitdiff
path: root/src/modlistview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increase robustness of mods priority in profile.Mikaël Capelle2021-01-201-4/+3
* Refresh mod counter when filtering.Mikaël Capelle2021-01-191-3/+1
* Fix scrolling when moving mods with keyboard.Mikaël Capelle2021-01-181-0/+5
* Better handling of layoutChanged in by-priority proxy to avoid resetting.Mikaël Capelle2021-01-181-30/+18
* Add option to enable auto-collapse on hover after delay.Mikaël Capelle2021-01-171-1/+1
* Merge pull request #1363 from Holt59/modlist-improvementsAl2021-01-161-37/+68
|\
| * Fix drag&drop in manual installer after drag&drop of download/external archiv...Mikaël Capelle2021-01-161-4/+7
| * 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-161-0/+13
| * Maintain selection after drag&drop. Fix update of conflicts (visual) after pr...Mikaël Capelle2021-01-161-26/+25
| * Fix archive overwritten marker.Mikaël Capelle2021-01-161-1/+1
| * 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-161-3/+15
* | Add settings to enable/disable icons on collapsed separators.Mikaël Capelle2021-01-141-1/+4
* | Disable highlighting from/to separators separately.Mikaël Capelle2021-01-141-5/+2
* | Contextual menu entry for enable/disable all visible.Mikaël Capelle2021-01-141-10/+5
|/
* Add setting to enable/disable collapsible priority depending on the sort order.Mikaël Capelle2021-01-111-1/+1
* Fix drop in separator and create mod in separator in descending priority.Mikaël Capelle2021-01-111-0/+5
* Allow collapsible separator in descending priority.Mikaël Capelle2021-01-111-2/+2
* Add comment to mousePressEvent().Mikaël Capelle2021-01-111-0/+6
* Change 'Create empty mod' depending on the currently selected mod.Mikaël Capelle2021-01-101-1/+1
* 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-101-6/+16
* Display upgrade/warning for versions on collapsed separators.Mikaël Capelle2021-01-101-0/+2
* Rename ModListStyledItemDelegated -> ModListStyledItemDelegate.Mikaël Capelle2021-01-101-4/+4
* Tentative fix for automatic text color when markers or separator colors are u...Mikaël Capelle2021-01-101-5/+16
* Fix Alt+Click for selecting children of separators.Mikaël Capelle2021-01-101-0/+45
* Fix drop below collapsed separator.Mikaël Capelle2021-01-101-1/+9
* Add option to have different separator collapsed/expanded states between prof...Mikaël Capelle2021-01-101-3/+19
* Update markers and plugins highligths when separator is expanded/collapsed.Mikaël Capelle2021-01-101-40/+41
* Show conflicts and highligth plugins from collapsed separators.Mikaël Capelle2021-01-101-47/+40
* Alt+Click select/deselect the rows below from a separator.Mikaël Capelle2021-01-101-0/+24
* Display mod flags on collapsed separators.Mikaël Capelle2021-01-101-9/+35
* Display children contents in collapsed separator.Mikaël Capelle2021-01-101-11/+64
* Avoid switching proxy model when not necessary.Mikaël Capelle2021-01-051-22/+17
* Documentation + Refresh expanded state on model reset.Mikaël Capelle2021-01-041-5/+12
* Remove useless QObject:: accessor.Mikaël Capelle2021-01-041-4/+4
* Keep track of expanded items in the view instead of the models.Mikaël Capelle2021-01-041-32/+31
* Disable proxies when they are not used.Mikaël Capelle2021-01-041-21/+32
* Reduce auto-expand delay to 750ms.Mikaël Capelle2021-01-031-1/+1
* Add option to enable/disable displaying conflicts on collapsed separators.Mikaël Capelle2021-01-031-1/+34
* Fix ModListView::visualRect().Mikaël Capelle2021-01-031-7/+4
* Create CopyEventFilter. Add Ctrl+C to the plugin list.Mikaël Capelle2021-01-031-32/+16
* Update documentation for drawBranches.Mikaël Capelle2021-01-031-0/+6
* Fix indentation of indicators branches when using collapsible separators.Mikaël Capelle2021-01-031-0/+9
* Fix empty separator name in copy/paste.Mikaël Capelle2021-01-031-4/+4
* Move highlighting of mods containing selected plugins to mod view.Mikaël Capelle2021-01-021-22/+42
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-021-13/+127
* Save/restore filter list state between run.Mikaël Capelle2021-01-021-2/+2
* Add Ctrl+C to copy the current selection of mod in the mod list.Mikaël Capelle2021-01-021-2/+33