lp://staging/~lukas-kde/unity-notifications/fix-1453958
- Get this branch:
- bzr branch lp://staging/~lukas-kde/unity-notifications/fix-1453958
Branch merges
- Pete Woods: Approve
-
Diff: 422 lines (+145/-93)9 files modifiedinclude/ActionModel.h (+4/-4)
include/Notification.h (+3/-0)
include/NotificationModel.h (+3/-3)
include/NotificationPlugin.h (+2/-2)
src/Notification.cpp (+3/-3)
src/NotificationModel.cpp (+45/-37)
src/NotificationServer.cpp (+6/-6)
test/CMakeLists.txt (+0/-1)
test/notificationtest.cpp (+79/-37)
Related bugs
Bug #1453958: Closing multiple notifications crashes unity8 | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 229. By Lukáš Tinkl
-
specify &QObject:
:deleteLater deleter at construction,
clear the shared pointer on destruction instead - 227. By Lukáš Tinkl
-
[ Mirco Müller ]
* Add main loop to loopless examples
* No-change test rebuild for g++5 ABI transition
[ CI Train Bot ]
* New rebuild forced.
[ Charles Kerr ]
* When a notification is closed due to internals (e.g. due to
timeout), ensure the NotificationClosed bus signal is emitted. (LP:
#1470031)
[ Pete Woods ]
* Add end to end DBus tests and use XML introspection data
* Handle client death by cleaning up notifications
* Handle reopening closed notifications
* Notifications are now owned by the client that opened them - 226. By Mirco Müller
-
Make the notification object itself the parent of the ActionModel, not the Notification's parent.
- 225. By Mirco Müller
-
Plugged memory-leaks causing the backend to crash the unity8-
notification- plugin. .. updated unit-tests. - 223. By Mirco Müller
-
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://staging/unity-notifications