https://bugs.kde.org/show_bug.cgi?id=442218
--- Comment #2 from Dominik Kummer <ad...@arkades.org> --- A tree model could help to group the rules without confusion/conflict because a tree can be processed orderly. As the rules are unique by name, a filtered list (or tree) could be reordered without conflict. In a list of [A, B, C] which is then filtered to [A, C] then [A] can still be moved behind [C] to result in [C, A]. After unfiltering the list looks like [B, C, A]. But within a tree structure [A] could probably move into another "directory/group". On the other hand the tree structure could still be visible during applied filtering, so a move operation across directories is always transparent and comprehensible. -- You are receiving this mail because: You are watching all bug changes.