lp://staging/~ken-vandine/content-hub/serialized_content_transfers
Created by
Ken VanDine
and last modified
- Get this branch:
- bzr branch lp://staging/~ken-vandine/content-hub/serialized_content_transfers
Only
Ken VanDine
can upload to this branch. If you are
Ken VanDine
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Michael Sheldon (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 565 lines (+189/-28)21 files modifiedexamples/exporter/exampleexporter.cpp (+5/-1)
examples/importer/exampleimporter.cpp (+6/-3)
examples/importer/importer.cpp (+1/-0)
import/Ubuntu/Content/contentitem.cpp (+20/-0)
import/Ubuntu/Content/contentitem.h (+5/-0)
import/Ubuntu/Content/contenttype.cpp (+6/-0)
import/Ubuntu/Content/contenttype.h (+2/-1)
include/com/ubuntu/content/item.h (+11/-1)
include/com/ubuntu/content/type.h (+1/-0)
src/com/ubuntu/content/detail/transfer.cpp (+12/-9)
src/com/ubuntu/content/item.cpp (+56/-6)
src/com/ubuntu/content/service/com.ubuntu.content.hub.gschema.xml (+12/-0)
src/com/ubuntu/content/service/hook.cpp (+1/-1)
src/com/ubuntu/content/type.cpp (+6/-0)
tests/acceptance-tests/app_hub_communication_transfer.cpp (+4/-2)
tests/peers/exporter/autoexporter.cpp (+6/-0)
tests/peers/importer/autoimporter.cpp (+6/-0)
tests/peers/importer/content-hub-test-importer.json (+2/-1)
tests/peers/sharer/autosharer.cpp (+6/-0)
tests/peers/sharer/content-hub-test-sharer.json (+2/-1)
tests/qml-tests/tst_ContentHub.qml (+19/-2)
Related bugs
Bug #1430460: Apps should able to share plain-text content as well | Wishlist | Fix Released |
Related blueprints
Branch information
Recent revisions
- 202. By Ken VanDine
-
Don't force streamType to x-url when the url is set, this lets a link shared include text as well.
- 200. By Ken VanDine
-
Updated the importer and exporter examples to demonstrate serialized content in the transfer
- 198. By Ken VanDine
-
* Changed the data property to stream of type QByteArray.
* Added streamType property to identify the mime-type of the content stored in the stream property.
* Added convienence getter/setter for text, which stores a string in stream and sets the streamType to "plain/text"
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/content-hub