Mailinglist Archive: opensuse-commit (710 mails)
| < Previous | Next > |
commit kdetoys4 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 18 May 2010 02:10:07 +0200
- Message-id: <20100518001007.F17C520246@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdetoys4 for openSUSE:Factory
checked in at Tue May 18 02:10:07 CEST 2010.
--------
--- KDE/kdetoys4/kdetoys4.changes 2010-04-29 22:42:22.000000000 +0200
+++ kdetoys4/kdetoys4.changes 2010-05-17 15:15:50.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May 17 13:15:40 UTC 2010 - llunak@xxxxxxxxxx
+
+- update 4_4_BRANCH.diff: various fixes, translation updates
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdetoys4.spec ++++++
--- /var/tmp/diff_new_pack.0cMzU2/_old 2010-05-18 02:06:56.000000000 +0200
+++ /var/tmp/diff_new_pack.0cMzU2/_new 2010-05-18 02:06:56.000000000 +0200
@@ -24,7 +24,7 @@
Summary: Kdetoys Base Package
Url: http://www.kde.org
Version: 4.4.3
-Release: 1
+Release: 2
Source0: kdetoys-%version.tar.bz2
Patch: 4_4_BRANCH.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ 4_4_BRANCH.diff ++++++
--- /var/tmp/diff_new_pack.0cMzU2/_old 2010-05-18 02:06:56.000000000 +0200
+++ /var/tmp/diff_new_pack.0cMzU2/_new 2010-05-18 02:06:56.000000000 +0200
@@ -1,7 +1,44 @@
-package: kdetoys-4.3.1.tar.bz2
+package: kdetoys-4.4.3.tar.bz2
kdemod: kdetoys
--- BRANCH_STATUS
+++ BRANCH_STATUS
@@ -0,0 +1,2 @@
-+current HEAD: 1027747
-+svn di between //tags/KDE/4.3.1/kdetoys and //branches/KDE/4.3/kdetoys
++current HEAD: 1127686
++svn di between //tags/KDE/4.4.3/kdetoys and //branches/KDE/4.4/kdetoys
+--- kteatime/src/main.cpp
++++ kteatime/src/main.cpp
+@@ -65,7 +65,7 @@
+ if(args->isSet("time")) {
+ const int time=args->getOption( "time" ).toInt();
+ if( time > 0 ) {
+- const Tea tea( args->isSet("name") ? args->getOption("name") :
i18n( "Anonymous Tea" ) );
++ const Tea tea( args->isSet("name") ? args->getOption("name") :
i18n( "Anonymous Tea" ), time );
+
+ toplevel->runTea( tea );
+ }
+--- kteatime/src/toplevel.cpp
++++ kteatime/src/toplevel.cpp
+@@ -296,8 +296,14 @@
+ m_popup->setView( title, content, m_pix );
+
+ if( m_runningTeaTime == m_nextNotificationTime ) {
+- showMessage( title, content, QSystemTrayIcon::Information,
m_autohide ? m_autohidetime*1000 : 2100000000 );
+- KNotification::event( "reminder", content, m_pix );
++ if( m_usepopup ) {
++ showMessage( title, content, QSystemTrayIcon::Information,
m_autohide ? m_autohidetime*1000 : 2100000000 );
++ }
++
++ if( m_usenotification ) {
++ KNotification::event( "reminder", content, m_pix );
++ }
++
+ m_nextNotificationTime -= m_remindertime;
+ }
+ --m_runningTeaTime;
+
+Property changes on: .
+___________________________________________________________________
+Added: svn:externals
+ +
+
+
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |