https://bugs.kde.org/show_bug.cgi?id=470605
David Redondo <k...@david-redondo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-firewall/-/commit | |/2b58d3b573f7825d6bb126a293 | |8924aa485ebb78 --- Comment #4 from David Redondo <k...@david-redondo.de> --- Git commit 2b58d3b573f7825d6bb126a2938924aa485ebb78 by David Redondo, on behalf of Guillaume Frognier. Committed on 27/11/2023 at 16:57. Pushed by davidre into branch 'master'. Port form QQC1 TableView to the new one This ports the old Quick Controls 1 TableViews to the new ones. To do so the list models interfacing with QML are converted to table models. In general the role based QML code has been converted to work with columns. Co-authored-by: David Redondo <k...@david-redondo.de> FIXED-IN:6.0 M +35 -18 kcm/backends/netstat/conectionsmodel.cpp M +6 -6 kcm/backends/netstat/conectionsmodel.h M +46 -26 kcm/core/loglistmodel.cpp M +15 -16 kcm/core/loglistmodel.h M +34 -17 kcm/core/rulelistmodel.cpp M +6 -6 kcm/core/rulelistmodel.h M +14 -14 kcm/ui/ConnectionsView.qml M +15 -15 kcm/ui/LogsView.qml M +103 -72 kcm/ui/ViewBase.qml M +94 -82 kcm/ui/main.qml https://invent.kde.org/plasma/plasma-firewall/-/commit/2b58d3b573f7825d6bb126a2938924aa485ebb78 -- You are receiving this mail because: You are watching all bug changes.