~ps-jenkins/mediascanner2/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to src/qml/Ubuntu/MediaScanner/plugin.qmltypes

  • Committer: CI bot
  • Author(s): James Henstridge
  • Date: 2014-09-03 11:46:06 UTC
  • mfrom: (273.1.18 embedded-art-for-albums)
  • Revision ID: ps-jenkins@lists.canonical.com-20140903114606-qbu4h5ox7ivv6jok
Expose embedded album art for Album objects too.  Bump soname to account for Album class changing size. 
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
            values: {
16
16
                "RoleTitle": 0,
17
17
                "RoleArtist": 1,
18
 
                "RoleArt": 2
 
18
                "RoleDate": 2,
 
19
                "RoleGenre": 3,
 
20
                "RoleArt": 4
19
21
            }
20
22
        }
21
23
    }
108
110
        Property { name: "height"; type: "int"; isReadonly: true }
109
111
        Property { name: "latitude"; type: "double"; isReadonly: true }
110
112
        Property { name: "longitude"; type: "double"; isReadonly: true }
 
113
        Property { name: "hasThumbnail"; type: "bool"; isReadonly: true }
111
114
        Property { name: "art"; type: "string"; isReadonly: true }
112
115
    }
113
116
    Component {