Summary: | Esc key when filtering contacts does not reset filter model | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Martin Klapetek <mklapetek> |
Component: | contactlist | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.6.1 | ||
Target Milestone: | Future | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-contact-list/0f4f0c491ccd77a069a2ee49839779412865b4c4 | Version Fixed In: | 0.6.2 |
Sentry Crash Report: |
Description
Martin Klapetek
2013-04-21 11:47:08 UTC
Git commit 0f4f0c491ccd77a069a2ee49839779412865b4c4 by Martin Klapetek. Committed on 21/04/2013 at 13:48. Pushed by mklapetek into branch 'kde-telepathy-0.6'. Handle pressing Esc key in the filter bar Pressing Esc key changes the text programatically, which textEdited() does not handle. Instead we use textChanged() which does handle programatically changed text, including pressing Esc key. Reviewed-by: David Edmundson FIXED-IN: 0.6.2 M +1 -1 filter-bar.cpp http://commits.kde.org/telepathy-contact-list/0f4f0c491ccd77a069a2ee49839779412865b4c4 |