Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save akdor1154/3ac6ad5a9664dad3584d to your computer and use it in GitHub Desktop.

Select an option

Save akdor1154/3ac6ad5a9664dad3584d to your computer and use it in GitHub Desktop.
From a062b8e9a47d91d67c0d48077de08098c495feef Mon Sep 17 00:00:00 2001
From: Jarrad Whitaker <jarrad.whitaker@gmail.com>
Date: Sun, 9 Nov 2014 18:45:01 +1100
Subject: [PATCH 3/4] SVG icons and a 128px png generate script
---
modules/gui/qt4/pixmaps/generate128.sh | 9 +
modules/gui/qt4/pixmaps/next.svg | 156 +++++++++++
modules/gui/qt4/pixmaps/pause.svg | 114 ++++++++
modules/gui/qt4/pixmaps/play.svg | 104 +++++++
modules/gui/qt4/pixmaps/playlist/playlist.svg | 191 +++++++++++++
modules/gui/qt4/pixmaps/playlist/repeat_all.svg | 120 +++++++++
modules/gui/qt4/pixmaps/playlist/repeat_one.svg | 202 ++++++++++++++
modules/gui/qt4/pixmaps/playlist/shuffle_on.svg | 125 +++++++++
modules/gui/qt4/pixmaps/previous.svg | 178 ++++++++++++
modules/gui/qt4/pixmaps/stop.svg | 102 +++++++
modules/gui/qt4/pixmaps/toolbar/atob.svg | 130 +++++++++
modules/gui/qt4/pixmaps/toolbar/atob_adesat.svg | 141 ++++++++++
modules/gui/qt4/pixmaps/toolbar/atob_noa.svg | 141 ++++++++++
modules/gui/qt4/pixmaps/toolbar/atob_nob.svg | 141 ++++++++++
modules/gui/qt4/pixmaps/toolbar/defullscreen.svg | 203 ++++++++++++++
modules/gui/qt4/pixmaps/toolbar/dvd_menu.svg | 165 ++++++++++++
modules/gui/qt4/pixmaps/toolbar/dvd_next.svg | 196 ++++++++++++++
modules/gui/qt4/pixmaps/toolbar/dvd_prev.svg | 181 +++++++++++++
modules/gui/qt4/pixmaps/toolbar/extended.svg | 200 ++++++++++++++
modules/gui/qt4/pixmaps/toolbar/frame-by-frame.svg | 300 +++++++++++++++++++++
modules/gui/qt4/pixmaps/toolbar/fullscreen.svg | 149 ++++++++++
modules/gui/qt4/pixmaps/toolbar/record.svg | 127 +++++++++
modules/gui/qt4/pixmaps/toolbar/snapshot.svg | 145 ++++++++++
modules/gui/qt4/pixmaps/toolbar/volume-high.svg | 122 +++++++++
modules/gui/qt4/pixmaps/toolbar/volume-low.svg | 122 +++++++++
modules/gui/qt4/pixmaps/toolbar/volume-max.svg | 122 +++++++++
modules/gui/qt4/pixmaps/toolbar/volume-medium.svg | 122 +++++++++
modules/gui/qt4/pixmaps/toolbar/volume-muted.svg | 172 ++++++++++++
28 files changed, 4180 insertions(+)
create mode 100755 modules/gui/qt4/pixmaps/generate128.sh
create mode 100644 modules/gui/qt4/pixmaps/next.svg
create mode 100644 modules/gui/qt4/pixmaps/pause.svg
create mode 100644 modules/gui/qt4/pixmaps/play.svg
create mode 100644 modules/gui/qt4/pixmaps/playlist/playlist.svg
create mode 100644 modules/gui/qt4/pixmaps/playlist/repeat_all.svg
create mode 100644 modules/gui/qt4/pixmaps/playlist/repeat_one.svg
create mode 100644 modules/gui/qt4/pixmaps/playlist/shuffle_on.svg
create mode 100644 modules/gui/qt4/pixmaps/previous.svg
create mode 100644 modules/gui/qt4/pixmaps/stop.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/atob.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/atob_adesat.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/atob_noa.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/atob_nob.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/defullscreen.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/dvd_menu.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/dvd_next.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/dvd_prev.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/extended.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/frame-by-frame.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/fullscreen.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/record.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/snapshot.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/volume-high.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/volume-low.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/volume-max.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/volume-medium.svg
create mode 100644 modules/gui/qt4/pixmaps/toolbar/volume-muted.svg
diff --git a/modules/gui/qt4/pixmaps/generate128.sh b/modules/gui/qt4/pixmaps/generate128.sh
new file mode 100755
index 0000000..757abb5
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/generate128.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+IFS='\
+'
+for i in $(find . -name "*.svg"); do
+ n=$(basename -s .svg "$i")
+ d=$(dirname "$i")
+ inkscape -z -e="${d}/${n}_128px.png" -w 128 -h 128 "$i"
+done
+
diff --git a/modules/gui/qt4/pixmaps/next.svg b/modules/gui/qt4/pixmaps/next.svg
new file mode 100644
index 0000000..0b71e05
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/next.svg
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4291"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="next.png">
+ <metadata
+ id="metadata4297">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4295">
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4332"
+ xlink:href="#linearGradient3831"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4620"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient3837"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3831-2">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833-5" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4660"
+ xlink:href="#linearGradient3831-2"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="958"
+ inkscape:window-height="1173"
+ id="namedview4293"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="12.203125"
+ inkscape:cx="32.165169"
+ inkscape:cy="44.290756"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4291">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4301"
+ empspacing="84"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#888a85;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 58,47 1,-1 0,-28 -1,-1 -6,0 -1,1 0,28 1,1 z"
+ id="path4303"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3837);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 57,45 0,-26 -4,0 0,26 z"
+ id="path4305"
+ inkscape:connector-curvature="0" />
+ <g
+ id="g4311">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4307"
+ d="M 49,32 33,49 27,44 27,20 33,15 z"
+ style="fill:#888a85;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4309"
+ d="M 46,32 33,46 29,43 29,21 33,18 z"
+ style="fill:url(#linearGradient4620);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g4311"
+ id="use4315"
+ transform="translate(-24,0)"
+ width="64"
+ height="64" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/pause.svg b/modules/gui/qt4/pixmaps/pause.svg
new file mode 100644
index 0000000..4ce1f1f
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/pause.svg
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4165"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="pause.svg">
+ <metadata
+ id="metadata4171">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4169">
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4196"
+ xlink:href="#linearGradient3831"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4953"
+ gradientUnits="userSpaceOnUse"
+ x1="17"
+ y1="58"
+ x2="17"
+ y2="6" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="958"
+ inkscape:window-height="1173"
+ id="namedview4167"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="10.429825"
+ inkscape:cx="34.739722"
+ inkscape:cy="30.602099"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="g4231">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4175"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ id="g4231">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4177"
+ d="M 9,61 25,61 27,59 27,5 25,3 9,3 7,5 7,59 z"
+ style="fill:#888a85;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4179"
+ d="m 22,58 2,-2 0,-48 -2,-2 -10,0 -2,2 0,48 2,2 z"
+ style="fill:url(#linearGradient4953);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g4231"
+ id="use4235"
+ transform="translate(30,0)"
+ width="64"
+ height="64" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/play.svg b/modules/gui/qt4/pixmaps/play.svg
new file mode 100644
index 0000000..4a49b59
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/play.svg
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg3039"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="play_128px.png">
+ <metadata
+ id="metadata3045">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs3043">
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3823">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3825" />
+ <stop
+ style="stop-color:#000000;stop-opacity:0;"
+ offset="1"
+ id="stop3827" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient3837"
+ x1="17"
+ y1="53"
+ x2="17"
+ y2="10"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview3041"
+ showgrid="true"
+ inkscape:zoom="10.882815"
+ inkscape:cx="30.595123"
+ inkscape:cy="35.459777"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg3039">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3049"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#888a85;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 15,5 -4,4 0,46 3,4 39,-27 z"
+ id="path3051"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3837);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="M 49,32 15,55 13,53 13,12 16,9 z"
+ id="path3053"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/playlist/playlist.svg b/modules/gui/qt4/pixmaps/playlist/playlist.svg
new file mode 100644
index 0000000..bf2c5fe
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/playlist/playlist.svg
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg8597"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="playlist.png">
+ <metadata
+ id="metadata8603">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs8601">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7129"
+ id="linearGradient7135"
+ x1="-14"
+ y1="45"
+ x2="-14"
+ y2="39"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7129">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop7131" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop7133" />
+ </linearGradient>
+ <linearGradient
+ y2="39"
+ x2="-14"
+ y1="45"
+ x1="-14"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8626"
+ xlink:href="#linearGradient7129"
+ inkscape:collect="always"
+ gradientTransform="translate(-1,-2)" />
+ <linearGradient
+ y2="39"
+ x2="-14"
+ y1="45"
+ x1="-14"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8626-4"
+ xlink:href="#linearGradient7129-5"
+ inkscape:collect="always"
+ gradientTransform="translate(-1,-2)" />
+ <linearGradient
+ id="linearGradient7129-5">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop7131-6" />
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:0;"
+ offset="1"
+ id="stop7133-3" />
+ </linearGradient>
+ <linearGradient
+ y2="41"
+ x2="-14"
+ y1="45"
+ x1="-14"
+ gradientTransform="translate(-1,-2)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient8666"
+ xlink:href="#linearGradient7129-5"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7129"
+ id="linearGradient9223"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,-2)"
+ x1="-14"
+ y1="45"
+ x2="-14"
+ y2="39" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7129-5"
+ id="linearGradient9225"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-1,-2)"
+ x1="-14"
+ y1="45"
+ x2="-14"
+ y2="41" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview8599"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="36.039609"
+ inkscape:cy="33.102198"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="g9197">
+ <inkscape:grid
+ type="xygrid"
+ id="grid8607"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ id="g9197"
+ transform="translate(0,2)">
+ <g
+ id="g4096-3-2"
+ transform="translate(44,-24)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path3032-1-2"
+ d="m -22,45 32,0 1,-2 0,-2 -1,-2 -32,0 -1,2 0,2 z"
+ style="fill:#d3d7cf;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path3858-8-6"
+ d="m -21,41 30,0 1,1 0,0 -1,1 -30,0 -1,-1 0,0 z"
+ style="fill:url(#linearGradient9225);fill-opacity:1;stroke:none"
+ sodipodi:nodetypes="ccccccccc" />
+ </g>
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path9229"
+ sodipodi:cx="12"
+ sodipodi:cy="12"
+ sodipodi:rx="3"
+ sodipodi:ry="3"
+ d="m 15,12 a 3,3 0 1 1 -6,0 3,3 0 1 1 6,0 z"
+ transform="translate(0,6)" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g9197"
+ id="use9219"
+ transform="translate(0,12)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#use9219"
+ id="use9221"
+ transform="translate(0,12)"
+ width="64"
+ height="64" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/playlist/repeat_all.svg b/modules/gui/qt4/pixmaps/playlist/repeat_all.svg
new file mode 100644
index 0000000..9c9a05a
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/playlist/repeat_all.svg
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg9603"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="repeat_all.svg">
+ <metadata
+ id="metadata9609">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs9607">
+ <linearGradient
+ id="linearGradient10163">
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:1;"
+ offset="0"
+ id="stop10165" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="1"
+ id="stop10167" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163"
+ id="linearGradient10169"
+ x1="28"
+ y1="8"
+ x2="36"
+ y2="38"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163"
+ id="linearGradient10177"
+ x1="23"
+ y1="32"
+ x2="25"
+ y2="52"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-2)" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1106"
+ inkscape:window-height="1173"
+ id="namedview9605"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:zoom="20.85965"
+ inkscape:cx="46.52527"
+ inkscape:cy="37.27625"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg9603">
+ <inkscape:grid
+ type="xygrid"
+ id="grid9613"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#d3d7cf;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 13,38 0,-7 c 0,-9 11,-8 11,-8 l 17,0 0,9 L 54,19 41,6 41,15 24,15 C 22,15 5,15 5,30 l 0,8 c 0,0 2.509288,-1 4,-1 1.490712,0 4,1 4,1 z"
+ id="path9615"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ style="fill:#babdb6;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 51,26 0,7 c 0,9 -11,8 -11,8 l -17,0 0,-9 -13,13 13,13 0,-9 17,0 c 2,0 19,0 19,-15 l 0,-8 c 0,0 -2.509288,1 -4,1 -1.490712,0 -4,-1 -4,-1 z"
+ id="path9615-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ style="fill:url(#linearGradient10169);fill-opacity:1;stroke:none"
+ d="m 11,35 0,-5 c 0,-9 12,-9 13,-9 l 19,0 0,6 8,-8 -8,-8 0,6 -19,0 C 21,17 8,17 7,30 l 0,5 c 0,0 1,-0.544575 2,-0.544575 1,0 2,0.544575 2,0.544575 z"
+ id="path10143"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ style="fill:url(#linearGradient10177);fill-opacity:1;stroke:none"
+ d="m 53,29 0,5 c 0,9 -12,9 -13,9 l -19,0 0,-6 -8,8 8,8 0,-6 19,0 c 3,0 16,0 17,-13 l 0,-5 c 0,0 -1,0.544575 -2,0.544575 C 54,29.544575 53,29 53,29 z"
+ id="path10143-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/playlist/repeat_one.svg b/modules/gui/qt4/pixmaps/playlist/repeat_one.svg
new file mode 100644
index 0000000..fb33b35
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/playlist/repeat_one.svg
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg9603"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="repeat_one.svg">
+ <metadata
+ id="metadata9609">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs9607">
+ <linearGradient
+ id="linearGradient10216">
+ <stop
+ style="stop-color:#5c5e5a;stop-opacity:1;"
+ offset="0"
+ id="stop10218" />
+ <stop
+ style="stop-color:#888a85;stop-opacity:1;"
+ offset="1"
+ id="stop10220" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient10163">
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:1;"
+ offset="0"
+ id="stop10165" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="1"
+ id="stop10167" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163"
+ id="linearGradient10169"
+ x1="28"
+ y1="8"
+ x2="36"
+ y2="38"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163"
+ id="linearGradient10177"
+ x1="23"
+ y1="32"
+ x2="25"
+ y2="52"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-2)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10216"
+ id="linearGradient10222"
+ x1="24"
+ y1="37"
+ x2="24"
+ y2="9"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163-5"
+ id="linearGradient10177-8"
+ x1="23"
+ y1="32"
+ x2="25"
+ y2="52"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-2,-2)" />
+ <linearGradient
+ id="linearGradient10163-5">
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:1;"
+ offset="0"
+ id="stop10165-6" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="1"
+ id="stop10167-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163-5"
+ id="linearGradient10169-2"
+ x1="28"
+ y1="8"
+ x2="36"
+ y2="38"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,2)" />
+ <linearGradient
+ id="linearGradient11067">
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:1;"
+ offset="0"
+ id="stop11069" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="1"
+ id="stop11071" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1106"
+ inkscape:window-height="1173"
+ id="namedview9605"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:zoom="7.375"
+ inkscape:cx="38.491107"
+ inkscape:cy="30.010947"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg9603"
+ inkscape:snap-global="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid9613"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#d3d7cf;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 13,38 0,-7 c 0,-9 11,-8 11,-8 l 17,0 0,9 L 54,19 41,6 41,15 24,15 C 22,15 5,15 5,30 l 0,8 c 0,0 2.509288,-1 4,-1 1.490712,0 4,1 4,1 z"
+ id="path9615"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ style="fill:#babdb6;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 51,26 0,7 c 0,9 -11,8 -11,8 l -17,0 0,-9 -13,13 13,13 0,-9 17,0 c 2,0 19,0 19,-15 l 0,-8 c 0,0 -2.509288,1 -4,1 -1.490712,0 -4,-1 -4,-1 z"
+ id="path9615-7"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ style="fill:url(#linearGradient10169-2);fill-opacity:1;stroke:none"
+ d="m 11,35 0,-5 c 0,-9 12,-9 13,-9 l 19,0 0,6 8,-8 -8,-8 0,6 -19,0 C 21,17 8,17 7,30 l 0,5 c 0,0 1,-0.544575 2,-0.544575 1,0 2,0.544575 2,0.544575 z"
+ id="path10143"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ style="fill:url(#linearGradient10177-8);fill-opacity:1;stroke:none"
+ d="m 53,29 0,5 c 0,9 -12,9 -13,9 l -19,0 0,-6 -8,8 8,8 0,-6 19,0 c 3,0 16,0 17,-13 l 0,-5 c 0,0 -1,0.544575 -2,0.544575 C 54,29.544575 53,29 53,29 z"
+ id="path10143-2"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccczc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#linearGradient10222);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.88936170000000003"
+ id="path10198"
+ sodipodi:cx="23"
+ sodipodi:cy="23"
+ sodipodi:rx="15"
+ sodipodi:ry="15"
+ d="M 38,23 A 15,15 0 1 1 8,23 15,15 0 1 1 38,23 z" />
+ <g
+ style="font-size:28.45598984000000087px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;fill:#eeeeec;fill-opacity:1;stroke:none;font-family:Sans"
+ id="text10224">
+ <path
+ d="m 18,15 c 1.100295,-0.436309 1.496785,-0.210858 2.372881,-1 C 21.248977,13.210858 21.3836,13.031276 22,12 l 4,0 0,16 3,0 0,4 -3,0 -4,0 -4,0 0,-4 4,0 0,-11 c -0.512215,0.398398 -1.22221,1.078228 -2,1.457627 C 19.222198,18.837054 18.72088,18.753395 18,19"
+ style="font-variant:normal;font-weight:500;font-stretch:normal;fill:#eeeeec;font-family:Ubuntu;-inkscape-font-specification:Ubuntu Medium"
+ id="path10229"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czccccccccccccc" />
+ </g>
+</svg>
diff --git a/modules/gui/qt4/pixmaps/playlist/shuffle_on.svg b/modules/gui/qt4/pixmaps/playlist/shuffle_on.svg
new file mode 100644
index 0000000..a3c3fb7
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/playlist/shuffle_on.svg
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg10336"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="shuffle_on.png">
+ <metadata
+ id="metadata10342">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs10340">
+ <linearGradient
+ id="linearGradient10163">
+ <stop
+ style="stop-color:#d1d1d1;stop-opacity:0;"
+ offset="0"
+ id="stop10165" />
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="1"
+ id="stop10167" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163"
+ id="linearGradient10947"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,74,3.5e-7)"
+ x1="26"
+ y1="-3.0000002"
+ x2="26"
+ y2="63" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient10163"
+ id="linearGradient10949"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,74,3.5e-7)"
+ x1="36"
+ y1="74"
+ x2="36"
+ y2="11" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview10338"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="40.34517"
+ inkscape:cy="25.386513"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg10336">
+ <inkscape:grid
+ type="xygrid"
+ id="grid10346"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ id="g10893"
+ transform="matrix(1,0,0,-1,0,64)">
+ <path
+ style="fill:#babdb6;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 4,13 c 24,0 27,10 30,19 3,9 4,11 15,11 l 0,-8 14,12 -14,12 0,-8 C 28,51 28,40 25,32 22,24 20,21 4,21 4,21 5,20 5,17 5,14 4,14 4,13 z"
+ id="path10895"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czccccczczc" />
+ <path
+ style="fill:url(#linearGradient10949);fill-opacity:1;stroke:none"
+ d="m 7,15 c 18,0 21,7 25,17 4,10 3,13 19,13 l 0,-6 9,8 -9,8 0,-6 C 28,49 31,41 27,32 23,23 22,20 7,19 7,19 7.526598,19 7.526598,17 7.526598,15 7,15 7,15 z"
+ id="path10897"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="czccccczczc" />
+ </g>
+ <g
+ id="g10941">
+ <path
+ sodipodi:nodetypes="czccccczczc"
+ inkscape:connector-curvature="0"
+ id="path10943"
+ d="m 4,13 c 24,0 27,10 30,19 3,9 4,11 15,11 l 0,-8 14,12 -14,12 0,-8 C 28,51 28,40 25,32 22,24 20,21 4,21 4,21 5,20 5,17 5,14 4,14 4,13 z"
+ style="fill:#babdb6;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+ <path
+ sodipodi:nodetypes="czccccczczc"
+ inkscape:connector-curvature="0"
+ id="path10945"
+ d="m 7,15 c 18,0 21,7 25,17 4,10 3,13 19,13 l 0,-6 9,8 -9,8 0,-6 C 28,49 31,41 27,32 23,23 22,20 7,19 7,19 7.526598,19 7.526598,17 7.526598,15 7,15 7,15 z"
+ style="fill:url(#linearGradient10947);fill-opacity:1;stroke:none" />
+ </g>
+</svg>
diff --git a/modules/gui/qt4/pixmaps/previous.svg b/modules/gui/qt4/pixmaps/previous.svg
new file mode 100644
index 0000000..55a77a8
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/previous.svg
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4291"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="next.svg">
+ <metadata
+ id="metadata4297">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4295">
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4332"
+ xlink:href="#linearGradient3831"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4620"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient3837"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3831-2">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833-5" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4660"
+ xlink:href="#linearGradient3831-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient4963"
+ gradientUnits="userSpaceOnUse"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4965"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="958"
+ inkscape:window-height="1173"
+ id="namedview4293"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="12.203125"
+ inkscape:cx="32.165169"
+ inkscape:cy="44.290756"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4291">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4301"
+ empspacing="84"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px" />
+ </sodipodi:namedview>
+ <g
+ id="g4955"
+ transform="matrix(-1,0,0,1,62,0)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4303"
+ d="m 58,47 1,-1 0,-28 -1,-1 -6,0 -1,1 0,28 1,1 z"
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4305"
+ d="m 57,45 0,-26 -4,0 0,26 z"
+ style="color:#000000;fill:url(#linearGradient4963);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g4311">
+ <path
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 49,32 33,49 27,44 27,20 33,15 z"
+ id="path4307"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:url(#linearGradient4965);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 46,32 33,46 29,43 29,21 33,18 z"
+ id="path4309"
+ inkscape:connector-curvature="0" />
+ </g>
+ <use
+ height="64"
+ width="64"
+ transform="translate(-24,0)"
+ id="use4315"
+ xlink:href="#g4311"
+ y="0"
+ x="0" />
+ </g>
+</svg>
diff --git a/modules/gui/qt4/pixmaps/stop.svg b/modules/gui/qt4/pixmaps/stop.svg
new file mode 100644
index 0000000..71e233b
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/stop.svg
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4045"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="stop.svg">
+ <metadata
+ id="metadata4051">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4049">
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient3837"
+ x1="17"
+ y1="51"
+ x2="17"
+ y2="13"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4093"
+ xlink:href="#linearGradient3831"
+ inkscape:collect="always" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="958"
+ inkscape:window-height="1173"
+ id="namedview4047"
+ showgrid="true"
+ inkscape:zoom="10.429825"
+ inkscape:cx="28.387185"
+ inkscape:cy="47.862426"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4045">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4055"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#888a85;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 13,11 38,0 2,2 0,38 -2,2 -38,0 -2,-2 0,-38 z"
+ id="path4057"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient3837);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;color:#000000;fill-opacity:1;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 51,50 0,-36 -1,-1 -36,0 -1,1 0,36 1,1 36,0 z"
+ id="path4059"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/atob.svg b/modules/gui/qt4/pixmaps/toolbar/atob.svg
new file mode 100644
index 0000000..572beb2
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/atob.svg
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5229"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="atob.png">
+ <metadata
+ id="metadata5235">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5233">
+ <linearGradient
+ id="linearGradient5810">
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="0"
+ id="stop5812" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop5814" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5802">
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="0"
+ id="stop5804" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop5806" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5810"
+ id="linearGradient5816"
+ x1="16"
+ y1="62"
+ x2="16"
+ y2="33"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5810"
+ id="linearGradient5824"
+ x1="48.401249"
+ y1="61.486015"
+ x2="48.401249"
+ y2="32.726425"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview5231"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="32.501614"
+ inkscape:cy="33.044215"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5229">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5239"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5816);fill-opacity:1;stroke:#a40000;font-family:Sans;stroke-linejoin:miter;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none"
+ id="text5241">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#a40000;fill:url(#linearGradient5816);fill-opacity:1;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter"
+ d="m 23,62 -2,-7 -10,0 -2,7 -6,0 9,-29 8,0 8.996094,29 z M 20,50 15.993836,37.498328 12,50 z"
+ id="path5771"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+ <g
+ transform="scale(0.99170991,1.0083594)"
+ style="font-size:40.33437347000000273px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5824);fill-opacity:1;stroke:#a40000;font-family:Sans;stroke-linejoin:miter;stroke-width:1.99999999;stroke-miterlimit:2;stroke-dasharray:none"
+ id="text5245">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#a40000;fill-opacity:1;fill:url(#linearGradient5824);stroke-width:1.99999999;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter"
+ d="m 40.334376,32.726427 c 3.457673,0.02466 6.917492,-0.09981 10.373462,0.01193 2.7352,0.194651 5.841152,0.613698 7.702706,2.853241 1.587574,2.085629 1.650741,5.035839 0.767162,7.42452 -0.643504,1.620644 -2.122454,2.932977 -3.875496,3.177267 0.946171,0.676931 2.814855,0.873459 3.643486,2.107314 1.663313,1.931521 1.75985,4.744248 1.2472,7.125419 -0.647708,2.879544 -3.206819,4.967629 -6.006201,5.612933 -2.612911,0.665777 -5.322879,0.370949 -7.988465,0.43728 -1.954618,0 -3.909236,0 -5.863854,0 0,-9.597795 0,-19.152114 0,-28.749908 z m 6.105301,11.35965 c 1.756225,-0.05881 3.547708,0.169586 5.268586,-0.254177 1.272798,-0.308312 1.978556,-1.606279 1.936216,-2.85078 0.136395,-1.249165 -0.525267,-2.606449 -1.799744,-2.951323 -1.749711,-0.540256 -3.602319,-0.283615 -5.405058,-0.344439 0,2.133573 0,4.267146 0,6.400719 z m 0,4.844851 c 0,2.501204 0,5.002408 0,7.503612 1.721401,-0.04725 3.45987,0.123448 5.164879,-0.155091 1.511266,-0.23784 2.63505,-1.607718 2.662756,-3.121579 0.195751,-1.429442 -0.241897,-3.159111 -1.705421,-3.748418 -1.746342,-0.733894 -3.67273,-0.402851 -5.514068,-0.478524 -0.202715,0 -0.405431,0 -0.608146,0 z"
+ id="path5768"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" />
+ </g>
+ <path
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 13,27 2,-1 2,0 2,1 0,-6 c 0,-5 4,-10 13,-10 9,0 13,3 13,10 l -4,0 7,8 7,-8 -4,0 0,-3 C 51,14 46,5 32,5 18,5 13,14 13,18 z"
+ id="path5249"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccczcccccczcc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/atob_adesat.svg b/modules/gui/qt4/pixmaps/toolbar/atob_adesat.svg
new file mode 100644
index 0000000..83a2797
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/atob_adesat.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5229"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="atob.svg">
+ <metadata
+ id="metadata5235">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5233">
+ <linearGradient
+ id="linearGradient5864">
+ <stop
+ id="stop5866"
+ offset="0"
+ style="stop-color:#666666;stop-opacity:1;" />
+ <stop
+ id="stop5868"
+ offset="1"
+ style="stop-color:#8c8c8c;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5810">
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="0"
+ id="stop5812" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop5814" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5802">
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="0"
+ id="stop5804" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop5806" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5864"
+ id="linearGradient5816"
+ x1="16"
+ y1="62"
+ x2="16"
+ y2="33"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5810"
+ id="linearGradient5824"
+ x1="48.401249"
+ y1="61.486015"
+ x2="48.401249"
+ y2="32.726425"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview5231"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="29.78975"
+ inkscape:cy="33.044215"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5229">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5239"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5816);fill-opacity:1;stroke:#525252;font-family:Sans;stroke-linejoin:miter;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:1"
+ id="text5241">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#525252;fill:url(#linearGradient5816);fill-opacity:1;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 23,62 -2,-7 -10,0 -2,7 -6,0 9,-29 8,0 8.996094,29 z M 20,50 15.993836,37.498328 12,50 z"
+ id="path5771"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+ <g
+ transform="scale(0.99170991,1.0083594)"
+ style="font-size:40.33437347000000273px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5824);fill-opacity:1;stroke:#a40000;font-family:Sans;stroke-linejoin:miter;stroke-width:1.99999999;stroke-miterlimit:2;stroke-dasharray:none"
+ id="text5245">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#a40000;fill-opacity:1;fill:url(#linearGradient5824);stroke-width:1.99999999;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter"
+ d="m 40.334376,32.726427 c 3.457673,0.02466 6.917492,-0.09981 10.373462,0.01193 2.7352,0.194651 5.841152,0.613698 7.702706,2.853241 1.587574,2.085629 1.650741,5.035839 0.767162,7.42452 -0.643504,1.620644 -2.122454,2.932977 -3.875496,3.177267 0.946171,0.676931 2.814855,0.873459 3.643486,2.107314 1.663313,1.931521 1.75985,4.744248 1.2472,7.125419 -0.647708,2.879544 -3.206819,4.967629 -6.006201,5.612933 -2.612911,0.665777 -5.322879,0.370949 -7.988465,0.43728 -1.954618,0 -3.909236,0 -5.863854,0 0,-9.597795 0,-19.152114 0,-28.749908 z m 6.105301,11.35965 c 1.756225,-0.05881 3.547708,0.169586 5.268586,-0.254177 1.272798,-0.308312 1.978556,-1.606279 1.936216,-2.85078 0.136395,-1.249165 -0.525267,-2.606449 -1.799744,-2.951323 -1.749711,-0.540256 -3.602319,-0.283615 -5.405058,-0.344439 0,2.133573 0,4.267146 0,6.400719 z m 0,4.844851 c 0,2.501204 0,5.002408 0,7.503612 1.721401,-0.04725 3.45987,0.123448 5.164879,-0.155091 1.511266,-0.23784 2.63505,-1.607718 2.662756,-3.121579 0.195751,-1.429442 -0.241897,-3.159111 -1.705421,-3.748418 -1.746342,-0.733894 -3.67273,-0.402851 -5.514068,-0.478524 -0.202715,0 -0.405431,0 -0.608146,0 z"
+ id="path5768"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" />
+ </g>
+ <path
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 13,27 2,-1 2,0 2,1 0,-6 c 0,-5 4,-10 13,-10 9,0 13,3 13,10 l -4,0 7,8 7,-8 -4,0 0,-3 C 51,14 46,5 32,5 18,5 13,14 13,18 z"
+ id="path5249"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccczcccccczcc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/atob_noa.svg b/modules/gui/qt4/pixmaps/toolbar/atob_noa.svg
new file mode 100644
index 0000000..499ae7d
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/atob_noa.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5229"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="atob_adesat.svg">
+ <metadata
+ id="metadata5235">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5233">
+ <linearGradient
+ id="linearGradient5864">
+ <stop
+ id="stop5866"
+ offset="0"
+ style="stop-color:#cc0000;stop-opacity:1;" />
+ <stop
+ id="stop5868"
+ offset="1"
+ style="stop-color:#ef2929;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5810">
+ <stop
+ style="stop-color:#666666;stop-opacity:1;"
+ offset="0"
+ id="stop5812" />
+ <stop
+ style="stop-color:#8c8c8c;stop-opacity:1;"
+ offset="1"
+ id="stop5814" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5802">
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="0"
+ id="stop5804" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop5806" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5864"
+ id="linearGradient5816"
+ x1="16"
+ y1="62"
+ x2="16"
+ y2="33"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5810"
+ id="linearGradient5824"
+ x1="48.401249"
+ y1="61.486015"
+ x2="48.401249"
+ y2="32.726425"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview5231"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="29.78975"
+ inkscape:cy="33.044215"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5229">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5239"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5816);fill-opacity:1.0;stroke:#a40000;font-family:Sans;stroke-linejoin:miter;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none"
+ id="text5241">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#a40000;fill:url(#linearGradient5816);fill-opacity:1.0;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter"
+ d="m 23,62 -2,-7 -10,0 -2,7 -6,0 9,-29 8,0 8.996094,29 z M 20,50 15.993836,37.498328 12,50 z"
+ id="path5771"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+ <g
+ transform="scale(0.99170991,1.0083594)"
+ style="font-size:40.33437347000000273px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5824);fill-opacity:1;stroke:#525252;font-family:Sans;stroke-linejoin:miter;stroke-width:1.99999999000000006;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:1"
+ id="text5245">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#525252;fill-opacity:1;fill:url(#linearGradient5824);stroke-width:1.99999999000000006;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 40.334376,32.726427 c 3.457673,0.02466 6.917492,-0.09981 10.373462,0.01193 2.7352,0.194651 5.841152,0.613698 7.702706,2.853241 1.587574,2.085629 1.650741,5.035839 0.767162,7.42452 -0.643504,1.620644 -2.122454,2.932977 -3.875496,3.177267 0.946171,0.676931 2.814855,0.873459 3.643486,2.107314 1.663313,1.931521 1.75985,4.744248 1.2472,7.125419 -0.647708,2.879544 -3.206819,4.967629 -6.006201,5.612933 -2.612911,0.665777 -5.322879,0.370949 -7.988465,0.43728 -1.954618,0 -3.909236,0 -5.863854,0 0,-9.597795 0,-19.152114 0,-28.749908 z m 6.105301,11.35965 c 1.756225,-0.05881 3.547708,0.169586 5.268586,-0.254177 1.272798,-0.308312 1.978556,-1.606279 1.936216,-2.85078 0.136395,-1.249165 -0.525267,-2.606449 -1.799744,-2.951323 -1.749711,-0.540256 -3.602319,-0.283615 -5.405058,-0.344439 0,2.133573 0,4.267146 0,6.400719 z m 0,4.844851 c 0,2.501204 0,5.002408 0,7.503612 1.721401,-0.04725 3.45987,0.123448 5.164879,-0.155091 1.511266,-0.23784 2.63505,-1.607718 2.662756,-3.121579 0.195751,-1.429442 -0.241897,-3.159111 -1.705421,-3.748418 -1.746342,-0.733894 -3.67273,-0.402851 -5.514068,-0.478524 -0.202715,0 -0.405431,0 -0.608146,0 z"
+ id="path5768"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" />
+ </g>
+ <path
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 13,27 2,-1 2,0 2,1 0,-6 c 0,-5 4,-10 13,-10 9,0 13,3 13,10 l -4,0 7,8 7,-8 -4,0 0,-3 C 51,14 46,5 32,5 18,5 13,14 13,18 z"
+ id="path5249"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccczcccccczcc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/atob_nob.svg b/modules/gui/qt4/pixmaps/toolbar/atob_nob.svg
new file mode 100644
index 0000000..fa6166b
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/atob_nob.svg
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5229"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="atob_bdesat.svg">
+ <metadata
+ id="metadata5235">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5233">
+ <linearGradient
+ id="linearGradient5864">
+ <stop
+ id="stop5866"
+ offset="0"
+ style="stop-color:#cc0000;stop-opacity:1;" />
+ <stop
+ id="stop5868"
+ offset="1"
+ style="stop-color:#ef2929;stop-opacity:1;" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5810">
+ <stop
+ style="stop-color:#666666;stop-opacity:1;"
+ offset="0"
+ id="stop5812" />
+ <stop
+ style="stop-color:#8c8c8c;stop-opacity:1;"
+ offset="1"
+ id="stop5814" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient5802">
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="0"
+ id="stop5804" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop5806" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5810"
+ id="linearGradient5816"
+ x1="16"
+ y1="62"
+ x2="16"
+ y2="33"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5810"
+ id="linearGradient5824"
+ x1="48.401249"
+ y1="61.486015"
+ x2="48.401249"
+ y2="32.726425"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview5231"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="29.78975"
+ inkscape:cy="33.044215"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5229">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5239"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ style="font-size:40px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5816);fill-opacity:1.0;stroke:#525252;font-family:Sans;stroke-linejoin:miter;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:1"
+ id="text5241">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#525252;fill:url(#linearGradient5816);fill-opacity:1.0;stroke-width:2;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 23,62 -2,-7 -10,0 -2,7 -6,0 9,-29 8,0 8.996094,29 z M 20,50 15.993836,37.498328 12,50 z"
+ id="path5771"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccc" />
+ </g>
+ <g
+ transform="scale(0.99170991,1.0083594)"
+ style="font-size:40.33437347000000273px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:tb-rl;fill:url(#linearGradient5824);fill-opacity:1;stroke:#525252;font-family:Sans;stroke-linejoin:miter;stroke-width:1.99999999000000006;stroke-miterlimit:2;stroke-dasharray:none;stroke-opacity:1"
+ id="text5245">
+ <path
+ style="font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;font-family:Droid Sans;-inkscape-font-specification:Droid Sans Bold;stroke:#525252;fill-opacity:1;fill:url(#linearGradient5824);stroke-width:1.99999999000000006;stroke-miterlimit:2;stroke-dasharray:none;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 40.334376,32.726427 c 3.457673,0.02466 6.917492,-0.09981 10.373462,0.01193 2.7352,0.194651 5.841152,0.613698 7.702706,2.853241 1.587574,2.085629 1.650741,5.035839 0.767162,7.42452 -0.643504,1.620644 -2.122454,2.932977 -3.875496,3.177267 0.946171,0.676931 2.814855,0.873459 3.643486,2.107314 1.663313,1.931521 1.75985,4.744248 1.2472,7.125419 -0.647708,2.879544 -3.206819,4.967629 -6.006201,5.612933 -2.612911,0.665777 -5.322879,0.370949 -7.988465,0.43728 -1.954618,0 -3.909236,0 -5.863854,0 0,-9.597795 0,-19.152114 0,-28.749908 z m 6.105301,11.35965 c 1.756225,-0.05881 3.547708,0.169586 5.268586,-0.254177 1.272798,-0.308312 1.978556,-1.606279 1.936216,-2.85078 0.136395,-1.249165 -0.525267,-2.606449 -1.799744,-2.951323 -1.749711,-0.540256 -3.602319,-0.283615 -5.405058,-0.344439 0,2.133573 0,4.267146 0,6.400719 z m 0,4.844851 c 0,2.501204 0,5.002408 0,7.503612 1.721401,-0.04725 3.45987,0.123448 5.164879,-0.155091 1.511266,-0.23784 2.63505,-1.607718 2.662756,-3.121579 0.195751,-1.429442 -0.241897,-3.159111 -1.705421,-3.748418 -1.746342,-0.733894 -3.67273,-0.402851 -5.514068,-0.478524 -0.202715,0 -0.405431,0 -0.608146,0 z"
+ id="path5768"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccccccccccccccccccc" />
+ </g>
+ <path
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 13,27 2,-1 2,0 2,1 0,-6 c 0,-5 4,-10 13,-10 9,0 13,3 13,10 l -4,0 7,8 7,-8 -4,0 0,-3 C 51,14 46,5 32,5 18,5 13,14 13,18 z"
+ id="path5249"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccczcccccczcc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/defullscreen.svg b/modules/gui/qt4/pixmaps/toolbar/defullscreen.svg
new file mode 100644
index 0000000..f8b662f
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/defullscreen.svg
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5467"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="defullscreen.svg">
+ <metadata
+ id="metadata5473">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5471">
+ <linearGradient
+ id="linearGradient6065">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop6067" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop6069" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6049"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop6051" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop6053" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-1,29)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient6065-7"
+ id="linearGradient6071-0"
+ x1="22"
+ y1="49"
+ x2="22"
+ y2="31"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6065-7">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop6067-6" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop6069-6" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860-2"
+ id="linearGradient6075-4"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-16.746932,4.9165651)"
+ x1="46.746933"
+ y1="46.083435"
+ x2="46.746933"
+ y2="8.0834351" />
+ <linearGradient
+ id="linearGradient3860-2">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop3862-8" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop3864-8" />
+ </linearGradient>
+ <linearGradient
+ y2="8.0834351"
+ x2="46.746933"
+ y1="46.083435"
+ x1="46.746933"
+ gradientTransform="translate(-25.746932,-8.0834349)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient3233"
+ xlink:href="#linearGradient3860-2"
+ inkscape:collect="always" />
+ <linearGradient
+ gradientTransform="translate(-1,29)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient6065-7-9"
+ id="linearGradient6071-0-5"
+ x1="22"
+ y1="49"
+ x2="22"
+ y2="31"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient6065-7-9">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop6067-6-2" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop6069-6-4" />
+ </linearGradient>
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview5469"
+ showgrid="true"
+ inkscape:zoom="10.429825"
+ inkscape:cx="35.272285"
+ inkscape:cy="20.313309"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5467">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5477"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ style="opacity:1"
+ id="g6025">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 8,53 48,0 1,-1 0,-40 -1,-1 -48,0 -1,1 0,40 z"
+ id="path3032"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:url(#linearGradient6071-0-5);fill-opacity:1;stroke:none;color:#000000;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 10,13 43,0 1,1 0,36 -1,1 -43,0 -1,-1 0,-36 z"
+ id="path3858"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path3032-4"
+ d="m 10,51 26,0 1,-1 0,-20 -1,-1 -26,0 -1,1 0,20 z"
+ style="fill:#555753;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="fill:url(#linearGradient6075-4);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;color:#000000;fill-rule:nonzero;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 11,31 0,18 24,0 0,-18 z"
+ id="path6047"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#babdb6;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 52,13 -9,8 -1,-3 -3,0 0,11 11,0 0,-3 -3,-1 8,-9 -1,-2 z"
+ id="path6081"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/dvd_menu.svg b/modules/gui/qt4/pixmaps/toolbar/dvd_menu.svg
new file mode 100644
index 0000000..87ad377
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/dvd_menu.svg
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg6866"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="dvd_menu.svg">
+ <metadata
+ id="metadata6872">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs6870">
+ <linearGradient
+ id="linearGradient7481">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop7483" />
+ <stop
+ style="stop-color:#99998d;stop-opacity:1;"
+ offset="1"
+ id="stop7485" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient7398">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop7400" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop7402" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7398"
+ id="linearGradient7404"
+ x1="32"
+ y1="54"
+ x2="32"
+ y2="10"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7481"
+ id="linearGradient7506"
+ x1="34"
+ y1="30"
+ x2="34.762707"
+ y2="49.784874"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview6868"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="27.206688"
+ inkscape:cy="36.47855"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg6866"
+ inkscape:snap-global="false">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6876"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#888a85;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 9,7 7,9 7,55 9,57 55,57 57,55 57,9 55,7 9,7 z"
+ id="path6878"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient7404);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 11,54 41,0 1,-1 0,-42 -1,-1 -41,0 -1,1 0,42 z"
+ id="path7388"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ <g
+ id="g7412"
+ style="stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;fill:#2e3436"
+ transform="translate(0,2)">
+ <path
+ transform="translate(0,-2)"
+ d="m 22,20 c 0,1.104569 -0.895431,2 -2,2 -1.104569,0 -2,-0.895431 -2,-2 0,-1.104569 0.895431,-2 2,-2 1.104569,0 2,0.895431 2,2 z"
+ sodipodi:ry="2"
+ sodipodi:rx="2"
+ sodipodi:cy="20"
+ sodipodi:cx="20"
+ id="path7408"
+ style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;stroke-miterlimit:4;stroke-dasharray:none"
+ sodipodi:type="arc" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path7410"
+ d="m 24,17 0,2 1,1 20,0 1,-1 0,-2 -1,-1 -20,0 z"
+ style="fill:#2e3436;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;opacity:0.75319149" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g7412"
+ id="use7416"
+ transform="translate(0,6)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#use7416"
+ id="use7418"
+ transform="translate(0,6)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#use7418"
+ id="use7420"
+ transform="translate(0,6)"
+ width="64"
+ height="64" />
+ <path
+ style="fill:url(#linearGradient7506);fill-opacity:1;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 31,26 0,25.628957 4.90909,-4.805429 5.023113,6.786641 3.429891,-1.710026 -1.975346,-7.424188 6.61325,-0.856047 z"
+ id="path7479"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/dvd_next.svg b/modules/gui/qt4/pixmaps/toolbar/dvd_next.svg
new file mode 100644
index 0000000..268bd7e
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/dvd_next.svg
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4291"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="dvd_prev.svg">
+ <metadata
+ id="metadata4297">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4295">
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4332"
+ xlink:href="#linearGradient3831"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4620"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient3837"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3831-2">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833-5" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4660"
+ xlink:href="#linearGradient3831-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient4963"
+ gradientUnits="userSpaceOnUse"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient7957"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18"
+ gradientTransform="translate(12,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient8054"
+ gradientUnits="userSpaceOnUse"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19"
+ gradientTransform="matrix(-1,0,0,1,60,0)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient8056"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(-1,0,0,1,72,0)"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview4293"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="12.203125"
+ inkscape:cx="36.977638"
+ inkscape:cy="37.372706"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="g4955">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4301"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px" />
+ </sodipodi:namedview>
+ <g
+ id="g4955"
+ transform="matrix(-1,0,0,1,62,0)">
+ <g
+ id="g8047"
+ transform="matrix(-1,0,0,1,60,0)">
+ <path
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 46,47 1,-1 0,-28 -1,-1 -6,0 -1,1 0,28 1,1 z"
+ id="path4303"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:url(#linearGradient8054);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="m 45,45 0,-26 -4,0 0,26 z"
+ id="path4305"
+ inkscape:connector-curvature="0" />
+ <g
+ transform="translate(-12,0)"
+ id="g4311">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4307"
+ d="M 49,32 33,49 27,44 27,20 33,15 z"
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4309"
+ d="M 46,32 33,46 29,43 29,21 33,18 z"
+ style="color:#000000;fill:url(#linearGradient8056);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ </g>
+ </g>
+ </g>
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/dvd_prev.svg b/modules/gui/qt4/pixmaps/toolbar/dvd_prev.svg
new file mode 100644
index 0000000..802f8ea
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/dvd_prev.svg
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4291"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="previous.svg">
+ <metadata
+ id="metadata4297">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4295">
+ <linearGradient
+ id="linearGradient3831">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4332"
+ xlink:href="#linearGradient3831"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4620"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient3837"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ id="linearGradient3831-2">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3833-5" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop3835-4" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(-13,-9)"
+ y2="10"
+ x2="17"
+ y1="53"
+ x1="17"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient4660"
+ xlink:href="#linearGradient3831-2"
+ inkscape:collect="always" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831-2"
+ id="linearGradient4963"
+ gradientUnits="userSpaceOnUse"
+ x1="47"
+ y1="45"
+ x2="47"
+ y2="19" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient4965"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3831"
+ id="linearGradient7957"
+ gradientUnits="userSpaceOnUse"
+ x1="18"
+ y1="46"
+ x2="18"
+ y2="18"
+ gradientTransform="translate(12,0)" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview4293"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="12.203125"
+ inkscape:cx="36.977638"
+ inkscape:cy="37.372706"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="g4955">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4301"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true"
+ spacingx="1px"
+ spacingy="1px" />
+ </sodipodi:namedview>
+ <g
+ id="g4955"
+ transform="matrix(-1,0,0,1,62,0)">
+ <path
+ inkscape:connector-curvature="0"
+ id="path4303"
+ d="m 46,47 1,-1 0,-28 -1,-1 -6,0 -1,1 0,28 1,1 z"
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path4305"
+ d="m 45,45 0,-26 -4,0 0,26 z"
+ style="color:#000000;fill:url(#linearGradient4963);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+ <g
+ id="g4311"
+ transform="translate(-12,0)">
+ <path
+ style="color:#000000;fill:#888a85;fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 49,32 33,49 27,44 27,20 33,15 z"
+ id="path4307"
+ inkscape:connector-curvature="0" />
+ <path
+ style="color:#000000;fill:url(#linearGradient7957);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ d="M 46,32 33,46 29,43 29,21 33,18 z"
+ id="path4309"
+ inkscape:connector-curvature="0" />
+ </g>
+ </g>
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/extended.svg b/modules/gui/qt4/pixmaps/toolbar/extended.svg
new file mode 100644
index 0000000..231af17
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/extended.svg
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg6441"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="extended_16px.png">
+ <metadata
+ id="metadata6447">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs6445">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient7129">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop7131" />
+ <stop
+ style="stop-color:#555753;stop-opacity:0;"
+ offset="1"
+ id="stop7133" />
+ </linearGradient>
+ <linearGradient
+ gradientTransform="translate(6.5593221,-3.5423729)"
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient3880"
+ gradientUnits="userSpaceOnUse"
+ x1="9.4406776"
+ y1="61.542374"
+ x2="9.4406776"
+ y2="11.542373" />
+ <linearGradient
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ y2="11.542373"
+ x2="9.4406776"
+ y1="61.542374"
+ x1="11.440678"
+ gradientTransform="translate(-20.440678,28.457627)"
+ gradientUnits="userSpaceOnUse"
+ id="linearGradient6558-4"
+ xlink:href="#linearGradient3860-4"
+ inkscape:collect="always" />
+ <linearGradient
+ id="linearGradient3860-4">
+ <stop
+ style="stop-color:#555753;stop-opacity:1;"
+ offset="0"
+ id="stop3862-6" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop3864-9" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient7129"
+ id="linearGradient7135"
+ x1="-14"
+ y1="45"
+ x2="-14"
+ y2="39"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient7167"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-20.440678,28.457627)"
+ x1="11.440678"
+ y1="61.542374"
+ x2="9.4406776"
+ y2="11.542373" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview6443"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="30.383438"
+ inkscape:cy="34.124315"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg6441">
+ <inkscape:grid
+ type="xygrid"
+ id="grid6451"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ transform="translate(26,-32)"
+ id="g4096">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:#888a85;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -17,91 6,0 2,-2 0,-50 -2,-2 -6,0 -2,2 0,50 z"
+ id="path3032"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:url(#linearGradient7167);fill-opacity:1;stroke:none"
+ d="m -15,39 2,0 2,1 0,48 -1,1 -4,0 -1,-1 0,-48 z"
+ id="path3858"
+ inkscape:connector-curvature="0" />
+ </g>
+ <g
+ transform="translate(25,-26)"
+ id="g4096-3">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:#888a85;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m -20,47 14,0 2,-2 0,-4 -2,-2 -14,0 -2,2 0,4 z"
+ id="path3032-1"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:url(#linearGradient7135);fill-opacity:1;stroke:none"
+ d="m -19,41 12,0 1,1 0,2 -1,1 -12,0 -1,-1 0,-2 z"
+ id="path3858-8"
+ inkscape:connector-curvature="0" />
+ </g>
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g4096"
+ id="use7163"
+ transform="translate(20,0)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#use7163"
+ id="use7165"
+ transform="translate(20,0)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#g4096-3"
+ id="use7169"
+ transform="translate(20,30)"
+ width="64"
+ height="64" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#use7169"
+ id="use7171"
+ transform="translate(20,-18)"
+ width="64"
+ height="64" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/frame-by-frame.svg b/modules/gui/qt4/pixmaps/toolbar/frame-by-frame.svg
new file mode 100644
index 0000000..b4a2883
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/frame-by-frame.svg
@@ -0,0 +1,300 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5978"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="frame-by-frame.svg">
+ <metadata
+ id="metadata5984">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5982">
+ <linearGradient
+ id="linearGradient6699">
+ <stop
+ style="stop-color:#cc0000;stop-opacity:1;"
+ offset="0"
+ id="stop6701" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop6703" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6691">
+ <stop
+ style="stop-color:#a40000;stop-opacity:1;"
+ offset="0"
+ id="stop6693" />
+ <stop
+ style="stop-color:#ef2929;stop-opacity:1;"
+ offset="1"
+ id="stop6695" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient6679">
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="0"
+ id="stop6681" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:0;"
+ offset="1"
+ id="stop6683" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6699"
+ id="linearGradient6705"
+ x1="32"
+ y1="45"
+ x2="32"
+ y2="18"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6679"
+ id="linearGradient6709"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(0,27)"
+ x1="36"
+ y1="29"
+ x2="30.322035"
+ y2="12" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview5980"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="14.75"
+ inkscape:cx="37.503728"
+ inkscape:cy="26.254889"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5978">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5988"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <image
+ width="16"
+ height="16"
+ xlink:href="file:///home/jarrad/src/vlc/modules/gui/qt4/pixmaps/toolbar/frame-by-frame.png"
+ id="image5986"
+ x="-18"
+ y="44" />
+ <path
+ style="fill:#2e3436;stroke:none"
+ d="m 6,4 0,56 52,0 0,-56 z m 6,2 40,0 0,24 -40,0 z m 0,26 40,0 0,26 -40,0 z"
+ id="path5992"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccc" />
+ <path
+ style="fill:#eeeeec;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ d="m 8,6 0,2 2,0 0,-2 z"
+ id="path6018"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6020"
+ d="m 8,54 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 8,50 0,2 2,0 0,-2 z"
+ id="path6022"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6024"
+ d="m 8,46 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 8,42 0,2 2,0 0,-2 z"
+ id="path6026"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6028"
+ d="m 8,38 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 8,34 0,2 2,0 0,-2 z"
+ id="path6030"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6032"
+ d="m 8,30 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 8,26 0,2 2,0 0,-2 z"
+ id="path6034"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6036"
+ d="m 8,22 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 8,18 0,2 2,0 0,-2 z"
+ id="path6038"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6040"
+ d="m 8,14 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 8,10 0,2 2,0 0,-2 z"
+ id="path6042"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6020-6"
+ d="m 8,58 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,6 0,2 2,0 0,-2 z"
+ id="path6018-4"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6020-9"
+ d="m 54,54 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,50 0,2 2,0 0,-2 z"
+ id="path6022-8"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6024-1"
+ d="m 54,46 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,42 0,2 2,0 0,-2 z"
+ id="path6026-3"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6028-5"
+ d="m 54,38 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,34 0,2 2,0 0,-2 z"
+ id="path6030-1"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6032-2"
+ d="m 54,30 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,26 0,2 2,0 0,-2 z"
+ id="path6034-6"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6036-7"
+ d="m 54,22 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,18 0,2 2,0 0,-2 z"
+ id="path6038-1"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6040-5"
+ d="m 54,14 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#eeeeec;stroke:none"
+ d="m 54,10 0,2 2,0 0,-2 z"
+ id="path6042-1"
+ inkscape:connector-curvature="0" />
+ <path
+ inkscape:connector-curvature="0"
+ id="path6020-6-2"
+ d="m 54,58 0,2 2,0 0,-2 z"
+ style="fill:#eeeeec;stroke:none" />
+ <path
+ style="fill:#729fcf;stroke:none"
+ d="m 12,6 0,24 40,0 0,-24 z"
+ id="path6152"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <path
+ sodipodi:nodetypes="ccccc"
+ inkscape:connector-curvature="0"
+ id="use6156"
+ d="m 12,32 0,26 40,0 0,-26 z"
+ style="fill:#729fcf;stroke:none" />
+ <path
+ style="fill:url(#linearGradient6709);fill-opacity:1;stroke:none"
+ d="m 14,35 0,21 36,0 0,-21 z"
+ id="path6158"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccc" />
+ <use
+ x="0"
+ y="0"
+ xlink:href="#path6158"
+ id="use6687"
+ transform="translate(0,-28)"
+ width="64"
+ height="64" />
+ <path
+ style="fill:url(#linearGradient6705);fill-opacity:1;stroke:#a40000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 29,19 6,0 0,16 7,0 -10,11 -10,-11 7,0 z"
+ id="path6689"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="cccccccc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/fullscreen.svg b/modules/gui/qt4/pixmaps/toolbar/fullscreen.svg
new file mode 100644
index 0000000..0757436
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/fullscreen.svg
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg5467"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="fullscreen.svg">
+ <metadata
+ id="metadata5473">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs5471">
+ <linearGradient
+ id="linearGradient6065">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop6067" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop6069" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient6049"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop6051" />
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:0;"
+ offset="1"
+ id="stop6053" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3860">
+ <stop
+ style="stop-color:#2e3436;stop-opacity:1;"
+ offset="0"
+ id="stop3862" />
+ <stop
+ style="stop-color:#2e3436;stop-opacity:0;"
+ offset="1"
+ id="stop3864" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient6065"
+ id="linearGradient6071"
+ x1="22"
+ y1="49"
+ x2="22"
+ y2="31"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3860"
+ id="linearGradient6075"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(-16.746932,4.9165651)"
+ x1="46.746933"
+ y1="46.083435"
+ x2="46.746933"
+ y2="8.0834351" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview5469"
+ showgrid="true"
+ inkscape:zoom="10.429825"
+ inkscape:cx="35.272285"
+ inkscape:cy="20.313309"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg5467">
+ <inkscape:grid
+ type="xygrid"
+ id="grid5477"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <g
+ style="opacity:1"
+ id="g6025">
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:#555753;stroke:#2e3436;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 8,53 48,0 1,-1 0,-40 -1,-1 -48,0 -1,1 0,40 z"
+ id="path3032"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:nodetypes="ccccccccc"
+ style="fill:url(#linearGradient6075);fill-opacity:1;stroke:none"
+ d="m 10,13 43,0 1,1 0,36 -1,1 -43,0 -1,-1 0,-36 z"
+ id="path3858"
+ inkscape:connector-curvature="0" />
+ </g>
+ <path
+ inkscape:connector-curvature="0"
+ id="path3032-4"
+ d="m 10,51 26,0 1,-1 0,-20 -1,-1 -26,0 -1,1 0,20 z"
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="fill:url(#linearGradient6071);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 11,31 0,18 24,0 0,-18 z"
+ id="path6047"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#d3d7cf;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 42,29 9,-8 1,3 3,0 0,-11 -11,0 0,3 3,1 -8,9 2,1 z"
+ id="path6081"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccc" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/record.svg b/modules/gui/qt4/pixmaps/toolbar/record.svg
new file mode 100644
index 0000000..6e64a31
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/record.svg
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4414"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="record_16px.png">
+ <metadata
+ id="metadata4420">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4418">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4991">
+ <stop
+ style="stop-color:#ffffff;stop-opacity:1;"
+ offset="0"
+ id="stop4993" />
+ <stop
+ style="stop-color:#ffffff;stop-opacity:0;"
+ offset="1"
+ id="stop4995" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4956">
+ <stop
+ style="stop-color:#e40000;stop-opacity:1;"
+ offset="0"
+ id="stop4958" />
+ <stop
+ style="stop-color:#ffa0a0;stop-opacity:0;"
+ offset="1"
+ id="stop4960" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4956"
+ id="linearGradient4962"
+ x1="32"
+ y1="53"
+ x2="32"
+ y2="11"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4991"
+ id="linearGradient4997"
+ x1="31"
+ y1="8"
+ x2="31"
+ y2="39"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview4416"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="10.429825"
+ inkscape:cx="35.292899"
+ inkscape:cy="38.865163"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4414">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4424"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:nonzero;stroke:#a40000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4426"
+ sodipodi:cx="32"
+ sodipodi:cy="32"
+ sodipodi:rx="25"
+ sodipodi:ry="25"
+ d="M 57,32 A 25,25 0 1 1 7,32 25,25 0 1 1 57,32 z" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#linearGradient4962);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4430"
+ sodipodi:cx="32"
+ sodipodi:cy="32"
+ sodipodi:rx="21"
+ sodipodi:ry="21"
+ d="m 53,32 a 21,21 0 1 1 -42,0 21,21 0 1 1 42,0 z"
+ transform="matrix(0.95238095,0,0,0.95238095,1.5238095,1.5238095)" />
+ <path
+ style="color:#000000;fill:url(#linearGradient4997);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;opacity:0.67234043"
+ d="M 32 8 C 21.610722 8 12.781501 14.585868 9.4375 23.8125 C 14.645837 28.240895 21.26615 30 32 30 C 41.11728 30 49.795241 27.468426 54.75 24.3125 C 51.550521 14.820343 42.579023 8 32 8 z "
+ id="path4426" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/snapshot.svg b/modules/gui/qt4/pixmaps/toolbar/snapshot.svg
new file mode 100644
index 0000000..571e6d3
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/snapshot.svg
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg3528"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="snapshot.svg">
+ <metadata
+ id="metadata3534">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs3532">
+ <linearGradient
+ id="linearGradient4336">
+ <stop
+ style="stop-color:#d3d7cf;stop-opacity:1;"
+ offset="0"
+ id="stop4338" />
+ <stop
+ style="stop-color:#a5ae9d;stop-opacity:0;"
+ offset="1"
+ id="stop4340" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4320">
+ <stop
+ style="stop-color:#729fcf;stop-opacity:1;"
+ offset="0"
+ id="stop4322" />
+ <stop
+ style="stop-color:#3465a4;stop-opacity:1;"
+ offset="1"
+ id="stop4324" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4320"
+ id="linearGradient4326"
+ x1="23"
+ y1="22"
+ x2="23"
+ y2="38"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4320"
+ id="linearGradient4334"
+ x1="47"
+ y1="23"
+ x2="47"
+ y2="27"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="translate(2,-1)" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4336"
+ id="linearGradient4342"
+ x1="34"
+ y1="45"
+ x2="34"
+ y2="19"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1270"
+ inkscape:window-height="1173"
+ id="namedview3530"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="7.375"
+ inkscape:cx="40.976914"
+ inkscape:cy="31.742921"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg3528">
+ <inkscape:grid
+ type="xygrid"
+ id="grid3538"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#d3d7cf;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 9,15 0,-4 12,0 0,4"
+ id="path3544"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:#eeeeec;stroke:#888a85;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 5,47 2,2 50,0 2,-2 0,-30 -2,-2 -50,0 -2,2 z"
+ id="path3542"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4342);fill-opacity:1;stroke:none"
+ d="m 55,46 1,-1 0,-26 -1,-1 -46,0 -1,1 0,26 1,1 z"
+ id="path3546"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ style="fill:url(#linearGradient4334);fill-opacity:1;stroke:#babdb6;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+ d="m 54,27 1,-1 0,-5 -1,-1 -10,0 -1,1 0,5 1,1 z"
+ id="path3548"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccc" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#linearGradient4326);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path3550"
+ sodipodi:cx="23"
+ sodipodi:cy="30"
+ sodipodi:rx="9"
+ sodipodi:ry="9"
+ d="m 32,30 a 9,9 0 1 1 -18,0 9,9 0 1 1 18,0 z"
+ transform="translate(3,2)" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/volume-high.svg b/modules/gui/qt4/pixmaps/toolbar/volume-high.svg
new file mode 100644
index 0000000..b11e9e1
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/volume-high.svg
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4335"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="volume-high.png">
+ <metadata
+ id="metadata4341">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4339">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4886">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4888" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4867"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4869" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4871" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4886"
+ id="linearGradient4892"
+ x1="20"
+ y1="48"
+ x2="20"
+ y2="15"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview4337"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="7.375"
+ inkscape:cx="19.098186"
+ inkscape:cy="42.262953"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4335">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4345"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#eeeeec;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 3,41 0,-18 2,-2 6,0 10,-10 2,0 2,2 0,38 -2,2 -2,0 L 11,43 5,43 3,41 z"
+ id="path4349"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 33,43 c 0,0 4,-3 4,-11 0,-8 -4,-11 -4,-11"
+ id="path4351"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 41,51 c 0,0 8,-7 8,-19 0,-12 -8,-19 -8,-19"
+ id="path4353"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="M 49,59 C 49,59 61,48 61,32 61,16 49,5 49,5"
+ id="path4355"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4892);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 7,40 5,0 8,8 2,0 0,-33 -1,0 -9,9 -5,0 -1,1 0,14 z"
+ id="path4865"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/volume-low.svg b/modules/gui/qt4/pixmaps/toolbar/volume-low.svg
new file mode 100644
index 0000000..cfe4435
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/volume-low.svg
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4335"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="volume-medium.svg">
+ <metadata
+ id="metadata4341">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4339">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4886">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4888" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4867"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4869" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4871" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4886"
+ id="linearGradient4892"
+ x1="20"
+ y1="48"
+ x2="20"
+ y2="15"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview4337"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="7.375"
+ inkscape:cx="19.098186"
+ inkscape:cy="42.262953"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4335">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4345"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#eeeeec;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 3,41 0,-18 2,-2 6,0 10,-10 2,0 2,2 0,38 -2,2 -2,0 L 11,43 5,43 3,41 z"
+ id="path4349"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 33,43 c 0,0 4,-3 4,-11 0,-8 -4,-11 -4,-11"
+ id="path4351"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;opacity:0.25"
+ d="m 41,51 c 0,0 8,-7 8,-19 0,-12 -8,-19 -8,-19"
+ id="path4353"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;opacity:0.075"
+ d="M 49,59 C 49,59 61,48 61,32 61,16 49,5 49,5"
+ id="path4355"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4892);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 7,40 5,0 8,8 2,0 0,-33 -1,0 -9,9 -5,0 -1,1 0,14 z"
+ id="path4865"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/volume-max.svg b/modules/gui/qt4/pixmaps/toolbar/volume-max.svg
new file mode 100644
index 0000000..0669aa8
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/volume-max.svg
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4335"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="volume-high.svg">
+ <metadata
+ id="metadata4341">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4339">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4886">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4888" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4867"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4869" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4871" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4886"
+ id="linearGradient4892"
+ x1="20"
+ y1="48"
+ x2="20"
+ y2="15"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="958"
+ inkscape:window-height="1173"
+ id="namedview4337"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="12.677414"
+ inkscape:cx="51.166462"
+ inkscape:cy="26.864412"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4335">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4345"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#eeeeec;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 3,41 0,-18 2,-2 6,0 10,-10 2,0 2,2 0,38 -2,2 -2,0 L 11,43 5,43 3,41 z"
+ id="path4349"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 33,43 c 0,0 4,-3 4,-11 0,-8 -4,-11 -4,-11"
+ id="path4351"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#204a87;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 41,51 c 0,0 8,-7 8,-19 0,-12 -8,-19 -8,-19"
+ id="path4353"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#cc0000;stroke-width:3;stroke-linecap:square;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
+ d="M 49,59 C 49,59 61,48 61,32 61,16 49,5 49,5"
+ id="path4355"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4892);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 7,40 5,0 8,8 2,0 0,-33 -1,0 -9,9 -5,0 -1,1 0,14 z"
+ id="path4865"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/volume-medium.svg b/modules/gui/qt4/pixmaps/toolbar/volume-medium.svg
new file mode 100644
index 0000000..a955ab2
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/volume-medium.svg
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4335"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="volume-high.svg">
+ <metadata
+ id="metadata4341">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4339">
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4886">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4888" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4867"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4869" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4871" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4886"
+ id="linearGradient4892"
+ x1="20"
+ y1="48"
+ x2="20"
+ y2="15"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview4337"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="7.375"
+ inkscape:cx="19.098186"
+ inkscape:cy="42.262953"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4335">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4345"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#eeeeec;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 3,41 0,-18 2,-2 6,0 10,-10 2,0 2,2 0,38 -2,2 -2,0 L 11,43 5,43 3,41 z"
+ id="path4349"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 33,43 c 0,0 4,-3 4,-11 0,-8 -4,-11 -4,-11"
+ id="path4351"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 41,51 c 0,0 8,-7 8,-19 0,-12 -8,-19 -8,-19"
+ id="path4353"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:none;stroke:#3465a4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none;opacity:0.25"
+ d="M 49,59 C 49,59 61,48 61,32 61,16 49,5 49,5"
+ id="path4355"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4892);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 7,40 5,0 8,8 2,0 0,-33 -1,0 -9,9 -5,0 -1,1 0,14 z"
+ id="path4865"
+ inkscape:connector-curvature="0" />
+</svg>
diff --git a/modules/gui/qt4/pixmaps/toolbar/volume-muted.svg b/modules/gui/qt4/pixmaps/toolbar/volume-muted.svg
new file mode 100644
index 0000000..1fb2f70
--- /dev/null
+++ b/modules/gui/qt4/pixmaps/toolbar/volume-muted.svg
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ id="svg4335"
+ version="1.1"
+ inkscape:version="0.48.4 r9939"
+ width="64"
+ height="64"
+ sodipodi:docname="volume-low.svg">
+ <metadata
+ id="metadata4341">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <defs
+ id="defs4339">
+ <linearGradient
+ id="linearGradient5011">
+ <stop
+ style="stop-color:#6f0000;stop-opacity:1;"
+ offset="0"
+ id="stop5013" />
+ <stop
+ style="stop-color:#bf2d2d;stop-opacity:0.76865673;"
+ offset="1"
+ id="stop5015" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4985">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop4987" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="1"
+ id="stop4989" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ id="linearGradient4886">
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="0"
+ id="stop4888" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:0;"
+ offset="1"
+ id="stop4890" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient4867"
+ osb:paint="gradient">
+ <stop
+ style="stop-color:#eeeeec;stop-opacity:1;"
+ offset="0"
+ id="stop4869" />
+ <stop
+ style="stop-color:#babdb6;stop-opacity:1;"
+ offset="1"
+ id="stop4871" />
+ </linearGradient>
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4886"
+ id="linearGradient4892"
+ x1="20"
+ y1="48"
+ x2="20"
+ y2="15"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient4985"
+ id="linearGradient5007"
+ x1="34"
+ y1="32"
+ x2="34"
+ y2="17"
+ gradientUnits="userSpaceOnUse" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient5011"
+ id="linearGradient5017"
+ x1="34"
+ y1="14"
+ x2="34"
+ y2="38"
+ gradientUnits="userSpaceOnUse" />
+ </defs>
+ <sodipodi:namedview
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1"
+ objecttolerance="10"
+ gridtolerance="10"
+ guidetolerance="10"
+ inkscape:pageopacity="0"
+ inkscape:pageshadow="2"
+ inkscape:window-width="1918"
+ inkscape:window-height="1173"
+ id="namedview4337"
+ showgrid="true"
+ inkscape:snap-bbox="true"
+ inkscape:zoom="20.85965"
+ inkscape:cx="33.442984"
+ inkscape:cy="40.31967"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="svg4335">
+ <inkscape:grid
+ type="xygrid"
+ id="grid4345"
+ empspacing="4"
+ visible="true"
+ enabled="true"
+ snapvisiblegridlinesonly="true" />
+ </sodipodi:namedview>
+ <path
+ style="fill:#eeeeec;stroke:#555753;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+ d="m 3,41 0,-18 2,-2 6,0 10,-10 2,0 2,2 0,38 -2,2 -2,0 L 11,43 5,43 3,41 z"
+ id="path4349"
+ inkscape:connector-curvature="0" />
+ <path
+ style="fill:url(#linearGradient4892);stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+ d="m 7,40 5,0 8,8 2,0 0,-33 -1,0 -9,9 -5,0 -1,1 0,14 z"
+ id="path4865"
+ inkscape:connector-curvature="0" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:#a40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path4951"
+ sodipodi:cx="30"
+ sodipodi:cy="30"
+ sodipodi:rx="10"
+ sodipodi:ry="10"
+ d="m 40,30 a 10,10 0 1 1 -20,0 10,10 0 1 1 20,0 z"
+ transform="matrix(1.4,0,0,1.4,-8,-16)" />
+ <path
+ sodipodi:type="arc"
+ style="color:#000000;fill:url(#linearGradient5017);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+ id="path5009"
+ sodipodi:cx="34"
+ sodipodi:cy="26"
+ sodipodi:rx="12"
+ sodipodi:ry="12"
+ d="m 46,26 a 12,12 0 1 1 -24,0 12,12 0 1 1 24,0 z" />
+ <path
+ style="fill:url(#linearGradient5007);stroke:none;fill-opacity:1"
+ d="m 34,24 5,-5 2,0 0,2 -5,5 5,5 0,2 -2,0 -5,-5 -5,5 -2,0 0,-2 5,-5 -5,-5 0,-2 2,0 z"
+ id="path4953"
+ inkscape:connector-curvature="0"
+ sodipodi:nodetypes="ccccccccccccccccc" />
+</svg>
--
1.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment