Priority from high to low:
- Push the test coverage in plasma-desktop and plasma-workspace to above
20%. Current: 19%/18%
- Refactor the clipboard backend to use SQLite
- Accessibility widget and refactored Accessibility KCM
- Port the powermanagement dataengine
- Time-based dynamic wallpap
I do vote on Bugzilla, but given the limited development resource, I
find vote less useful than the number of duplicates or CCs.
On 2022/12/19 20:17, Volker Krause wrote:
From that point on, KDE Frameworks 5 is considered feature-frozen, feature
work should continue to happen in the master branch, primarily targeting KF6
then.
If I merge a merge request now in Frameworks group now, will the change
exist in KF5.102, or KF
One major difference I have found is that KConcatenateRowsProxyModel
will check if sourceModel exists when mapping from/to sourceModel, but
QConcatenateTablesProxyModel won't. So if QConcatenateTablesProxyModel
doesn't receive `rowsRemoved` signal from sourceModel,
QConcatenateTablesProxyModel
Recently I notice that since this commit
(https://invent.kde.org/plasma/plasma-workspace/-/commit/25f4cce3bf81ed8412e5053eeddd22d4366fe6ab),
plasmashell will crash at start, and the backtrace indicates that
QConcatenateTablesProxyModel is incompatible with LauncherTasksModel.
The backtrace can be