https://bugs.kde.org/show_bug.cgi?id=457999
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/-/commit/b3531 | |49c4da0ef8b629553c5a2bd4600 | |1c764b4d Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Nate Graham <n...@kde.org> --- Git commit b353149c4da0ef8b629553c5a2bd46001c764b4d by Nate Graham, on behalf of Jack Hill. Committed on 05/10/2023 at 20:32. Pushed by ngraham into branch 'master'. Refactor embedded sidebar category to make use of ViewsProxyModel Instead of editing the source model we can use ViewsProxyModel to just hide the embedded category in the sidebar. M +178 -163 autotests/viewsmodeltest.cpp M +3 -1 src/models/viewsmodel.cpp M +1 -0 src/models/viewsmodel.h M +42 -0 src/models/viewsproxymodel.cpp M +28 -1 src/models/viewsproxymodel.h M +1 -0 src/qml/ContentView.qml M +5 -96 src/viewslistdata.cpp M +2 -0 src/viewslistdata.h https://invent.kde.org/multimedia/elisa/-/commit/b353149c4da0ef8b629553c5a2bd46001c764b4d -- You are receiving this mail because: You are watching all bug changes.