Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Elisa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nate Graham
Elisa
Commits
fb8401ec
Commit
fb8401ec
authored
Sep 13, 2020
by
Matthieu Gallien
🎵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update qml plugin description file
parent
f0e62709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
src/plugins.qmltypes
src/plugins.qmltypes
+20
-1
No files found.
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