diff options
Diffstat (limited to 'mate/48x48/actions')
116 files changed, 664 insertions, 0 deletions
diff --git a/mate/48x48/actions/Makefile.am b/mate/48x48/actions/Makefile.am new file mode 100644 index 0000000..7b42d45 --- /dev/null +++ b/mate/48x48/actions/Makefile.am @@ -0,0 +1,664 @@ +NULL = + +png_icons = \ + address-book-new.png \ + application-exit.png \ + appointment-new.png \ + bookmark-new.png \ + call-start.png \ + call-stop.png \ + contact-new.png \ + document-new.png \ + document-open-recent.png \ + document-page-setup.png \ + document-print.png \ + document-print-preview.png \ + document-properties.png \ + document-revert.png \ + document-revert-rtl.png \ + document-save-as.png \ + document-save.png \ + document-send.png \ + edit-clear.png \ + edit-clear-rtl.png \ + edit-copy.png \ + edit-cut.png \ + edit-delete.png \ + edit-find.png \ + edit-find-replace.png \ + edit-paste.png \ + edit-redo.png \ + edit-redo-rtl.png \ + edit-select-all.png \ + edit-undo.png \ + edit-undo-rtl.png \ + format-indent-less.png \ + format-indent-less-rtl.png \ + format-indent-more.png \ + format-indent-more-rtl.png \ + format-justify-center.png \ + format-justify-fill.png \ + format-justify-left.png \ + format-justify-right.png \ + format-text-bold.png \ + format-text-direction-ltr.png \ + format-text-direction-rtl.png \ + format-text-italic.png \ + format-text-strikethrough.png \ + format-text-underline.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-jump.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + help-about.png \ + help-faq.png \ + insert-image.png \ + insert-link.png \ + insert-object.png \ + insert-text.png \ + list-add.png \ + list-remove.png \ + mail-forward.png \ + mail-mark-important.png \ + mail-mark-junk.png \ + mail-mark-notjunk.png \ + mail-mark-read.png \ + mail-mark-unread.png \ + mail-message-new.png \ + mail-reply-all.png \ + mail-reply-sender.png \ + mail-send.png \ + mail-send-receive.png \ + mark-location.png \ + media-eject.png \ + media-playback-pause.png \ + media-playback-start.png \ + media-playback-start-rtl.png \ + media-playback-stop.png \ + media-record.png \ + media-seek-backward.png \ + media-seek-forward.png \ + media-skip-backward.png \ + media-skip-forward.png \ + object-flip-horizontal.png \ + object-flip-vertical.png \ + object-rotate-left.png \ + object-rotate-right.png \ + process-stop.png \ + system-lock-screen.png \ + system-log-out.png \ + system-run.png \ + system-search.png \ + system-shutdown.png \ + tools-check-spelling.png \ + view-fullscreen.png \ + view-refresh.png \ + view-restore.png \ + view-sort-ascending.png \ + view-sort-descending.png \ + window-close.png \ + window-new.png \ + zoom-fit-best.png \ + zoom-in.png \ + zoom-original.png \ + zoom-out.png \ + $(NULL) + +address-book-new.png: ../../../src/x-office-address-book.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +application-exit.png:../../../src/application-exit.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +appointment-new.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:497:344:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +bookmark-new.png: ../../../src/bookmark-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:203:344:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-start.png: ../../../src/call-start.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +call-stop.png: ../../../src/call-stop.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +contact-new.png: ../../../src/contact-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-new.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=701:499:749:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:802:1544:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-open-recent.png: ../../../src/clocks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:197:744:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-page-setup.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=301:199:349:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:197:344:245 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-print-preview.png: ../../../src/printers.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:497:1144:545 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-properties.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1101:499:1149:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1901:499:1949:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-revert-rtl.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1498:199:1546:247 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save-as.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1096:203:1144:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-save.png: ../../../src/cabinets.svg + @echo " "$@ + @inkscape -z $^ --export-area=697:203:745:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +document-send.png: ../../../src/document-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=297:203:345:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-clear-rtl.png: ../../../src/edit-clear-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=344:202:296:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -flop $@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-copy.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-cut.png: ../../../src/edit-cut.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-delete.png: ../../../src/edit-delete.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=299:202:347:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-find-replace.png: ../../../src/find.svg + @echo " "$@ + @inkscape -z $^ --export-area=699:202:747:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-paste.png: ../../../src/copy-paste-tasks.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=75:148:123:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-redo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=134:148:182:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-select-all.png: ../../../src/paper-sheets.svg + @echo " "$@ + @inkscape -z $^ --export-area=1501:499:1549:547 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:148:64:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +edit-undo-rtl.png: ../../../src/edit-undo-redo.svg + @echo " "$@ + @inkscape -z $^ --export-area=195:148:243:196 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +folder-new.png: ../../../src/folders.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:802:344:850 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-115:144:-67:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more-rtl.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=-55:144:-7:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-less.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=5:144:53:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-indent-more.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=65:144:113:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-left.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=125:144:173:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-center.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=185:144:233:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-right.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=245:144:293:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-justify-fill.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=305:144:353:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-bold.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=365:144:413:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-ltr.png: ../../../src/format-text-direction-ltr.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-direction-rtl.png: ../../../src/format-text-direction-rtl.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-italic.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=425:144:473:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-strikethrough.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=485:144:533:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +format-text-underline.png: ../../../src/format-indent-justify-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=545:144:593:192 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-jump.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=30:158:78:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-bottom.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=106:158:154:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-down.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=187:158:235:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-top.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=276:158:324:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-up.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=366:158:414:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-first.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=456:158:504:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-previous.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=536:158:584:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-refresh.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=616:158:664:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +process-stop.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=695:158:743:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-next.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=775:158:823:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-last.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=855:158:903:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +go-home.png: ../../../src/navigation-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=936:158:984:206 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-about.png: ../../../src/help-about.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +help-faq.png: ../../../src/help-faq.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-image.png: ../../../src/insert-image.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-link.png: ../../../src/insert-link.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-object.png: ../../../src/insert-object.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:204:344:252 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +insert-text.png: ../../../src/insert-text.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-add.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +list-remove.png: ../../../src/list-add-remove.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-forward.png: ../../../src/mail-forward.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-important.png: ../../../src/mail-mark-important.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-junk.png: ../../../src/mail-mark-junk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-notjunk.png: ../../../src/mail-mark-notjunk.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:189:344:237 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-read.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=1496:202:1544:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-mark-unread.png: ../../../src/mail-mark-unread.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-message-new.png: ../../../src/open-envelopes.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-all.png: ../../../src/mail-reply-all.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-reply-sender.png: ../../../src/mail-reply-sender.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send.png: ../../../src/mail-send.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mail-send-receive.png: ../../../src/mail-send-receive.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +mark-location.png: ../../../src/mark-location.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-eject.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=105:102:153:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=157:102:205:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-backward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=207:102:255:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-pause.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=257:102:305:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=307:102:355:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-stop.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=357:102:405:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-seek-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=407:102:455:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-skip-forward.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=457:102:505:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-record.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=507:102:555:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +media-playback-start-rtl.png: ../../../src/media-control-icons.svg + @echo " "$@ + @inkscape -z $^ --export-area=546:102:594:150 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-horizontal.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=16:154:64:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-flip-vertical.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=76:154:124:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-left.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=136:154:184:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +object-rotate-right.png: ../../../src/object-flip-rotate.svg + @echo " "$@ + @inkscape -z $^ --export-area=196:154:244:202 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-lock-screen.png: ../../../src/displays.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-log-out.png: ../../../src/system-log-out.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-run.png: ../../../src/system-run.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-search.png: ../../../src/system-search.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +system-shutdown.png: ../../../src/system-shutdown.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +tools-check-spelling.png: ../../../src/tools-check-spelling.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-fullscreen.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-restore.png: ../../../src/view-fullscreen-restore.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-ascending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=13:203:61:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +view-sort-descending.png: ../../../src/view-sort.svg + @echo " "$@ + @inkscape -z $^ --export-area=73:203:121:251 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-close.png: ../../../src/window-close.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +window-new.png: ../../../src/window-new.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-fit-best.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:202:744:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-in.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:502:344:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-original.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=296:202:344:250 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +zoom-out.png: ../../../src/zoom.svg + @echo " "$@ + @inkscape -z $^ --export-area=696:502:744:550 -w=48 -h=48 -e=$@ 1> /dev/null + @mogrify -quiet -strip $@ + +.PHONY: build-png-icons-local clean-png-icons-local +build-png-icons-local: $(png_icons) + +clean-png-icons-local: + @echo " Cleaning icons..." + @rm -f $(png_icons) diff --git a/mate/48x48/actions/address-book-new.png b/mate/48x48/actions/address-book-new.png Binary files differindex aa7c4e0..537d190 100644 --- a/mate/48x48/actions/address-book-new.png +++ b/mate/48x48/actions/address-book-new.png diff --git a/mate/48x48/actions/application-exit.png b/mate/48x48/actions/application-exit.png Binary files differindex 2d0cd61..cf65ad4 100644 --- a/mate/48x48/actions/application-exit.png +++ b/mate/48x48/actions/application-exit.png diff --git a/mate/48x48/actions/appointment-new.png b/mate/48x48/actions/appointment-new.png Binary files differindex bcd3843..bd313da 100644 --- a/mate/48x48/actions/appointment-new.png +++ b/mate/48x48/actions/appointment-new.png diff --git a/mate/48x48/actions/bookmark-new.png b/mate/48x48/actions/bookmark-new.png Binary files differindex 93a4b93..cea02c6 100644 --- a/mate/48x48/actions/bookmark-new.png +++ b/mate/48x48/actions/bookmark-new.png diff --git a/mate/48x48/actions/call-start.png b/mate/48x48/actions/call-start.png Binary files differindex c91bece..fbc4920 100644 --- a/mate/48x48/actions/call-start.png +++ b/mate/48x48/actions/call-start.png diff --git a/mate/48x48/actions/call-stop.png b/mate/48x48/actions/call-stop.png Binary files differindex 4bc6809..4013551 100644 --- a/mate/48x48/actions/call-stop.png +++ b/mate/48x48/actions/call-stop.png diff --git a/mate/48x48/actions/contact-new.png b/mate/48x48/actions/contact-new.png Binary files differindex 47902fd..52dd08b 100644 --- a/mate/48x48/actions/contact-new.png +++ b/mate/48x48/actions/contact-new.png diff --git a/mate/48x48/actions/document-new.png b/mate/48x48/actions/document-new.png Binary files differindex 1bf38e8..07f65c2 100644 --- a/mate/48x48/actions/document-new.png +++ b/mate/48x48/actions/document-new.png diff --git a/mate/48x48/actions/document-open-recent.png b/mate/48x48/actions/document-open-recent.png Binary files differindex c50d71d..a1f42f2 100644 --- a/mate/48x48/actions/document-open-recent.png +++ b/mate/48x48/actions/document-open-recent.png diff --git a/mate/48x48/actions/document-page-setup.png b/mate/48x48/actions/document-page-setup.png Binary files differindex b455f2b..85d1b71 100644 --- a/mate/48x48/actions/document-page-setup.png +++ b/mate/48x48/actions/document-page-setup.png diff --git a/mate/48x48/actions/document-print-preview.png b/mate/48x48/actions/document-print-preview.png Binary files differindex 93d860c..a12d3d2 100644 --- a/mate/48x48/actions/document-print-preview.png +++ b/mate/48x48/actions/document-print-preview.png diff --git a/mate/48x48/actions/document-print.png b/mate/48x48/actions/document-print.png Binary files differindex bbde279..deb59e5 100644 --- a/mate/48x48/actions/document-print.png +++ b/mate/48x48/actions/document-print.png diff --git a/mate/48x48/actions/document-properties.png b/mate/48x48/actions/document-properties.png Binary files differindex 45bb2b0..4750f53 100644 --- a/mate/48x48/actions/document-properties.png +++ b/mate/48x48/actions/document-properties.png diff --git a/mate/48x48/actions/document-revert-rtl.png b/mate/48x48/actions/document-revert-rtl.png Binary files differindex c55415c..b5ce0e7 100644 --- a/mate/48x48/actions/document-revert-rtl.png +++ b/mate/48x48/actions/document-revert-rtl.png diff --git a/mate/48x48/actions/document-revert.png b/mate/48x48/actions/document-revert.png Binary files differindex 0dcc72a..8efbd21 100644 --- a/mate/48x48/actions/document-revert.png +++ b/mate/48x48/actions/document-revert.png diff --git a/mate/48x48/actions/document-save-as.png b/mate/48x48/actions/document-save-as.png Binary files differindex fb80a5b..b99031a 100644 --- a/mate/48x48/actions/document-save-as.png +++ b/mate/48x48/actions/document-save-as.png diff --git a/mate/48x48/actions/document-save.png b/mate/48x48/actions/document-save.png Binary files differindex 04f359c..824be37 100644 --- a/mate/48x48/actions/document-save.png +++ b/mate/48x48/actions/document-save.png diff --git a/mate/48x48/actions/document-send.png b/mate/48x48/actions/document-send.png Binary files differindex a79b4f6..d92b822 100644 --- a/mate/48x48/actions/document-send.png +++ b/mate/48x48/actions/document-send.png diff --git a/mate/48x48/actions/edit-clear-rtl.png b/mate/48x48/actions/edit-clear-rtl.png Binary files differindex 1bfb224..4b1b8f9 100644 --- a/mate/48x48/actions/edit-clear-rtl.png +++ b/mate/48x48/actions/edit-clear-rtl.png diff --git a/mate/48x48/actions/edit-clear.png b/mate/48x48/actions/edit-clear.png Binary files differindex dbe885a..9e5090a 100644 --- a/mate/48x48/actions/edit-clear.png +++ b/mate/48x48/actions/edit-clear.png diff --git a/mate/48x48/actions/edit-copy.png b/mate/48x48/actions/edit-copy.png Binary files differindex 3e95555..0f15ea3 100644 --- a/mate/48x48/actions/edit-copy.png +++ b/mate/48x48/actions/edit-copy.png diff --git a/mate/48x48/actions/edit-cut.png b/mate/48x48/actions/edit-cut.png Binary files differindex 804d0cd..c260ca0 100644 --- a/mate/48x48/actions/edit-cut.png +++ b/mate/48x48/actions/edit-cut.png diff --git a/mate/48x48/actions/edit-delete.png b/mate/48x48/actions/edit-delete.png Binary files differindex a2fcfdc..6c87fe4 100644 --- a/mate/48x48/actions/edit-delete.png +++ b/mate/48x48/actions/edit-delete.png diff --git a/mate/48x48/actions/edit-find-replace.png b/mate/48x48/actions/edit-find-replace.png Binary files differindex 064dc61..04f8cf6 100644 --- a/mate/48x48/actions/edit-find-replace.png +++ b/mate/48x48/actions/edit-find-replace.png diff --git a/mate/48x48/actions/edit-find.png b/mate/48x48/actions/edit-find.png Binary files differindex 6d1db19..67948d9 100644 --- a/mate/48x48/actions/edit-find.png +++ b/mate/48x48/actions/edit-find.png diff --git a/mate/48x48/actions/edit-paste.png b/mate/48x48/actions/edit-paste.png Binary files differindex 65ac12e..8b0081e 100644 --- a/mate/48x48/actions/edit-paste.png +++ b/mate/48x48/actions/edit-paste.png diff --git a/mate/48x48/actions/edit-redo-rtl.png b/mate/48x48/actions/edit-redo-rtl.png Binary files differindex 7edc23a..ab90cdc 100644 --- a/mate/48x48/actions/edit-redo-rtl.png +++ b/mate/48x48/actions/edit-redo-rtl.png diff --git a/mate/48x48/actions/edit-redo.png b/mate/48x48/actions/edit-redo.png Binary files differindex f464156..6d2553d 100644 --- a/mate/48x48/actions/edit-redo.png +++ b/mate/48x48/actions/edit-redo.png diff --git a/mate/48x48/actions/edit-select-all.png b/mate/48x48/actions/edit-select-all.png Binary files differindex 075e78c..0a610f1 100644 --- a/mate/48x48/actions/edit-select-all.png +++ b/mate/48x48/actions/edit-select-all.png diff --git a/mate/48x48/actions/edit-undo-rtl.png b/mate/48x48/actions/edit-undo-rtl.png Binary files differindex bc186b3..7e78220 100644 --- a/mate/48x48/actions/edit-undo-rtl.png +++ b/mate/48x48/actions/edit-undo-rtl.png diff --git a/mate/48x48/actions/edit-undo.png b/mate/48x48/actions/edit-undo.png Binary files differindex f6d7e8b..f737b91 100644 --- a/mate/48x48/actions/edit-undo.png +++ b/mate/48x48/actions/edit-undo.png diff --git a/mate/48x48/actions/format-indent-less-rtl.png b/mate/48x48/actions/format-indent-less-rtl.png Binary files differindex b4d78a5..707ca54 100644 --- a/mate/48x48/actions/format-indent-less-rtl.png +++ b/mate/48x48/actions/format-indent-less-rtl.png diff --git a/mate/48x48/actions/format-indent-less.png b/mate/48x48/actions/format-indent-less.png Binary files differindex da019a4..aacfd4d 100644 --- a/mate/48x48/actions/format-indent-less.png +++ b/mate/48x48/actions/format-indent-less.png diff --git a/mate/48x48/actions/format-indent-more-rtl.png b/mate/48x48/actions/format-indent-more-rtl.png Binary files differindex 1dab715..f695747 100644 --- a/mate/48x48/actions/format-indent-more-rtl.png +++ b/mate/48x48/actions/format-indent-more-rtl.png diff --git a/mate/48x48/actions/format-indent-more.png b/mate/48x48/actions/format-indent-more.png Binary files differindex 74a5a19..2844774 100644 --- a/mate/48x48/actions/format-indent-more.png +++ b/mate/48x48/actions/format-indent-more.png diff --git a/mate/48x48/actions/format-justify-center.png b/mate/48x48/actions/format-justify-center.png Binary files differindex c1a47cf..cd5eb40 100644 --- a/mate/48x48/actions/format-justify-center.png +++ b/mate/48x48/actions/format-justify-center.png diff --git a/mate/48x48/actions/format-justify-fill.png b/mate/48x48/actions/format-justify-fill.png Binary files differindex 9f2eed1..0a594ac 100644 --- a/mate/48x48/actions/format-justify-fill.png +++ b/mate/48x48/actions/format-justify-fill.png diff --git a/mate/48x48/actions/format-justify-left.png b/mate/48x48/actions/format-justify-left.png Binary files differindex cef148d..b0ea02d 100644 --- a/mate/48x48/actions/format-justify-left.png +++ b/mate/48x48/actions/format-justify-left.png diff --git a/mate/48x48/actions/format-justify-right.png b/mate/48x48/actions/format-justify-right.png Binary files differindex 19a3f26..af4b14c 100644 --- a/mate/48x48/actions/format-justify-right.png +++ b/mate/48x48/actions/format-justify-right.png diff --git a/mate/48x48/actions/format-text-bold.png b/mate/48x48/actions/format-text-bold.png Binary files differindex a78e947..854369f 100644 --- a/mate/48x48/actions/format-text-bold.png +++ b/mate/48x48/actions/format-text-bold.png diff --git a/mate/48x48/actions/format-text-direction-ltr.png b/mate/48x48/actions/format-text-direction-ltr.png Binary files differindex 34b53f6..301f236 100644 --- a/mate/48x48/actions/format-text-direction-ltr.png +++ b/mate/48x48/actions/format-text-direction-ltr.png diff --git a/mate/48x48/actions/format-text-direction-rtl.png b/mate/48x48/actions/format-text-direction-rtl.png Binary files differindex 1cf4a97..b553bac 100644 --- a/mate/48x48/actions/format-text-direction-rtl.png +++ b/mate/48x48/actions/format-text-direction-rtl.png diff --git a/mate/48x48/actions/format-text-italic.png b/mate/48x48/actions/format-text-italic.png Binary files differindex a234bfb..d546215 100644 --- a/mate/48x48/actions/format-text-italic.png +++ b/mate/48x48/actions/format-text-italic.png diff --git a/mate/48x48/actions/format-text-strikethrough.png b/mate/48x48/actions/format-text-strikethrough.png Binary files differindex 7f39390..ecf1da9 100644 --- a/mate/48x48/actions/format-text-strikethrough.png +++ b/mate/48x48/actions/format-text-strikethrough.png diff --git a/mate/48x48/actions/format-text-underline.png b/mate/48x48/actions/format-text-underline.png Binary files differindex af92af0..c2d3811 100644 --- a/mate/48x48/actions/format-text-underline.png +++ b/mate/48x48/actions/format-text-underline.png diff --git a/mate/48x48/actions/go-bottom.png b/mate/48x48/actions/go-bottom.png Binary files differindex 8ed8533..70d161f 100644 --- a/mate/48x48/actions/go-bottom.png +++ b/mate/48x48/actions/go-bottom.png diff --git a/mate/48x48/actions/go-down.png b/mate/48x48/actions/go-down.png Binary files differindex f657e9e..1e9071a 100644 --- a/mate/48x48/actions/go-down.png +++ b/mate/48x48/actions/go-down.png diff --git a/mate/48x48/actions/go-first-rtl.png b/mate/48x48/actions/go-first-rtl.png Binary files differindex 87b4449..dde1cf6 100644..120000 --- a/mate/48x48/actions/go-first-rtl.png +++ b/mate/48x48/actions/go-first-rtl.png diff --git a/mate/48x48/actions/go-first.png b/mate/48x48/actions/go-first.png Binary files differindex 113ffd7..5e5c958 100644 --- a/mate/48x48/actions/go-first.png +++ b/mate/48x48/actions/go-first.png diff --git a/mate/48x48/actions/go-home.png b/mate/48x48/actions/go-home.png Binary files differindex cacbfd8..a37462b 100644 --- a/mate/48x48/actions/go-home.png +++ b/mate/48x48/actions/go-home.png diff --git a/mate/48x48/actions/go-jump.png b/mate/48x48/actions/go-jump.png Binary files differindex 9d84ef8..6db6781 100644 --- a/mate/48x48/actions/go-jump.png +++ b/mate/48x48/actions/go-jump.png diff --git a/mate/48x48/actions/go-last-rtl.png b/mate/48x48/actions/go-last-rtl.png Binary files differindex b6da578..96ffa73 100644..120000 --- a/mate/48x48/actions/go-last-rtl.png +++ b/mate/48x48/actions/go-last-rtl.png diff --git a/mate/48x48/actions/go-last.png b/mate/48x48/actions/go-last.png Binary files differindex ebac951..902c553 100644 --- a/mate/48x48/actions/go-last.png +++ b/mate/48x48/actions/go-last.png diff --git a/mate/48x48/actions/go-next-rtl.png b/mate/48x48/actions/go-next-rtl.png Binary files differindex de28751..56c7bd8 100644..120000 --- a/mate/48x48/actions/go-next-rtl.png +++ b/mate/48x48/actions/go-next-rtl.png diff --git a/mate/48x48/actions/go-next.png b/mate/48x48/actions/go-next.png Binary files differindex 40f5c25..1c579ee 100644 --- a/mate/48x48/actions/go-next.png +++ b/mate/48x48/actions/go-next.png diff --git a/mate/48x48/actions/go-previous-rtl.png b/mate/48x48/actions/go-previous-rtl.png Binary files differindex abe7ff6..c1febf9 100644..120000 --- a/mate/48x48/actions/go-previous-rtl.png +++ b/mate/48x48/actions/go-previous-rtl.png diff --git a/mate/48x48/actions/go-previous.png b/mate/48x48/actions/go-previous.png Binary files differindex 42fecf1..33aac05 100644 --- a/mate/48x48/actions/go-previous.png +++ b/mate/48x48/actions/go-previous.png diff --git a/mate/48x48/actions/go-top.png b/mate/48x48/actions/go-top.png Binary files differindex 0d1ec40..153072d 100644 --- a/mate/48x48/actions/go-top.png +++ b/mate/48x48/actions/go-top.png diff --git a/mate/48x48/actions/go-up.png b/mate/48x48/actions/go-up.png Binary files differindex 7b1d218..88b202a 100644 --- a/mate/48x48/actions/go-up.png +++ b/mate/48x48/actions/go-up.png diff --git a/mate/48x48/actions/help-about.png b/mate/48x48/actions/help-about.png Binary files differindex 45b5d62..c30f363 100644 --- a/mate/48x48/actions/help-about.png +++ b/mate/48x48/actions/help-about.png diff --git a/mate/48x48/actions/help-faq.png b/mate/48x48/actions/help-faq.png Binary files differindex 1d57544..b4dc16a 100644 --- a/mate/48x48/actions/help-faq.png +++ b/mate/48x48/actions/help-faq.png diff --git a/mate/48x48/actions/insert-image.png b/mate/48x48/actions/insert-image.png Binary files differindex 4fe3fc3..7791ad2 100644 --- a/mate/48x48/actions/insert-image.png +++ b/mate/48x48/actions/insert-image.png diff --git a/mate/48x48/actions/insert-link.png b/mate/48x48/actions/insert-link.png Binary files differindex 68fe1cc..a66ddd0 100644 --- a/mate/48x48/actions/insert-link.png +++ b/mate/48x48/actions/insert-link.png diff --git a/mate/48x48/actions/insert-object.png b/mate/48x48/actions/insert-object.png Binary files differindex 63dc60b..06e86ed 100644 --- a/mate/48x48/actions/insert-object.png +++ b/mate/48x48/actions/insert-object.png diff --git a/mate/48x48/actions/insert-text.png b/mate/48x48/actions/insert-text.png Binary files differindex b2baa2f..7c02460 100644 --- a/mate/48x48/actions/insert-text.png +++ b/mate/48x48/actions/insert-text.png diff --git a/mate/48x48/actions/list-add.png b/mate/48x48/actions/list-add.png Binary files differindex cb01af6..e6d0289 100644 --- a/mate/48x48/actions/list-add.png +++ b/mate/48x48/actions/list-add.png diff --git a/mate/48x48/actions/list-remove.png b/mate/48x48/actions/list-remove.png Binary files differindex 99298cf..a78ac96 100644 --- a/mate/48x48/actions/list-remove.png +++ b/mate/48x48/actions/list-remove.png diff --git a/mate/48x48/actions/mail-forward.png b/mate/48x48/actions/mail-forward.png Binary files differindex 6b88ec4..8128da4 100644 --- a/mate/48x48/actions/mail-forward.png +++ b/mate/48x48/actions/mail-forward.png diff --git a/mate/48x48/actions/mail-mark-important.png b/mate/48x48/actions/mail-mark-important.png Binary files differindex 7b24be3..83af791 100644 --- a/mate/48x48/actions/mail-mark-important.png +++ b/mate/48x48/actions/mail-mark-important.png diff --git a/mate/48x48/actions/mail-mark-junk.png b/mate/48x48/actions/mail-mark-junk.png Binary files differindex 2481f2f..7b98f6f 100644 --- a/mate/48x48/actions/mail-mark-junk.png +++ b/mate/48x48/actions/mail-mark-junk.png diff --git a/mate/48x48/actions/mail-mark-notjunk.png b/mate/48x48/actions/mail-mark-notjunk.png Binary files differindex 8aa20b0..eb9a0c8 100644 --- a/mate/48x48/actions/mail-mark-notjunk.png +++ b/mate/48x48/actions/mail-mark-notjunk.png diff --git a/mate/48x48/actions/mail-mark-read.png b/mate/48x48/actions/mail-mark-read.png Binary files differindex 44244c4..7f85fd1 100644 --- a/mate/48x48/actions/mail-mark-read.png +++ b/mate/48x48/actions/mail-mark-read.png diff --git a/mate/48x48/actions/mail-mark-unread.png b/mate/48x48/actions/mail-mark-unread.png Binary files differindex 20a4bd6..adfb4de 100644 --- a/mate/48x48/actions/mail-mark-unread.png +++ b/mate/48x48/actions/mail-mark-unread.png diff --git a/mate/48x48/actions/mail-message-new.png b/mate/48x48/actions/mail-message-new.png Binary files differindex ae1c4d6..3fe8319 100644 --- a/mate/48x48/actions/mail-message-new.png +++ b/mate/48x48/actions/mail-message-new.png diff --git a/mate/48x48/actions/mail-reply-all.png b/mate/48x48/actions/mail-reply-all.png Binary files differindex daebead..b28a372 100644 --- a/mate/48x48/actions/mail-reply-all.png +++ b/mate/48x48/actions/mail-reply-all.png diff --git a/mate/48x48/actions/mail-reply-sender.png b/mate/48x48/actions/mail-reply-sender.png Binary files differindex d0515e1..36f16d9 100644 --- a/mate/48x48/actions/mail-reply-sender.png +++ b/mate/48x48/actions/mail-reply-sender.png diff --git a/mate/48x48/actions/mail-send-receive.png b/mate/48x48/actions/mail-send-receive.png Binary files differindex d63a525..b57d30e 100644 --- a/mate/48x48/actions/mail-send-receive.png +++ b/mate/48x48/actions/mail-send-receive.png diff --git a/mate/48x48/actions/mail-send.png b/mate/48x48/actions/mail-send.png Binary files differindex c532031..532ed30 100644 --- a/mate/48x48/actions/mail-send.png +++ b/mate/48x48/actions/mail-send.png diff --git a/mate/48x48/actions/mark-location.png b/mate/48x48/actions/mark-location.png Binary files differindex 699da40..4b4060f 100644 --- a/mate/48x48/actions/mark-location.png +++ b/mate/48x48/actions/mark-location.png diff --git a/mate/48x48/actions/media-eject.png b/mate/48x48/actions/media-eject.png Binary files differindex ea8f045..3da76d9 100644 --- a/mate/48x48/actions/media-eject.png +++ b/mate/48x48/actions/media-eject.png diff --git a/mate/48x48/actions/media-playback-pause.png b/mate/48x48/actions/media-playback-pause.png Binary files differindex 6889df2..1122bf2 100644 --- a/mate/48x48/actions/media-playback-pause.png +++ b/mate/48x48/actions/media-playback-pause.png diff --git a/mate/48x48/actions/media-playback-start-rtl.png b/mate/48x48/actions/media-playback-start-rtl.png Binary files differindex c86e142..99f321c 100644 --- a/mate/48x48/actions/media-playback-start-rtl.png +++ b/mate/48x48/actions/media-playback-start-rtl.png diff --git a/mate/48x48/actions/media-playback-start.png b/mate/48x48/actions/media-playback-start.png Binary files differindex 57c5331..fc4c611 100644 --- a/mate/48x48/actions/media-playback-start.png +++ b/mate/48x48/actions/media-playback-start.png diff --git a/mate/48x48/actions/media-playback-stop.png b/mate/48x48/actions/media-playback-stop.png Binary files differindex 46528cd..cdd79e7 100644 --- a/mate/48x48/actions/media-playback-stop.png +++ b/mate/48x48/actions/media-playback-stop.png diff --git a/mate/48x48/actions/media-record.png b/mate/48x48/actions/media-record.png Binary files differindex 6b97c58..f945004 100644 --- a/mate/48x48/actions/media-record.png +++ b/mate/48x48/actions/media-record.png diff --git a/mate/48x48/actions/media-seek-backward-rtl.png b/mate/48x48/actions/media-seek-backward-rtl.png Binary files differindex 3887fe5..a7ed18d 100644..120000 --- a/mate/48x48/actions/media-seek-backward-rtl.png +++ b/mate/48x48/actions/media-seek-backward-rtl.png diff --git a/mate/48x48/actions/media-seek-backward.png b/mate/48x48/actions/media-seek-backward.png Binary files differindex 3a0bfc8..47860c3 100644 --- a/mate/48x48/actions/media-seek-backward.png +++ b/mate/48x48/actions/media-seek-backward.png diff --git a/mate/48x48/actions/media-seek-forward-rtl.png b/mate/48x48/actions/media-seek-forward-rtl.png Binary files differindex 03043bb..f9ec51f 100644..120000 --- a/mate/48x48/actions/media-seek-forward-rtl.png +++ b/mate/48x48/actions/media-seek-forward-rtl.png diff --git a/mate/48x48/actions/media-seek-forward.png b/mate/48x48/actions/media-seek-forward.png Binary files differindex 157efea..f066c53 100644 --- a/mate/48x48/actions/media-seek-forward.png +++ b/mate/48x48/actions/media-seek-forward.png diff --git a/mate/48x48/actions/media-skip-backward-rtl.png b/mate/48x48/actions/media-skip-backward-rtl.png Binary files differindex 29849f0..b394164 100644..120000 --- a/mate/48x48/actions/media-skip-backward-rtl.png +++ b/mate/48x48/actions/media-skip-backward-rtl.png diff --git a/mate/48x48/actions/media-skip-backward.png b/mate/48x48/actions/media-skip-backward.png Binary files differindex 2db3f63..d929d56 100644 --- a/mate/48x48/actions/media-skip-backward.png +++ b/mate/48x48/actions/media-skip-backward.png diff --git a/mate/48x48/actions/media-skip-forward-rtl.png b/mate/48x48/actions/media-skip-forward-rtl.png Binary files differindex 02fd7b6..64f866b 100644..120000 --- a/mate/48x48/actions/media-skip-forward-rtl.png +++ b/mate/48x48/actions/media-skip-forward-rtl.png diff --git a/mate/48x48/actions/media-skip-forward.png b/mate/48x48/actions/media-skip-forward.png Binary files differindex e33bb93..e33f695 100644 --- a/mate/48x48/actions/media-skip-forward.png +++ b/mate/48x48/actions/media-skip-forward.png diff --git a/mate/48x48/actions/object-flip-horizontal.png b/mate/48x48/actions/object-flip-horizontal.png Binary files differindex fd9de1f..3976f22 100644 --- a/mate/48x48/actions/object-flip-horizontal.png +++ b/mate/48x48/actions/object-flip-horizontal.png diff --git a/mate/48x48/actions/object-flip-vertical.png b/mate/48x48/actions/object-flip-vertical.png Binary files differindex 7a08f41..3bbc6cf 100644 --- a/mate/48x48/actions/object-flip-vertical.png +++ b/mate/48x48/actions/object-flip-vertical.png diff --git a/mate/48x48/actions/object-rotate-left.png b/mate/48x48/actions/object-rotate-left.png Binary files differindex a754bf5..8e3fe46 100644 --- a/mate/48x48/actions/object-rotate-left.png +++ b/mate/48x48/actions/object-rotate-left.png diff --git a/mate/48x48/actions/object-rotate-right.png b/mate/48x48/actions/object-rotate-right.png Binary files differindex 2103228..4aaf6ab 100644 --- a/mate/48x48/actions/object-rotate-right.png +++ b/mate/48x48/actions/object-rotate-right.png diff --git a/mate/48x48/actions/process-stop.png b/mate/48x48/actions/process-stop.png Binary files differindex 3da6508..70ccece 100644 --- a/mate/48x48/actions/process-stop.png +++ b/mate/48x48/actions/process-stop.png diff --git a/mate/48x48/actions/system-lock-screen.png b/mate/48x48/actions/system-lock-screen.png Binary files differindex ab3bee9..ed917b0 100644 --- a/mate/48x48/actions/system-lock-screen.png +++ b/mate/48x48/actions/system-lock-screen.png diff --git a/mate/48x48/actions/system-log-out.png b/mate/48x48/actions/system-log-out.png Binary files differindex 54790b1..d26ac0f 100644 --- a/mate/48x48/actions/system-log-out.png +++ b/mate/48x48/actions/system-log-out.png diff --git a/mate/48x48/actions/system-run.png b/mate/48x48/actions/system-run.png Binary files differindex 093061b..998e924 100644 --- a/mate/48x48/actions/system-run.png +++ b/mate/48x48/actions/system-run.png diff --git a/mate/48x48/actions/system-search.png b/mate/48x48/actions/system-search.png Binary files differindex 27862c6..12265d2 100644 --- a/mate/48x48/actions/system-search.png +++ b/mate/48x48/actions/system-search.png diff --git a/mate/48x48/actions/system-shutdown.png b/mate/48x48/actions/system-shutdown.png Binary files differindex 98ad01d..8a04e41 100644 --- a/mate/48x48/actions/system-shutdown.png +++ b/mate/48x48/actions/system-shutdown.png diff --git a/mate/48x48/actions/tools-check-spelling.png b/mate/48x48/actions/tools-check-spelling.png Binary files differindex d279232..016d044 100644 --- a/mate/48x48/actions/tools-check-spelling.png +++ b/mate/48x48/actions/tools-check-spelling.png diff --git a/mate/48x48/actions/view-fullscreen.png b/mate/48x48/actions/view-fullscreen.png Binary files differindex 913725a..679a46a 100644 --- a/mate/48x48/actions/view-fullscreen.png +++ b/mate/48x48/actions/view-fullscreen.png diff --git a/mate/48x48/actions/view-refresh.png b/mate/48x48/actions/view-refresh.png Binary files differindex 46a1186..01bf914 100644 --- a/mate/48x48/actions/view-refresh.png +++ b/mate/48x48/actions/view-refresh.png diff --git a/mate/48x48/actions/view-restore.png b/mate/48x48/actions/view-restore.png Binary files differindex 6b62826..0c3973b 100644 --- a/mate/48x48/actions/view-restore.png +++ b/mate/48x48/actions/view-restore.png diff --git a/mate/48x48/actions/view-sort-ascending.png b/mate/48x48/actions/view-sort-ascending.png Binary files differindex 310408a..ee2b503 100644 --- a/mate/48x48/actions/view-sort-ascending.png +++ b/mate/48x48/actions/view-sort-ascending.png diff --git a/mate/48x48/actions/view-sort-descending.png b/mate/48x48/actions/view-sort-descending.png Binary files differindex 3fc4a6f..b7cbf98 100644 --- a/mate/48x48/actions/view-sort-descending.png +++ b/mate/48x48/actions/view-sort-descending.png diff --git a/mate/48x48/actions/window-close.png b/mate/48x48/actions/window-close.png Binary files differindex fdf3eba..3cf9a1f 100644 --- a/mate/48x48/actions/window-close.png +++ b/mate/48x48/actions/window-close.png diff --git a/mate/48x48/actions/window-new.png b/mate/48x48/actions/window-new.png Binary files differindex 83b3047..3ad5cbf 100644 --- a/mate/48x48/actions/window-new.png +++ b/mate/48x48/actions/window-new.png diff --git a/mate/48x48/actions/zoom-fit-best.png b/mate/48x48/actions/zoom-fit-best.png Binary files differindex 35994e8..3eb839d 100644 --- a/mate/48x48/actions/zoom-fit-best.png +++ b/mate/48x48/actions/zoom-fit-best.png diff --git a/mate/48x48/actions/zoom-in.png b/mate/48x48/actions/zoom-in.png Binary files differindex 4660477..0a4e6e8 100644 --- a/mate/48x48/actions/zoom-in.png +++ b/mate/48x48/actions/zoom-in.png diff --git a/mate/48x48/actions/zoom-original.png b/mate/48x48/actions/zoom-original.png Binary files differindex 88e58bc..bad38a9 100644 --- a/mate/48x48/actions/zoom-original.png +++ b/mate/48x48/actions/zoom-original.png diff --git a/mate/48x48/actions/zoom-out.png b/mate/48x48/actions/zoom-out.png Binary files differindex 72e6eb4..1d104e6 100644 --- a/mate/48x48/actions/zoom-out.png +++ b/mate/48x48/actions/zoom-out.png |