plasma-applets
plasma-applets copied to clipboard
[TodoList] Option to show/hide complete tasks
Instead of deleting, I'd like to have an option to show/hide complete tasks, so we can keep a history of (completed) tasks.
"Filtering" to hide completed tasks was removed since it didn't play nice with the "moving" code.
- https://github.com/Zren/plasma-applets/commit/8078c7e29e8ae8767576169aa0f46ad4935301b6#diff-086bec6f119951c2a07358deb5991a3e
- https://github.com/KDE/plasma-framework/blob/master/src/declarativeimports/core/datamodel.h
- https://github.com/KDE/plasma-framework/blob/master/src/declarativeimports/core/datamodel.cpp
Hopefully I'll get around to patching plasma-framework/datamodel.cpp for KDE to support move() operations in the future so I can bring that back.