adamreichold / QMediathekView

Alternative Qt-based MediathekView front-end
GNU General Public License v3.0
17 stars 5 forks source link

Add support for sorting columns #15

Closed glitsj16 closed 4 years ago

glitsj16 commented 4 years ago

Hi, I wonder if it's possible to add a feature. I miss having the opportunity to sort columns (ascending/descending). It would make this feature-complete for me. Nothing urgent though, QMediathekView is working fine.

Enjoy the holiday season, regards.

adamreichold commented 4 years ago

The removal was deliberate as the new normalized and compressed representation means that sorting become measurably compared to unsorted queries. But I'll try to make it work so there is no impact in the unsorted case...

adamreichold commented 4 years ago

Pushed something to master that should do the trick but do note that sorting by the title column is not possible due to it being stored compressed.