Merge lp://staging/~ken-vandine/qml-friends/friendsmodel into lp://staging/~super-friends/qml-friends/raring
Proposed by
Ken VanDine
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Robert Bruce Park | ||||
Approved revision: | 52 | ||||
Merged at revision: | 52 | ||||
Proposed branch: | lp://staging/~ken-vandine/qml-friends/friendsmodel | ||||
Merge into: | lp://staging/~super-friends/qml-friends/raring | ||||
Diff against target: |
631 lines (+230/-149) 10 files modified
debian/changelog (+10/-0) debian/control (+1/-0) examples/streamview.qml (+0/-121) modules/Friends/plugin/friendsutils.cpp (+0/-2) modules/Friends/plugin/friendsutils.h (+1/-6) modules/Friends/plugin/plugin.cpp (+9/-11) modules/Friends/plugin/plugin.h (+2/-3) modules/Friends/plugin/plugin.pro (+8/-6) modules/Friends/plugin/streammodel.cpp (+153/-0) modules/Friends/plugin/streammodel.h (+46/-0) |
||||
To merge this branch: | bzr merge lp://staging/~ken-vandine/qml-friends/friendsmodel | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Bruce Park | Approve | ||
Review via email: mp+152995@code.staging.launchpad.net |
Description of the change
* Added StreamModel
- Filters available for stream and service
* Updated for the schema changes in friends
* debian/control
- build depend on libdee-qt5-dev
To post a comment you must log in.
NOTE: there are API stubs for filtering by accountId as well, but the filter isn't actually implemented yet.