[vlc-commits] qml: add back icon in VLCIcons
Prince Gupta
git at videolan.org
Fri Jul 24 11:45:27 CEST 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Jun 29 19:37:42 2020 +0530| [d9a6dc378b7e8da3d35b6247c000e789b252e203] | committer: Pierre Lamot
qml: add back icon in VLCIcons
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d9a6dc378b7e8da3d35b6247c000e789b252e203
---
modules/gui/qt/pixmaps/VLCIcons.json | 3 ++-
modules/gui/qt/pixmaps/VLCIcons.ttf | Bin 28080 -> 28144 bytes
modules/gui/qt/pixmaps/back.svg | 7 +++++++
modules/gui/qt/style/VLCIcons.qml | 1 +
modules/gui/qt/vlc.qrc | 1 +
5 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/modules/gui/qt/pixmaps/VLCIcons.json b/modules/gui/qt/pixmaps/VLCIcons.json
index cdc160bbce..88ae38db3e 100644
--- a/modules/gui/qt/pixmaps/VLCIcons.json
+++ b/modules/gui/qt/pixmaps/VLCIcons.json
@@ -148,6 +148,7 @@
{"key":"album_cover", "path": "./album_cover.svg"},
{"key":"time", "path": "./time.svg"},
{"key":"play_outline", "path": "./play_outline.svg"},
- {"key":"enqueue", "path": "./enqueue.svg"}
+ {"key":"enqueue", "path": "./enqueue.svg"},
+ {"key":"back", "path": "./back.svg"}
]
}
diff --git a/modules/gui/qt/pixmaps/VLCIcons.ttf b/modules/gui/qt/pixmaps/VLCIcons.ttf
index 99b2a06d77..0c79c9b184 100644
Binary files a/modules/gui/qt/pixmaps/VLCIcons.ttf and b/modules/gui/qt/pixmaps/VLCIcons.ttf differ
diff --git a/modules/gui/qt/pixmaps/back.svg b/modules/gui/qt/pixmaps/back.svg
new file mode 100755
index 0000000000..d26eaa54ee
--- /dev/null
+++ b/modules/gui/qt/pixmaps/back.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 24.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve">
+<title>Icon-Back</title>
+<polygon points="32.5,10 30.8,8 15.5,24 30.8,40 32.5,38 19.2,24 "/>
+</svg>
diff --git a/modules/gui/qt/style/VLCIcons.qml b/modules/gui/qt/style/VLCIcons.qml
index dd8d588715..74e7bb6cad 100644
--- a/modules/gui/qt/style/VLCIcons.qml
+++ b/modules/gui/qt/style/VLCIcons.qml
@@ -162,5 +162,6 @@ Item {
property string time : "\ue08e"
property string play_outline : "\ue08f"
property string enqueue : "\ue090"
+ property string back : "\ue091"
}
\ No newline at end of file
diff --git a/modules/gui/qt/vlc.qrc b/modules/gui/qt/vlc.qrc
index b3036063e8..7fd678bb2f 100644
--- a/modules/gui/qt/vlc.qrc
+++ b/modules/gui/qt/vlc.qrc
@@ -111,6 +111,7 @@
<file alias="noart_artist.svg">pixmaps/noart_artist.svg</file>
<file alias="noart_artist_small.svg">pixmaps/noart_artist_small.svg</file>
<file alias="play_button.svg">pixmaps/play_button.svg</file>
+ <file alias="back.svg">pixmaps/back.svg</file>
</qresource>
<qresource prefix="/prefsmenu">
<file alias="cone_audio_64.png">pixmaps/prefs/spref_cone_Audio_64.png</file>
More information about the vlc-commits
mailing list