From 5fc3fdb057a38c4c237a09c390871899dcfde24a Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:11:27 +0100 Subject: KDE 4.10.5 for Slackware 14.0 (02jul2013) --- ...dolphin.kitemlistkeyboardsearchmanager.cpp.diff | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 kde/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff (limited to 'kde/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff') diff --git a/kde/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff b/kde/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff deleted file mode 100644 index 45c830a..0000000 --- a/kde/patch/kde-baseapps/dolphin.kitemlistkeyboardsearchmanager.cpp.diff +++ /dev/null @@ -1,31 +0,0 @@ -commit d8732a59d3b1f2d0bebf43f294df7e9f333abde4 -Author: Frank Reininghaus -Date: Thu Apr 5 18:59:58 2012 +0200 - - Reduce the timeout in KItemListKeyboardSearchManager to 1 second - - It turned out that the longer timeout, introduced recently in - 02eab49b2de51c31fe46a0d9501327b579b3648e, not only made multi-letter - keyboard searches easier, but also had some unwanted side effects. I - hope that 1 second, which is between the previous value of 5 seconds and - the pre-KDE 4.8.2 value of 0.4 seconds, is a compromise which will fit - most users' needs. - We will try to improve the situation further in future releases by - providing visual feedback about the keyboard search, but such a change - would not be suitable for a bug-fix release. - CCBUG:297458 - CCBUG:297488 - -diff --git a/dolphin/src/kitemviews/kitemlistkeyboardsearchmanager.cpp b/dolphin/src/kitemviews/kitemlistkeyboardsearchmanager.cpp -index f4dc1a5..592605a 100644 ---- a/dolphin/src/kitemviews/kitemlistkeyboardsearchmanager.cpp -+++ b/dolphin/src/kitemviews/kitemlistkeyboardsearchmanager.cpp -@@ -29,7 +29,7 @@ - - KItemListKeyboardSearchManager::KItemListKeyboardSearchManager(QObject* parent) : - QObject(parent), -- m_timeout(5000) -+ m_timeout(1000) - { - m_keyboardInputTime.invalidate(); - } -- cgit v1.2.3