[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-mediacenter] /: Add new icons created by Ilkin as part of Google Code-In
From:       Shantanu Tushar <shantanu () kde ! org>
Date:       2013-11-21 19:24:48
Message-ID: E1VjZrs-0002s1-T1 () scm ! kde ! org
[Download RAW message or body]

Git commit 883b3ef42d687deb42a08857de2be8b0ede5c797 by Shantanu Tushar.
Committed on 21/11/2013 at 19:22.
Pushed by shantanu into branch 'master'.

Add new icons created by Ilkin as part of Google Code-In
http://www.google-melange.com/gci/task/view/google/gci2013/5793971146063872

A  +-    --    images/hi32-actions-pmc-back.png
A  +-    --    images/hi32-actions-pmc-next.png
A  +-    --    images/hi32-actions-pmc-pause.png
A  +-    --    images/hi32-actions-pmc-play.png
A  +-    --    images/hi32-actions-pmc-previous.png
A  +-    --    images/hi32-actions-pmc-stop.png
M  +1    -1    mediaelements/imageviewer/PictureStrip.qml
M  +5    -5    mediaelements/mediacontroller/MediaController.qml

http://commits.kde.org/plasma-mediacenter/883b3ef42d687deb42a08857de2be8b0ede5c797

diff --git a/images/hi32-actions-pmc-back.png b/images/hi32-actions-pmc-back.png
new file mode 100644
index 0000000..e8d60ce
Binary files /dev/null and b/images/hi32-actions-pmc-back.png differ
diff --git a/images/hi32-actions-pmc-next.png b/images/hi32-actions-pmc-next.png
new file mode 100644
index 0000000..857a0eb
Binary files /dev/null and b/images/hi32-actions-pmc-next.png differ
diff --git a/images/hi32-actions-pmc-pause.png b/images/hi32-actions-pmc-pause.png
new file mode 100644
index 0000000..5eb0996
Binary files /dev/null and b/images/hi32-actions-pmc-pause.png differ
diff --git a/images/hi32-actions-pmc-play.png b/images/hi32-actions-pmc-play.png
new file mode 100644
index 0000000..4f4dcda
Binary files /dev/null and b/images/hi32-actions-pmc-play.png differ
diff --git a/images/hi32-actions-pmc-previous.png \
b/images/hi32-actions-pmc-previous.png new file mode 100644
index 0000000..dc68744
Binary files /dev/null and b/images/hi32-actions-pmc-previous.png differ
diff --git a/images/hi32-actions-pmc-stop.png b/images/hi32-actions-pmc-stop.png
new file mode 100644
index 0000000..8a22b01
Binary files /dev/null and b/images/hi32-actions-pmc-stop.png differ
diff --git a/mediaelements/imageviewer/PictureStrip.qml \
b/mediaelements/imageviewer/PictureStrip.qml index 4825f2e..ce457cb 100644
--- a/mediaelements/imageviewer/PictureStrip.qml
+++ b/mediaelements/imageviewer/PictureStrip.qml
@@ -48,7 +48,7 @@ PlasmaCore.FrameSvgItem {
             height: parent.height
             checkable: true
             width: height
-            iconSource: checked ? "media-playback-pause" : "media-playback-start"
+            iconSource: checked ? "pmc-pause" : "pmc-play"
             onCheckedChanged: if (checked) rootItem.slideShowStarted();
             Timer {
                 id: slideshowTimer
diff --git a/mediaelements/mediacontroller/MediaController.qml \
b/mediaelements/mediacontroller/MediaController.qml index 8a8d589..7cf433b 100644
--- a/mediaelements/mediacontroller/MediaController.qml
+++ b/mediaelements/mediacontroller/MediaController.qml
@@ -61,7 +61,7 @@ FocusScope {
                 id: backButton
                 height: parent.height
                 width: height
-                iconSource: "arrow-left";
+                iconSource: "pmc-back";
                 onClicked: controlBarFrame.backButtonClicked();
             }
 
@@ -71,7 +71,7 @@ FocusScope {
                 width: height
                 visible: true
 
-                iconSource: "media-skip-backward"
+                iconSource: "pmc-previous"
 
                 onClicked: {
                     runtimeDataObject.userTrigerredStop = true;
@@ -85,7 +85,7 @@ FocusScope {
                 height: parent.height
                 width: height
 
-                iconSource: runtimeDataObject.playing ? "media-playback-pause" : \
"media-playback-start" +                iconSource: runtimeDataObject.playing ? \
"pmc-pause" : "pmc-play"  onClicked: controlBarFrame.playPause()
             }
 
@@ -94,7 +94,7 @@ FocusScope {
                 height: parent.height
                 width: height
 
-                iconSource: "media-playback-stop"
+                iconSource: "pmc-stop"
                 onClicked: controlBarFrame.stop()
             }
 
@@ -104,7 +104,7 @@ FocusScope {
                 width: height
                 visible: true
 
-                iconSource: "media-skip-forward"
+                iconSource: "pmc-next"
 
                 onClicked: {
                     runtimeDataObject.userTrigerredStop = true;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic