Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
fb8401ec
Commit
fb8401ec
authored
Sep 13, 2020
by
Matthieu Gallien
🎵
Browse files
update qml plugin description file
parent
f0e62709
Pipeline
#34211
failed with stages
in 12 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/plugins.qmltypes
View file @
fb8401ec
...
...
@@ -457,6 +457,7 @@ Module {
Property { name: "showSystemTrayIcon"; type: "bool" }
Property { name: "embeddedView"; type: "ElisaUtils::PlayListEntryType" }
Property { name: "isDirty"; type: "bool"; isReadonly: true }
Property { name: "playAtStartup"; type: "bool" }
Signal {
name: "rootPathChanged"
Parameter { name: "rootPath"; type: "QStringList" }
...
...
@@ -482,6 +483,10 @@ Module {
name: "setEmbeddedView"
Parameter { name: "embeddedView"; type: "ElisaUtils::PlayListEntryType" }
}
Method {
name: "setPlayAtStartup"
Parameter { name: "playAtStartup"; type: "bool" }
}
}
Component {
name: "ElisaUtils"
...
...
@@ -1031,6 +1036,10 @@ Module {
Signal { name: "undoClearPlayListPlayer" }
Signal { name: "displayUndoNotification" }
Signal { name: "hideUndoNotification" }
Signal {
name: "seek"
Parameter { name: "position"; type: "qlonglong" }
}
Method {
name: "enqueue"
Parameter { name: "entryUrl"; type: "QUrl" }
...
...
@@ -1064,7 +1073,10 @@ Module {
Parameter { name: "playerError"; type: "QMediaPlayer::Error" }
}
Method { name: "skipNextTrack" }
Method { name: "skipPreviousTrack" }
Method {
name: "skipPreviousTrack"
Parameter { name: "position"; type: "qlonglong" }
}
Method {
name: "switchTo"
Parameter { name: "row"; type: "int" }
...
...
@@ -1797,6 +1809,7 @@ Module {
name: "openArtistView"
Parameter { name: "artist"; type: "string" }
}
Method { name: "openNowPlaying" }
Method { name: "viewIsLoaded" }
Method { name: "goBack" }
Method {
...
...
@@ -1883,4 +1896,10 @@ Module {
Parameter { name: "viewsData"; type: "ViewsListData"; isPointer: true }
}
}
Component {
name: "ViewsProxyModel"
prototype: "QSortFilterProxyModel"
exports: ["org.kde.elisa/ViewsProxyModel 1.0"]
exportMetaObjectRevisions: [0]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment