[vlc-commits] [Git][videolan/vlc][master] 7 commits: qt : add new tv svg icon
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jul 30 11:32:45 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
6f3a3ada by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new tv svg icon
- - - - -
9b1782ab by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new teletext svg icon
- - - - -
ebbf933f by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new info svg icon
- - - - -
fe8f615d by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new album cover svg icon
- - - - -
4eeec98d by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new time svg icon
- - - - -
722b49fd by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new spacebar svg icon
- - - - -
dfe1cfcb by Alexandre Perraud at 2026-07-30T11:15:58+00:00
qt : add new home svg icon
- - - - -
18 changed files:
- modules/gui/qt/Makefile.am
- modules/gui/qt/pixmaps/VLCIcons.json
- modules/gui/qt/pixmaps/VLCIcons.ttf
- − modules/gui/qt/pixmaps/icons/album_cover.svg
- − modules/gui/qt/pixmaps/icons/home.svg
- + modules/gui/qt/pixmaps/icons/ic_album_cover.svg
- + modules/gui/qt/pixmaps/icons/ic_fluent_clock.svg
- + modules/gui/qt/pixmaps/icons/ic_fluent_home.svg
- + modules/gui/qt/pixmaps/icons/ic_fluent_info.svg
- + modules/gui/qt/pixmaps/icons/ic_fluent_spacebar.svg
- + modules/gui/qt/pixmaps/icons/ic_fluent_tv.svg
- + modules/gui/qt/pixmaps/icons/ic_tvtelx.svg
- − modules/gui/qt/pixmaps/icons/info.svg
- − modules/gui/qt/pixmaps/icons/space.svg
- − modules/gui/qt/pixmaps/icons/time.svg
- − modules/gui/qt/pixmaps/icons/tv.svg
- − modules/gui/qt/pixmaps/icons/tvtelx.svg
- modules/gui/qt/player/qml/PlayerControlbarControls.qml
Changes:
=====================================
modules/gui/qt/Makefile.am
=====================================
@@ -802,7 +802,7 @@ libqt_plugin_la_RES = \
pixmaps/addons/addon_score.svg \
pixmaps/icons/active_indicator.svg \
pixmaps/icons/add.svg \
- pixmaps/icons/album_cover.svg \
+ pixmaps/icons/ic_album_cover.svg \
pixmaps/icons/ic_aspect_ratio.svg \
pixmaps/icons/atob.svg \
pixmaps/icons/ic_audiosub.svg \
@@ -832,8 +832,8 @@ libqt_plugin_la_RES = \
pixmaps/icons/ic_fluent_full_screen_maximize.svg \
pixmaps/icons/ic_fluent_grid.svg \
pixmaps/icons/history.svg \
- pixmaps/icons/home.svg \
- pixmaps/icons/info.svg \
+ pixmaps/icons/ic_fluent_home.svg \
+ pixmaps/icons/ic_fluent_info.svg \
pixmaps/icons/ic_fluent_apps_list.svg \
pixmaps/icons/ic_fluent_more_vertical.svg \
pixmaps/icons/multiselect.svg \
@@ -865,11 +865,11 @@ libqt_plugin_la_RES = \
pixmaps/icons/ic_fluent_skip_back_10.svg \
pixmaps/icons/ic_fluent_skip_forward_10.svg \
pixmaps/icons/ic_fluent_camera.svg \
- pixmaps/icons/space.svg \
+ pixmaps/icons/ic_fluent_spacebar.svg \
pixmaps/icons/ic_fluent_stop.svg \
pixmaps/icons/stream.svg \
pixmaps/icons/sync.svg \
- pixmaps/icons/time.svg \
+ pixmaps/icons/ic_fluent_clock.svg \
pixmaps/icons/ic_fluent_globe.svg \
pixmaps/icons/topbar_filter.svg \
pixmaps/icons/ic_fluent_music_note_2.svg \
@@ -878,8 +878,8 @@ libqt_plugin_la_RES = \
pixmaps/icons/ic_fluent_filmstrip.svg \
pixmaps/icons/ic_fluent_chevron_up.svg \
pixmaps/icons/ic_fluent_chevron_down.svg \
- pixmaps/icons/tv.svg \
- pixmaps/icons/tvtelx.svg \
+ pixmaps/icons/ic_fluent_tv.svg \
+ pixmaps/icons/ic_tvtelx.svg \
pixmaps/icons/visualization.svg \
pixmaps/icons/volume_high.svg \
pixmaps/icons/volume_low.svg \
=====================================
modules/gui/qt/pixmaps/VLCIcons.json
=====================================
@@ -7,7 +7,7 @@
"glyphs" : [
{"key":"active_indicator", "path": "./icons/active_indicator.svg"},
{"key":"add", "path": "./icons/add.svg"},
- {"key":"album_cover", "path": "./icons/album_cover.svg"},
+ {"key":"album_cover", "path": "./icons/ic_album_cover.svg"},
{"key":"aspect_ratio", "path": "./icons/ic_aspect_ratio.svg"},
{"key":"atob", "path": "./icons/atob.svg"},
{"key":"audiosub", "path": "./icons/ic_audiosub.svg"},
@@ -36,8 +36,8 @@
{"key":"fullscreen", "path": "./icons/ic_fluent_full_screen_maximize.svg"},
{"key":"grid", "path": "./icons/ic_fluent_grid.svg"},
{"key":"history", "path": "./icons/history.svg"},
- {"key":"home", "path": "./icons/home.svg" },
- {"key":"info", "path": "./icons/info.svg"},
+ {"key":"home", "path": "./icons/ic_fluent_home.svg" },
+ {"key":"info", "path": "./icons/ic_fluent_info.svg"},
{"key":"list", "path": "./icons/ic_fluent_apps_list.svg"},
{"key":"more", "path": "./icons/ic_fluent_more_vertical.svg"},
{"key":"next", "path": "./icons/ic_fluent_next.svg"},
@@ -68,10 +68,10 @@
{"key":"skip_for", "path": "./icons/ic_fluent_skip_forward_10.svg"},
{"key":"slower", "path": "./icons/ic_fluent_rewind.svg"},
{"key":"snapshot", "path": "./icons/ic_fluent_camera.svg"},
- {"key":"space", "path": "./icons/space.svg"},
+ {"key":"space", "path": "./icons/ic_fluent_spacebar.svg"},
{"key":"stop", "path": "./icons/ic_fluent_stop.svg"},
{"key":"stream", "path": "./icons/stream.svg"},
- {"key":"time", "path": "./icons/time.svg"},
+ {"key":"time", "path": "./icons/ic_fluent_clock.svg"},
{"key":"topbar_discover", "path": "./icons/ic_fluent_globe.svg"},
{"key":"topbar_music", "path": "./icons/ic_fluent_music_note_2.svg"},
{"key":"topbar_network", "path": "./icons/ic_fluent_wifi_1.svg"},
@@ -79,8 +79,8 @@
{"key":"topbar_video", "path": "./icons/ic_fluent_filmstrip.svg"},
{"key":"chevron_up", "path": "./icons/ic_fluent_chevron_up.svg"},
{"key":"chevron_down", "path": "./icons/ic_fluent_chevron_down.svg"},
- {"key":"tv", "path": "./icons/tv.svg"},
- {"key":"tvtelx", "path": "./icons/tvtelx.svg"},
+ {"key":"tv", "path": "./icons/ic_fluent_tv.svg"},
+ {"key":"tvtelx", "path": "./icons/ic_tvtelx.svg"},
{"key":"transparency", "path": "./icons/transparency.svg"},
{"key":"circle", "path": "./icons/circle.svg"},
{"key":"visualization", "path": "./icons/visualization.svg"},
=====================================
modules/gui/qt/pixmaps/VLCIcons.ttf
=====================================
Binary files a/modules/gui/qt/pixmaps/VLCIcons.ttf and b/modules/gui/qt/pixmaps/VLCIcons.ttf differ
=====================================
modules/gui/qt/pixmaps/icons/album_cover.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path fill-rule="evenodd" clip-rule="evenodd" d="M18 8.16667C18 6.97005 17.03 6 15.8333 6H8.16667C6.97005 6 6 6.97005 6 8.16667V15.8333C6 17.03 6.97005 18 8.16667 18H15.8333C17.03 18 18 17.03 18 15.8333V8.16667ZM8.16667 6.375H15.8333L15.9131 6.37675C16.8656 6.4185 17.625 7.2039 17.625 8.16667V15.8333L17.6233 15.9131C17.5815 16.8656 16.7961 17.625 15.8333 17.625H8.16667L8.08686 17.6233C7.13438 17.5815 6.375 16.7961 6.375 15.8333V8.16667L6.37675 8.08686C6.4185 7.13438 7.2039 6.375 8.16667 6.375ZM12.3258 9.02108C12.2928 9.0075 12.2567 9 12.2188 9C12.1462 9 12.0801 9.02746 12.0302 9.07256L12.0089 9.09402C11.9645 9.14375 11.9375 9.20935 11.9375 9.28125V12.8278C11.6768 12.6588 11.349 12.5625 11 12.5625C10.6068 12.5625 10.2405 12.6848 9.96673 12.8954C9.69262 13.1062 9.5 13.417 9.5 13.7812C9.5 14.1454 9.69262 14.4563 9.96673 14.6671C10.2405 14.8777 10.6068 15 11 15C11.3932 15 11.7595 14.8777 12.0333 14.6671C12.3074 14.4563 12.5 14.1454 12.5 13.7812V11.0033L14.5553 11.7938C14.6418 11.827 14.7391 11.8155 14.8155 11.7631C14.8919 11.7106 14.9375 11.6239 14.9375 11.5312V10.8626C14.9375 10.3583 14.6269 9.90614 14.1563 9.72511L12.3258 9.02108Z" fill="black"/>
-</svg>
=====================================
modules/gui/qt/pixmaps/icons/home.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0002 7L6 12.904L6.57398 13.4688L7.10295 12.9542V18H11.1838V13.9888H12.8162V18H16.8965V12.9542L17.4255 13.4688L18 12.904L12.0002 7ZM7.91942 12.152L12.0002 8.1408L16.0806 12.152V17.1983H13.6317V13.1866H10.3678V17.1983H7.91942V12.152Z" fill="black"/>
-</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_album_cover.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m8 5c-1.662 0-3 1.3357-3 2.9941v8.0117c0 1.6584 1.338 2.9941 3 2.9941h8c1.662 0 3-1.3357 3-2.9941v-8.0117c0-1.6584-1.338-2.9941-3-2.9941zm0 1h8c1.108 0 2 0.89199 2 2v8c0 1.108-0.89199 2-2 2h-8c-1.108 0-2-0.89199-2-2v-8c0-1.108 0.89199-2 2-2zm4.5 8.25v-3.2129l2.3965 0.73828c0.32223 0.10013 0.64911-0.14108 0.64844-0.47852v-1.1719c-2.8e-5 -0.61437-0.39469-1.1643-0.97656-1.3613-0.0039-0.00135-0.0078-0.00265-0.01172-0.00391l-2.4082-0.75195c-0.04247-0.012939-0.08648-0.020164-0.13086-0.021484-0.2822-0.0099003-0.51662 0.21567-0.51758 0.49805v4.1855c-0.22777-0.10929-0.48224-0.16992-0.75-0.16992-0.96058 0-1.75 0.78942-1.75 1.75s0.78942 1.75 1.75 1.75 1.75-0.78942 1.75-1.75zm0-5.0859 1.748 0.54688v0.00195c0.17816 0.061085 0.29687 0.22301 0.29688 0.41211v0.49414l-2.0449-0.6289zm-1.75 4.3359c0.42014 0 0.75 0.32986 0.75 0.75s-0.32986 0.75-0.75 0.75-0.75-0.32986-0.75-0.75 0.32986-0.75 0.75-0.75z" fill="#000" style="paint-order:markers fill stroke"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_fluent_clock.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m12 4c4.4183 0 8 3.5817 8 8 0 4.4183-3.5817 8-8 8-4.4183 0-8-3.5817-8-8 0-4.4183 3.5817-8 8-8zm0 1c-3.866 0-7 3.134-7 7 0 3.866 3.134 7 7 7 3.866 0 7-3.134 7-7 0-3.866-3.134-7-7-7zm-0.5 2c0.24546 0 0.44961 0.17688 0.49194 0.41012l0.00806 0.08988v4.5h2.5c0.2761 0 0.5 0.2239 0.5 0.5 0 0.2455-0.1769 0.4496-0.4101 0.4919l-0.0899 0.0081h-3c-0.24546 0-0.44961-0.1769-0.49194-0.4101l-0.00806-0.0899v-5c0-0.27614 0.22386-0.5 0.5-0.5z" fill="#212121"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_fluent_home.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m10.998 4.3881c0.57017-0.51227 1.4348-0.51227 2.005 0l5.5 4.9415c0.3166 0.28449 0.4975 0.69012 0.4975 1.1158v7.0542c0 0.8284-0.6716 1.5-1.5 1.5h-2.5c-0.8284 0-1.5-0.6716-1.5-1.5v-3.5c0-0.2762-0.2239-0.5-0.5-0.5h-2c-0.27614 0-0.5 0.2238-0.5 0.5v3.5c0 0.8284-0.67157 1.5-1.5 1.5h-2.5c-0.82843 0-1.5-0.6716-1.5-1.5v-7.0542c0-0.42567 0.18086-0.8313 0.4975-1.1158zm1.3367 0.74386c-0.1901-0.17075-0.47831-0.17075-0.66837 0l-5.5 4.9415c-0.10554 0.09483-0.16583 0.23004-0.16583 0.37193v7.0542c0 0.2761 0.22386 0.5 0.5 0.5h2.5c0.27614 0 0.5-0.2239 0.5-0.5v-3.5c0-0.8285 0.67157-1.5 1.5-1.5h2c0.8284 0 1.5 0.6715 1.5 1.5v3.5c0 0.2761 0.2239 0.5 0.5 0.5h2.5c0.2761 0 0.5-0.2239 0.5-0.5v-7.0542c0-0.14189-0.0603-0.2771-0.1658-0.37193z" fill="#212121"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_fluent_info.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m12.492 10.91c-0.0424-0.23325-0.2465-0.41013-0.492-0.41013-0.27613 0-0.49999 0.22386-0.49999 0.5v4.5021l0.0081 0.0899c0.04234 0.2333 0.24648 0.4101 0.49193 0.4101 0.2762 0 0.5-0.2238 0.5-0.5v-4.5021zm0.3067-2.1601c0-0.41421-0.3358-0.75-0.75-0.75-0.41419 0-0.74997 0.33579-0.74997 0.75 0 0.41422 0.33578 0.75 0.74997 0.75 0.4142 0 0.75-0.33578 0.75-0.75zm7.2012 3.25c0-4.4183-3.5817-8-8-8-4.4183 0-8 3.5817-8 8 0 4.4183 3.5817 8 8 8 4.4183 0 8-3.5817 8-8zm-15 0c0-3.866 3.134-7 7-7 3.866 0 7 3.134 7 7 0 3.866-3.134 7-7 7-3.866 0-7-3.134-7-7z" fill="#212121"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_fluent_spacebar.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m4.5 10c0.27614 0 0.5 0.22386 0.5 0.5v2c0 0.2761 0.22386 0.5 0.5 0.5h13c0.2761 0 0.5-0.2239 0.5-0.5v-2c0-0.27614 0.2239-0.5 0.5-0.5s0.5 0.22386 0.5 0.5v2c0 0.8284-0.6716 1.5-1.5 1.5h-13c-0.82843 0-1.5-0.6716-1.5-1.5v-2c0-0.27614 0.22386-0.5 0.5-0.5z" fill="#212121"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_fluent_tv.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m4 8c0-1.1046 0.89543-2 2-2h12c1.1046 0 2 0.89543 2 2v7c0 1.1046-0.8954 2-2 2h-12c-1.1046 0-2-0.8954-2-2zm2-1c-0.55228 0-1 0.44772-1 1v7c0 0.5523 0.44772 1 1 1h12c0.5523 0 1-0.4477 1-1v-7c0-0.55228-0.4477-1-1-1zm1 11.5c0-0.2761 0.22386-0.5 0.5-0.5h9c0.2761 0 0.5 0.2239 0.5 0.5s-0.2239 0.5-0.5 0.5h-9c-0.27614 0-0.5-0.2239-0.5-0.5z" fill="#212121"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/ic_tvtelx.svg
=====================================
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="24" height="24" fill="none" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path d="m6 6c-1.1046 0-2 0.89543-2 2v7c0 1.1046 0.89543 2 2 2h12c1.1046 0 2-0.8954 2-2v-7c0-1.1046-0.8954-2-2-2h-12zm0 1h12c0.5523 0 1 0.44774 1 1v7c0 0.5523-0.4477 1-1 1h-12c-0.55228 0-1-0.4477-1-1v-7c0-0.55226 0.44772-1 1-1zm0.5 1.5a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h11a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5h-11zm0 2.5a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h11a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5h-11zm0 2.5a0.5 0.5 0 0 0-0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h11a0.5 0.5 0 0 0 0.5-0.5 0.5 0.5 0 0 0-0.5-0.5h-11zm1 4.5c-0.27614 0-0.5 0.22372-0.5 0.5 0 0.27624 0.22386 0.5 0.5 0.5h9c0.2761 0 0.5-0.22372 0.5-0.5 0-0.27628-0.2239-0.5-0.5-0.5h-9z" fill="#000"/>
+</svg>
=====================================
modules/gui/qt/pixmaps/icons/info.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M12 11C12.2761 11 12.5 11.2239 12.5 11.5V14.5C12.5 14.7761 12.2761 15 12 15C11.7239 15 11.5 14.7761 11.5 14.5V11.5C11.5 11.2239 11.7239 11 12 11ZM12 10.2491C12.4137 10.2491 12.749 9.91371 12.749 9.50003C12.749 9.08635 12.4137 8.751 12 8.751C11.5863 8.751 11.251 9.08635 11.251 9.50003C11.251 9.91371 11.5863 10.2491 12 10.2491ZM6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12ZM12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7Z" fill="#212121"/>
-</svg>
=====================================
modules/gui/qt/pixmaps/icons/space.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M20.5 11V13C20.5 13.1381 20.3881 13.25 20.25 13.25H3.75C3.61193 13.25 3.5 13.1381 3.5 13V11C3.5 10.5858 3.16421 10.25 2.75 10.25C2.33579 10.25 2 10.5858 2 11C2 11.4444 2 12.1111 2 13C2 13.9665 2.7835 14.75 3.75 14.75H20.25C21.2165 14.75 22 13.9665 22 13V11C22 10.5858 21.6642 10.25 21.25 10.25C20.8358 10.25 20.5 10.5858 20.5 11Z" fill="#212121"/>
-</svg>
=====================================
modules/gui/qt/pixmaps/icons/time.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path fill-rule="evenodd" clip-rule="evenodd" d="M12 12V8.25H11.25V12.75H14.25V12H12ZM12 6.75C11.5155 6.75 11.0505 6.81225 10.6058 6.9375C10.1603 7.06275 9.74325 7.239 9.35475 7.46775C8.96625 7.6965 8.6115 7.97025 8.29125 8.29125C7.971 8.6115 7.6965 8.96625 7.46775 9.35475C7.239 9.74325 7.06275 10.161 6.9375 10.6088C6.813 11.0558 6.75 11.5192 6.75 12C6.75 12.4845 6.813 12.9495 6.9375 13.3942C7.06275 13.8397 7.239 14.2568 7.46775 14.6453C7.6965 15.0338 7.971 15.3885 8.29125 15.7087C8.6115 16.0297 8.96625 16.3035 9.35475 16.5322C9.74325 16.761 10.1618 16.9373 10.6088 17.0625C11.0558 17.1877 11.5192 17.25 12 17.25C12.4808 17.25 12.945 17.1877 13.3912 17.0625C13.839 16.9373 14.2575 16.761 14.6453 16.5322C15.0345 16.3035 15.3892 16.0297 15.7087 15.7087C16.0297 15.3885 16.3035 15.0338 16.5322 14.6453C16.761 14.2568 16.938 13.839 17.0625 13.3912C17.1877 12.9442 17.25 12.4808 17.25 12C17.25 11.5192 17.1877 11.0558 17.0625 10.6088C16.938 10.161 16.761 9.74325 16.5322 9.35475C16.3035 8.96625 16.0297 8.6115 15.7087 8.29125C15.3892 7.97025 15.0345 7.6965 14.6453 7.46775C14.2575 7.239 13.839 7.06275 13.3912 6.9375C12.945 6.81225 12.4808 6.75 12 6.75ZM12 18C11.4457 18 10.9133 17.9288 10.4033 17.7863C9.89325 17.6438 9.41625 17.442 8.97075 17.1825C8.52525 16.923 8.12025 16.6102 7.755 16.245C7.3905 15.8798 7.07775 15.4747 6.8175 15.0292C6.558 14.5837 6.357 14.1053 6.21375 13.5938C6.072 13.0823 6 12.5505 6 12C6 11.4495 6.072 10.9177 6.21375 10.4062C6.357 9.89475 6.558 9.41625 6.8175 8.97075C7.07775 8.52525 7.3905 8.12025 7.755 7.755C8.12025 7.38975 8.52525 7.077 8.97075 6.8175C9.41625 6.558 9.89475 6.35625 10.4062 6.21375C10.9185 6.07125 11.4495 6 12 6C12.5505 6 13.0823 6.07125 13.5938 6.21375C14.106 6.35625 14.5837 6.558 15.0292 6.8175C15.4747 7.077 15.8805 7.38975 16.245 7.755C16.6102 8.12025 16.923 8.52525 17.1825 8.97075C17.4427 9.41625 17.6438 9.89475 17.7863 10.4062C17.9288 10.9177 18 11.4495 18 12C18 12.555 17.9288 13.0867 17.7863 13.5967C17.6438 14.1067 17.4427 14.5837 17.1825 15.0292C16.923 15.4747 16.6102 15.8798 16.245 16.245C15.8805 16.6102 15.4747 16.923 15.0292 17.1825C14.5837 17.442 14.106 17.6438 13.5938 17.7863C13.0823 17.9288 12.5505 18 12 18Z" fill="black"/>
-</svg>
=====================================
modules/gui/qt/pixmaps/icons/tv.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path d="M4.75 4C3.23122 4 2 5.23122 2 6.75V15.25C2 16.7688 3.23122 18 4.75 18H19.25C20.7688 18 22 16.7688 22 15.25V6.75C22 5.23122 20.7688 4 19.25 4H4.75ZM3.5 6.75C3.5 6.05964 4.05964 5.5 4.75 5.5H19.25C19.9404 5.5 20.5 6.05964 20.5 6.75V15.25C20.5 15.9404 19.9404 16.5 19.25 16.5H4.75C4.05964 16.5 3.5 15.9404 3.5 15.25V6.75ZM5.75 19.5C5.33579 19.5 5 19.8358 5 20.25C5 20.6642 5.33579 21 5.75 21H18.25C18.6642 21 19 20.6642 19 20.25C19 19.8358 18.6642 19.5 18.25 19.5H5.75Z" fill="#212121"/>
-</svg>
=====================================
modules/gui/qt/pixmaps/icons/tvtelx.svg deleted
=====================================
@@ -1,3 +0,0 @@
-<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
-<path fill-rule="evenodd" clip-rule="evenodd" d="M2 6.75C2 5.23122 3.23122 4 4.75 4H19.25C20.7688 4 22 5.23122 22 6.75V15.25C22 16.7688 20.7688 18 19.25 18H4.75C3.23122 18 2 16.7688 2 15.25V6.75ZM4.75 5.5C4.05964 5.5 3.5 6.05964 3.5 6.75V15.25C3.5 15.9404 4.05964 16.5 4.75 16.5H19.25C19.9404 16.5 20.5 15.9404 20.5 15.25V6.75C20.5 6.05964 19.9404 5.5 19.25 5.5H4.75ZM5 20.25C5 19.8358 5.33579 19.5 5.75 19.5H18.25C18.6642 19.5 19 19.8358 19 20.25C19 20.6642 18.6642 21 18.25 21H5.75C5.33579 21 5 20.6642 5 20.25ZM5 7.70588C5 7.31603 5.33579 7 5.75 7H18.25C18.6642 7 19 7.31603 19 7.70588C19 8.09573 18.6642 8.41176 18.25 8.41176H5.75C5.33579 8.41176 5 8.09573 5 7.70588ZM5.75 10.2941C5.33579 10.2941 5 10.6102 5 11C5 11.3898 5.33579 11.7059 5.75 11.7059H18.25C18.6642 11.7059 19 11.3898 19 11C19 10.6102 18.6642 10.2941 18.25 10.2941H5.75ZM5.75 13.5882C5.33579 13.5882 5 13.9043 5 14.2941C5 14.684 5.33579 15 5.75 15H18.25C18.6642 15 19 14.684 19 14.2941C19 13.9043 18.6642 13.5882 18.25 13.5882H5.75Z" fill="#212121"/>
-</svg>
=====================================
modules/gui/qt/player/qml/PlayerControlbarControls.qml
=====================================
@@ -69,7 +69,7 @@ QtObject {
{ id: ControlListModel.PLAYER_SWITCH_BUTTON, file: "PlayerSwitchButton.qml", label: VLCIcons.fullscreen, text: qsTr("Switch Player") },
{ id: ControlListModel.ARTWORK_INFO, file: "ArtworkInfoWidget.qml", label: VLCIcons.info, text: qsTr("Artwork Info") },
{ id: ControlListModel.PLAYBACK_SPEED_BUTTON, file: "PlaybackSpeedButton.qml", label: "1x", text: qsTr("Playback Speed") },
- { id: ControlListModel.HIGH_RESOLUTION_TIME_WIDGET, file: "HighResolutionTimeWidget.qml", label: VLCIcons.info, text: qsTr("High Resolution Time") }
+ { id: ControlListModel.HIGH_RESOLUTION_TIME_WIDGET, file: "HighResolutionTimeWidget.qml", label: VLCIcons.time, text: qsTr("High Resolution Time") }
]
function control(id) {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/db483e2ba82f2302697f87c6273061331e6775bf...dfe1cfcb8b3af450e8003534f4d0201097509372
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/db483e2ba82f2302697f87c6273061331e6775bf...dfe1cfcb8b3af450e8003534f4d0201097509372
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list