Summary: | Configure Toolbars: DnD of a toolbar item makes a filter ineffective | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Frank Steinmetzger <dev+kde> |
Component: | kedittoolbar | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frank78ac |
Priority: | NOR | Keywords: | investigated |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
Frank Steinmetzger
2011-02-07 18:09:27 UTC
Thanks for the report, I can confirm in master. I think I've found a fix for the bug - review request at https://git.reviewboard.kde.org/r/100709/ Git commit 014483ecb32a19864add5aae00db51504ab78626 by Frank Reininghaus. Committed on 21/02/2011 at 19:29. Pushed by freininghaus into branch 'master'. KListWidgetSearchLine: filter items that are inserted or changed Up to now, the search line only filters items that are in the widget at the time a search is started. With this commit, items that are added or modified later are filtered as well. Unit test included Cherry-picked from commit abc9c4c67cf5a25d0f279beedc81727cca154cad BUG: 265709 FIXED-IN: 4.6.1 M +68 -30 kdeui/itemviews/klistwidgetsearchline.cpp M +3 -0 kdeui/itemviews/klistwidgetsearchline.h M +1 -0 kdeui/tests/CMakeLists.txt A +80 -0 kdeui/tests/klistwidgetsearchlinetest.cpp [License: GPL (v2+)] http://commits.kde.org/kdelibs/014483ecb32a19864add5aae00db51504ab78626 |