Merge lp:~agateau/kde-baseapps/fdo-notifications into lp:~kubuntu-packagers/kubuntu-packaging/kde-baseapps

Proposed by Aurélien Gâteau
Status: Merged
Merged at revision: not available
Proposed branch: lp:~agateau/kde-baseapps/fdo-notifications
Merge into: lp:~kubuntu-packagers/kubuntu-packaging/kde-baseapps
Diff against target: None lines
To merge this branch: bzr merge lp:~agateau/kde-baseapps/fdo-notifications
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-07-11 17:51:42 +0000
3+++ debian/changelog 2009-07-17 13:36:28 +0000
4@@ -1,3 +1,11 @@
5+kdebase (4:4.2.96-0ubuntu2) karmic; urgency=low
6+
7+ * Backport support for freedesktop.org notifications. Makes it possible for
8+ GNOME and KDE applications to display notifications using the native
9+ desktop notification system.
10+
11+ -- Aurélien Gâteau <aurelien.gateau@canonical.com> Fri, 17 Jul 2009 12:51:23 +0200
12+
13 kdebase (4:4.2.96-0ubuntu1) karmic; urgency=low
14
15 * New upstream release
16
17=== added file 'debian/patches/kubuntu_15_fdo_notifications.diff'
18--- debian/patches/kubuntu_15_fdo_notifications.diff 1970-01-01 00:00:00 +0000
19+++ debian/patches/kubuntu_15_fdo_notifications.diff 2009-07-17 13:44:07 +0000
20@@ -0,0 +1,16 @@
21+From 8861cfc7b4a8a3278773db766b836bbdce33e718 Mon Sep 17 00:00:00 2001
22+From: =?utf-8?q?Aur=C3=A9lien=20G=C3=A2teau?= <agateau@kde.org>
23+Date: Wed, 17 Jun 2009 15:26:14 +0200
24+Subject: [PATCH] Removed event-id
25+
26+---
27+--- a/apps/kdialog/kdialog.cpp
28++++ b/apps/kdialog/kdialog.cpp
29+@@ -119,7 +119,6 @@ bool sendVisualNotification(QString text, QString title, int timeout)
30+
31+ args.append("kdialog"); // app_name
32+ args.append(0U); // replaces_id
33+- args.append("kdialogPassivePopup"); // event_id
34+ args.append("dialog-information"); // app_icon
35+ args.append(title); // summary
36+ args.append(text); // body
37
38=== added file 'debian/patches/kubuntu_16_fdo_notifications.diff'
39--- debian/patches/kubuntu_16_fdo_notifications.diff 1970-01-01 00:00:00 +0000
40+++ debian/patches/kubuntu_16_fdo_notifications.diff 2009-07-17 13:44:07 +0000
41@@ -0,0 +1,21 @@
42+From 86dd34fb4efba8163272c171912484ea077b0ed0 Mon Sep 17 00:00:00 2001
43+From: =?utf-8?q?Aur=C3=A9lien=20G=C3=A2teau?= <agateau@kde.org>
44+Date: Thu, 18 Jun 2009 17:45:23 +0200
45+Subject: [PATCH] Switch to org.freedesktop.Notifications
46+
47+---
48+--- a/apps/kdialog/kdialog.cpp
49++++ b/apps/kdialog/kdialog.cpp
50+@@ -99,9 +99,9 @@ bool WinIdEmbedder::eventFilter(QObject *o, QEvent *e)
51+ bool sendVisualNotification(QString text, QString title, int timeout)
52+ {
53+ #ifdef QT_QTDBUS_FOUND
54+- const QString dbusServiceName = "org.kde.VisualNotifications";
55+- const QString dbusInterfaceName = "org.kde.VisualNotifications";
56+- const QString dbusPath = "/VisualNotifications";
57++ const QString dbusServiceName = "org.freedesktop.Notifications";
58++ const QString dbusInterfaceName = "org.freedesktop.Notifications";
59++ const QString dbusPath = "/org/freedesktop/Notifications";
60+
61+ // check if service already exists on plugin instantiation
62+ QDBusConnectionInterface* interface = QDBusConnection::sessionBus().interface();
63
64=== modified file 'debian/patches/series'
65--- debian/patches/series 2009-06-02 15:04:07 +0000
66+++ debian/patches/series 2009-07-17 13:36:28 +0000
67@@ -5,3 +5,5 @@
68 kubuntu_12_folderview_retry.diff
69 kubuntu_13_fix_phonon_include.diff
70 kubuntu_14_dolphin_preview_on.diff
71+kubuntu_15_fdo_notifications.diff
72+kubuntu_16_fdo_notifications.diff

Subscribers

People subscribed via source and target branches

to all changes: