https://bugs.kde.org/show_bug.cgi?id=459885
--- Comment #9 from b...@mogwai.be --- Git commit 95590dd4e5de15aabe18e7b00bdc1c3a8eeddcbb by Bart De Vries. Committed on 27/07/2023 at 11:25. Pushed by bdevries into branch 'release/23.08'. Implement backend to allow Feed list sort and search The current list of things to sort on (ascending and descending), includes: - unplayed episodes - new episodes - favorite episodes - title (alphabetical) For the first three categories, the value of the sort quantity will be shown in the upper right corner of the delegate. Related: bug 471012 M +2 -0 src/CMakeLists.txt M +0 -22 src/datamanager.cpp M +0 -2 src/datamanager.h M +41 -2 src/feed.cpp M +4 -0 src/feed.h M +20 -16 src/models/feedsmodel.cpp M +5 -0 src/models/feedsmodel.h M +135 -7 src/models/feedsproxymodel.cpp M +36 -0 src/models/feedsproxymodel.h M +4 -3 src/qml/FeedListDelegate.qml M +79 -5 src/qml/FeedListPage.qml M +12 -8 src/qml/SearchBar.qml M +2 -0 src/qml/main.qml https://invent.kde.org/multimedia/kasts/-/commit/95590dd4e5de15aabe18e7b00bdc1c3a8eeddcbb -- You are receiving this mail because: You are watching all bug changes.