diff --git a/data/elementary/themes/Makefile.am b/data/elementary/themes/Makefile.am index c492af6d7e..f5bc5a1dbf 100644 --- a/data/elementary/themes/Makefile.am +++ b/data/elementary/themes/Makefile.am @@ -990,14 +990,18 @@ elementary/themes/snd/kbd-tap.wav elementary_fdo_actions_128_files = \ + elementary/themes/fdo/actions/128/address-book-new.png \ elementary/themes/fdo/actions/128/application-exit.png \ + elementary/themes/fdo/actions/128/appointment-new.png \ elementary/themes/fdo/actions/128/call-start.png \ elementary/themes/fdo/actions/128/call-stop.png \ + elementary/themes/fdo/actions/128/contact-new.png \ elementary/themes/fdo/actions/128/document-close.png \ elementary/themes/fdo/actions/128/document-export.png \ elementary/themes/fdo/actions/128/document-import.png \ elementary/themes/fdo/actions/128/document-new.png \ elementary/themes/fdo/actions/128/document-open.png \ + elementary/themes/fdo/actions/128/document-open-recent.png \ elementary/themes/fdo/actions/128/document-page-setup.png \ elementary/themes/fdo/actions/128/document-print.png \ elementary/themes/fdo/actions/128/document-print-preview.png \ @@ -1043,12 +1047,24 @@ elementary_fdo_actions_128_files = \ elementary/themes/fdo/actions/128/go-up.png \ elementary/themes/fdo/actions/128/help-about.png \ elementary/themes/fdo/actions/128/help-contents.png \ + elementary/themes/fdo/actions/128/help-faq.png \ elementary/themes/fdo/actions/128/insert-image.png \ elementary/themes/fdo/actions/128/insert-link.png \ elementary/themes/fdo/actions/128/insert-object.png \ elementary/themes/fdo/actions/128/insert-text.png \ elementary/themes/fdo/actions/128/list-add.png \ elementary/themes/fdo/actions/128/list-remove.png \ + elementary/themes/fdo/actions/128/mail-forward.png \ + elementary/themes/fdo/actions/128/mail-mark-important.png \ + elementary/themes/fdo/actions/128/mail-mark-junk.png \ + elementary/themes/fdo/actions/128/mail-mark-notjunk.png \ + elementary/themes/fdo/actions/128/mail-mark-read.png \ + elementary/themes/fdo/actions/128/mail-mark-unread.png \ + elementary/themes/fdo/actions/128/mail-message-new.png \ + elementary/themes/fdo/actions/128/mail-reply-all.png \ + elementary/themes/fdo/actions/128/mail-reply-sender.png \ + elementary/themes/fdo/actions/128/mail-send.png \ + elementary/themes/fdo/actions/128/mail-send-receive.png \ elementary/themes/fdo/actions/128/media-eject.png \ elementary/themes/fdo/actions/128/media-playback-pause.png \ elementary/themes/fdo/actions/128/media-playback-start.png \ @@ -1063,6 +1079,7 @@ elementary_fdo_actions_128_files = \ elementary/themes/fdo/actions/128/object-rotate-left.png \ elementary/themes/fdo/actions/128/object-rotate-right.png \ elementary/themes/fdo/actions/128/process-stop.png \ + elementary/themes/fdo/actions/128/system-lock-screen.png \ elementary/themes/fdo/actions/128/system-log-out.png \ elementary/themes/fdo/actions/128/system-reboot.png \ elementary/themes/fdo/actions/128/system-run.png \ diff --git a/data/elementary/themes/edc/elm/icon_fdo.edc b/data/elementary/themes/edc/elm/icon_fdo.edc index cbc9f0e2ed..4d75e661b7 100644 --- a/data/elementary/themes/edc/elm/icon_fdo.edc +++ b/data/elementary/themes/edc/elm/icon_fdo.edc @@ -107,14 +107,14 @@ ICO1(CTX, "emblem-synchronizing", 96) /* */ //// actions //////////////////////////////////////////////////////////////// #define CTX "actions" -// TODO address-book-new -// TODO appointment-new -// TODO contact-new +ICO1(CTX, "address-book-new", 128) ICO1(CTX, "application-exit", 128) +ICO1(CTX, "appointment-new", 128) ICO1(CTX, "call-start", 128) ICO1(CTX, "call-stop", 128) +ICO1(CTX, "contact-new", 128) ICO1(CTX, "document-open", 128) -// ICO1(CTX, "document-open-recent", 128) +ICO1(CTX, "document-open-recent", 128) ICO1(CTX, "document-page-setup", 128) ICO1(CTX, "document-properties", 128) ICO1(CTX, "document-save", 128) @@ -175,17 +175,17 @@ ICO1(CTX, "insert-text", 128) ICO1(CTX, "list-add", 128) ICO1(CTX, "list-remove", 128) -// TODO mail-forward -// TODO mail-mark-important -// TODO mail-mark-junk -// TODO mail-mark-notjunk -// TODO mail-mark-read -// TODO mail-mark-unread -// TODO mail-message-new -// TODO mail-reply-all -// TODO mail-reply-sender -// TODO mail-send -// TODO mail-send-receive +ICO1(CTX, "mail-forward", 128) +ICO1(CTX, "mail-mark-important", 128) +ICO1(CTX, "mail-mark-junk", 128) +ICO1(CTX, "mail-mark-notjunk", 128) +ICO1(CTX, "mail-mark-read", 128) +ICO1(CTX, "mail-mark-unread", 128) +ICO1(CTX, "mail-message-new", 128) +ICO1(CTX, "mail-reply-all", 128) +ICO1(CTX, "mail-reply-sender", 128) +ICO1(CTX, "mail-send", 128) +ICO1(CTX, "mail-send-receive", 128) ICO1(CTX, "media-eject", 128) ICO1(CTX, "media-playback-pause", 128) @@ -222,13 +222,13 @@ ICO1(CTX, "window-new", 128) ICO1(CTX, "system-run", 128) ICO1(CTX, "system-shutdown", 128) ICO1(CTX, "system-reboot", 128) +ICO1(CTX, "system-lock-screen", 128) ICO1(CTX, "system-log-out", 128) ICO1(CTX, "system-search", 128) -// TODO system-lock-screen ICO1(CTX, "help-about", 128) ICO1(CTX, "help-contents", 128) -// TODO help-faq +ICO1(CTX, "help-faq", 128) ICO1(CTX, "zoom-in", 128) ICO1(CTX, "zoom-out", 128) diff --git a/data/elementary/themes/fdo/actions/128-svg/address-book-new.svg b/data/elementary/themes/fdo/actions/128-svg/address-book-new.svg new file mode 100644 index 0000000000..048571aaeb --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/address-book-new.svg @@ -0,0 +1,101 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/appointment-new.svg b/data/elementary/themes/fdo/actions/128-svg/appointment-new.svg new file mode 100644 index 0000000000..490cfc1004 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/appointment-new.svg @@ -0,0 +1,90 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/contact-new.svg b/data/elementary/themes/fdo/actions/128-svg/contact-new.svg new file mode 100644 index 0000000000..ce7600a160 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/contact-new.svg @@ -0,0 +1,119 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/document-open-recent.svg b/data/elementary/themes/fdo/actions/128-svg/document-open-recent.svg new file mode 100644 index 0000000000..bd358bfb0a --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/document-open-recent.svg @@ -0,0 +1,93 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-forward.svg b/data/elementary/themes/fdo/actions/128-svg/mail-forward.svg new file mode 100644 index 0000000000..998865ffb5 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-forward.svg @@ -0,0 +1,575 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-mark-important.svg b/data/elementary/themes/fdo/actions/128-svg/mail-mark-important.svg new file mode 100644 index 0000000000..0052f2eed7 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-mark-important.svg @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-mark-junk.svg b/data/elementary/themes/fdo/actions/128-svg/mail-mark-junk.svg new file mode 100644 index 0000000000..89a89c5475 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-mark-junk.svg @@ -0,0 +1,676 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-mark-notjunk.svg b/data/elementary/themes/fdo/actions/128-svg/mail-mark-notjunk.svg new file mode 100644 index 0000000000..9058a0feec --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-mark-notjunk.svg @@ -0,0 +1,621 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-mark-read.svg b/data/elementary/themes/fdo/actions/128-svg/mail-mark-read.svg new file mode 100644 index 0000000000..9d4e0abb8c --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-mark-read.svg @@ -0,0 +1,490 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-mark-unread.svg b/data/elementary/themes/fdo/actions/128-svg/mail-mark-unread.svg new file mode 100644 index 0000000000..fb341f4a88 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-mark-unread.svg @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-message-new.svg b/data/elementary/themes/fdo/actions/128-svg/mail-message-new.svg new file mode 100644 index 0000000000..279c35c2c3 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-message-new.svg @@ -0,0 +1,563 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-reply-all.svg b/data/elementary/themes/fdo/actions/128-svg/mail-reply-all.svg new file mode 100644 index 0000000000..7aa68e831c --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-reply-all.svg @@ -0,0 +1,636 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-reply-sender.svg b/data/elementary/themes/fdo/actions/128-svg/mail-reply-sender.svg new file mode 100644 index 0000000000..7d533ac3ea --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-reply-sender.svg @@ -0,0 +1,596 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-send-receive.svg b/data/elementary/themes/fdo/actions/128-svg/mail-send-receive.svg new file mode 100644 index 0000000000..dfc0e05761 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-send-receive.svg @@ -0,0 +1,800 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/mail-send.svg b/data/elementary/themes/fdo/actions/128-svg/mail-send.svg new file mode 100644 index 0000000000..9846bfa432 --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/mail-send.svg @@ -0,0 +1,828 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/system-lock-screen.svg b/data/elementary/themes/fdo/actions/128-svg/system-lock-screen.svg new file mode 100644 index 0000000000..5cb7d3ad4e --- /dev/null +++ b/data/elementary/themes/fdo/actions/128-svg/system-lock-screen.svg @@ -0,0 +1,97 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff --git a/data/elementary/themes/fdo/actions/128-svg/system-log-out.svg b/data/elementary/themes/fdo/actions/128-svg/system-log-out.svg index d85287f5c3..02ec1c2b22 100644 --- a/data/elementary/themes/fdo/actions/128-svg/system-log-out.svg +++ b/data/elementary/themes/fdo/actions/128-svg/system-log-out.svg @@ -7,6 +7,7 @@ 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" @@ -30,7 +31,28 @@ + id="defs3029"> + + + + + + + d="m 106.5418,85.755833 c -0.19045,-3.199135 -2.67709,-6.124735 -5.80372,-6.828228 -3.126635,-0.703493 -6.626721,0.875093 -8.169056,3.684352 C 82.235617,100.50994 59.582797,106.56882 41.684811,96.235419 23.786824,85.902013 17.727944,63.249192 28.061349,45.351207 38.394756,27.453221 61.047576,21.394338 78.945562,31.727745 c 5.664679,3.270504 10.352959,7.958782 13.623462,13.623462 0.975484,1.691856 2.641436,2.971723 4.52753,3.478273 1.886093,0.506551 3.969096,0.233546 5.660956,-0.741938 1.69186,-0.975484 2.97172,-2.641434 3.47828,-4.527527 0.50655,-1.886094 0.23354,-3.969102 -0.74194,-5.660958 C 100.9156,29.969294 94.327474,23.381171 86.397712,18.802922 61.523996,4.442076 29.497373,13.025341 15.136524,37.899057 0.77568372,62.772772 9.3589437,94.799395 34.232661,109.16024 59.106377,123.52109 91.133,114.93782 105.49385,90.064107 c 0.77238,-1.28665 1.14307,-2.810614 1.04795,-4.308274 z" + id="rect4223" + sodipodi:nodetypes="cscssscssscssscc" /> + diff --git a/data/elementary/themes/fdo/actions/128-svg/system-reboot.svg b/data/elementary/themes/fdo/actions/128-svg/system-reboot.svg index 6c6217a3bc..6247d0348b 100644 --- a/data/elementary/themes/fdo/actions/128-svg/system-reboot.svg +++ b/data/elementary/themes/fdo/actions/128-svg/system-reboot.svg @@ -14,7 +14,7 @@ id="svg3027" version="1.1" inkscape:version="0.48.5 r10040" - sodipodi:docname="ZZ-BASE.svg" + sodipodi:docname="system-reboot.svg" inkscape:export-xdpi="90" inkscape:export-ydpi="90"> image/svg+xml - + @@ -38,17 +38,17 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="3.959798" - inkscape:cx="66.06226" - inkscape:cy="74.589172" + inkscape:zoom="1.979899" + inkscape:cx="-41.704676" + inkscape:cy="85.561127" inkscape:document-units="px" inkscape:current-layer="svg3027" showgrid="true" - inkscape:window-width="1013" - inkscape:window-height="847" - inkscape:window-x="1932" - inkscape:window-y="1" - inkscape:window-maximized="0" + inkscape:window-width="1680" + inkscape:window-height="979" + inkscape:window-x="1680" + inkscape:window-y="0" + inkscape:window-maximized="1" inkscape:showpageshadow="false" borderlayer="false" showguides="true" @@ -84,7 +84,7 @@ + d="m 57.583215,7.9542888 0,35.8942472 c 2.169322,-0.76609 4.508716,-1.192861 6.940276,-1.192861 2.431559,0 4.77099,0.426771 6.940277,1.192861 l 0,-35.8942472 -13.880553,0 z M 30.147431,19.34068 l -9.759765,9.759765 25.375388,25.37539 c 2.051165,-4.282539 5.477234,-7.7086 9.759766,-9.759765 L 30.147431,19.34068 z m 68.752121,0 -25.375389,25.37539 c 4.282534,2.051165 7.708601,5.477226 9.759764,9.759765 L 108.65931,29.100445 98.899552,19.34068 z m -89.8982771,37.195549 0,13.880554 35.8942461,0 c -0.766103,-2.169304 -1.192861,-4.508712 -1.192861,-6.940276 0,-2.431565 0.426758,-4.770974 1.192861,-6.940278 l -35.8942461,0 z m 75.1501871,0 c 0.766103,2.169304 1.192861,4.508713 1.192861,6.940278 0,2.431564 -0.426758,4.770972 -1.192861,6.940276 l 35.894258,0 0,-13.880554 -35.894258,0 z M 45.763054,72.477179 20.387666,97.852565 30.147431,107.61234 55.52282,82.236944 C 51.240288,80.18578 47.814219,76.75972 45.763054,72.477179 z m 37.520873,0 c -2.051163,4.282541 -5.47723,7.708601 -9.759764,9.759765 L 98.899552,107.61234 108.65931,97.852565 83.283927,72.477179 z m -25.700712,10.6273 0,35.894231 13.880553,0 0,-35.894231 c -2.169287,0.766088 -4.508718,1.19286 -6.940277,1.19286 -2.43156,0 -4.770954,-0.426772 -6.940276,-1.19286 z" + id="path2927" + style="fill:#3399ff;fill-opacity:1;stroke:none;display:inline" /> diff --git a/data/elementary/themes/fdo/actions/128/address-book-new.png b/data/elementary/themes/fdo/actions/128/address-book-new.png new file mode 100644 index 0000000000..30bbd1e404 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/address-book-new.png differ diff --git a/data/elementary/themes/fdo/actions/128/appointment-new.png b/data/elementary/themes/fdo/actions/128/appointment-new.png new file mode 100644 index 0000000000..8b87e50a13 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/appointment-new.png differ diff --git a/data/elementary/themes/fdo/actions/128/contact-new.png b/data/elementary/themes/fdo/actions/128/contact-new.png new file mode 100644 index 0000000000..8fc54a83dd Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/contact-new.png differ diff --git a/data/elementary/themes/fdo/actions/128/document-open-recent.png b/data/elementary/themes/fdo/actions/128/document-open-recent.png new file mode 100644 index 0000000000..e2068e7547 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/document-open-recent.png differ diff --git a/data/elementary/themes/fdo/actions/128/help-faq.png b/data/elementary/themes/fdo/actions/128/help-faq.png new file mode 100644 index 0000000000..be28368758 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/help-faq.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-forward.png b/data/elementary/themes/fdo/actions/128/mail-forward.png new file mode 100644 index 0000000000..f07fdf20bb Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-forward.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-mark-important.png b/data/elementary/themes/fdo/actions/128/mail-mark-important.png new file mode 100644 index 0000000000..63a8c4ccd0 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-mark-important.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-mark-junk.png b/data/elementary/themes/fdo/actions/128/mail-mark-junk.png new file mode 100644 index 0000000000..1dc193d80f Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-mark-junk.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-mark-notjunk.png b/data/elementary/themes/fdo/actions/128/mail-mark-notjunk.png new file mode 100644 index 0000000000..11d5ac0f78 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-mark-notjunk.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-mark-read.png b/data/elementary/themes/fdo/actions/128/mail-mark-read.png new file mode 100644 index 0000000000..8a96b7fe07 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-mark-read.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-mark-unread.png b/data/elementary/themes/fdo/actions/128/mail-mark-unread.png new file mode 100644 index 0000000000..932a6a92f1 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-mark-unread.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-message-new.png b/data/elementary/themes/fdo/actions/128/mail-message-new.png new file mode 100644 index 0000000000..7ccd209ff5 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-message-new.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-reply-all.png b/data/elementary/themes/fdo/actions/128/mail-reply-all.png new file mode 100644 index 0000000000..c2de38f53d Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-reply-all.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-reply-sender.png b/data/elementary/themes/fdo/actions/128/mail-reply-sender.png new file mode 100644 index 0000000000..d3735ceb57 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-reply-sender.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-send-receive.png b/data/elementary/themes/fdo/actions/128/mail-send-receive.png new file mode 100644 index 0000000000..ebfcefcd8c Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-send-receive.png differ diff --git a/data/elementary/themes/fdo/actions/128/mail-send.png b/data/elementary/themes/fdo/actions/128/mail-send.png new file mode 100644 index 0000000000..5df5072ea2 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/mail-send.png differ diff --git a/data/elementary/themes/fdo/actions/128/system-lock-screen.png b/data/elementary/themes/fdo/actions/128/system-lock-screen.png new file mode 100644 index 0000000000..d462411289 Binary files /dev/null and b/data/elementary/themes/fdo/actions/128/system-lock-screen.png differ diff --git a/data/elementary/themes/fdo/actions/128/system-log-out.png b/data/elementary/themes/fdo/actions/128/system-log-out.png index 6e6dcfa48c..b7ed85b442 100644 Binary files a/data/elementary/themes/fdo/actions/128/system-log-out.png and b/data/elementary/themes/fdo/actions/128/system-log-out.png differ diff --git a/data/elementary/themes/fdo/actions/128/system-reboot.png b/data/elementary/themes/fdo/actions/128/system-reboot.png index 71270581a8..1f1b0095ea 100644 Binary files a/data/elementary/themes/fdo/actions/128/system-reboot.png and b/data/elementary/themes/fdo/actions/128/system-reboot.png differ diff --git a/src/bin/elementary/test_icon.c b/src/bin/elementary/test_icon.c index b539b4e79c..3f5fe18329 100644 --- a/src/bin/elementary/test_icon.c +++ b/src/bin/elementary/test_icon.c @@ -236,10 +236,14 @@ _standard_genlist_populate(Evas_Object *gl) IC("emblem-synchronizing") CONTEXT("Actions") + IC("address-book-new") IC("application-exit") + IC("appointment-new") IC("call-start") IC("call-stop") + IC("contact-new") IC("document-open") + IC("document-open-recent") IC("document-page-setup") IC("document-properties") IC("document-save") @@ -293,6 +297,17 @@ _standard_genlist_populate(Evas_Object *gl) IC("insert-text") IC("list-add") IC("list-remove") + IC("mail-forward") + IC("mail-mark-important") + IC("mail-mark-junk") + IC("mail-mark-notjunk") + IC("mail-mark-read") + IC("mail-mark-unread") + IC("mail-message-new") + IC("mail-reply-all") + IC("mail-reply-sender") + IC("mail-send") + IC("mail-send-receive") IC("media-eject") IC("media-playback-pause") IC("media-playback-start") @@ -322,10 +337,12 @@ _standard_genlist_populate(Evas_Object *gl) IC("system-run") IC("system-shutdown") IC("system-reboot") + IC("system-lock-screen") IC("system-log-out") IC("system-search") IC("help-about") IC("help-contents") + IC("help-faq") IC("zoom-in") IC("zoom-out") IC("zoom-original")