Mailinglist Archive: opensuse-commit (1177 mails)

< Previous Next >
commit kdebase4-workspace for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 08 Jan 2009 18:27:02 +0100
  • Message-id: <20090108172703.181A7678174@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdebase4-workspace for
openSUSE:Factory
checked in at Thu Jan 8 18:27:02 CET 2009.


--------
--- KDE/kdebase4-workspace/kdebase4-wallpapers.changes 2008-12-16
15:47:41.000000000 +0100
+++ /mounts/work_src_done/STABLE/kdebase4-workspace/kdebase4-wallpapers.changes
2009-01-08 18:26:32.464454000 +0100
@@ -1,0 +2,16 @@
+Sat Jan 3 11:40:53 CET 2009 - stbinner@xxxxxxx
+
+- fix missing device notifiert icon in tooltip (bnc#458532)
+
+-------------------------------------------------------------------
+Wed Dec 17 17:13:39 CET 2008 - stbinner@xxxxxxx
+
+- Kickoff: check if default/previous favorites (still) exist
+
+-------------------------------------------------------------------
+Wed Dec 17 16:26:27 CET 2008 - llunak@xxxxxxx
+
+- fix various bugs in randr12 support in the control module
+ that make it more than barely useful (bnc#383187)
+
+-------------------------------------------------------------------
kdebase4-workspace.changes: same change

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kdebase4-wallpapers.spec ++++++
--- /var/tmp/diff_new_pack.AW1612/_old 2009-01-08 18:26:43.000000000 +0100
+++ /var/tmp/diff_new_pack.AW1612/_new 2009-01-08 18:26:43.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kdebase4-wallpapers (Version 4.1.3)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
Summary: KDE 4 Wallpapers
Url: http://www.kde.org/
Version: 4.1.3
-Release: 11
+Release: 12
Source0: kdebase-workspace-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -66,6 +66,13 @@
/usr/share/wallpapers

%changelog
+* Sat Jan 03 2009 stbinner@xxxxxxx
+- fix missing device notifiert icon in tooltip (bnc#458532)
+* Wed Dec 17 2008 stbinner@xxxxxxx
+- Kickoff: check if default/previous favorites (still) exist
+* Wed Dec 17 2008 llunak@xxxxxxx
+- fix various bugs in randr12 support in the control module
+ that make it more than barely useful (bnc#383187)
* Tue Dec 16 2008 stbinner@xxxxxxx
- versionized split-provides are not supported
* Tue Dec 02 2008 coolo@xxxxxxx

++++++ kdebase4-workspace.spec ++++++
--- /var/tmp/diff_new_pack.AW1612/_old 2009-01-08 18:26:43.000000000 +0100
+++ /var/tmp/diff_new_pack.AW1612/_new 2009-01-08 18:26:43.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package kdebase4-workspace (Version 4.1.3)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
Summary: The KDE Workspace Components
Url: http://www.kde.org/
Version: 4.1.3
-Release: 11
+Release: 12
Source0: kdebase-workspace-%version.tar.bz2
Source1: rediff-plasma.sh
Source2: titlebar_decor.png
@@ -796,6 +796,13 @@
/usr/share/kde4/servicetypes/plasma-wallpaper.desktop

%changelog
+* Sat Jan 03 2009 stbinner@xxxxxxx
+- fix missing device notifiert icon in tooltip (bnc#458532)
+* Wed Dec 17 2008 stbinner@xxxxxxx
+- Kickoff: check if default/previous favorites (still) exist
+* Wed Dec 17 2008 llunak@xxxxxxx
+- fix various bugs in randr12 support in the control module
+ that make it more than barely useful (bnc#383187)
* Tue Dec 16 2008 stbinner@xxxxxxx
- versionized split-provides are not supported
* Tue Dec 02 2008 coolo@xxxxxxx


++++++ plasma.diff ++++++
--- /var/tmp/diff_new_pack.AW1612/_old 2009-01-08 18:26:46.000000000 +0100
+++ /var/tmp/diff_new_pack.AW1612/_new 2009-01-08 18:26:46.000000000 +0100
@@ -11465,7 +11465,7 @@
+ delete device;
+ } else {
+ toolTip.subText = i18n("No devices plugged in");
-+ toolTip.image =
KIcon("device-notifier").pixmap(IconSize(KIconLoader::Desktop));
++ toolTip.image =
KIcon("drive-removable-media-usb-pendrive").pixmap(IconSize(KIconLoader::Desktop));
+ }
+
+ Plasma::ToolTipManager::self()->setToolTipContent(this, toolTip);
@@ -25320,3 +25320,18 @@
}
else if (basename == "shutdown") {
item->setText(i18n("Shutdown"));
+--- applets/kickoff/core/favoritesmodel.cpp
++++ applets/kickoff/core/favoritesmodel.cpp
+@@ -138,6 +138,11 @@
+ }
+ void FavoritesModel::add(const QString& url)
+ {
++ KService::Ptr service = KService::serviceByStorageId(url);
++ if (!service) {
++ return;
++ }
++
+ Private::globalFavoriteList << url;
+ Private::globalFavoriteSet << url;
+
+

++++++ randr12.diff ++++++
++++ 1435 lines (skipped)
++++ between KDE/kdebase4-workspace/randr12.diff
++++ and /mounts/work_src_done/STABLE/kdebase4-workspace/randr12.diff



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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >