Zren / plasma-applets

This monolithic repo has been broken up into individual repos for each widget.
84 stars 23 forks source link

[TodoList] Option to show/hide complete tasks #106

Open kupiqu opened 6 years ago

kupiqu commented 6 years ago

Instead of deleting, I'd like to have an option to show/hide complete tasks, so we can keep a history of (completed) tasks.

Zren commented 6 years ago

"Filtering" to hide completed tasks was removed since it didn't play nice with the "moving" code.

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.