Re: Post-MegaRelease projects

2024-02-23 Thread Fusion Future
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

Re: Do you use votes on Bugzilla tickets to help you make decisions?

2023-08-04 Thread Fusion Future
I do vote on Bugzilla, but given the limited development resource, I find vote less useful than the number of duplicates or CCs.

Re: Frameworks 6 Branching

2022-12-19 Thread Fusion Future
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

Re: Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2022-04-21 Thread Fusion Future
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

Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2021-11-14 Thread Fusion Future
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