[Digikam-devel] [Bug 221345] Do not process search immediately when enter text to query

Marcel Wiesweg marcel.wiesweg at gmx.de
Thu Jan 7 17:07:57 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=221345





--- Comment #15 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-01-07 18:06:54 ---
Here, when I type a letter in the line edit field and have a breakpoint set on
keywordChanged(), this slot is activated at a distinctly later time (800ms is a
good fit) by the timer, timerSourceDispatch() etc. in the backtrace.

If that is not the case for you, there are two possibilities:
1) something is setting off the timer before you actually type
2) it's not the timer triggering keywordChanged(), but the other connected
signal, editingFinished(), which is a direct connection to
SLOT(keywordChanged()), no through the timer

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list