https://bugs.kde.org/show_bug.cgi?id=466855

b...@mogwai.be changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/mult |https://invent.kde.org/mult
                   |imedia/kasts/-/commit/5c850 |imedia/kasts/-/commit/fd33e
                   |2718a5fa0193eef833067c49050 |283982627c7e3842e7ef6cc8ae4
                   |a5fe217e                    |40b69f5d

--- Comment #4 from b...@mogwai.be ---
Git commit fd33e283982627c7e3842e7ef6cc8ae440b69f5d by Bart De Vries.
Committed on 26/07/2023 at 10:18.
Pushed by bdevries into branch 'release/23.08'.

Implement sorting for queue and episode lists

Also move filter action (menu) from the search bar back into the main toolbar.

M  +4    -0    src/CMakeLists.txt
M  +42   -0    src/datamanager.cpp
M  +3    -0    src/datamanager.h
M  +2    -2    src/main.cpp
M  +1    -0    src/models/abstractepisodemodel.cpp
M  +1    -0    src/models/abstractepisodemodel.h
M  +49   -0    src/models/abstractepisodeproxymodel.cpp
M  +14   -0    src/models/abstractepisodeproxymodel.h
M  +2    -0    src/models/entriesmodel.cpp
M  +5    -1    src/models/episodemodel.cpp
M  +1    -0    src/models/episodemodel.h
M  +5    -6    src/models/queuemodel.cpp
M  +2    -10   src/models/queuemodel.h
A  +28   -0    src/models/queueproxymodel.cpp     [License: GPL(3+eV) GPL(v3.0)
GPL(v2.0)]
A  +33   -0    src/models/queueproxymodel.h     [License: GPL(3+eV) GPL(v3.0)
GPL(v2.0)]
M  +7    -13   src/qml/EpisodeListPage.qml
M  +2    -8    src/qml/FeedDetailsPage.qml
M  +107  -1    src/qml/GenericEntryListView.qml
M  +2    -2    src/qml/QueuePage.qml
A  +137  -0    src/qml/SearchBar.qml     [License: GPL(3+eV) GPL(v3.0)
GPL(v2.0)]
D  +0    -203  src/qml/SearchFilterBar.qml
M  +1    -1    src/resources.qrc

https://invent.kde.org/multimedia/kasts/-/commit/fd33e283982627c7e3842e7ef6cc8ae440b69f5d

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to