https://bugs.kde.org/show_bug.cgi?id=188197
Ragnar Thomsen <rthoms...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In| |17.04.0 Latest Commit| |https://commits.kde.org/ark | |/7781d6ef794a8da9afe1c837c3 | |a7826103568add --- Comment #4 from Ragnar Thomsen <rthoms...@gmail.com> --- Git commit 7781d6ef794a8da9afe1c837c3a7826103568add by Ragnar Thomsen. Committed on 16/12/2016 at 13:36. Pushed by rthomsen into branch 'master'. Implement search function An action was added to Archive menu and is also shown in the default toolbar. The search is mediated through KRecursiveFilterProxyModel instead of QSortFilterProxyModel because the latter does not recurse nested models. This adds a new dependency on the KItemModels framework. The search is always case-insensitive. The search bar is displayed above the QTreeView and contains a close button. An eventfilter was installed on Part to catch the escape keypress to close the search bar. FIXED-IN: 17.04.0 Differential Revision: D3573 GUI: M +1 -0 CMakeLists.txt M +1 -1 part/CMakeLists.txt M +4 -2 part/ark_part.rc M +102 -14 part/part.cpp M +12 -0 part/part.h https://commits.kde.org/ark/7781d6ef794a8da9afe1c837c3a7826103568add -- You are receiving this mail because: You are watching all bug changes.