diff options
Diffstat (limited to 'data')
22 files changed, 1313 insertions, 13 deletions
diff --git a/data/elementary/themes/Makefile.am b/data/elementary/themes/Makefile.am index 6c144fbffd..e0a0316a07 100644 --- a/data/elementary/themes/Makefile.am +++ b/data/elementary/themes/Makefile.am @@ -1155,6 +1155,7 @@ elementary_fdo_emblems_96_files = \ elementary_fdo_places_16_files = \ elementary/themes/fdo/places/16/folder-documents.png \ elementary/themes/fdo/places/16/folder-download.png \ + elementary/themes/fdo/places/16/folder-drag-accept.png \ elementary/themes/fdo/places/16/folder-home.png \ elementary/themes/fdo/places/16/folder-music.png \ elementary/themes/fdo/places/16/folder-open.png \ @@ -1163,6 +1164,7 @@ elementary_fdo_places_16_files = \ elementary/themes/fdo/places/16/folder-recent.png \ elementary/themes/fdo/places/16/folder-remote.png \ elementary/themes/fdo/places/16/folder-videos.png \ + elementary/themes/fdo/places/16/folder-visiting.png \ elementary/themes/fdo/places/16/network-server.png \ elementary/themes/fdo/places/16/network-workgroup.png \ elementary/themes/fdo/places/16/start-here.png \ @@ -1170,6 +1172,7 @@ elementary_fdo_places_16_files = \ elementary_fdo_places_128_files = \ elementary/themes/fdo/places/128/folder-documents.png \ + elementary/themes/fdo/places/128/folder-drag-accept.png \ elementary/themes/fdo/places/128/folder-download.png \ elementary/themes/fdo/places/128/folder-home.png \ elementary/themes/fdo/places/128/folder-music.png \ @@ -1181,6 +1184,7 @@ elementary_fdo_places_128_files = \ elementary/themes/fdo/places/128/folder-remote.png \ elementary/themes/fdo/places/128/folder-templates.png \ elementary/themes/fdo/places/128/folder-videos.png \ + elementary/themes/fdo/places/128/folder-visiting.png \ elementary/themes/fdo/places/128/network-server.png \ elementary/themes/fdo/places/128/network-workgroup.png \ elementary/themes/fdo/places/128/start-here.png \ @@ -1190,6 +1194,8 @@ elementary_fdo_places_128_files = \ elementary/themes/fdo/places/128/user-trash.png elementary_fdo_status_128_files = \ + elementary/themes/fdo/status/128/appointment-missed.png \ + elementary/themes/fdo/status/128/appointment-soon.png \ elementary/themes/fdo/status/128/audio-volume-high.png \ elementary/themes/fdo/status/128/audio-volume-low.png \ elementary/themes/fdo/status/128/audio-volume-medium.png \ @@ -1216,7 +1222,10 @@ elementary_fdo_status_128_files = \ elementary/themes/fdo/status/128/dialog-warning.png \ elementary/themes/fdo/status/128/mail-attachment.png \ elementary/themes/fdo/status/128/mail-read.png \ + elementary/themes/fdo/status/128/mail-replied.png \ elementary/themes/fdo/status/128/mail-unread.png \ + elementary/themes/fdo/status/128/mail-signed.png \ + elementary/themes/fdo/status/128/mail-signed-verified.png \ elementary/themes/fdo/status/128/media-playlist-repeat.png \ elementary/themes/fdo/status/128/media-playlist-shuffle.png \ elementary/themes/fdo/status/128/network-cellular-3g.png \ @@ -1255,6 +1264,8 @@ elementary_fdo_status_128_files = \ elementary/themes/fdo/status/128/security-medium.png \ elementary/themes/fdo/status/128/software-update-available.png \ elementary/themes/fdo/status/128/software-update-urgent.png \ + elementary/themes/fdo/status/128/task-due.png \ + elementary/themes/fdo/status/128/task-past-due.png \ elementary/themes/fdo/status/128/starred.png \ elementary/themes/fdo/status/128/user-available.png \ elementary/themes/fdo/status/128/user-away.png \ @@ -1262,6 +1273,7 @@ elementary_fdo_status_128_files = \ elementary/themes/fdo/status/128/user-idle.png \ elementary/themes/fdo/status/128/user-invisible.png \ elementary/themes/fdo/status/128/user-offline.png \ + elementary/themes/fdo/status/128/user-trash-full.png \ elementary/themes/fdo/status/128/weather-clear-night.png \ elementary/themes/fdo/status/128/weather-clear.png \ elementary/themes/fdo/status/128/weather-clouds-night.png \ diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index a4d4fa84be..ec42bbc06b 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -71,6 +71,7 @@ ICO1(CTX, "user-bookmarks", 128) ICO2(CTX, "user-desktop") ICO1(CTX, "user-trash", 128) ICO2(CTX, "folder") +ICO2(CTX, "folder-drag-accept") /* spec have this icon in the Status category */ ICO2(CTX, "folder-remote") ICO2(CTX, "folder-open") /* */ ICO2(CTX, "folder-home") /* */ @@ -80,6 +81,7 @@ ICO2(CTX, "folder-documents") /* */ ICO2(CTX, "folder-pictures") /* */ ICO2(CTX, "folder-music") /* */ ICO2(CTX, "folder-videos") /* */ +ICO2(CTX, "folder-visiting") /* spec have this icon in the Status category */ ICO2(CTX, "network-server") ICO2(CTX, "network-workgroup") ICO2(CTX, "start-here") @@ -242,6 +244,8 @@ ICO1(CTX, "zoom-fit-best", 128) //// status ///////////////////////////////////////////////////////////// #define CTX "status" +ICO1(CTX, "appointment-missed", 128) +ICO1(CTX, "appointment-soon", 128) ICO1(CTX, "audio-volume-high", 128) ICO1(CTX, "audio-volume-low", 128) ICO1(CTX, "audio-volume-medium", 128) @@ -268,6 +272,12 @@ ICO1(CTX, "dialog-question", 128) ICO1(CTX, "dialog-warning", 128) ICO1(CTX, "media-playlist-repeat", 128) ICO1(CTX, "media-playlist-shuffle", 128) +ICO1(CTX, "mail-attachment", 128) +ICO1(CTX, "mail-unread", 128) +ICO1(CTX, "mail-read", 128) +ICO1(CTX, "mail-replied", 128) +ICO1(CTX, "mail-signed", 128) +ICO1(CTX, "mail-signed-verified", 128) ICO1(CTX, "network-cellular-3g", 128) /* */ ICO1(CTX, "network-cellular-4g", 128) /* */ ICO1(CTX, "network-cellular-edge", 128) /* */ @@ -303,12 +313,15 @@ ICO1(CTX, "security-medium", 128) ICO1(CTX, "security-low", 128) ICO1(CTX, "software-update-available", 128) ICO1(CTX, "software-update-urgent", 128) +ICO1(CTX, "task-due", 128) +ICO1(CTX, "task-past-due", 128) ICO1(CTX, "user-available", 128) ICO1(CTX, "user-away", 128) ICO1(CTX, "user-busy", 128) /* */ ICO1(CTX, "user-invisible", 128) /* */ ICO1(CTX, "user-idle", 128) ICO1(CTX, "user-offline", 128) +ICO1(CTX, "user-trash-full", 128) /* */ ICO1(CTX, "weather-clear-night", 128) ICO1(CTX, "weather-clear", 128) ICO1(CTX, "weather-clouds-night", 128) /* */ @@ -322,25 +335,14 @@ ICO1(CTX, "weather-showers-scattered", 128) ICO1(CTX, "weather-showers", 128) ICO1(CTX, "weather-snow", 128) ICO1(CTX, "weather-storm", 128) -ICO1(CTX, "mail-attachment", 128) -ICO1(CTX, "mail-unread", 128) -ICO1(CTX, "mail-read", 128) -// TODO mail-replied -// TODO mail-signed -// TODO mail-signed-verified -// TODO appointment-missed -// TODO appointment-soon -// TODO folder-drag-accept -// TODO folder-visiting // TODO image-loading // TODO image-missing // TODO sync-error // TODO sync-synchronizing -// TODO task-due -// TODO task-past-due -// TODO user-trash-full ICO1(CTX, "starred", 128) /* */ ICO1(CTX, "non-starred", 128) /* */ +// folder-visiting /* in the Places category */ +// folder-drag-accept /* in the Places category */ #undef CTX diff --git a/data/elementary/themes/fdo/places/128/folder-drag-accept.png b/data/elementary/themes/fdo/places/128/folder-drag-accept.png Binary files differnew file mode 100644 index 0000000000..a5e8b8fe3e --- /dev/null +++ b/data/elementary/themes/fdo/places/128/folder-drag-accept.png diff --git a/data/elementary/themes/fdo/places/128/folder-visiting.png b/data/elementary/themes/fdo/places/128/folder-visiting.png Binary files differnew file mode 100644 index 0000000000..e877858b4c --- /dev/null +++ b/data/elementary/themes/fdo/places/128/folder-visiting.png diff --git a/data/elementary/themes/fdo/places/16/folder-drag-accept.png b/data/elementary/themes/fdo/places/16/folder-drag-accept.png Binary files differnew file mode 100644 index 0000000000..7920655f39 --- /dev/null +++ b/data/elementary/themes/fdo/places/16/folder-drag-accept.png diff --git a/data/elementary/themes/fdo/places/16/folder-visiting.png b/data/elementary/themes/fdo/places/16/folder-visiting.png Binary files differnew file mode 100644 index 0000000000..d2f27d6e16 --- /dev/null +++ b/data/elementary/themes/fdo/places/16/folder-visiting.png diff --git a/data/elementary/themes/fdo/status/128-svg/appointment-missed.svg b/data/elementary/themes/fdo/status/128-svg/appointment-missed.svg new file mode 100644 index 0000000000..5e86139d21 --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/appointment-missed.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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128" + height="128" + id="svg3027" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="appointment-soon.svg"> + <defs + id="defs3029"> + <linearGradient + id="StandardGradient-13" + gradientTransform="matrix(0.9984539,0,0,0.9984539,-0.0459776,0.05767558)" + x1="10.710332" + y1="1.9963325" + x2="10.710332" + y2="18.974037" + gradientUnits="userSpaceOnUse"> + <stop + style="stop-color:#000000;stop-opacity:0.86274511;" + offset="0" + id="stop3277-7" /> + <stop + style="stop-color:#000000;stop-opacity:0.47058824;" + offset="1" + id="stop3279-4" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.9140624" + inkscape:cx="62.821827" + inkscape:cy="63.722204" + inkscape:document-units="px" + inkscape:current-layer="svg3027" + showgrid="true" + inkscape:window-width="1013" + inkscape:window-height="847" + inkscape:window-x="446" + inkscape:window-y="78" + inkscape:window-maximized="0"> + <inkscape:grid + type="xygrid" + id="grid2984" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <metadata + id="metadata3032"> + <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> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-924.36218)" /> + <g + transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)" + style="fill:#3399ff" + id="g4-5" /> + <path + sodipodi:type="arc" + style="opacity:0.15;fill:#000000;fill-opacity:1;stroke:none;display:inline" + id="path3066-2" + sodipodi:cx="11" + sodipodi:cy="11" + sodipodi:rx="6" + sodipodi:ry="6" + d="m 5,11 a 6,6 0 1 1 6,6 l 0,-6 z" + sodipodi:start="3.1415927" + sodipodi:end="7.8539816" + transform="matrix(-7,0,0,-7,142,141)" /> + <path + style="fill:#c60000;fill-opacity:1;stroke:none;display:inline" + d="M 65,8 C 34.072054,8 9,33.072054 9,64 9,94.927946 34.072054,120 65,120 95.927946,120 121,94.927946 121,64 121,33.072054 95.927946,8 65,8 z m 0,14 c 23.195963,0 42,18.804037 42,42 0,23.195963 -18.804037,42 -42,42 C 41.804037,106 23,87.195963 23,64 23,40.804037 41.804037,22 65,22 z m 0,7 c -3.878,0 -7,3.122 -7,7 l 0,28 c 0,3.878 3.122,7 7,7 l 28,0 c 3.878,0 7,-3.122 7,-7 0,-3.878 -3.122,-7 -7,-7 l -21,0 0,-21 c 0,-3.878 -3.122,-7 -7,-7 z" + id="path3057-9" + inkscape:connector-curvature="0" /> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/appointment-soon.svg b/data/elementary/themes/fdo/status/128-svg/appointment-soon.svg new file mode 100644 index 0000000000..c1fb7ae035 --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/appointment-soon.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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128" + height="128" + id="svg3027" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="appointment-soon.svg"> + <defs + id="defs3029"> + <linearGradient + id="StandardGradient-13" + gradientTransform="matrix(0.9984539,0,0,0.9984539,-0.0459776,0.05767558)" + x1="10.710332" + y1="1.9963325" + x2="10.710332" + y2="18.974037" + gradientUnits="userSpaceOnUse"> + <stop + style="stop-color:#000000;stop-opacity:0.86274511;" + offset="0" + id="stop3277-7" /> + <stop + style="stop-color:#000000;stop-opacity:0.47058824;" + offset="1" + id="stop3279-4" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="2.135131" + inkscape:cx="-4.0746601" + inkscape:cy="94.604684" + inkscape:document-units="px" + inkscape:current-layer="svg3027" + showgrid="true" + inkscape:window-width="1680" + inkscape:window-height="987" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1"> + <inkscape:grid + type="xygrid" + id="grid2984" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <metadata + id="metadata3032"> + <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> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-924.36218)" /> + <g + transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)" + style="fill:#3399ff" + id="g4-5" /> + <path + sodipodi:type="arc" + style="opacity:0.45;fill:#3399ff;fill-opacity:1;stroke:none;display:inline" + id="path3066-2" + sodipodi:cx="11" + sodipodi:cy="11" + sodipodi:rx="6" + sodipodi:ry="6" + d="m 5,11 a 6,6 0 1 1 6,6 l 0,-6 z" + sodipodi:start="3.1415927" + sodipodi:end="7.8539816" + transform="matrix(-7,0,0,-7,142,141)" /> + <path + style="fill:#3399ff;fill-opacity:1;stroke:none;display:inline" + d="M 65,8 C 34.072054,8 9,33.072054 9,64 9,94.927946 34.072054,120 65,120 95.927946,120 121,94.927946 121,64 121,33.072054 95.927946,8 65,8 z m 0,14 c 23.195963,0 42,18.804037 42,42 0,23.195963 -18.804037,42 -42,42 C 41.804037,106 23,87.195963 23,64 23,40.804037 41.804037,22 65,22 z m 0,7 c -3.878,0 -7,3.122 -7,7 l 0,28 c 0,3.878 3.122,7 7,7 l 28,0 c 3.878,0 7,-3.122 7,-7 0,-3.878 -3.122,-7 -7,-7 l -21,0 0,-21 c 0,-3.878 -3.122,-7 -7,-7 z" + id="path3057-9" + inkscape:connector-curvature="0" /> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/mail-replied.svg b/data/elementary/themes/fdo/status/128-svg/mail-replied.svg new file mode 100644 index 0000000000..3043f75500 --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/mail-replied.svg @@ -0,0 +1,115 @@ +<?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" + width="128" + height="128" + id="svg3027" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="mail-replied.svg"> + <defs + id="defs3029"> + <linearGradient + id="linearGradient3655"> + <stop + style="stop-color:#0882ff;stop-opacity:1;" + offset="0" + id="stop3657" /> + <stop + style="stop-color:#4ba4ff;stop-opacity:1;" + offset="1" + id="stop3659" /> + </linearGradient> + <linearGradient + y2="11.246404" + x2="8.8832188" + y1="16.071617" + x1="8.8832188" + gradientTransform="matrix(-7.0949425,0,0,9.2166001,91.820097,-20.39836)" + gradientUnits="userSpaceOnUse" + id="linearGradient3079" + xlink:href="#linearGradient3655" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3655" + id="linearGradient3775" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-7.4884276,0,0,10.009343,98.70794,-35.34544)" + x1="8.8832188" + y1="16.071617" + x2="8.8832188" + y2="11.246404" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.9140624" + inkscape:cx="-5.7434841" + inkscape:cy="67.704201" + inkscape:document-units="px" + inkscape:current-layer="svg3027" + showgrid="true" + inkscape:window-width="1680" + inkscape:window-height="987" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-grids="false"> + <inkscape:grid + type="xygrid" + id="grid3001" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <metadata + id="metadata3032"> + <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> + <path + style="opacity:0.45;fill:#3399ff" + d="m 16.375,23.90625 c -3.73867,0 -6.75,3.011329 -6.75,6.75 l 0,58.40625 L 40,64.5 l 0,20.09375 20.875,0 0,20.28125 49.96875,0 c 3.73867,0 6.75,-3.01134 6.75,-6.75 l 0,-67.46875 c 0,-3.738671 -3.01133,-6.75 -6.75,-6.75 z m 0,6.75 47.25,47.21875 47.21875,-47.21875 0,6.71875 L 63.625,84.625 16.375,37.375 z M 87.25,67.75 l 23.59375,23.21875 -0.1875,7.15625 -26.78125,-27 z" + id="path4-0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sscccccssssscccccccccccc" /> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-924.36218)" /> + <g + transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)" + style="fill:#3399ff" + id="g4-5" /> + <path + sodipodi:nodetypes="cccccccc" + inkscape:connector-curvature="0" + id="path4038" + d="m 36.206182,73.372571 0,14.82402 19.765354,0 0,24.706699 -19.765354,0 0,14.82403 -34.589386,-27.17737 z" + style="fill:url(#linearGradient3079);fill-opacity:1;stroke:none;display:inline" /> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/mail-signed-verified.svg b/data/elementary/themes/fdo/status/128-svg/mail-signed-verified.svg new file mode 100644 index 0000000000..6a44d13eeb --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/mail-signed-verified.svg @@ -0,0 +1,81 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128" + height="128" + id="svg3027" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="mail-signed.svg"> + <defs + id="defs3029" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="3.9140624" + inkscape:cx="82.785675" + inkscape:cy="47.028297" + inkscape:document-units="px" + inkscape:current-layer="svg3027" + showgrid="true" + inkscape:window-width="1680" + inkscape:window-height="987" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-grids="false"> + <inkscape:grid + type="xygrid" + id="grid2991" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <metadata + id="metadata3032"> + <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> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-924.36218)" /> + <g + transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)" + style="fill:#3399ff" + id="g4-5" /> + <path + style="opacity:0.45;fill:#3399ff" + d="m 16.375,23.90625 c -3.73867,0 -6.75,3.011329 -6.75,6.75 l 0,35.726172 c 9.456574,-0.122388 17.830913,-0.1949 27.53125,-0.1949 2.312371,0 4.1875,1.875126 4.1875,4.1875 l 0,16.6875 4.1875,0 c 2.31237,0 4.15625,1.84387 4.15625,4.15625 l 0,13.656248 61.15625,0 c 3.73867,0 6.75,-3.01134 6.75,-6.749998 l 0,-67.46875 c 0,-3.738671 -3.01133,-6.75 -6.75,-6.75 z m 0,6.75 47.25,47.21875 47.21875,-47.21875 0,6.71875 L 63.625,84.625 16.375,37.375 z M 87.25,67.75 l 23.59375,23.21875 -0.1875,7.15625 -26.78125,-27 z" + id="path4-0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ssccscsscssssscccccccccccc" /> + <path + style="opacity:1;fill:#3399ff;fill-opacity:1" + inkscape:connector-curvature="0" + d="m 16.981655,70.260519 c -2.309923,0 -4.169533,1.859613 -4.169533,4.169535 v 8.33907 h 8.339067 V 78.59959 h 8.339068 V 91.108194 H 8.6425874 c -2.3099227,0 -4.1695364,1.859613 -4.1695364,4.169535 v 25.017221 c 0,2.30992 1.8596137,4.16953 4.1695364,4.16953 H 41.998864 c 2.309923,0 4.169534,-1.85961 4.169534,-4.16953 V 95.277729 c 0,-2.309922 -1.859611,-4.169535 -4.169534,-4.169535 H 37.82933 v -16.67814 c 0,-2.309922 -1.859611,-4.169535 -4.169534,-4.169535 H 16.981655 z" + id="path4-6" /> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/mail-signed.svg b/data/elementary/themes/fdo/status/128-svg/mail-signed.svg new file mode 100644 index 0000000000..8118be07ab --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/mail-signed.svg @@ -0,0 +1,81 @@ +<?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:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="128" + height="128" + id="svg3027" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="mail-signed.svg"> + <defs + id="defs3029" /> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.5353201" + inkscape:cx="47.242156" + inkscape:cy="65.507645" + inkscape:document-units="px" + inkscape:current-layer="svg3027" + showgrid="true" + inkscape:window-width="1680" + inkscape:window-height="987" + inkscape:window-x="0" + inkscape:window-y="0" + inkscape:window-maximized="1" + inkscape:snap-grids="false"> + <inkscape:grid + type="xygrid" + id="grid2991" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <metadata + id="metadata3032"> + <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> + <path + style="fill:#3399ff" + inkscape:connector-curvature="0" + d="m 16.993855,70.189768 c -2.312371,0 -4.173954,1.861586 -4.173954,4.17396 V 91.059563 H 8.645938 c -2.312371,0 -4.173958,1.86159 -4.173958,4.17397 v 25.043757 c 0,2.31237 1.861587,4.17395 4.173958,4.17395 h 33.391684 c 2.31237,0 4.173955,-1.86159 4.173955,-4.17395 V 95.233533 c 0,-2.31238 -1.861585,-4.17397 -4.173955,-4.17397 H 37.863655 V 74.363728 c 0,-2.312374 -1.861585,-4.17396 -4.173956,-4.17396 H 16.993855 z m 4.173966,8.347917 h 8.347912 V 91.059563 H 21.167821 V 78.537685 z" + id="path4" /> + <g + inkscape:label="Livello 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-924.36218)" /> + <g + transform="matrix(6.8283434,0,0,6.8283434,10.39521,7.888222)" + style="fill:#3399ff" + id="g4-5" /> + <path + style="opacity:0.45;fill:#3399ff" + d="m 16.375,23.90625 c -3.73867,0 -6.75,3.011329 -6.75,6.75 l 0,35.726172 c 9.456574,-0.122388 17.830913,-0.1949 27.53125,-0.1949 2.312371,0 4.1875,1.875126 4.1875,4.1875 l 0,16.6875 4.1875,0 c 2.31237,0 4.15625,1.84387 4.15625,4.15625 l 0,13.656248 61.15625,0 c 3.73867,0 6.75,-3.01134 6.75,-6.749998 l 0,-67.46875 c 0,-3.738671 -3.01133,-6.75 -6.75,-6.75 z m 0,6.75 47.25,47.21875 47.21875,-47.21875 0,6.71875 L 63.625,84.625 16.375,37.375 z M 87.25,67.75 l 23.59375,23.21875 -0.1875,7.15625 -26.78125,-27 z" + id="path4-0" + inkscape:connector-curvature="0" + sodipodi:nodetypes="ssccscsscssssscccccccccccc" /> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/task-due.svg b/data/elementary/themes/fdo/status/128-svg/task-due.svg new file mode 100644 index 0000000000..a5e566d694 --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/task-due.svg @@ -0,0 +1,253 @@ +<?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" + width="128" + height="128" + id="svg7854" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="task-due.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <metadata + id="metadata70"> + <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="defs7856"> + <linearGradient + inkscape:collect="always" + id="linearGradient5379"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop5381" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5383" /> + </linearGradient> + <linearGradient + id="linearGradient5586"> + <stop + style="stop-color:#bfbcb3;stop-opacity:1;" + offset="0" + id="stop5588" /> + <stop + style="stop-color:#9c988a;stop-opacity:1;" + offset="1" + id="stop5590" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5586" + id="linearGradient5592" + x1="24.635435" + y1="7.202693" + x2="24.635435" + y2="12.380689" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,2)" /> + <filter + inkscape:collect="always" + x="-0.085321061" + width="1.1706421" + y="-0.73719835" + height="2.4743967" + id="filter5670" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.38394476" + id="feGaussianBlur5672" /> + </filter> + <filter + inkscape:collect="always" + x="-0.090666525" + width="1.1813331" + y="-0.31875175" + height="1.6375035" + id="filter5766" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.79295562" + id="feGaussianBlur5768" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5379" + id="linearGradient5385" + x1="24.498007" + y1="3.9980428" + x2="24.498007" + y2="8" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,2)" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="58.815781" + inkscape:cy="64.207854" + inkscape:document-units="px" + inkscape:current-layer="layer1" + width="48px" + height="48px" + inkscape:showpageshadow="false" + inkscape:window-width="1197" + inkscape:window-height="972" + inkscape:window-x="182" + inkscape:window-y="25" + showgrid="true" + borderlayer="false" + inkscape:window-maximized="0" + showborder="true"> + <inkscape:grid + type="xygrid" + id="grid5362" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="matrix(2.9228073,0,0,2.9228073,-7.4508769,-5.2056836)"> + <rect + style="color:#000000;fill:#a1cfff;fill-opacity:1;fill-rule:nonzero;stroke:#3399ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate;opacity:1" + id="rect4613" + width="29.999996" + height="31.999998" + x="9.5" + y="-42.5" + rx="2.7499998" + ry="2.75" + transform="scale(1,-1)" /> + <path + sodipodi:nodetypes="ccccccccc" + id="path5674" + d="m 16.722015,14.506832 15.632463,0 c 0.972272,0.04419 1.026805,-1.889084 1.026805,-1.889084 l -2.88421,-2.310477 0.0091,-0.7545235 c 0,0 -12.01513,-0.02055 -12.01513,-0.02055 l 0,0.8902015 -2.600867,2.242637 c 0,0 -0.05203,1.797602 0.83185,1.841796 z" + style="opacity:0.44117647;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;filter:url(#filter5766);enable-background:accumulate" + transform="matrix(1.0502474,0,0,1.0502474,-1.2378669,0.3335317)" + inkscape:connector-curvature="0" /> + <g + id="g5646" + transform="matrix(0.6232035,0,0,0.6771684,35.310401,9.7651474)"> + <g + inkscape:label="Shadow" + id="layer6" + transform="matrix(1.1,0,0,1,-43.74165,5.918957)"> + <g + transform="matrix(1,0,0,0.555556,-4.549998e-7,13.88887)" + inkscape:label="Shadow" + id="g2043"> + <g + inkscape:label="Shadow" + id="g2036" + style="display:inline"> + <g + transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)" + style="opacity:0.4" + id="g3712" /> + </g> + </g> + <g + transform="translate(50.6887,6.21499)" + style="display:inline" + inkscape:label="pixmap" + id="g2285" /> + <g + id="g891" + transform="matrix(0.186703,0,0,0.186703,29.5814,63.83798)" /> + </g> + <g + id="g5657" + inkscape:label="Base" + style="display:inline" /> + <g + style="display:inline" + inkscape:label="Text" + id="layer5"> + <path + style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#939393;stroke-width:1.53934788999999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -34.294737,4.0386596 33.90621962,0 c 1.27247403,0 2.29688458,0.9427733 2.29688458,2.1138415 l 0,30.6685999 c 0,0 -6.1078388,7.09783 -6.1078388,7.09783 l -30.0952654,0 c -1.272474,0 -2.296884,-0.942773 -2.296884,-2.113841 l 0,-35.6525889 c 0,-1.1710682 1.02441,-2.1138415 2.296884,-2.1138415 z" + id="rect2373" + sodipodi:nodetypes="ccccccccc" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.53934681;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + d="m -34.078088,5.5153971 33.46317108,0 c 0.50920936,0 0.91915047,0.377272 0.91915047,0.8459015 l 0,29.8734644 c 0,0 -5.53241085,6.199076 -5.53241085,6.199076 l -28.8499107,0 c -0.509209,0 -0.91915,-0.377272 -0.91915,-0.845902 l 0,-35.2266384 c 0,-0.4686295 0.409941,-0.8459015 0.91915,-0.8459015 z" + id="rect2423" + sodipodi:nodetypes="ccccccccc" + inkscape:connector-curvature="0" /> + </g> + </g> + <path + style="color:#000000;fill:url(#linearGradient5592);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" + d="m 16.722015,14.506832 15.632463,0 c 0.972272,0.04419 1.026805,-1.889084 1.026805,-1.889084 l -2.88421,-2.310477 0.0091,-3.7545235 c 0,-0.8226142 -0.691802,-1.9332784 -1.698805,-1.9332784 l -8.520043,-0.088388 c -1.212428,0 -1.796282,1.1881512 -1.796282,2.0011169 l 0,3.890201 -2.600867,2.242637 c 0,0 -0.05203,1.797602 0.83185,1.841796 z" + id="path5584" + sodipodi:nodetypes="ccccccccccc" + inkscape:connector-curvature="0" /> + <rect + style="opacity:0.46470588;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" + id="rect5594" + width="15" + height="1.0416322" + x="17" + y="12" + rx="0.52081609" + ry="0.52081609" /> + <rect + ry="0.52081609" + rx="0.52081609" + y="6" + x="20" + height="1.0416322" + width="9" + id="rect5596" + style="opacity:0.53529412;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;filter:url(#filter5670);enable-background:accumulate" /> + <path + style="color:#000000;fill:#ececec;fill-opacity:1;fill-rule:nonzero;stroke:#939393;stroke-width:1;stroke-linecap:round;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 32.675,39.499998 -0.78125,-4.437499 c 2.088792,0.556188 3.07442,-0.08717 4.66875,-0.437499 l -3.8875,4.874998 z" + id="path4653" + sodipodi:nodetypes="cccc" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:url(#linearGradient5385);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 20,10 20,7 C 19.96055,6.368444 20.207982,5.9663853 21,6 l 7,0 c 0.463069,0.073861 0.94201,0.1159796 1,1 l 0,3 -1,-3 -7,0 -1,3 z" + id="path5377" + sodipodi:nodetypes="ccccccccc" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/task-past-due.svg b/data/elementary/themes/fdo/status/128-svg/task-past-due.svg new file mode 100644 index 0000000000..22df22b192 --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/task-past-due.svg @@ -0,0 +1,243 @@ +<?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" + width="128" + height="128" + id="svg7854" + sodipodi:version="0.32" + inkscape:version="0.48.5 r10040" + version="1.0" + sodipodi:docname="task-past-due.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + <metadata + id="metadata70"> + <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="defs7856"> + <linearGradient + inkscape:collect="always" + id="linearGradient5379"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop5381" /> + <stop + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop5383" /> + </linearGradient> + <linearGradient + id="linearGradient5586"> + <stop + style="stop-color:#bfbcb3;stop-opacity:1;" + offset="0" + id="stop5588" /> + <stop + style="stop-color:#9c988a;stop-opacity:1;" + offset="1" + id="stop5590" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5586" + id="linearGradient5592" + x1="24.635435" + y1="7.202693" + x2="24.635435" + y2="12.380689" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,2)" /> + <filter + inkscape:collect="always" + x="-0.085321061" + width="1.1706421" + y="-0.73719835" + height="2.4743967" + id="filter5670" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.38394476" + id="feGaussianBlur5672" /> + </filter> + <filter + inkscape:collect="always" + x="-0.090666525" + width="1.1813331" + y="-0.31875175" + height="1.6375035" + id="filter5766" + color-interpolation-filters="sRGB"> + <feGaussianBlur + inkscape:collect="always" + stdDeviation="0.79295562" + id="feGaussianBlur5768" /> + </filter> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5379" + id="linearGradient5385" + x1="24.498007" + y1="3.9980428" + x2="24.498007" + y2="8" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(0,2)" /> + <linearGradient + inkscape:collect="always" + id="linearGradient6992"> + <stop + style="stop-color:#eeeeec;stop-opacity:1;" + offset="0" + id="stop6994" /> + <stop + style="stop-color:#ffffff;stop-opacity:0.85877866" + offset="1" + id="stop6996" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient6992" + id="linearGradient3839" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.34213682,0,0,0.34213682,36.762901,19.230034)" + x1="27.874702" + y1="14.360621" + x2="27.874702" + y2="22.006681" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1" + gridtolerance="10000" + guidetolerance="10" + objecttolerance="10" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="4" + inkscape:cx="52.562875" + inkscape:cy="54.76191" + inkscape:document-units="px" + inkscape:current-layer="layer1" + width="48px" + height="48px" + inkscape:showpageshadow="false" + inkscape:window-width="1197" + inkscape:window-height="972" + inkscape:window-x="182" + inkscape:window-y="48" + showgrid="true" + borderlayer="false" + inkscape:window-maximized="0" + showborder="true" + inkscape:snap-grids="false"> + <inkscape:grid + type="xygrid" + id="grid5362" + empspacing="8" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" + spacingx="4px" + spacingy="4px" /> + </sodipodi:namedview> + <g + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="matrix(2.9228073,0,0,2.9228073,-7.4508769,-5.2056836)"> + <rect + style="color:#000000;fill:#a1cfff;fill-opacity:1;fill-rule:nonzero;stroke:#3399ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate;opacity:1" + id="rect4613" + width="29.999996" + height="31.999998" + x="9.5" + y="-42.5" + rx="2.7499998" + ry="2.75" + transform="scale(1,-1)" /> + <g + id="g3834" + transform="matrix(2.9096982,0,0,2.9096982,-106.9158,-55.889412)"> + <path + sodipodi:nodetypes="cccccccccccc" + id="path5985" + d="m 41.531536,23.848881 7.229514,0 c 0.271318,0 0.489743,0.218426 0.489743,0.489744 l 0,0.946968 c 0,0 -0.960181,1.644456 -0.960181,1.644456 l -1.700226,-1.026411 -1.35809,1.026411 -1.347632,-1.368547 -1.668854,0.684273 -1.174017,-1.174017 0,-0.733133 c 0,-0.271318 0.218426,-0.489744 0.489743,-0.489744 z" + style="opacity:0.05;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.34213686;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + sodipodi:nodetypes="cccccccccccc" + id="rect2373-5" + d="m 41.531536,23.506744 7.229514,0 c 0.271318,0 0.489743,0.218426 0.489743,0.489744 l 0,0.946968 c 0,0 -0.960181,1.644456 -0.960181,1.644456 l -1.700226,-1.02641 -1.35809,1.02641 -1.347632,-1.368547 -1.668854,0.684273 -1.174017,-1.174017 0,-0.733133 c 0,-0.271318 0.218426,-0.489744 0.489743,-0.489744 z" + style="color:#000000;fill:url(#linearGradient3839);fill-opacity:1;fill-rule:evenodd;stroke:#939393;stroke-width:0.34213686;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:connector-curvature="0" /> + <path + transform="matrix(0.34213682,0,0,0.34213682,36.762902,19.230034)" + d="M 13.9375,13.5 C 13.683247,13.5 13.5,13.683246 13.5,13.9375 l 0,1.75 2.65625,2.65625 4.28125,-1.75 a 0.99446835,0.99446835 0 0 1 1.09375,0.21875 l 3.3125,3.375 3.28125,-2.46875 a 0.99446835,0.99446835 0 0 1 1.09375,-0.0625 l 4.125,2.5 2.15625,-3.6875 0,-2.53125 C 35.5,13.683246 35.316754,13.5 35.0625,13.5 l -21.125,0 z" + id="path6021" + style="color:#000000;fill:none;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" + inkscape:original="M 13.9375 12.5 C 13.14449 12.5 12.5 13.144489 12.5 13.9375 L 12.5 16.0625 L 15.9375 19.5 L 20.8125 17.5 L 24.75 21.5 L 28.71875 18.5 L 33.6875 21.5 C 33.6875 21.5 36.5 16.687501 36.5 16.6875 L 36.5 13.9375 C 36.5 13.144489 35.855511 12.5 35.0625 12.5 L 13.9375 12.5 z " + inkscape:radius="-0.99436891" + sodipodi:type="inkscape:offset" /> + </g> + <path + sodipodi:nodetypes="ccccccccc" + id="path5674" + d="m 16.722015,14.506832 15.632463,0 c 0.972272,0.04419 1.026805,-1.889084 1.026805,-1.889084 l -2.88421,-2.310477 0.0091,-0.7545235 c 0,0 -12.01513,-0.02055 -12.01513,-0.02055 l 0,0.8902015 -2.600867,2.242637 c 0,0 -0.05203,1.797602 0.83185,1.841796 z" + style="opacity:0.44117647;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;filter:url(#filter5766);enable-background:accumulate" + transform="matrix(1.0502474,0,0,1.0502474,-1.2378669,0.3335317)" + inkscape:connector-curvature="0" /> + <path + style="color:#000000;fill:url(#linearGradient5592);fill-opacity:1;fill-rule:nonzero;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" + d="m 16.722015,14.506832 15.632463,0 c 0.972272,0.04419 1.026805,-1.889084 1.026805,-1.889084 l -2.88421,-2.310477 0.0091,-3.7545235 c 0,-0.8226142 -0.691802,-1.9332784 -1.698805,-1.9332784 l -8.520043,-0.088388 c -1.212428,0 -1.796282,1.1881512 -1.796282,2.0011169 l 0,3.890201 -2.600867,2.242637 c 0,0 -0.05203,1.797602 0.83185,1.841796 z" + id="path5584" + sodipodi:nodetypes="ccccccccccc" + inkscape:connector-curvature="0" /> + <rect + style="opacity:0.46470588;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;enable-background:accumulate" + id="rect5594" + width="15" + height="1.0416322" + x="17" + y="12" + rx="0.52081609" + ry="0.52081609" /> + <rect + ry="0.52081609" + rx="0.52081609" + y="6" + x="20" + height="1.0416322" + width="9" + id="rect5596" + style="opacity:0.53529412;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:block;overflow:visible;filter:url(#filter5670);enable-background:accumulate" /> + <path + style="color:#000000;fill:url(#linearGradient5385);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" + d="M 20,10 20,7 C 19.96055,6.368444 20.207982,5.9663853 21,6 l 7,0 c 0.463069,0.073861 0.94201,0.1159796 1,1 l 0,3 -1,-3 -7,0 -1,3 z" + id="path5377" + sodipodi:nodetypes="ccccccccc" + inkscape:connector-curvature="0" /> + </g> +</svg> diff --git a/data/elementary/themes/fdo/status/128-svg/user-trash-full.svg b/data/elementary/themes/fdo/status/128-svg/user-trash-full.svg new file mode 100644 index 0000000000..a96695e964 --- /dev/null +++ b/data/elementary/themes/fdo/status/128-svg/user-trash-full.svg @@ -0,0 +1,305 @@ +<?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" + width="128" + height="128" + id="svg26392" + version="1.1" + inkscape:version="0.48.5 r10040" + sodipodi:docname="user-trash-full.svg"> + <defs + id="defs26394"> + <inkscape:perspective + sodipodi:type="inkscape:persp3d" + inkscape:vp_x="0 : 64 : 1" + inkscape:vp_y="0 : 1000 : 0" + inkscape:vp_z="128 : 64 : 1" + inkscape:persp3d-origin="64 : 42.666667 : 1" + id="perspective3804" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient8272" + id="linearGradient5891" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.6658408,0,0,2.7170994,-143.33283,-69.198823)" + x1="97.538795" + y1="16.962049" + x2="97.538795" + y2="44.260689" /> + <linearGradient + id="linearGradient8272"> + <stop + offset="0" + style="stop-color:#ffffff;stop-opacity:1" + id="stop8274" /> + <stop + offset="0.0221225" + style="stop-color:#ffffff;stop-opacity:0.23529412" + id="stop8276" /> + <stop + offset="0.97909725" + style="stop-color:#ffffff;stop-opacity:0.15686275" + id="stop8278" /> + <stop + offset="1" + style="stop-color:#ffffff;stop-opacity:0.39215687" + id="stop8280" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-820" + id="linearGradient5887" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.036796,0,0,2.6909701,-8.8831134,-65.364613)" + x1="22.934725" + y1="49.629246" + x2="22.934725" + y2="36.599415" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5048-585" + id="linearGradient5875" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.2134205,0,0,0.06641689,-13.147881,75.518568)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> + <linearGradient + id="linearGradient5048-585"> + <stop + id="stop2667" + style="stop-color:#000000;stop-opacity:0" + offset="0" /> + <stop + id="stop2669" + style="stop-color:#000000;stop-opacity:1" + offset="0.5" /> + <stop + id="stop2671" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-179" + id="radialGradient5877" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.08277507,0,0,0.06641689,65.628912,75.518568)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5060-179"> + <stop + id="stop2675" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop2677" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <radialGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-820" + id="radialGradient5879" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(-0.08277505,0,0,0.06641689,62.347829,75.518568)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + <linearGradient + id="linearGradient5060-820"> + <stop + id="stop2681" + style="stop-color:#000000;stop-opacity:1" + offset="0" /> + <stop + id="stop2683" + style="stop-color:#000000;stop-opacity:0" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient9235" + id="linearGradient5873" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.6658408,0,0,2.6469079,-143.33283,-66.049513)" + x1="97.538795" + y1="8.8103228" + x2="97.538795" + y2="44.260689" /> + <linearGradient + id="linearGradient9235"> + <stop + id="stop9237" + style="stop-color:#ffffff;stop-opacity:1" + offset="0" /> + <stop + id="stop9239" + style="stop-color:#ffffff;stop-opacity:0.23529412" + offset="0.1088333" /> + <stop + id="stop9241" + style="stop-color:#ffffff;stop-opacity:0.15686275" + offset="0.97909725" /> + <stop + id="stop9243" + style="stop-color:#ffffff;stop-opacity:0.39215687" + offset="1" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient3104-8-8-97-4-6-11-5-5-1-0" + id="linearGradient5869" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(2.1683519,0,0,2.2464645,141.9485,-68.590473)" + x1="-51.786404" + y1="53.514328" + x2="-51.786404" + y2="3.6336823" /> + <linearGradient + id="linearGradient3104-8-8-97-4-6-11-5-5-1-0"> + <stop + offset="0" + style="stop-color:#000000;stop-opacity:0.32173914" + id="stop3106-5-4-3-5-0-2-1-0-1-2" /> + <stop + offset="1" + style="stop-color:#000000;stop-opacity:0.27826086" + id="stop3108-4-3-7-8-2-0-7-9-4-9" /> + </linearGradient> + <linearGradient + id="linearGradient6404-7-5"> + <stop + id="stop6406-1-8" + style="stop-color:#f9f9f9;stop-opacity:1" + offset="0" /> + <stop + id="stop6408-9-6" + style="stop-color:#c9c9c9;stop-opacity:1" + offset="1" /> + </linearGradient> + <linearGradient + y2="16.997795" + x2="62.988873" + y1="14.090554" + x1="62.988873" + gradientTransform="matrix(2.7209303,0,0,2.6722576,-117.2202,-66.213873)" + gradientUnits="userSpaceOnUse" + id="linearGradient26390" + xlink:href="#linearGradient6404-7-5" + inkscape:collect="always" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-820" + id="linearGradient3838" + x1="23.454546" + y1="-10.454544" + x2="106.72727" + y2="-10.454544" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.1441048,0,0,5.0129871,-22.198093,-12.955135)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-179" + id="linearGradient3848" + x1="65.614037" + y1="-18.322319" + x2="65.636368" + y2="-8.867774" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1,0,0,0.97242435,0,-0.23815352)" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5060-179" + id="linearGradient3036" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.9057161,0.42388483,-0.41219593,0.88074039,1.2259037,-37.5846)" + x1="82.629456" + y1="-22.632215" + x2="84.661766" + y2="-5.843071" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="1.4142136" + inkscape:cx="-23.559278" + inkscape:cy="168.94449" + inkscape:current-layer="layer1" + showgrid="true" + inkscape:document-units="px" + inkscape:grid-bbox="true" + inkscape:window-width="1680" + inkscape:window-height="987" + inkscape:window-x="39" + inkscape:window-y="1" + inkscape:window-maximized="0" + showguides="true" + inkscape:guide-bbox="true" /> + <metadata + id="metadata26397"> + <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> + <g + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer" + transform="translate(0,64)"> + <path + style="fill:#3399ff;fill-opacity:1;stroke:none" + d="m 30.341309,-18.545455 70.385961,0 -7.272724,77.090905 -56.000001,0 z" + id="path3820" + inkscape:connector-curvature="0" /> + <path + inkscape:connector-curvature="0" + id="path3840" + d="m 83.84302,-18.547211 16.17661,7.409192 L 98.596547,3.4329486 30.269481,-18.311926 z" + style="opacity:0.47079042999999998;fill:url(#linearGradient3036);fill-opacity:1;stroke:none" + sodipodi:nodetypes="ccccc" /> + <g + id="g3030" + transform="matrix(0.90924678,0.41625746,-0.41625746,0.90924678,0.01582843,-36.523365)"> + <rect + y="31.454546" + x="23.454546" + height="14" + width="83.272728" + id="rect3822" + style="fill:#3399ff;fill-opacity:1;stroke:none" + transform="translate(0,-64)" /> + <path + inkscape:connector-curvature="0" + id="path3828" + d="m 51.636364,-31.96113 0,-10.766143 26.909091,0 0,10.958397" + style="fill:none;stroke:#3399ff;stroke-width:6.47825384;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" /> + </g> + </g> +</svg> diff --git a/data/elementary/themes/fdo/status/128/appointment-missed.png b/data/elementary/themes/fdo/status/128/appointment-missed.png Binary files differnew file mode 100644 index 0000000000..a27f5322a8 --- /dev/null +++ b/data/elementary/themes/fdo/status/128/appointment-missed.png diff --git a/data/elementary/themes/fdo/status/128/appointment-soon.png b/data/elementary/themes/fdo/status/128/appointment-soon.png Binary files differnew file mode 100644 index 0000000000..5f020c731f --- /dev/null +++ b/data/elementary/themes/fdo/status/128/appointment-soon.png diff --git a/data/elementary/themes/fdo/status/128/mail-replied.png b/data/elementary/themes/fdo/status/128/mail-replied.png Binary files differnew file mode 100644 index 0000000000..fff25d6ecf --- /dev/null +++ b/data/elementary/themes/fdo/status/128/mail-replied.png diff --git a/data/elementary/themes/fdo/status/128/mail-signed-verified.png b/data/elementary/themes/fdo/status/128/mail-signed-verified.png Binary files differnew file mode 100644 index 0000000000..b3eca6c922 --- /dev/null +++ b/data/elementary/themes/fdo/status/128/mail-signed-verified.png diff --git a/data/elementary/themes/fdo/status/128/mail-signed.png b/data/elementary/themes/fdo/status/128/mail-signed.png Binary files differnew file mode 100644 index 0000000000..97d8e02ed8 --- /dev/null +++ b/data/elementary/themes/fdo/status/128/mail-signed.png diff --git a/data/elementary/themes/fdo/status/128/task-due.png b/data/elementary/themes/fdo/status/128/task-due.png Binary files differnew file mode 100644 index 0000000000..0a1359ce45 --- /dev/null +++ b/data/elementary/themes/fdo/status/128/task-due.png diff --git a/data/elementary/themes/fdo/status/128/task-past-due.png b/data/elementary/themes/fdo/status/128/task-past-due.png Binary files differnew file mode 100644 index 0000000000..869e165d19 --- /dev/null +++ b/data/elementary/themes/fdo/status/128/task-past-due.png diff --git a/data/elementary/themes/fdo/status/128/user-trash-full.png b/data/elementary/themes/fdo/status/128/user-trash-full.png Binary files differnew file mode 100644 index 0000000000..9e276e4899 --- /dev/null +++ b/data/elementary/themes/fdo/status/128/user-trash-full.png |