lp://staging/~macslow/unity8/swipe-dismiss-snap-decisions
Created by
Mirco Müller
and last modified
- Get this branch:
- bzr branch lp://staging/~macslow/unity8/swipe-dismiss-snap-decisions
Only
Mirco Müller
can upload to this branch. If you are
Mirco Müller
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
- Michał Sawicz: Approve (tests)
- PS Jenkins bot (community): Approve (continuous-integration)
- Albert Astals Cid (community): Approve
- Michael Zanetti (community): Abstain
- Antti Kaijanmäki (community): Needs Information
-
Diff: 1554 lines (+836/-252)15 files modifiedqml/Notifications/Notification.qml (+36/-6)
qml/Notifications/Notifications.qml (+2/-6)
tests/mocks/Unity/Notifications/CMakeLists.txt (+2/-1)
tests/mocks/Unity/Notifications/MockActionModel.cpp (+6/-4)
tests/mocks/Unity/Notifications/MockActionModel.h (+4/-2)
tests/mocks/Unity/Notifications/MockNotification.cpp (+156/-4)
tests/mocks/Unity/Notifications/MockNotification.h (+63/-5)
tests/mocks/Unity/Notifications/MockNotificationModel.cpp (+172/-0)
tests/mocks/Unity/Notifications/MockNotificationModel.h (+72/-0)
tests/mocks/Unity/Notifications/plugin.cpp (+5/-3)
tests/mocks/Unity/Notifications/plugin.h (+1/-2)
tests/qmltests/Notifications/Notification.qml (+31/-0)
tests/qmltests/Notifications/tst_Notifications.qml (+271/-213)
tests/qmltests/Notifications/tst_OptionToggle.qml (+11/-6)
tests/qmltests/Notifications/tst_SwipeToAct.qml (+4/-0)
Related bugs
Bug #1334855: [notifications] Can't use toolbar while notifications on screen | Medium | Fix Released | |
Bug #1355422: [notifications] Can't dismiss notification bubbles | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1285. By Mirco Müller
-
Make sure all rendering operations are completed before doing the swipe-dismiss-
checks, thus the tests also pass on very slow (jenkins) systems. - 1281. By Mirco Müller
-
Don't fix the snapDecisionPro
xyModel- hack in this branch. It'll be kept in a seperate one to not futher block this one from being MP'ed. - 1278. By Mirco Müller
-
Stripped down MockNotificatio
nModel further. Checks of the Audio-state still fail... no idea why. - 1277. By Mirco Müller
-
Make sure a click on the button with ok_id does trigger the notification to be removed from the model. Why the button in question reports a size of 0x0 and thus mouseClick() fails is currently beyond me.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity8