Skip to content

effects/{windowview,overview}: Fix search fields bindings

ivan tkachenko requested to merge work/ratijas/overview-rebind-search-text into master

effects/windowview: Bind to search field using textEdited signal

This special signal was designed to remove the need for such bikesheddings and workarounds. Use it to react to user-driven changes.

FIXED-IN: 5.26

effects/overview: Implement the searchText backing property

It is used in QML code, just like in windowview (Present Windows) effect, but developers forgot to copy the implementation in C++ backend.

BUG: 459202
FIXED-IN: 5.26

effects/overview: Bind to search field using textEdited signal

This special signal was designed to remove the need for such bikesheddings and workarounds. Use it to react to user-driven changes.

BUG: 459202
FIXED-IN: 5.26

Edited by ivan tkachenko

Merge request reports