Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2012-04-23 09:14:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes        2012-04-12 
09:31:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2012-04-23 
09:14:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 19 03:34:05 UTC 2012 - [email protected]
+
+- revert the konq patch because it slows the operation down
+- make tray icons standard 16px
+
+-------------------------------------------------------------------

Old:
----
  kdelibs-konq-changes-update.patch

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

Other differences:
------------------
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.YeT5td/_old  2012-04-23 09:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.YeT5td/_new  2012-04-23 09:14:55.000000000 +0200
@@ -189,7 +189,6 @@
 Patch220:       kdelibs-fedora-3.5.x-CVE-2011-3365.patch
 Patch221:       kdelibs-tarent-fix-webdav-utf8.diff
 Patch222:       scalable-tray-icons.patch
-Patch223:       kdelibs-konq-changes-update.patch
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -386,7 +385,6 @@
 %patch220 -p1
 %patch221 -p1
 %patch222 -p1
-%patch223 -p1
 
 tar xfvj %SOURCE12
 #


++++++ scalable-tray-icons.patch ++++++
--- /var/tmp/diff_new_pack.YeT5td/_old  2012-04-23 09:14:55.000000000 +0200
+++ /var/tmp/diff_new_pack.YeT5td/_new  2012-04-23 09:14:55.000000000 +0200
@@ -1,13 +1,12 @@
 diff -wruN kdelibs-3.5.10.orig/kdeui/ksystemtray.cpp 
kdelibs-3.5.10/kdeui/ksystemtray.cpp
 --- kdelibs-3.5.10.orig/kdeui/ksystemtray.cpp  2007-05-14 11:52:25.000000000 
+0400
-+++ kdelibs-3.5.10/kdeui/ksystemtray.cpp       2012-02-26 21:38:08.846734704 
+0400
-@@ -95,6 +95,7 @@
-     }
-     setCaption( KGlobal::instance()->aboutData()->programName());
-     setAlignment( alignment() | Qt::AlignVCenter | Qt::AlignHCenter );
-+    setScaledContents(true);
++++ kdelibs-3.5.10/kdeui/ksystemtray.cpp       2012-04-14 10:00:21.934064954 
+0400
+@@ -311,7 +311,7 @@
+ {
+     KConfig *appCfg = kapp->config();
+     KConfigGroupSaver configSaver(appCfg, "System Tray");
+-    int iconWidth = appCfg->readNumEntry("systrayIconWidth", 22);
++    int iconWidth = appCfg->readNumEntry("systrayIconWidth", 16);
+     return instance->iconLoader()->loadIcon( icon, KIcon::Panel, iconWidth );
  }
  
- KSystemTray::~KSystemTray()
-
- 

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

Reply via email to