summaryrefslogtreecommitdiff
path: root/src/modlistbypriorityproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-18/+28
|
* Fix refresh on by-priority proxy when changing sort order.Mikaël Capelle2021-01-191-1/+1
|
* Better handling of layoutChanged in by-priority proxy to avoid resetting.Mikaël Capelle2021-01-181-8/+16
|
* Allow collapsible separator in descending priority.Mikaël Capelle2021-01-111-0/+8
|
* Remove dead code.Mikaël Capelle2021-01-111-2/+0
|
* Remove dropSeparators() method from proxy.Mikaël Capelle2021-01-101-5/+0
|
* Fix drop below collapsed separator.Mikaël Capelle2021-01-101-1/+9
|
* Keep track of expanded items in the view instead of the models.Mikaël Capelle2021-01-041-12/+1
|
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-021-1/+0
|
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-0/+1
| | | | | - Fix invalid positions of markers in the scrollbar. - Use color from children for collapsed elements (background and markers).
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-4/+5
|
* Fix and move stuff around.Mikaël Capelle2021-01-021-0/+4
| | | | | | - Move selection-related code from ModList to ModListView. - Fix move-selection for multi-selection. - Fix refresh of mod list on toggle selection.
* Maintain selection while filtering.Mikaël Capelle2021-01-021-2/+7
|
* Fix dropping below/above separators.Mikaël Capelle2021-01-021-0/+3
|
* Fix keyboard move selection.Mikaël Capelle2021-01-021-0/+1
|
* Clean drag&drop of URLs and mods/archives.Mikaël Capelle2021-01-021-1/+0
|
* Fix drag and drop of regular mods.Mikaël Capelle2021-01-021-0/+2
|
* Use an intermediate structure to store the separator tree.Mikaël Capelle2021-01-021-10/+39
|
* Start working on collapsible separators.Mikaël Capelle2021-01-021-0/+56