lp://qastaging/~morphis/aethercast/input-provider-support
Created by
Simon Fels
and last modified
- Get this branch:
- bzr branch lp://qastaging/~morphis/aethercast/input-provider-support
Only
Simon Fels
can upload to this branch. If you are
Simon Fels
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://qastaging/aethercast
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Simon Fels: Needs Fixing
-
Diff: 1174 lines (+872/-9)26 files modifiedCMakeLists.txt (+1/-0)
data/org.aethercast.xml (+15/-0)
docs/input-provider.txt (+2/-2)
src/CMakeLists.txt (+5/-0)
src/mcs/dbus_types.h (+31/-0)
src/mcs/forwardingmiracastcontroller.cpp (+12/-0)
src/mcs/forwardingmiracastcontroller.h (+4/-0)
src/mcs/inputeventchannel.cpp (+123/-0)
src/mcs/inputeventchannel.h (+74/-0)
src/mcs/inputprovider.cpp (+18/-0)
src/mcs/inputprovider.h (+46/-0)
src/mcs/inputproviderstub.cpp (+137/-0)
src/mcs/inputproviderstub.h (+67/-0)
src/mcs/miracastcontroller.cpp (+16/-0)
src/mcs/miracastcontroller.h (+5/-0)
src/mcs/miracastcontrollerskeleton.cpp (+66/-3)
src/mcs/miracastcontrollerskeleton.h (+8/-4)
src/mcs/miracastservice.cpp (+16/-0)
src/mcs/miracastservice.h (+7/-0)
src/mcs/withdelegate.cpp (+16/-0)
src/mcs/withdelegate.h (+37/-0)
tests/mcs/CMakeLists.txt (+8/-0)
tests/mcs/forwardingmiracastcontroller_tests.cpp (+10/-0)
tests/mcs/inputeventchannel_tests.cpp (+66/-0)
tests/mcs/miracastcontrollerskeleton_tests.cpp (+4/-0)
tests/mcs/miracastservice_tests.cpp (+78/-0)
Branch information
Recent revisions
- 117. By Thomas Voß
-
Introduce interface mcs::MiracastCo
ntroller to decouple MiracastService and MiracastService Adapter.
Refactor mcs::MiracastServiceAdapter to be a skeleton- implementation of MiracastController and rename accordingly. Approved by Simon Fels, PS Jenkins bot.
- 116. By Thomas Voß
-
Distinguish between positional and optional (named) args in WpaSupplicantMe
ssage.
Pass in const references to WpaSupplicantMessage:: Write(. ..). Fixes: https:/ /bugs.launchpad .net/bugs/ 1524996. Approved by PS Jenkins bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/aethercast