Mailinglist Archive: opensuse-commit (770 mails)
| < Previous | Next > |
commit kdebase4-workspace-plasmoids
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Jun 2008 16:22:48 +0200
- Message-id: <20080603142248.965446780BB@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdebase4-workspace-plasmoids
checked in at Tue Jun 3 16:22:48 CEST 2008.
--------
--- KDE/kdebase4-workspace-plasmoids/kdebase4-workspace-plasmoids.changes
2008-05-26 14:09:06.000000000 +0200
+++
/mounts/work_src_done/STABLE/kdebase4-workspace-plasmoids/kdebase4-workspace-plasmoids.changes
2008-06-03 15:10:19.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 3 15:10:11 CEST 2008 - stbinner@xxxxxxx
+
+- fix loading of translations
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdebase4-workspace-plasmoids.spec ++++++
--- /var/tmp/diff_new_pack.j13011/_old 2008-06-03 16:22:19.000000000 +0200
+++ /var/tmp/diff_new_pack.j13011/_new 2008-06-03 16:22:19.000000000 +0200
@@ -17,7 +17,7 @@
Group: System/GUI/KDE
Summary: Additional Plasmoids
Version: 4.0.1
-Release: 64
+Release: 68
Source0: base.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: kdebase4-workspace
@@ -71,6 +71,8 @@
/usr/share/kde4/services/plasma-dataengine-rss.desktop
%changelog
+* Tue Jun 03 2008 stbinner@xxxxxxx
+- fix loading of translations
* Mon May 26 2008 stbinner@xxxxxxx
- remove broken corner hover action for trashcan (bnc#385458)
* Tue May 20 2008 stbinner@xxxxxxx
++++++ base.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/base/plasma/applets/calculator/calculator.cpp
new/base/plasma/applets/calculator/calculator.cpp
--- old/base/plasma/applets/calculator/calculator.cpp 2008-04-05
17:38:12.000000000 +0200
+++ new/base/plasma/applets/calculator/calculator.cpp 2008-06-03
15:05:16.000000000 +0200
@@ -28,6 +28,7 @@
CalculatorApplet::CalculatorApplet( QObject *parent, const QVariantList &args )
: Plasma::Applet( parent, args )
{
+ KGlobal::locale()->insertCatalog("kde4-plasmoids");
}
void CalculatorApplet::init()
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/base/plasma/applets/news/news.cpp
new/base/plasma/applets/news/news.cpp
--- old/base/plasma/applets/news/news.cpp 2008-04-05 18:19:02.000000000
+0200
+++ new/base/plasma/applets/news/news.cpp 2008-06-03 15:05:27.000000000
+0200
@@ -49,6 +49,8 @@
: Plasma::Applet(parent, args),
m_dialog(0)
{
+ KGlobal::locale()->insertCatalog("kde4-plasmoids");
+
setHasConfigurationInterface(true);
resize(QSize(370, 440));
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/base/plasma/applets/rssnow/news.cpp
new/base/plasma/applets/rssnow/news.cpp
--- old/base/plasma/applets/rssnow/news.cpp 2008-04-05 17:30:26.000000000
+0200
+++ new/base/plasma/applets/rssnow/news.cpp 2008-06-03 15:05:40.000000000
+0200
@@ -42,6 +42,8 @@
: Plasma::Applet(parent, args),
m_dialog(0)
{
+ KGlobal::locale()->insertCatalog("kde4-plasmoids");
+
setHasConfigurationInterface(true);
setAcceptDrops(true);
resize(QSize(250, 400));
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/base/plasma/applets/showdesktop/showdesktop.cpp
new/base/plasma/applets/showdesktop/showdesktop.cpp
--- old/base/plasma/applets/showdesktop/showdesktop.cpp 2008-04-27
11:07:56.000000000 +0200
+++ new/base/plasma/applets/showdesktop/showdesktop.cpp 2008-06-03
15:05:50.000000000 +0200
@@ -32,7 +32,7 @@
ShowDesktop::ShowDesktop(QObject *parent, const QVariantList &args)
: Plasma::Applet(parent, args)
{
-
+ KGlobal::locale()->insertCatalog("kde4-plasmoids");
}
void ShowDesktop::init()
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/base/plasma/applets/trash/trash.cpp
new/base/plasma/applets/trash/trash.cpp
--- old/base/plasma/applets/trash/trash.cpp 2008-05-26 14:05:38.000000000
+0200
+++ new/base/plasma/applets/trash/trash.cpp 2008-06-03 15:04:39.000000000
+0200
@@ -46,6 +46,7 @@
m_trashUrl(KUrl("trash:/")),
m_count(0)
{
+ KGlobal::locale()->insertCatalog("kde4-plasmoids");
}
Trash::~Trash()
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |