Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2012-04-17 07:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes        2012-04-12 
09:30:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2012-04-17 
07:45:34.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Apr 14 10:01:33 UTC 2012 - reddw...@opensuse.org
+
+- Make kdebase4-nsplugin only suggest nspluginwrapper.
+
+-------------------------------------------------------------------
+Sun Apr  8 19:52:40 UTC 2012 - idon...@suse.com
+
+- Add fix for kde#297458 and kde#297488 
+
+-------------------------------------------------------------------

New:
----
  dolphin-search-fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdebase4.spec ++++++
--- /var/tmp/diff_new_pack.lscq2Y/_old  2012-04-17 07:45:35.000000000 +0200
+++ /var/tmp/diff_new_pack.lscq2Y/_new  2012-04-17 07:45:35.000000000 +0200
@@ -29,6 +29,7 @@
 Source3:        dolphinsu.desktop
 Patch0:         4_7_BRANCH.diff
 Patch1:         dolphin-go_up.diff
+Patch2:         dolphin-search-fix.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bluez-devel
 BuildRequires:  fdupes
@@ -55,6 +56,7 @@
 %setup -q -n kde-baseapps-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
   %cmake_kde4 -d build
@@ -202,7 +204,7 @@
 Provides:       %{name}-nsplugin64 = 4.0.72
 Obsoletes:      %{name}-nsplugin64 < 4.0.72
 %ifarch x86_64 ppc64 s390x ia64
-Recommends:     nspluginwrapper
+Suggests:       nspluginwrapper
 %endif
 Summary:        Netscape plugin support for KDE
 Group:          System/GUI/KDE

++++++ dolphin-search-fix.patch ++++++
commit d8732a59d3b1f2d0bebf43f294df7e9f333abde4
Author: Frank Reininghaus <frank7...@googlemail.com>
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();
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to