Skip to content

qml: preserve sort criteria and order of views

Prince Gupta requested to merge jagannatharjun/vlc:table-sorting into master

Implementation is done on MainDisplay level. MainDisplay stores and sets all relevant information.
An alternative implementation would be to let the individual view handle this. An advantage for such implementation would be more granular control which can be used in Video "All" view which has different modes based on grouping but a disadvantage will be N times the code and implementation for all separate views. (N = views).

Closes #26646 (closed)

Edited by Prince Gupta

Merge request reports