-
-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca4653f
commit 037e139
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule plugins
updated
25 files
+0 −4 | .archive/mpris/CMakeLists.txt | |
+0 −7 | .archive/mpris/metadata.json | |
+0 −13 | .archive/mpris/mpris.qrc | |
+0 −5 | .archive/mpris/resources/1485099680_playback-play.svg | |
+0 −5 | .archive/mpris/resources/1485099683_playback-fast-forward.svg | |
+0 −5 | .archive/mpris/resources/1485099687_playback-rewind.svg | |
+0 −5 | .archive/mpris/resources/1485099690_playback-pause.svg | |
+0 −5 | .archive/mpris/resources/1485100510_primitive-square.svg | |
+0 −118 | .archive/mpris/src/command.cpp | |
+0 −61 | .archive/mpris/src/command.h | |
+0 −29 | .archive/mpris/src/player.h | |
+0 −209 | .archive/mpris/src/plugin.cpp | |
+0 −27 | .archive/mpris/src/plugin.h | |
+3 −1 | applications_xdg/src/plugin.cpp | |
+9 −12 | chromium/src/plugin.cpp | |
+14 −0 | mpris/CMakeLists.txt | |
+0 −0 | mpris/README.md | |
+238 −0 | mpris/src/plugin.cpp | |
+19 −0 | mpris/src/plugin.h | |
+1 −1 | python/CMakeLists.txt | |
+1 −1 | python/plugins | |
+12 −4 | python/src/plugin.cpp | |
+6 −6 | python/src/pypluginloader.cpp | |
+2 −0 | ssh/src/plugin.cpp | |
+10 −11 | terminal/src/plugin.cpp |