Hello community,

here is the log from the commit of package kdebase4 for openSUSE:11.4
checked in at Fri Sep 30 17:17:48 CEST 2011.



--------
--- old-versions/11.4/all/kdebase4/kdebase4.changes     2011-02-11 
16:24:52.000000000 +0100
+++ 11.4/kdebase4/kdebase4.changes      2011-09-30 04:19:54.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 30 02:18:22 UTC 2011 - [email protected]
+
+- Add dolphin-donot-show-pointing-hand-cursor-when-double-click-enabled.diff 
(bnc#701517)
+  + Applied upstream patch for KDE 4.6.0
+  + If the version more than 4.6.1, please ignore this patch 
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/kdebase4
Destination is old-versions/11.4/UPDATES/all/kdebase4
calling whatdependson for 11.4-i586


New:
----
  dolphin-donot-show-pointing-hand-cursor-when-double-click-enabled.diff

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

Other differences:
------------------
++++++ kdebase4.spec ++++++
--- /var/tmp/diff_new_pack.lZEk9e/_old  2011-09-30 17:12:47.000000000 +0200
+++ /var/tmp/diff_new_pack.lZEk9e/_new  2011-09-30 17:12:47.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           kdebase4
 Version:        4.6.0
-Release:        6.<RELEASE2>
+Release:        6.<RELEASE8>
 License:        GPLv2+
 Summary:        The Base KDE Apps
 Url:            http://www.kde.org/
@@ -62,6 +62,8 @@
 Patch9:         bko#259335-plasma-doubleclick-dnd.diff
 Patch10:        changeset_r18dd5bd012dae86b118c7b7a132866c0c7781297.diff
 Patch11:        changeset_re52b6b0ac0292abdf654e4fb408fd501542c02fa.diff
+# PATCH-FIX-UPSTREAM 
dolphin-donot-show-pointing-hand-cursor-when-double-click-enabled.diff 
[bnc#701517]
+Patch12:        
dolphin-donot-show-pointing-hand-cursor-when-double-click-enabled.diff
 Suggests:       dolphin
 Suggests:       kdebase4-libkonq
 Suggests:       kdebase4-nsplugin
@@ -90,6 +92,7 @@
 #%patch8
 pushd apps
 %patch9 -p1
+%patch12 -p1
 pushd konsole
 %patch10 -p1
 %patch11 -p1
@@ -419,6 +422,7 @@
 %if 0
 
 %package -n kinfocenter
+
 License:        GPLv2+
 Summary:        KDE Information Center
 Group:          Productivity/File utilities

++++++ dolphin-donot-show-pointing-hand-cursor-when-double-click-enabled.diff 
++++++
commit e2180b5f3dc949778c54ad31ce72b466d5333baf
Author: Peter Penz <[email protected]>
Date:   Mon Jan 31 21:29:10 2011 +0100

    Don't show the pointing-hand cursor when double-click is enabled
    
    CCBUG: 264796

diff --git a/dolphin/src/views/selectionmanager.cpp 
b/dolphin/src/views/selectionmanager.cpp
index c06d827..9c0dd8b 100644
--- a/dolphin/src/views/selectionmanager.cpp
+++ b/dolphin/src/views/selectionmanager.cpp
@@ -22,6 +22,7 @@
 #include "dolphinmodel.h"
 #include "selectiontoggle.h"
 #include <kdirmodel.h>
+#include <kglobalsettings.h>
 #include <kiconeffect.h>
 
 #include <QAbstractButton>
@@ -115,7 +116,9 @@ void SelectionManager::slotEntered(const QModelIndex& index)
                             (index.column() == DolphinModel::Name) &&
                             (QApplication::mouseButtons() == Qt::NoButton);
     if (showToggle) {
-        applyPointingHandCursor();
+        if (KGlobalSettings::singleClick()) {
+            applyPointingHandCursor();
+        }
 
         m_toggle->setUrl(urlForIndex(index));
 






continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to