Merge lp://staging/~macslow/unity-notifications/modal-snap-decisions into lp://staging/unity-notifications
Status: | Merged |
---|---|
Approved by: | Michał Sawicz |
Approved revision: | 210 |
Merged at revision: | 203 |
Proposed branch: | lp://staging/~macslow/unity-notifications/modal-snap-decisions |
Merge into: | lp://staging/unity-notifications |
Diff against target: |
195 lines (+37/-38) 5 files modified
debian/control (+2/-2) include/NotificationModel.h (+0/-14) src/CMakeLists.txt (+4/-0) src/NotificationModel.cpp (+27/-22) src/NotificationPlugin.cpp (+4/-0) |
To merge this branch: | bzr merge lp://staging/~macslow/unity-notifications/modal-snap-decisions |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michał Sawicz | Approve | ||
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Albert Astals Cid (community) | Approve | ||
Michael Zanetti (community) | Needs Information | ||
Review via email: mp+212483@code.staging.launchpad.net |
Commit message
Make the Roles enum available to QML.
Description of the change
Make the Roles enum available to QML.
This is needed for the MR https:/
* Are there any related MPs required for this MP to build/function as expected? Please list.
Yes. https:/
* Did you perform an exploratory manual test run of your code change and any related functionality?
Yes.
* If you changed the packaging (debian), did you subscribe the ubuntu-unity team to this MP?
Yes.
* If you changed the UI, has there been a design review?
Not applicable.
Hmm... I think this should rather be defined in lp:unity-api and teted for its existence here in tst_Notificaito nInterface. qml, no?