lp:~pete-woods/unity-notifications/add-dbus-tests
Created by
Pete Woods
on
2015-06-01
and last modified on
2015-06-23
- Get this branch:
- bzr branch lp:~pete-woods/unity-notifications/add-dbus-tests
Only
Pete Woods
can upload to this branch. If you are
Pete Woods
please log in for upload directions.
Branch merges
- Charles Kerr (community): Approve on 2015-06-16
-
Diff: 1346 lines (+676/-155)29 files modifiedCMakeLists.txt (+15/-7)
debian/control (+1/-0)
include/ActionModel.h (+2/-0)
include/DBusTypes.h (+69/-0)
include/NotificationClient.h (+4/-3)
include/NotificationModel.h (+1/-0)
include/NotificationServer.h (+16/-12)
src/ActionModel.cpp (+8/-0)
src/CMakeLists.txt (+36/-11)
src/DBusTypes.cpp (+120/-0)
src/NotificationClient.cpp (+8/-6)
src/NotificationClientPlugin.cpp (+1/-9)
src/NotificationModel.cpp (+19/-0)
src/NotificationPlugin.cpp (+2/-12)
src/NotificationServer.cpp (+53/-16)
src/org.freedesktop.Notifications.xml (+45/-0)
test/CMakeLists.txt (+33/-6)
test/notificationservertest.cpp (+146/-0)
tools/CMakeLists.txt (+53/-13)
tools/clientMainWindow.cpp (+3/-3)
tools/clientMainWindow.h (+3/-3)
tools/dbusclient.cpp (+7/-15)
tools/dbusserver.cpp (+18/-17)
tools/mainWindow.cpp (+2/-2)
tools/mainWindow.h (+3/-3)
tools/qmltest.cpp (+4/-13)
tools/serverMainWindow.cpp (+2/-2)
tools/serverMainWindow.h (+1/-1)
tools/viewer.cpp (+1/-1)
Branch information
Recent revisions
- 223. By Mirco Müller on 2014-11-04
-
Added new hint for SwipeToAct-widget.
This allows applications to explicitly request the new widget for special cases, e.g for incoming-call snap-decision notifications.
Updated examples accordingly. Fixes: 1358343
Approved by: PS Jenkins bot, Albert Astals Cid
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity-notifications
