Hello community,

here is the log from the commit of package kdebase3 for openSUSE:Factory
checked in at Mon Sep 19 17:27:13 CEST 2011.



--------
--- KDE/kdebase3/kdebase3.changes       2011-08-17 04:42:11.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdebase3/kdebase3.changes      2011-09-10 
16:55:56.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Sep 10 14:51:59 UTC 2011 - an...@opensuse.org
+
+- add three patches from Trinity project:
+  * no busy cursor is now default
+  * euro currency sign for the Baltic states
+  * add an option to launch ksysguard from the kicker context menu
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback KDE/kdebase3
Destination is kdebase3
calling whatdependson for head-i586


New:
----
  kdebase-trinity-1239915-fix-currency-symbols.dif
  kdebase-trinity-launch-ksysguard-optionr1107589.diff
  kdebase-trinity-r1176186-no-busy-cursor.diff

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

Other differences:
------------------
++++++ kdebase3.spec ++++++
--- /var/tmp/diff_new_pack.OWfOT8/_old  2011-09-19 17:27:01.000000000 +0200
+++ /var/tmp/diff_new_pack.OWfOT8/_new  2011-09-19 17:27:01.000000000 +0200
@@ -236,6 +236,9 @@
 Patch242:       nsplugin-init-gtk.diff
 Patch243:       taskbar.patch
 Patch244:       mtab-reenable.patch
+Patch245:       kdebase-trinity-r1176186-no-busy-cursor.diff
+Patch246:       kdebase-trinity-1239915-fix-currency-symbols.dif
+Patch247:       kdebase-trinity-launch-ksysguard-optionr1107589.diff
 
 %description
 This package contains kdebase, one of the basic packages of the K
@@ -670,6 +673,9 @@
 %patch242 -p0
 %patch243
 %patch244 -p1
+%patch245 -p1
+%patch246 -p1
+%patch247 -p1
 
 rm -rf kappfinder
 rm pics/crystalsvg/cr??-*emacs.png




++++++ kdebase-trinity-1239915-fix-currency-symbols.dif ++++++
Index: kdebase/l10n/sk/entry.desktop
===================================================================
--- kdebase/l10n/sk/entry.desktop       (revision 1239914)
+++ kdebase/l10n/sk/entry.desktop       (revision 1239915)
@@ -74,7 +74,7 @@
 Languages=sk
 DecimalSymbol=,
 ThousandsSeparator=$0 $0
-CurrencySymbol=Sk
+CurrencySymbol=€
 MonetaryDecimalSymbol=,
 MonetaryThousandsSeparator=$0 $0
 PositiveSign=
Index: kdebase/l10n/ee/entry.desktop
===================================================================
--- kdebase/l10n/ee/entry.desktop       (revision 1239914)
+++ kdebase/l10n/ee/entry.desktop       (revision 1239915)
@@ -69,7 +69,7 @@
 Languages=et
 DecimalSymbol=,
 ThousandsSeparator=$0 $0
-CurrencySymbol=kr
+CurrencySymbol=€
 MonetaryDecimalSymbol=.
 MonetaryThousandsSeparator=$0 $0
 PositiveSign=
++++++ kdebase-trinity-launch-ksysguard-optionr1107589.diff ++++++
Index: kdebase/kicker/kicker/core/panelextension.h
===================================================================
--- kdebase/kicker/kicker/core/panelextension.h (revision 1107588)
+++ kdebase/kicker/kicker/core/panelextension.h (revision 1107589)
@@ -94,6 +94,7 @@
     void immutabilityChanged(bool);
     void slotBuildOpMenu();
     void showConfig();
+    void showProcessManager();
     virtual void populateContainerArea();
 
 private:
Index: kdebase/kicker/kicker/core/panelextension.cpp
===================================================================
--- kdebase/kicker/kicker/core/panelextension.cpp       (revision 1107588)
+++ kdebase/kicker/kicker/core/panelextension.cpp       (revision 1107589)
@@ -380,7 +380,12 @@
                             this, SLOT(showConfig()));
         _opMnu->insertSeparator();
     }
-    
+
+    _opMnu->insertItem(SmallIconSet("ksysguard"),
+                            i18n("KDE System Guard"),
+                            this, SLOT(showProcessManager()));
+    _opMnu->insertSeparator();
+
     if (kapp->authorize("action/help"))
     {
         KHelpMenu* help = new KHelpMenu( this, 
KGlobal::instance()->aboutData(), false);
@@ -394,6 +399,11 @@
     Kicker::the()->showConfig(_configFile);
 }
 
+void PanelExtension::showProcessManager()
+{
+    system("ksysguard &");
+}
+
 MenubarExtension::MenubarExtension(const AppletInfo& info)
     : PanelExtension(info.configFile()),
       m_menubar(0)
++++++ kdebase-trinity-r1176186-no-busy-cursor.diff ++++++
Index: kdebase/kdesktop/klaunch.kcfg
===================================================================
--- kdebase/kdesktop/klaunch.kcfg       (revision 1176185)
+++ kdebase/kdesktop/klaunch.kcfg       (revision 1176186)
@@ -22,7 +22,7 @@
       <!--     blinking = c.readBoolEntry( "Blinking", false ); -->
     </entry>
     <entry key="Bouncing" type="Bool">
-      <default>true</default>
+      <default>false</default>
       <label></label>
       <whatsthis></whatsthis>
       <!-- startupid.cpp:60 -->
@@ -31,7 +31,7 @@
   </group>
   <group name="FeedbackStyle">
     <entry key="BusyCursor" type="Bool">
-      <default>true</default>
+      <default>false</default>
       <label></label>
       <whatsthis></whatsthis>
     </entry>



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



Remember to have fun...

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

Reply via email to