Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sailfishos/libmce-qt
base: e41ade0087e1cc77ddbcb419daec7a88b46b8119
Choose a base ref
...
head repository: sailfishos/libmce-qt
compare: 6de6809532205732a499e2313b4c00a9f8a92cd0
Choose a head ref
  • 3 commits
  • 17 files changed
  • 1 contributor

Commits on Dec 3, 2019

  1. [mce-qt] Add support for mce name owner tracking. JB#43785

    As mce-qt already tracks mce service availability for proxy validity
    evaluation, it would be handy if it could be used also for mce name
    ownership tracking instead of instantiating custom service trackers
    whenever such information needs to be known.
    
    Modify QMceProxy singleton class so that it tracks mce service name
    ownership rather than just service availability.
    
    Implement QMceNameOwner class that exposes mce name ownership info
    from QMceProxy.
    
    Adapt all existing QMceXxx classes to the changes.
    
    Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
    spiiroin committed Dec 3, 2019
    Copy the full SHA
    4cc7500 View commit details
    Browse the repository at this point in the history
  2. [mce-qt] Add qml property viewer application

    Shows all properties that are available via mce-qt in human readable form.
    
    Mainly useful for testing and debugging, but also serves as an example.
    
    Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
    spiiroin committed Dec 3, 2019
    Copy the full SHA
    e93ecf0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jb43785_name_owner' into 'master'

    Add support for mce name owner tracking
    
    See merge request mer-core/libmce-qt!8
    spiiroin committed Dec 3, 2019
    Copy the full SHA
    6de6809 View commit details
    Browse the repository at this point in the history