Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2013-01-31 16:27:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes        2013-01-19 
16:37:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2013-01-31 
16:27:47.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 22 17:50:15 UTC 2013 - [email protected]
+
+- Set icons to align as default for folderview (bnc#327502)
+  (added patch folderview_align_to_grid_true.diff)
+
+-------------------------------------------------------------------

New:
----
  folderview_align_to_grid_true.diff

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

Other differences:
------------------
++++++ kdebase4.spec ++++++
--- /var/tmp/diff_new_pack.XA0kJu/_old  2013-01-31 16:27:48.000000000 +0100
+++ /var/tmp/diff_new_pack.XA0kJu/_new  2013-01-31 16:27:48.000000000 +0100
@@ -28,6 +28,8 @@
 Source2:        rpmlintrc
 Source3:        dolphinsu.desktop
 Patch1:         dolphin-go_up.diff
+# PATCH-FIX-OPENSUSE folderview_align_to_grid_true.diff (created by Christian 
Trippe to make icon set to align the default in folderview bnc#327502)
+Patch2:         folderview_align_to_grid_true.diff
 BuildRequires:  NetworkManager-devel
 BuildRequires:  bluez-devel
 BuildRequires:  fdupes
@@ -54,6 +56,7 @@
 %prep
 %setup -q -n kde-baseapps-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
   %cmake_kde4 -d build

++++++ folderview_align_to_grid_true.diff ++++++
--- kde-baseapps-4.9.98/plasma/applets/folderview/folderview.cpp_old    
2013-01-01 16:47:58.000000000 +0100
+++ kde-baseapps-4.9.98/plasma/applets/folderview/folderview.cpp        
2013-01-22 15:59:40.058995404 +0100
@@ -380,7 +380,7 @@
     m_numTextLines        = cg.readEntry("numTextLines", 2);
     m_textColor           = cg.readEntry("textColor", QColor(Qt::transparent));
     m_iconsLocked         = cg.readEntry("iconsLocked", false);
-    m_alignToGrid         = cg.readEntry("alignToGrid", false);
+    m_alignToGrid         = cg.readEntry("alignToGrid", true);
     m_clickToView         = cg.readEntry("clickForFolderPreviews", true);
     m_previewPlugins      = cg.readEntry("previewPlugins", QStringList() << 
"imagethumbnail" << "jpegthumbnail");
     m_customIconSize      = cg.readEntry("customIconSize", 0);
--- kde-baseapps-4.9.98/plasma/applets/folderview/iconview.cpp_old      
2013-01-22 16:44:52.773969533 +0100
+++ kde-baseapps-4.9.98/plasma/applets/folderview/iconview.cpp  2013-01-22 
16:45:12.575969345 +0100
@@ -74,7 +74,7 @@
       m_dragInProgress(false),
       m_hoverDrag(false),
       m_iconsLocked(false),
-      m_alignToGrid(false),
+      m_alignToGrid(true),
       m_wordWrap(false),
       m_popupShowPreview(true),
       m_folderIsEmpty(false),

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

Reply via email to