Summary: | Tedious to find podcasts in subscription lists | ||
---|---|---|---|
Product: | [Applications] kasts | Reporter: | Linus Kardell <linus.kardell> |
Component: | general | Assignee: | bart |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 23.04.2 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kasts/-/commit/95590dd4e5de15aabe18e7b00bdc1c3a8eeddcbb | Version Fixed In: | |
Sentry Crash Report: |
Description
Linus Kardell
2023-06-14 07:23:57 UTC
Sorry about not responding earlier. - You can have the podcast titles shown on top of the pictures. It's the first item on the general settings page. - I'm working on filter/sort/search for podcasts. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kasts/-/merge_requests/124 Git commit c3ca038af7766f201e5ccfb621befd9fd8388654 by Bart De Vries. Committed on 27/07/2023 at 11:24. Pushed by bdevries into branch 'master'. 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 459885 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/c3ca038af7766f201e5ccfb621befd9fd8388654 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 459885 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 |