Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-3390
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Ib8096c8dd2d59d3728e824ae13ba401da0971dc4
|
|
Add missing Qt5Qml dependency for respective pkg-config
configuration.
Bug-AGL: SPEC-2880
Change-Id: I1fdd753875f6c79e18719282e58532d1bc17e576
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add Qt5WebSockets to Required define in qtappfw.pc.in to allowing linking
applications to get proper dependencies.
Change-Id: I728f2f9ae54f22aa3ebc4e861005eab1691da9a7
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Implements several QtObject subclasses that wrap
functionality provided by the AGL Application Framework.
* Message provides facilities to create new AppFW requests
and parse AppFw replies/events from a JSON buffer.
* MessageEngine provides a websocket message processing client
that can send or receive Messages on a given websocket address.
* TelephonyMessage subclasses Message to provide accessors and
methods specific to the AGL Telephony API.
* Telephony provides a complete set of Qt properties/signals/methods
that expose the AGL Telephony functionality to Qt/QML applications.
An application normally instantiates only this class and has no
need to handle low-level AppFW messages.
Bug-AGL: SPEC-1064
Change-Id: I2e41fb866bb4f867c81ccaf9bf33d627893879c8
Signed-off-by: Matt Porter <mporter@konsulko.com>
|