lp:~thomas-voss/media-hub/indicator-and-bluez-integration
Created by
Thomas Voß
on
2014-06-30
and last modified on
2014-07-04
- Get this branch:
- bzr branch lp:~thomas-voss/media-hub/indicator-and-bluez-integration
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
- PS Jenkins bot: Needs Fixing (continuous-integration) on 2014-07-07
- Jim Hodapp: Pending requested 2014-07-07
-
Diff: 4022 lines (+2214/-787)26 files modifiedsrc/core/media/apparmor.h (+5/-12)
src/core/media/bluez/bluez.h (+350/-0)
src/core/media/gstreamer/engine.cpp (+3/-1)
src/core/media/mpris/media_player2.h (+177/-0)
src/core/media/mpris/mpris.h (+27/-0)
src/core/media/mpris/player.h (+236/-40)
src/core/media/player_implementation.cpp (+268/-118)
src/core/media/player_implementation.h (+32/-4)
src/core/media/player_p.h (+62/-0)
src/core/media/player_skeleton.cpp (+269/-366)
src/core/media/player_skeleton.h (+112/-7)
src/core/media/player_stub.cpp (+108/-97)
src/core/media/player_stub.h (+12/-6)
src/core/media/server/server.cpp (+9/-1)
src/core/media/service_implementation.cpp (+285/-7)
src/core/media/service_implementation.h (+23/-3)
src/core/media/service_skeleton.cpp (+5/-1)
src/core/media/service_stub.cpp (+51/-18)
src/core/media/service_stub.h (+5/-4)
src/core/media/track_list_implementation.cpp (+6/-9)
src/core/media/track_list_implementation.h (+10/-3)
src/core/media/track_list_skeleton.cpp (+17/-19)
src/core/media/track_list_skeleton.h (+11/-3)
src/core/media/track_list_stub.cpp (+32/-55)
src/core/media/track_list_stub.h (+32/-8)
tests/acceptance-tests/service.cpp (+67/-5)
Branch information
Recent revisions
- 63. By Thomas Voß on 2014-07-04
-
Factor out initialization of player properties.
Wire up property changes. - 62. By Thomas Voß on 2014-07-04
-
Switch to immediate announcement policy for property updates on the MPRIS player skeleton.
- 61. By Thomas Voß on 2014-07-02
-
Add DesktopEntry property for mpris skeleton.
Make sure that org.mpris.MediaPlayer2 properties are initialized to sensible values. - 60. By Thomas Voß on 2014-07-02
-
Switch to custom service names to expose mpris instances on the session bus.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:media-hub