Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2012-03-02 13:48:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes        2012-01-25 
10:37:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2012-03-02 
13:48:30.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 27 16:13:13 UTC 2012 - an...@opensuse.org
+
+- make system tray icons resizable via parameter systrayIconWidth
+  in section [System Tray] in file ~/.kde/share/config/systemtray_panelappletrc
+
+-------------------------------------------------------------------

New:
----
  scalable-tray-icons.patch

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

Other differences:
------------------
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.TIsHgK/_old  2012-03-02 13:48:34.000000000 +0100
+++ /var/tmp/diff_new_pack.TIsHgK/_new  2012-03-02 13:48:34.000000000 +0100
@@ -186,6 +186,7 @@
 Patch220:       kdelibs-fedora-3.5.x-CVE-2011-3365.patch
 
 Patch221:       kdelibs-tarent-fix-webdav-utf8.diff
+Patch222:       scalable-tray-icons.patch
 
 %description
 This package contains kdelibs, one of the basic packages of the K
@@ -359,6 +360,7 @@
 %patch219 -p1
 %patch220 -p1
 %patch221 -p1
+%patch222 -p1
 
 tar xfvj %SOURCE12
 #


++++++ scalable-tray-icons.patch ++++++
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);
 }
 
 KSystemTray::~KSystemTray()

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

Reply via email to