[vlc-commits] qt: add home icon
Pierre Lamot
git at videolan.org
Thu Oct 15 10:33:12 CEST 2020
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Thu Oct 8 15:53:38 2020 +0200| [273b28d5b337b96e3cfcea820576c6dd0f839e8a] | committer: Pierre Lamot
qt: add home icon
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=273b28d5b337b96e3cfcea820576c6dd0f839e8a
---
modules/gui/qt/pixmaps/VLCIcons.json | 3 ++-
modules/gui/qt/pixmaps/VLCIcons.ttf | Bin 29236 -> 29332 bytes
modules/gui/qt/pixmaps/home.svg | 3 +++
modules/gui/qt/style/VLCIcons.qml | 1 +
4 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/modules/gui/qt/pixmaps/VLCIcons.json b/modules/gui/qt/pixmaps/VLCIcons.json
index 4ab0f3db6e..bd23cdb009 100644
--- a/modules/gui/qt/pixmaps/VLCIcons.json
+++ b/modules/gui/qt/pixmaps/VLCIcons.json
@@ -155,6 +155,7 @@
{"key": "window_close", "path": "./topbar/window_close.svg" },
{"key": "window_maximize", "path": "./topbar/window_maximize.svg" },
{"key": "window_minimize", "path": "./topbar/window_minimize.svg" },
- {"key": "window_restore", "path": "./topbar/window_restore.svg" }
+ {"key": "window_restore", "path": "./topbar/window_restore.svg" },
+ {"key": "home", "path": "./home.svg" }
]
}
diff --git a/modules/gui/qt/pixmaps/VLCIcons.ttf b/modules/gui/qt/pixmaps/VLCIcons.ttf
index c5a217690d..0f72afe803 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/home.svg b/modules/gui/qt/pixmaps/home.svg
new file mode 100644
index 0000000000..93e5d7ad73
--- /dev/null
+++ b/modules/gui/qt/pixmaps/home.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
+<path d="M13.1,23.1L24,12.4l10.9,10.7v13.5h-6.5V25.8h-8.7v10.7h-6.5V23.1z M24,9.3L8,25.1l1.5,1.5l1.4-1.4v13.5h10.9 V28h4.4v10.7h10.9V25.2l1.4,1.4l1.5-1.5L24,9.3z"/>
+</svg>
diff --git a/modules/gui/qt/style/VLCIcons.qml b/modules/gui/qt/style/VLCIcons.qml
index f2e1761a7c..10e20c71c4 100644
--- a/modules/gui/qt/style/VLCIcons.qml
+++ b/modules/gui/qt/style/VLCIcons.qml
@@ -169,5 +169,6 @@ Item {
property string window_maximize : "\ue095"
property string window_minimize : "\ue096"
property string window_restore : "\ue097"
+ property string home : "\ue098"
}
\ No newline at end of file
More information about the vlc-commits
mailing list