Make reusable components
Bug #1152832 reported by
Michael Hall
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qml-friends |
Triaged
|
Medium
|
Ken VanDine |
Bug Description
It would be nice if a QML plugin providing some basic Friends components was available for use in other apps:
A ListModel filled with Feed data, filterable by feed type (home, mentions, replies, images etc) and service type (Facebook, Twitter, etc)
A ListModel filled with Person data, filterable by type (friends, followers, following, mentions) and service type (Facebook, Twitter, etc)
A Share button, like the one on the Gallery example app
Any others that you can think of that might be useful.
Related branches
lp://staging/~ken-vandine/qml-friends/friendsmodel
- Robert Bruce Park: Approve
-
Diff: 631 lines (+230/-149)10 files modifieddebian/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)
Changed in qml-friends: | |
assignee: | nobody → Ken VanDine (ken-vandine) |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
Poster component:
* TextArea which sends to all available accounts by default
* Include an account selector if a property is set, perhaps something like below
import Friends 0.1
Poster {
accounts: true
}