summaryrefslogtreecommitdiff
path: root/src/modlistbypriorityproxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-75/+79
* Use constant for minimum/maximum priorities.Mikaël Capelle2021-01-221-1/+1
* INT_MAX -> std::numeric_limits, plus minor clean.Mikaël Capelle2021-01-211-1/+1
* Fix refresh on by-priority proxy when changing sort order.Mikaël Capelle2021-01-191-1/+4
* Remove log.Mikaël Capelle2021-01-181-2/+0
* Better handling of layoutChanged in by-priority proxy to avoid resetting.Mikaël Capelle2021-01-181-32/+66
* Add documentation for row computation.Mikaël Capelle2021-01-111-3/+32
* Combine nested if clauses.Mikaël Capelle2021-01-111-4/+2
* Fix drop in first item of separators.Mikaël Capelle2021-01-111-19/+36
* Fix drop in separator and create mod in separator in descending priority.Mikaël Capelle2021-01-111-3/+0
* Allow collapsible separator in descending priority.Mikaël Capelle2021-01-111-10/+49
* Remove dead code.Mikaël Capelle2021-01-111-31/+3
* Remove dropSeparators() method from proxy.Mikaël Capelle2021-01-101-20/+12
* Fix drop below collapsed separator.Mikaël Capelle2021-01-101-14/+24
* Keep track of expanded items in the view instead of the models.Mikaël Capelle2021-01-041-32/+0
* Disable proxies when they are not used.Mikaël Capelle2021-01-041-3/+6
* Move markers management for overwrite/overwritten to ModListView.Mikaël Capelle2021-01-021-46/+0
* Visual fixes for the modlist.Mikaël Capelle2021-01-021-0/+46
* Add message for invalid drag. Split & clean code.Mikaël Capelle2021-01-021-2/+3
* Clean drag&drop code and add drop of external folder/archives.Mikaël Capelle2021-01-021-40/+44
* Fix and move stuff around.Mikaël Capelle2021-01-021-0/+17
* Prevent dropping mods into their current separator.Mikaël Capelle2021-01-021-4/+16
* Maintain selection while filtering.Mikaël Capelle2021-01-021-1/+6
* Fix dropping below/above separators.Mikaël Capelle2021-01-021-1/+17
* Fix automatic refresh of the collapsible separator proxy.Mikaël Capelle2021-01-021-1/+2
* Fix sorting of backups when using collapsible separators.Mikaël Capelle2021-01-021-2/+10
* Prevent dropping separators onto separators.Mikaël Capelle2021-01-021-5/+15
* Fix keyboard move selection.Mikaël Capelle2021-01-021-3/+7
* Small refactoring to avoid duplicated code.Mikaël Capelle2021-01-021-19/+14
* Clean drag&drop of URLs and mods/archives.Mikaël Capelle2021-01-021-46/+26
* Fix drag-and-drop of separators.Mikaël Capelle2021-01-021-0/+31
* Allow drop before first separator.Mikaël Capelle2021-01-021-3/+6
* Fix expansion of items when building tree.Mikaël Capelle2021-01-021-1/+1
* Fix drag and drop of regular mods.Mikaël Capelle2021-01-021-3/+59
* Use an intermediate structure to store the separator tree.Mikaël Capelle2021-01-021-121/+115
* Start working on collapsible separators.Mikaël Capelle2021-01-021-0/+214