From ce912d04b46f7d37f843ea952b0cd4db42d73f9d Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Tue, 10 Jul 2012 22:00:24 -0400 Subject: Preparing for 1.4 release. --- ChangeLog | 3351 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++- configure.in | 2 +- 2 files changed, 3335 insertions(+), 18 deletions(-) diff --git a/ChangeLog b/ChangeLog index c4182bac..be5bb613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,3320 @@ +commit 8f14e842912c5a657096296c2451300ad99031f5 +Author: Stefano Karapetsas +Date: Tue Jul 10 00:57:59 2012 +0200 + + sync translations with transifex + + po/LINGUAS | 1 + + po/af.po | 129 ++++++++++---------- + po/am.po | 197 ++++++++++++++---------------- + po/ar.po | 135 ++++++++++----------- + po/as.po | 136 +++++++++++---------- + po/ast.po | 135 ++++++++++----------- + po/az.po | 193 ++++++++++++++---------------- + po/be.po | 141 +++++++++++----------- + po/bg.po | 133 +++++++++++---------- + po/bn.po | 198 +++++++++++------------------- + po/bn_IN.po | 143 +++++++++++----------- + po/br.po | 174 +++++++++++++-------------- + po/bs.po | 188 ++++++++++++++--------------- + po/ca.po | 184 +++++++++++----------------- + po/ca@valencia.po | 184 +++++++++++----------------- + po/crh.po | 141 +++++++++++----------- + po/cs.po | 137 +++++++++++---------- + po/cy.po | 205 +++++++++++++++---------------- + po/da.po | 179 +++++++++++---------------- + po/de.po | 190 +++++++++++------------------ + po/dz.po | 188 ++++++++++++++--------------- + po/el.po | 145 +++++++++++----------- + po/en_CA.po | 200 ++++++++++++++----------------- + po/en_GB.po | 175 +++++++++++---------------- + po/eo.po | 143 ++++++++++++++++++++++ + po/es.po | 142 +++++++++++----------- + po/et.po | 111 ++++++++++------- + po/eu.po | 135 ++++++++++----------- + po/fa.po | 192 ++++++++++++++--------------- + po/fi.po | 179 +++++++++++---------------- + po/fr.po | 137 ++++++++++----------- + po/fur.po | 129 +++++++++++--------- + po/ga.po | 139 +++++++++++---------- + po/gl.po | 140 +++++++++++----------- + po/gu.po | 147 +++++++++++------------ + po/he.po | 189 +++++++++++------------------ + po/hi.po | 143 +++++++++++----------- + po/hr.po | 133 +++++++++++---------- + po/hu.po | 136 ++++++++++----------- + po/id.po | 130 ++++++++++---------- + po/is.po | 186 ++++++++++++++--------------- + po/it.po | 137 ++++++++++----------- + po/ja.po | 134 +++++++++++---------- + po/ka.po | 199 ++++++++++++++---------------- + po/kn.po | 132 ++++++++++---------- + po/ko.po | 178 +++++++++++---------------- + po/ky.po | 203 ++++++++++++++----------------- + po/li.po | 200 ++++++++++++++----------------- + po/lt.po | 144 +++++++++++----------- + po/lv.po | 138 +++++++++++---------- + po/mai.po | 130 ++++++++++---------- + po/mg.po | 148 ++++++++++++++--------- + po/mk.po | 167 ++++++++++++++------------ + po/ml.po | 142 +++++++++++----------- + po/mn.po | 202 ++++++++++++++----------------- + po/mr.po | 137 ++++++++++----------- + po/ms.po | 193 +++++++++++++++--------------- + po/nb.po | 134 +++++++++++---------- + po/nds.po | 137 ++++++++++----------- + po/ne.po | 163 +++++++++++++------------ + po/nl.po | 147 ++++++++++++----------- + po/nn.po | 192 +++++++++++------------------ + po/oc.po | 139 +++++++++++---------- + po/or.po | 138 +++++++++++---------- + po/pa.po | 141 +++++++++++----------- + po/pl.po | 145 +++++++++++----------- + po/pt.po | 206 +++++++++++++------------------- + po/pt_BR.po | 185 +++++++++++----------------- + po/ro.po | 164 +++++++++++-------------- + po/ru.po | 136 ++++++++++----------- + po/si.po | 151 +++++++++++++---------- + po/sk.po | 138 ++++++++++----------- + po/sl.po | 345 ++++++++++++++++++++++------------------------------- + po/sq.po | 139 +++++++++++---------- + po/sr.po | 181 +++++++++++----------------- + po/sr@latin.po | 181 +++++++++++----------------- + po/sv.po | 253 +++++++++++---------------------------- + po/ta.po | 142 +++++++++++----------- + po/te.po | 133 ++++++++++----------- + po/th.po | 181 +++++++++++----------------- + po/tr.po | 139 ++++++++++----------- + po/ug.po | 191 ++++++++++++++--------------- + po/uk.po | 135 ++++++++++----------- + po/vi.po | 138 ++++++++++----------- + po/wa.po | 198 ++++++++++++++---------------- + po/xh.po | 204 +++++++++++++++---------------- + po/zh_CN.po | 137 ++++++++++----------- + po/zh_HK.po | 159 +++++++++++------------- + po/zh_TW.po | 159 +++++++++++------------- + 89 files changed, 6673 insertions(+), 7584 deletions(-) + +commit b48b0d00852b4a1128b1f545c9a5575b2a74ac79 +Author: Stefano Karapetsas +Date: Tue Jul 10 00:53:13 2012 +0200 + + add po gnome copyrights file + + po/gnome-copyrights.txt | 1035 +++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 1035 insertions(+) + +commit d6de71d485f8871ec56954e66b6ceafb731b6f03 +Merge: bb7ea14 48327e1 +Author: Stefano Karapetsas +Date: Wed May 23 05:20:11 2012 -0700 + + Merge pull request #11 from MDykstra/master + + Compiles without non-existing [mate-themes.spec] config file. + +commit 48327e18e580686757788c78bcc0d37a26de3412 +Author: Marcel Dijkstra +Date: Wed May 23 00:16:39 2012 +0200 + + Compiles without non-existing [mate-themes.spec] config file. + + configure.in | 1 - + 1 file changed, 1 deletion(-) + +commit bb7ea145507160bcd618d4f0b269be0386dd99f9 +Author: Perberos +Date: Thu May 10 11:49:39 2012 -0300 + + Update desktop-themes/Aldabra/index.theme.in + + desktop-themes/Aldabra/index.theme.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit fdb5bb0a1747b72418bf639ee52b5ec25ab75b45 +Merge: f74fdcf 6fe91a5 +Author: Perberos +Date: Thu May 10 07:48:11 2012 -0700 + + Merge pull request #10 from NiceandGently/master + + fix Aldabra index.theme + +commit 6fe91a5a1af7ad13146d5a2123b3f4c11bcd5fc3 +Author: chat-to-me@raveit.de +Date: Wed May 9 20:45:27 2012 +0200 + + fix Aldabra index.theme + + desktop-themes/Aldabra/index.theme.in | 18 +++--------------- + 1 file changed, 3 insertions(+), 15 deletions(-) + +commit f74fdcf6436d63eab43d1dfaea8b7aaa56a16268 +Merge: 5f090b1 3668335 +Author: Stefano Karapetsas +Date: Tue May 8 16:46:49 2012 -0700 + + Merge pull request #9 from NiceandGently/master + + fix Aldabra gtk3 theme errors + +commit 3668335acee91a63e6865290a6e36337041ee87c +Author: chat-to-me@raveit.de +Date: Wed May 9 00:08:06 2012 +0200 + + fix Aldabra gtk3 theme error + + desktop-themes/Aldabra/gtk-3.0/gtk-widgets.css | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 1b8ef252e4d6d733de28a534824a44981c9ed93a +Author: chat-to-me@raveit.de +Date: Tue May 8 23:35:26 2012 +0200 + + fix gtk3 errors + + desktop-themes/Aldabra/gtk-3.0/gtk-widgets.css | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +commit 5f090b15035158e967319625fe15dfa2943acf9f +Author: chat-to-me@raveit.de +Date: Mon Apr 30 17:16:39 2012 +0200 + + remove unecessary mate-themes.spec.in + + mate-themes.spec.in | 46 ---------------------------------------------- + 1 file changed, 46 deletions(-) + +commit a2bd9f48cc3658af2b4ba7f42b87e63ff8897740 +Author: chat-to-me@raveit.de +Date: Mon Apr 30 17:15:29 2012 +0200 + + fix configure.in + + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit a03e64ad02944320933c054d0e394311fcc10a7f +Author: Stefano Karapetsas +Date: Wed May 2 17:56:07 2012 +0200 + + add gtk3 support for TraditionalOk (taken from clearwaita theme) + + AUTHORS | 3 + + configure.in | 5 +- + gtk-themes/TraditionalOkClassic/Makefile.am | 10 +- + .../TraditionalOkClassic/gtk-2.0/Makefile.am | 5 + + gtk-themes/TraditionalOkClassic/gtk-2.0/gtkrc | 402 +++++ + .../TraditionalOkClassic/gtk-3.0/Makefile.am | 13 + + .../gtk-3.0/assets/Makefile.am | 50 + + .../gtk-3.0/assets/button-active-border-panel.svg | 140 ++ + .../gtk-3.0/assets/button-active-border.svg | 139 ++ + .../gtk-3.0/assets/button-border-panel.svg | 121 ++ + .../gtk-3.0/assets/button-border.svg | 118 ++ + .../gtk-3.0/assets/button-default-border.svg | 118 ++ + .../assets/checkbox-checked-insensitive.svg | 175 ++ + .../gtk-3.0/assets/checkbox-checked.svg | 191 +++ + .../assets/checkbox-menuitem-checked-selected.svg | 63 + + .../gtk-3.0/assets/checkbox-menuitem-checked.svg | 63 + + .../gtk-3.0/assets/checkbox-mixed.svg | 250 +++ + .../assets/checkbox-unchecked-insensitive.svg | 149 ++ + .../gtk-3.0/assets/checkbox-unchecked.svg | 168 ++ + .../assets/combobox-entry-border-active.svg | 112 ++ + .../gtk-3.0/assets/entry-border-focused.svg | 74 + + .../gtk-3.0/assets/entry-border-normal.svg | 123 ++ + .../primary-toolbar-button-active-border.svg | 109 ++ + .../primary-toolbar-raised-button-border.svg | 118 ++ + .../gtk-3.0/assets/progressbar-border-vertical.svg | 98 ++ + .../gtk-3.0/assets/progressbar-border.svg | 97 ++ + .../assets/radio-menuitem-checked-selected.svg | 67 + + .../gtk-3.0/assets/radio-menuitem-checked.svg | 67 + + .../gtk-3.0/assets/radio-mixed.svg | 343 ++++ + .../gtk-3.0/assets/radio-selected-insensitive.svg | 264 +++ + .../gtk-3.0/assets/radio-selected.svg | 350 ++++ + .../assets/radio-unselected-insensitive.svg | 189 +++ + .../gtk-3.0/assets/radio-unselected.svg | 298 ++++ + .../assets/scale-slider-horizontal-insensitive.svg | 179 +++ + .../gtk-3.0/assets/scale-slider-horizontal.svg | 132 ++ + ...e-slider-marks-above-horizontal-insensitive.svg | 234 +++ + .../assets/scale-slider-marks-above-horizontal.svg | 254 +++ + ...ale-slider-marks-above-vertical-insensitive.svg | 234 +++ + .../assets/scale-slider-marks-above-vertical.svg | 254 +++ + ...e-slider-marks-below-horizontal-insensitive.svg | 171 ++ + .../assets/scale-slider-marks-below-horizontal.svg | 191 +++ + ...ale-slider-marks-below-vertical-insensitive.svg | 214 +++ + .../assets/scale-slider-marks-below-vertical.svg | 234 +++ + .../assets/scale-slider-vertical-insensitive.svg | 168 ++ + .../gtk-3.0/assets/scale-slider-vertical.svg | 132 ++ + .../gtk-3.0/assets/switch-slider-active-border.svg | 105 ++ + .../gtk-3.0/assets/switch-slider-border.svg | 105 ++ + .../assets/trough-active-border-horizontal.svg | 141 ++ + .../assets/trough-active-border-vertical.svg | 131 ++ + .../gtk-3.0/assets/trough-border-horizontal.svg | 187 +++ + .../gtk-3.0/assets/trough-border-vertical.svg | 187 +++ + .../gtk-3.0/gtk-widgets-assets.css | 254 +++ + .../TraditionalOkClassic/gtk-3.0/gtk-widgets.css | 1694 ++++++++++++++++++++ + gtk-themes/TraditionalOkClassic/gtk-3.0/gtk.css | 165 ++ + .../TraditionalOkClassic/gtk-3.0/settings.ini | 4 + + gtk-themes/TraditionalOkClassic/gtkrc | 402 ----- + 56 files changed, 9857 insertions(+), 407 deletions(-) + +commit 44183c389282e233335656e696fc7cac83748ad8 +Author: Stefano Karapetsas +Date: Wed Apr 4 18:05:27 2012 +0200 + + update to 1.2.2 + + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 0b6f4a6cd8f4f5deea0935780863f303d758dc26 +Author: Stefano Karapetsas +Date: Wed Apr 4 17:52:52 2012 +0200 + + update POTFILES + + po/ChangeLog | 2385 ------------------------------------------------------ + po/POTFILES.in | 35 +- + po/POTFILES.skip | 6 +- + 3 files changed, 21 insertions(+), 2405 deletions(-) + +commit fbcedcbc4860719b398b1ea046187a80ae633438 +Author: Stefano Karapetsas +Date: Wed Apr 4 17:24:09 2012 +0200 + + rename Glider => AlaDelta + + configure.in | 4 +- + desktop-themes/AlaDelta/Makefile.am | 11 + + desktop-themes/AlaDelta/index.theme.in | 8 + + desktop-themes/Glider/Makefile.am | 11 - + desktop-themes/Glider/index.theme.in | 8 - + desktop-themes/Makefile.am | 4 +- + desktop-themes/Quid/index.theme.in | 2 +- + gtk-themes/AlaDelta/Makefile.am | 5 + + gtk-themes/AlaDelta/gtkrc | 172 +++++++ + gtk-themes/Glider/Makefile.am | 5 - + gtk-themes/Glider/gtkrc | 172 ------- + gtk-themes/Makefile.am | 4 +- + marco-themes/AlaDelta/metacity-theme-1.xml | 718 ++++++++++++++++++++++++++++ + marco-themes/Glider/metacity-theme-1.xml | 718 ---------------------------- + marco-themes/Makefile.am | 2 +- + 15 files changed, 922 insertions(+), 922 deletions(-) + +commit aa77453bca030d29cd8e1c5065b7c37bea375ca5 +Author: Stefano Karapetsas +Date: Wed Apr 4 14:52:18 2012 +0200 + + fix a missing rename from Inverted to Reverse + + marco-themes/Inverted/metacity-theme-1.xml | 954 ---------------------------- + marco-themes/Makefile.am | 2 +- + marco-themes/Reverse/metacity-theme-1.xml | 954 ++++++++++++++++++++++++++++ + 3 files changed, 955 insertions(+), 955 deletions(-) + +commit 5492cbd493c1e02e260c85bd15e648fc2d8a5e70 +Author: Steve Zesch +Date: Fri Mar 30 20:08:34 2012 -0400 + + Bumped version to 1.2.1 + + configure.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 726d5de603dc36fa8a537234fb83fad444b193ba +Author: Perberos +Date: Wed Mar 28 06:21:24 2012 -0300 + + adding atlanta as atantla metacity theme + + marco-themes/Makefile.am | 1 + + 1 file changed, 1 insertion(+) + +commit b5f16185a7604d639396c7a362f2ec851d22bf3b +Author: Perberos +Date: Wed Mar 28 06:19:32 2012 -0300 + + adding atlanta as atantla metacity theme + + desktop-themes/ContrastHigh/index.theme.in | 2 +- + desktop-themes/ContrastHighInverse/index.theme.in | 2 +- + .../ContrastHighLargePrint/index.theme.in.in | 2 +- + .../index.theme.in.in | 2 +- + desktop-themes/ContrastLow/index.theme.in | 2 +- + .../ContrastLowLargePrint/index.theme.in.in | 2 +- + desktop-themes/LargePrint/index.theme.in.in | 2 +- + marco-themes/Atantla/metacity-theme-1.xml | 350 ++++++++++++++++++++ + 8 files changed, 357 insertions(+), 7 deletions(-) + +commit af2a36e72e000ef927dd12ecb86ebd4ad2302e40 +Author: Perberos +Date: Thu Mar 22 02:50:11 2012 -0300 + + renaming largeprint to printlarge + + desktop-themes/LargePrint/Makefile.am | 2 +- + desktop-themes/LargePrint/index.theme.in.in | 4 ++-- + gtk-themes/LargePrint/Makefile.am | 2 +- + 3 files changed, 4 insertions(+), 4 deletions(-) + +commit 5d738e7f2b20b3e20597dc48a75fcebf26417c36 +Author: Perberos +Date: Wed Mar 21 22:34:00 2012 -0300 + + fixing path of contrasthigh icon theme + + icon-themes/ContrastHigh-SVG/Makefile.am | 2 +- + icon-themes/ContrastHigh/Makefile.am | 2 +- + icon-themes/ContrastHighInverse/Makefile.am | 2 +- + icon-themes/ContrastHighLargePrint/Makefile.am | 2 +- + .../ContrastHighLargePrintInverse/Makefile.am | 2 +- + 5 files changed, 5 insertions(+), 5 deletions(-) + +commit 03eabdaa583e9f06d7520b2ca88850256f9086df +Author: Perberos +Date: Wed Mar 21 22:06:01 2012 -0300 + + renaming lowcontrast to contrastlow + + configure.in | 16 ++--- + desktop-themes/ContrastLow/Makefile.am | 18 +++++ + desktop-themes/ContrastLow/index.theme.in | 10 +++ + desktop-themes/ContrastLowLargePrint/Makefile.am | 18 +++++ + .../ContrastLowLargePrint/index.theme.in.in | 15 ++++ + desktop-themes/LowContrast/Makefile.am | 18 ----- + desktop-themes/LowContrast/index.theme.in | 10 --- + desktop-themes/LowContrastLargePrint/Makefile.am | 18 ----- + .../LowContrastLargePrint/index.theme.in.in | 15 ---- + desktop-themes/Makefile.am | 8 +-- + gtk-themes/ContrastLow/Makefile.am | 5 ++ + gtk-themes/ContrastLow/gtkrc.in | 57 ++++++++++++++++ + gtk-themes/ContrastLowLargePrint/Makefile.am | 7 ++ + gtk-themes/ContrastLowLargePrint/gtkrc.in | 72 ++++++++++++++++++++ + .../ContrastLowLargePrint/pixmaps/Makefile.am | 5 ++ + .../pixmaps/double-click-maybe.png | Bin 0 -> 5066 bytes + .../pixmaps/double-click-off.png | Bin 0 -> 5968 bytes + .../pixmaps/double-click-on.png | Bin 0 -> 6275 bytes + .../ContrastLowLargePrint/pixmaps/marco-delete.png | Bin 0 -> 433 bytes + .../pixmaps/marco-maximize.png | Bin 0 -> 159 bytes + .../pixmaps/marco-minimize.png | Bin 0 -> 119 bytes + .../pixmaps/media-backward.png | Bin 0 -> 1186 bytes + .../ContrastLowLargePrint/pixmaps/media-eject.png | Bin 0 -> 1663 bytes + .../pixmaps/media-forward.png | Bin 0 -> 1057 bytes + .../ContrastLowLargePrint/pixmaps/media-next.png | Bin 0 -> 1421 bytes + .../ContrastLowLargePrint/pixmaps/media-pause.png | Bin 0 -> 3111 bytes + .../ContrastLowLargePrint/pixmaps/media-play.png | Bin 0 -> 3083 bytes + .../ContrastLowLargePrint/pixmaps/media-prev.png | Bin 0 -> 1571 bytes + .../ContrastLowLargePrint/pixmaps/media-record.png | Bin 0 -> 2657 bytes + .../ContrastLowLargePrint/pixmaps/media-stop.png | Bin 0 -> 781 bytes + .../pixmaps/printer-broken.png | Bin 0 -> 1344 bytes + .../pixmaps/printer-default.png | Bin 0 -> 1316 bytes + .../pixmaps/printer-inkjet.png | Bin 0 -> 4952 bytes + .../pixmaps/printer-personal-laser.png | Bin 0 -> 4850 bytes + .../pixmaps/printer-workgroup-laser.png | Bin 0 -> 6651 bytes + .../ContrastLowLargePrint/pixmaps/stock_about.png | Bin 0 -> 917 bytes + .../pixmaps/stock_accessories.png | Bin 0 -> 2434 bytes + .../ContrastLowLargePrint/pixmaps/stock_add.png | Bin 0 -> 1495 bytes + .../pixmaps/stock_amusements.png | Bin 0 -> 3666 bytes + .../ContrastLowLargePrint/pixmaps/stock_apply.png | Bin 0 -> 2150 bytes + .../ContrastLowLargePrint/pixmaps/stock_attach.png | Bin 0 -> 2453 bytes + .../ContrastLowLargePrint/pixmaps/stock_bold.png | Bin 0 -> 811 bytes + .../ContrastLowLargePrint/pixmaps/stock_book.png | Bin 0 -> 1603 bytes + .../ContrastLowLargePrint/pixmaps/stock_cancel.png | Bin 0 -> 1581 bytes + .../pixmaps/stock_cde-menu.png | Bin 0 -> 2669 bytes + .../ContrastLowLargePrint/pixmaps/stock_cdrom.png | Bin 0 -> 2635 bytes + .../ContrastLowLargePrint/pixmaps/stock_clear.png | Bin 0 -> 3489 bytes + .../ContrastLowLargePrint/pixmaps/stock_close.png | Bin 0 -> 1581 bytes + .../pixmaps/stock_commandline-browser.xpm | 29 ++++++++ + .../pixmaps/stock_commandline-history.xpm | 29 ++++++++ + .../pixmaps/stock_connect.png | Bin 0 -> 977 bytes + .../pixmaps/stock_convert.png | Bin 0 -> 3043 bytes + .../ContrastLowLargePrint/pixmaps/stock_copy.png | Bin 0 -> 625 bytes + .../ContrastLowLargePrint/pixmaps/stock_cut.png | Bin 0 -> 2575 bytes + .../ContrastLowLargePrint/pixmaps/stock_delete.png | Bin 0 -> 3203 bytes + .../pixmaps/stock_dialog_error.png | Bin 0 -> 2319 bytes + .../pixmaps/stock_dialog_info.png | Bin 0 -> 2420 bytes + .../pixmaps/stock_dialog_question.png | Bin 0 -> 3071 bytes + .../pixmaps/stock_dialog_warning.png | Bin 0 -> 2417 bytes + .../pixmaps/stock_disconnect.png | Bin 0 -> 920 bytes + .../ContrastLowLargePrint/pixmaps/stock_dnd.png | Bin 0 -> 1158 bytes + .../pixmaps/stock_dnd_multiple.png | Bin 0 -> 1154 bytes + .../ContrastLowLargePrint/pixmaps/stock_drawer.png | Bin 0 -> 1059 bytes + .../ContrastLowLargePrint/pixmaps/stock_edit.png | Bin 0 -> 2240 bytes + .../ContrastLowLargePrint/pixmaps/stock_empty.png | Bin 0 -> 1170 bytes + .../pixmaps/stock_execute.png | Bin 0 -> 2485 bytes + .../ContrastLowLargePrint/pixmaps/stock_export.png | Bin 0 -> 2240 bytes + .../pixmaps/stock_find-and-replace.png | Bin 0 -> 2892 bytes + .../ContrastLowLargePrint/pixmaps/stock_find.png | Bin 0 -> 1921 bytes + .../ContrastLowLargePrint/pixmaps/stock_floppy.png | Bin 0 -> 1243 bytes + .../pixmaps/stock_go-back.png | Bin 0 -> 1221 bytes + .../pixmaps/stock_go-down.png | Bin 0 -> 953 bytes + .../pixmaps/stock_go-forward.png | Bin 0 -> 1246 bytes + .../ContrastLowLargePrint/pixmaps/stock_go-up.png | Bin 0 -> 975 bytes + .../pixmaps/stock_goto-bottom.png | Bin 0 -> 1162 bytes + .../pixmaps/stock_goto-first.png | Bin 0 -> 1230 bytes + .../pixmaps/stock_goto-last.png | Bin 0 -> 1438 bytes + .../pixmaps/stock_goto-top.png | Bin 0 -> 1193 bytes + .../pixmaps/stock_harddisk.png | Bin 0 -> 3218 bytes + .../ContrastLowLargePrint/pixmaps/stock_help.png | Bin 0 -> 3920 bytes + .../ContrastLowLargePrint/pixmaps/stock_home.png | Bin 0 -> 1725 bytes + .../ContrastLowLargePrint/pixmaps/stock_import.png | Bin 0 -> 2705 bytes + .../ContrastLowLargePrint/pixmaps/stock_index.png | Bin 0 -> 1502 bytes + .../ContrastLowLargePrint/pixmaps/stock_info.png | Bin 0 -> 2654 bytes + .../pixmaps/stock_insert-image.png | Bin 0 -> 1670 bytes + .../pixmaps/stock_insert-object.png | Bin 0 -> 1938 bytes + .../pixmaps/stock_insert-table.png | Bin 0 -> 736 bytes + .../pixmaps/stock_internet.png | Bin 0 -> 3708 bytes + .../ContrastLowLargePrint/pixmaps/stock_italic.png | Bin 0 -> 799 bytes + .../pixmaps/stock_jump-to.png | Bin 0 -> 2497 bytes + .../pixmaps/stock_justify-center.png | Bin 0 -> 699 bytes + .../pixmaps/stock_justify-fill.png | Bin 0 -> 719 bytes + .../pixmaps/stock_justify-left.png | Bin 0 -> 696 bytes + .../pixmaps/stock_justify-right.png | Bin 0 -> 700 bytes + .../pixmaps/stock_launcher-program.png | Bin 0 -> 1046 bytes + .../pixmaps/stock_line-in.png | Bin 0 -> 1305 bytes + .../pixmaps/stock_lockscreen.png | Bin 0 -> 3008 bytes + .../ContrastLowLargePrint/pixmaps/stock_logout.png | Bin 0 -> 3086 bytes + .../pixmaps/stock_mate-logo.png | Bin 0 -> 1992 bytes + .../pixmaps/stock_mate-util.png | Bin 0 -> 2476 bytes + .../ContrastLowLargePrint/pixmaps/stock_mic.png | Bin 0 -> 2549 bytes + .../pixmaps/stock_missing-image.png | Bin 0 -> 1172 bytes + .../pixmaps/stock_multimedia.png | Bin 0 -> 3153 bytes + .../ContrastLowLargePrint/pixmaps/stock_new.png | Bin 0 -> 927 bytes + .../ContrastLowLargePrint/pixmaps/stock_no.png | Bin 0 -> 2709 bytes + .../ContrastLowLargePrint/pixmaps/stock_ok.png | Bin 0 -> 2139 bytes + .../ContrastLowLargePrint/pixmaps/stock_open.png | Bin 0 -> 1652 bytes + .../ContrastLowLargePrint/pixmaps/stock_paste.png | Bin 0 -> 1499 bytes + .../pixmaps/stock_preferences.png | Bin 0 -> 4131 bytes + .../pixmaps/stock_print-preview.png | Bin 0 -> 2066 bytes + .../ContrastLowLargePrint/pixmaps/stock_print.png | Bin 0 -> 1428 bytes + .../pixmaps/stock_properties.png | Bin 0 -> 1863 bytes + .../ContrastLowLargePrint/pixmaps/stock_quit.png | Bin 0 -> 1691 bytes + .../ContrastLowLargePrint/pixmaps/stock_redo.png | Bin 0 -> 1438 bytes + .../pixmaps/stock_refresh.png | Bin 0 -> 2699 bytes + .../ContrastLowLargePrint/pixmaps/stock_remove.png | Bin 0 -> 829 bytes + .../pixmaps/stock_revert-to-saved.png | Bin 0 -> 2098 bytes + .../ContrastLowLargePrint/pixmaps/stock_run.png | Bin 0 -> 2485 bytes + .../pixmaps/stock_save-as.png | Bin 0 -> 2006 bytes + .../ContrastLowLargePrint/pixmaps/stock_save.png | Bin 0 -> 1243 bytes + .../pixmaps/stock_screenshot.png | Bin 0 -> 591 bytes + .../pixmaps/stock_searchtool.png | Bin 0 -> 3538 bytes + .../pixmaps/stock_select-color.png | Bin 0 -> 1547 bytes + .../pixmaps/stock_select-font.png | Bin 0 -> 1014 bytes + .../pixmaps/stock_sort-ascending.png | Bin 0 -> 1091 bytes + .../pixmaps/stock_sort-descending.png | Bin 0 -> 1118 bytes + .../pixmaps/stock_spell-check.png | Bin 0 -> 2865 bytes + .../ContrastLowLargePrint/pixmaps/stock_stop.png | Bin 0 -> 2995 bytes + .../pixmaps/stock_strikethrough.png | Bin 0 -> 880 bytes + .../pixmaps/stock_undelete.png | Bin 0 -> 3329 bytes + .../pixmaps/stock_underline.png | Bin 0 -> 863 bytes + .../ContrastLowLargePrint/pixmaps/stock_undo.png | Bin 0 -> 1342 bytes + .../ContrastLowLargePrint/pixmaps/stock_volume.png | Bin 0 -> 1334 bytes + .../ContrastLowLargePrint/pixmaps/stock_yes.png | Bin 0 -> 2635 bytes + .../pixmaps/stock_zoom-100.png | Bin 0 -> 3312 bytes + .../pixmaps/stock_zoom-fit.png | Bin 0 -> 3119 bytes + .../pixmaps/stock_zoom-in.png | Bin 0 -> 3109 bytes + .../pixmaps/stock_zoom-out.png | Bin 0 -> 3044 bytes + .../ContrastLowLargePrint/pixmaps/volume-max.png | Bin 0 -> 2036 bytes + .../pixmaps/volume-medium.png | Bin 0 -> 1763 bytes + .../ContrastLowLargePrint/pixmaps/volume-min.png | Bin 0 -> 1503 bytes + .../ContrastLowLargePrint/pixmaps/volume-mute.png | Bin 0 -> 871 bytes + .../ContrastLowLargePrint/pixmaps/volume-zero.png | Bin 0 -> 1266 bytes + gtk-themes/LowContrast/Makefile.am | 5 -- + gtk-themes/LowContrast/gtkrc.in | 57 ---------------- + gtk-themes/LowContrastLargePrint/Makefile.am | 7 -- + gtk-themes/LowContrastLargePrint/gtkrc.in | 72 -------------------- + .../LowContrastLargePrint/pixmaps/Makefile.am | 5 -- + .../pixmaps/double-click-maybe.png | Bin 5066 -> 0 bytes + .../pixmaps/double-click-off.png | Bin 5968 -> 0 bytes + .../pixmaps/double-click-on.png | Bin 6275 -> 0 bytes + .../LowContrastLargePrint/pixmaps/marco-delete.png | Bin 433 -> 0 bytes + .../pixmaps/marco-maximize.png | Bin 159 -> 0 bytes + .../pixmaps/marco-minimize.png | Bin 119 -> 0 bytes + .../pixmaps/media-backward.png | Bin 1186 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-eject.png | Bin 1663 -> 0 bytes + .../pixmaps/media-forward.png | Bin 1057 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-next.png | Bin 1421 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-pause.png | Bin 3111 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-play.png | Bin 3083 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-prev.png | Bin 1571 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-record.png | Bin 2657 -> 0 bytes + .../LowContrastLargePrint/pixmaps/media-stop.png | Bin 781 -> 0 bytes + .../pixmaps/printer-broken.png | Bin 1344 -> 0 bytes + .../pixmaps/printer-default.png | Bin 1316 -> 0 bytes + .../pixmaps/printer-inkjet.png | Bin 4952 -> 0 bytes + .../pixmaps/printer-personal-laser.png | Bin 4850 -> 0 bytes + .../pixmaps/printer-workgroup-laser.png | Bin 6651 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_about.png | Bin 917 -> 0 bytes + .../pixmaps/stock_accessories.png | Bin 2434 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_add.png | Bin 1495 -> 0 bytes + .../pixmaps/stock_amusements.png | Bin 3666 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_apply.png | Bin 2150 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_attach.png | Bin 2453 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_bold.png | Bin 811 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_book.png | Bin 1603 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_cancel.png | Bin 1581 -> 0 bytes + .../pixmaps/stock_cde-menu.png | Bin 2669 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_cdrom.png | Bin 2635 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_clear.png | Bin 3489 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_close.png | Bin 1581 -> 0 bytes + .../pixmaps/stock_commandline-browser.xpm | 29 -------- + .../pixmaps/stock_commandline-history.xpm | 29 -------- + .../pixmaps/stock_connect.png | Bin 977 -> 0 bytes + .../pixmaps/stock_convert.png | Bin 3043 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_copy.png | Bin 625 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_cut.png | Bin 2575 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_delete.png | Bin 3203 -> 0 bytes + .../pixmaps/stock_dialog_error.png | Bin 2319 -> 0 bytes + .../pixmaps/stock_dialog_info.png | Bin 2420 -> 0 bytes + .../pixmaps/stock_dialog_question.png | Bin 3071 -> 0 bytes + .../pixmaps/stock_dialog_warning.png | Bin 2417 -> 0 bytes + .../pixmaps/stock_disconnect.png | Bin 920 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_dnd.png | Bin 1158 -> 0 bytes + .../pixmaps/stock_dnd_multiple.png | Bin 1154 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_drawer.png | Bin 1059 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_edit.png | Bin 2240 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_empty.png | Bin 1170 -> 0 bytes + .../pixmaps/stock_execute.png | Bin 2485 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_export.png | Bin 2240 -> 0 bytes + .../pixmaps/stock_find-and-replace.png | Bin 2892 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_find.png | Bin 1921 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_floppy.png | Bin 1243 -> 0 bytes + .../pixmaps/stock_go-back.png | Bin 1221 -> 0 bytes + .../pixmaps/stock_go-down.png | Bin 953 -> 0 bytes + .../pixmaps/stock_go-forward.png | Bin 1246 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_go-up.png | Bin 975 -> 0 bytes + .../pixmaps/stock_goto-bottom.png | Bin 1162 -> 0 bytes + .../pixmaps/stock_goto-first.png | Bin 1230 -> 0 bytes + .../pixmaps/stock_goto-last.png | Bin 1438 -> 0 bytes + .../pixmaps/stock_goto-top.png | Bin 1193 -> 0 bytes + .../pixmaps/stock_harddisk.png | Bin 3218 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_help.png | Bin 3920 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_home.png | Bin 1725 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_import.png | Bin 2705 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_index.png | Bin 1502 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_info.png | Bin 2654 -> 0 bytes + .../pixmaps/stock_insert-image.png | Bin 1670 -> 0 bytes + .../pixmaps/stock_insert-object.png | Bin 1938 -> 0 bytes + .../pixmaps/stock_insert-table.png | Bin 736 -> 0 bytes + .../pixmaps/stock_internet.png | Bin 3708 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_italic.png | Bin 799 -> 0 bytes + .../pixmaps/stock_jump-to.png | Bin 2497 -> 0 bytes + .../pixmaps/stock_justify-center.png | Bin 699 -> 0 bytes + .../pixmaps/stock_justify-fill.png | Bin 719 -> 0 bytes + .../pixmaps/stock_justify-left.png | Bin 696 -> 0 bytes + .../pixmaps/stock_justify-right.png | Bin 700 -> 0 bytes + .../pixmaps/stock_launcher-program.png | Bin 1046 -> 0 bytes + .../pixmaps/stock_line-in.png | Bin 1305 -> 0 bytes + .../pixmaps/stock_lockscreen.png | Bin 3008 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_logout.png | Bin 3086 -> 0 bytes + .../pixmaps/stock_mate-logo.png | Bin 1992 -> 0 bytes + .../pixmaps/stock_mate-util.png | Bin 2476 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_mic.png | Bin 2549 -> 0 bytes + .../pixmaps/stock_missing-image.png | Bin 1172 -> 0 bytes + .../pixmaps/stock_multimedia.png | Bin 3153 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_new.png | Bin 927 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_no.png | Bin 2709 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_ok.png | Bin 2139 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_open.png | Bin 1652 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_paste.png | Bin 1499 -> 0 bytes + .../pixmaps/stock_preferences.png | Bin 4131 -> 0 bytes + .../pixmaps/stock_print-preview.png | Bin 2066 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_print.png | Bin 1428 -> 0 bytes + .../pixmaps/stock_properties.png | Bin 1863 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_quit.png | Bin 1691 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_redo.png | Bin 1438 -> 0 bytes + .../pixmaps/stock_refresh.png | Bin 2699 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_remove.png | Bin 829 -> 0 bytes + .../pixmaps/stock_revert-to-saved.png | Bin 2098 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_run.png | Bin 2485 -> 0 bytes + .../pixmaps/stock_save-as.png | Bin 2006 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_save.png | Bin 1243 -> 0 bytes + .../pixmaps/stock_screenshot.png | Bin 591 -> 0 bytes + .../pixmaps/stock_searchtool.png | Bin 3538 -> 0 bytes + .../pixmaps/stock_select-color.png | Bin 1547 -> 0 bytes + .../pixmaps/stock_select-font.png | Bin 1014 -> 0 bytes + .../pixmaps/stock_sort-ascending.png | Bin 1091 -> 0 bytes + .../pixmaps/stock_sort-descending.png | Bin 1118 -> 0 bytes + .../pixmaps/stock_spell-check.png | Bin 2865 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_stop.png | Bin 2995 -> 0 bytes + .../pixmaps/stock_strikethrough.png | Bin 880 -> 0 bytes + .../pixmaps/stock_undelete.png | Bin 3329 -> 0 bytes + .../pixmaps/stock_underline.png | Bin 863 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_undo.png | Bin 1342 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_volume.png | Bin 1334 -> 0 bytes + .../LowContrastLargePrint/pixmaps/stock_yes.png | Bin 2635 -> 0 bytes + .../pixmaps/stock_zoom-100.png | Bin 3312 -> 0 bytes + .../pixmaps/stock_zoom-fit.png | Bin 3119 -> 0 bytes + .../pixmaps/stock_zoom-in.png | Bin 3109 -> 0 bytes + .../pixmaps/stock_zoom-out.png | Bin 3044 -> 0 bytes + .../LowContrastLargePrint/pixmaps/volume-max.png | Bin 2036 -> 0 bytes + .../pixmaps/volume-medium.png | Bin 1763 -> 0 bytes + .../LowContrastLargePrint/pixmaps/volume-min.png | Bin 1503 -> 0 bytes + .../LowContrastLargePrint/pixmaps/volume-mute.png | Bin 871 -> 0 bytes + .../LowContrastLargePrint/pixmaps/volume-zero.png | Bin 1266 -> 0 bytes + gtk-themes/Makefile.am | 8 +-- + 277 files changed, 281 insertions(+), 281 deletions(-) + +commit 373f711ef361d67874e58e584720e9c813fe9cac +Author: Perberos +Date: Wed Mar 21 21:21:25 2012 -0300 + + renaming highcontrast to contrasthigh + + configure.in | 128 +++++------ + desktop-themes/ContrastHigh/Makefile.am | 11 + + desktop-themes/ContrastHigh/index.theme.in | 10 + + desktop-themes/ContrastHighInverse/Makefile.am | 11 + + desktop-themes/ContrastHighInverse/index.theme.in | 10 + + desktop-themes/ContrastHighLargePrint/Makefile.am | 18 ++ + .../ContrastHighLargePrint/index.theme.in.in | 18 ++ + .../ContrastHighLargePrintInverse/Makefile.am | 18 ++ + .../index.theme.in.in | 17 ++ + desktop-themes/HighContrast/Makefile.am | 11 - + desktop-themes/HighContrast/index.theme.in | 10 - + desktop-themes/HighContrastInverse/Makefile.am | 11 - + desktop-themes/HighContrastInverse/index.theme.in | 10 - + desktop-themes/HighContrastLargePrint/Makefile.am | 18 -- + .../HighContrastLargePrint/index.theme.in.in | 18 -- + .../HighContrastLargePrintInverse/Makefile.am | 18 -- + .../index.theme.in.in | 17 -- + desktop-themes/Makefile.am | 16 +- + gtk-themes/ContrastHigh/Makefile.am | 5 + + gtk-themes/ContrastHigh/gtkrc.in | 92 ++++++++ + gtk-themes/ContrastHighInverse/Makefile.am | 5 + + gtk-themes/ContrastHighInverse/gtkrc.in | 96 ++++++++ + gtk-themes/ContrastHighLargePrint/Makefile.am | 7 + + gtk-themes/ContrastHighLargePrint/gtkrc.in | 111 ++++++++++ + .../ContrastHighLargePrint/pixmaps/Makefile.am | 5 + + .../pixmaps/double-click-maybe.png | Bin 0 -> 5944 bytes + .../pixmaps/double-click-off.png | Bin 0 -> 5418 bytes + .../pixmaps/double-click-on.png | Bin 0 -> 6169 bytes + .../pixmaps/marco-delete.png | Bin 0 -> 821 bytes + .../pixmaps/marco-maximize.png | Bin 0 -> 181 bytes + .../pixmaps/marco-minimize.png | Bin 0 -> 130 bytes + .../pixmaps/media-backward.png | Bin 0 -> 1720 bytes + .../ContrastHighLargePrint/pixmaps/media-eject.png | Bin 0 -> 1023 bytes + .../pixmaps/media-forward.png | Bin 0 -> 1689 bytes + .../ContrastHighLargePrint/pixmaps/media-next.png | Bin 0 -> 1431 bytes + .../ContrastHighLargePrint/pixmaps/media-pause.png | Bin 0 -> 858 bytes + .../ContrastHighLargePrint/pixmaps/media-play.png | Bin 0 -> 1246 bytes + .../ContrastHighLargePrint/pixmaps/media-prev.png | Bin 0 -> 1453 bytes + .../pixmaps/media-record.png | Bin 0 -> 730 bytes + .../ContrastHighLargePrint/pixmaps/media-stop.png | Bin 0 -> 625 bytes + .../pixmaps/printer-broken.png | Bin 0 -> 862 bytes + .../pixmaps/printer-default.png | Bin 0 -> 940 bytes + .../pixmaps/printer-inkjet.png | Bin 0 -> 1284 bytes + .../pixmaps/printer-personal-laser.png | Bin 0 -> 1284 bytes + .../pixmaps/printer-workgroup-laser.png | Bin 0 -> 1284 bytes + .../ContrastHighLargePrint/pixmaps/stock_about.png | Bin 0 -> 1026 bytes + .../pixmaps/stock_accessories.png | Bin 0 -> 1526 bytes + .../ContrastHighLargePrint/pixmaps/stock_add.png | Bin 0 -> 684 bytes + .../pixmaps/stock_amusements.png | Bin 0 -> 2243 bytes + .../ContrastHighLargePrint/pixmaps/stock_apply.png | Bin 0 -> 614 bytes + .../pixmaps/stock_attach.png | Bin 0 -> 1061 bytes + .../ContrastHighLargePrint/pixmaps/stock_bold.png | Bin 0 -> 944 bytes + .../ContrastHighLargePrint/pixmaps/stock_book.png | Bin 0 -> 983 bytes + .../pixmaps/stock_cancel.png | Bin 0 -> 821 bytes + .../pixmaps/stock_cde-menu.png | Bin 0 -> 1330 bytes + .../ContrastHighLargePrint/pixmaps/stock_cdrom.png | Bin 0 -> 1271 bytes + .../ContrastHighLargePrint/pixmaps/stock_clear.png | Bin 0 -> 1223 bytes + .../ContrastHighLargePrint/pixmaps/stock_close.png | Bin 0 -> 821 bytes + .../pixmaps/stock_commandline-browser.xpm | 35 +++ + .../pixmaps/stock_commandline-history.xpm | 55 +++++ + .../pixmaps/stock_connect.png | Bin 0 -> 977 bytes + .../pixmaps/stock_convert.png | Bin 0 -> 929 bytes + .../ContrastHighLargePrint/pixmaps/stock_copy.png | Bin 0 -> 977 bytes + .../ContrastHighLargePrint/pixmaps/stock_cut.png | Bin 0 -> 1420 bytes + .../pixmaps/stock_delete.png | Bin 0 -> 1075 bytes + .../pixmaps/stock_dialog_error.png | Bin 0 -> 1115 bytes + .../pixmaps/stock_dialog_info.png | Bin 0 -> 1316 bytes + .../pixmaps/stock_dialog_question.png | Bin 0 -> 1053 bytes + .../pixmaps/stock_dialog_warning.png | Bin 0 -> 1058 bytes + .../pixmaps/stock_disconnect.png | Bin 0 -> 920 bytes + .../ContrastHighLargePrint/pixmaps/stock_dnd.png | Bin 0 -> 394 bytes + .../pixmaps/stock_dnd_multiple.png | Bin 0 -> 620 bytes + .../pixmaps/stock_drawer.png | Bin 0 -> 1500 bytes + .../ContrastHighLargePrint/pixmaps/stock_edit.png | Bin 0 -> 1106 bytes + .../ContrastHighLargePrint/pixmaps/stock_empty.png | Bin 0 -> 1170 bytes + .../pixmaps/stock_execute.png | Bin 0 -> 1431 bytes + .../pixmaps/stock_export.png | Bin 0 -> 1120 bytes + .../pixmaps/stock_find-and-replace.png | Bin 0 -> 1222 bytes + .../ContrastHighLargePrint/pixmaps/stock_find.png | Bin 0 -> 1232 bytes + .../pixmaps/stock_floppy.png | Bin 0 -> 794 bytes + .../pixmaps/stock_go-back.png | Bin 0 -> 736 bytes + .../pixmaps/stock_go-down.png | Bin 0 -> 677 bytes + .../pixmaps/stock_go-forward.png | Bin 0 -> 765 bytes + .../ContrastHighLargePrint/pixmaps/stock_go-up.png | Bin 0 -> 701 bytes + .../pixmaps/stock_goto-bottom.png | Bin 0 -> 820 bytes + .../pixmaps/stock_goto-first.png | Bin 0 -> 884 bytes + .../pixmaps/stock_goto-last.png | Bin 0 -> 890 bytes + .../pixmaps/stock_goto-top.png | Bin 0 -> 823 bytes + .../pixmaps/stock_harddisk.png | Bin 0 -> 595 bytes + .../ContrastHighLargePrint/pixmaps/stock_help.png | Bin 0 -> 1673 bytes + .../ContrastHighLargePrint/pixmaps/stock_home.png | Bin 0 -> 1094 bytes + .../pixmaps/stock_import.png | Bin 0 -> 1354 bytes + .../ContrastHighLargePrint/pixmaps/stock_index.png | Bin 0 -> 1030 bytes + .../ContrastHighLargePrint/pixmaps/stock_info.png | Bin 0 -> 2971 bytes + .../pixmaps/stock_insert-image.png | Bin 0 -> 788 bytes + .../pixmaps/stock_insert-object.png | Bin 0 -> 901 bytes + .../pixmaps/stock_insert-table.png | Bin 0 -> 761 bytes + .../pixmaps/stock_internet.png | Bin 0 -> 2715 bytes + .../pixmaps/stock_italic.png | Bin 0 -> 967 bytes + .../pixmaps/stock_jump-to.png | Bin 0 -> 1128 bytes + .../pixmaps/stock_justify-center.png | Bin 0 -> 676 bytes + .../pixmaps/stock_justify-fill.png | Bin 0 -> 591 bytes + .../pixmaps/stock_justify-left.png | Bin 0 -> 642 bytes + .../pixmaps/stock_justify-right.png | Bin 0 -> 664 bytes + .../pixmaps/stock_launcher-program.png | Bin 0 -> 1778 bytes + .../pixmaps/stock_line-in.png | Bin 0 -> 1316 bytes + .../pixmaps/stock_lockscreen.png | Bin 0 -> 1083 bytes + .../pixmaps/stock_logout.png | Bin 0 -> 1510 bytes + .../pixmaps/stock_mate-logo.png | Bin 0 -> 2314 bytes + .../pixmaps/stock_mate-util.png | Bin 0 -> 1743 bytes + .../ContrastHighLargePrint/pixmaps/stock_mic.png | Bin 0 -> 1316 bytes + .../pixmaps/stock_missing-image.png | Bin 0 -> 940 bytes + .../pixmaps/stock_multimedia.png | Bin 0 -> 3076 bytes + .../ContrastHighLargePrint/pixmaps/stock_new.png | Bin 0 -> 739 bytes + .../ContrastHighLargePrint/pixmaps/stock_no.png | Bin 0 -> 821 bytes + .../ContrastHighLargePrint/pixmaps/stock_ok.png | Bin 0 -> 614 bytes + .../ContrastHighLargePrint/pixmaps/stock_open.png | Bin 0 -> 928 bytes + .../ContrastHighLargePrint/pixmaps/stock_paste.png | Bin 0 -> 942 bytes + .../pixmaps/stock_preferences.png | Bin 0 -> 1175 bytes + .../pixmaps/stock_print-preview.png | Bin 0 -> 1389 bytes + .../ContrastHighLargePrint/pixmaps/stock_print.png | Bin 0 -> 816 bytes + .../pixmaps/stock_properties.png | Bin 0 -> 1002 bytes + .../ContrastHighLargePrint/pixmaps/stock_quit.png | Bin 0 -> 979 bytes + .../ContrastHighLargePrint/pixmaps/stock_redo.png | Bin 0 -> 948 bytes + .../pixmaps/stock_refresh.png | Bin 0 -> 1346 bytes + .../pixmaps/stock_remove.png | Bin 0 -> 489 bytes + .../pixmaps/stock_revert-to-saved.png | Bin 0 -> 939 bytes + .../ContrastHighLargePrint/pixmaps/stock_run.png | Bin 0 -> 2246 bytes + .../pixmaps/stock_save-as.png | Bin 0 -> 1230 bytes + .../ContrastHighLargePrint/pixmaps/stock_save.png | Bin 0 -> 794 bytes + .../pixmaps/stock_screenshot.png | Bin 0 -> 1673 bytes + .../pixmaps/stock_searchtool.png | Bin 0 -> 2176 bytes + .../pixmaps/stock_select-color.png | Bin 0 -> 702 bytes + .../pixmaps/stock_select-font.png | Bin 0 -> 1229 bytes + .../pixmaps/stock_sort-ascending.png | Bin 0 -> 1136 bytes + .../pixmaps/stock_sort-descending.png | Bin 0 -> 1139 bytes + .../pixmaps/stock_spell-check.png | Bin 0 -> 1168 bytes + .../ContrastHighLargePrint/pixmaps/stock_stop.png | Bin 0 -> 887 bytes + .../pixmaps/stock_strikethrough.png | Bin 0 -> 890 bytes + .../pixmaps/stock_undelete.png | Bin 0 -> 1144 bytes + .../pixmaps/stock_underline.png | Bin 0 -> 1054 bytes + .../ContrastHighLargePrint/pixmaps/stock_undo.png | Bin 0 -> 963 bytes + .../pixmaps/stock_volume.png | Bin 0 -> 1043 bytes + .../ContrastHighLargePrint/pixmaps/stock_yes.png | Bin 0 -> 614 bytes + .../pixmaps/stock_zoom-100.png | Bin 0 -> 1419 bytes + .../pixmaps/stock_zoom-fit.png | Bin 0 -> 1370 bytes + .../pixmaps/stock_zoom-in.png | Bin 0 -> 1389 bytes + .../pixmaps/stock_zoom-out.png | Bin 0 -> 1313 bytes + .../ContrastHighLargePrint/pixmaps/volume-max.png | Bin 0 -> 2613 bytes + .../pixmaps/volume-medium.png | Bin 0 -> 2116 bytes + .../ContrastHighLargePrint/pixmaps/volume-min.png | Bin 0 -> 1767 bytes + .../ContrastHighLargePrint/pixmaps/volume-mute.png | Bin 0 -> 1391 bytes + .../ContrastHighLargePrint/pixmaps/volume-zero.png | Bin 0 -> 1324 bytes + .../ContrastHighLargePrintInverse/Makefile.am | 7 + + gtk-themes/ContrastHighLargePrintInverse/gtkrc.in | 111 ++++++++++ + .../pixmaps/Makefile.am | 5 + + .../pixmaps/double-click-maybe.png | Bin 0 -> 3359 bytes + .../pixmaps/double-click-off.png | Bin 0 -> 2727 bytes + .../pixmaps/double-click-on.png | Bin 0 -> 3560 bytes + .../pixmaps/marco-delete.png | Bin 0 -> 921 bytes + .../pixmaps/marco-maximize.png | Bin 0 -> 174 bytes + .../pixmaps/marco-minimize.png | Bin 0 -> 124 bytes + .../pixmaps/media-backward.png | Bin 0 -> 1464 bytes + .../pixmaps/media-eject.png | Bin 0 -> 801 bytes + .../pixmaps/media-forward.png | Bin 0 -> 1465 bytes + .../pixmaps/media-next.png | Bin 0 -> 1284 bytes + .../pixmaps/media-pause.png | Bin 0 -> 661 bytes + .../pixmaps/media-play.png | Bin 0 -> 1005 bytes + .../pixmaps/media-prev.png | Bin 0 -> 1304 bytes + .../pixmaps/media-record.png | Bin 0 -> 718 bytes + .../pixmaps/media-stop.png | Bin 0 -> 441 bytes + .../pixmaps/printer-broken.png | Bin 0 -> 987 bytes + .../pixmaps/printer-default.png | Bin 0 -> 833 bytes + .../pixmaps/printer-inkjet.png | Bin 0 -> 1256 bytes + .../pixmaps/printer-personal-laser.png | Bin 0 -> 1256 bytes + .../pixmaps/printer-workgroup-laser.png | Bin 0 -> 1256 bytes + .../pixmaps/stock_about.png | Bin 0 -> 1180 bytes + .../pixmaps/stock_accessories.png | Bin 0 -> 1598 bytes + .../pixmaps/stock_add.png | Bin 0 -> 761 bytes + .../pixmaps/stock_amusements.png | Bin 0 -> 2243 bytes + .../pixmaps/stock_apply.png | Bin 0 -> 708 bytes + .../pixmaps/stock_attach.png | Bin 0 -> 1150 bytes + .../pixmaps/stock_bold.png | Bin 0 -> 1024 bytes + .../pixmaps/stock_book.png | Bin 0 -> 1134 bytes + .../pixmaps/stock_cancel.png | Bin 0 -> 921 bytes + .../pixmaps/stock_cde-menu.png | Bin 0 -> 1359 bytes + .../pixmaps/stock_cdrom.png | Bin 0 -> 1414 bytes + .../pixmaps/stock_clear.png | Bin 0 -> 1352 bytes + .../pixmaps/stock_close.png | Bin 0 -> 921 bytes + .../pixmaps/stock_commandline-browser.xpm | 35 +++ + .../pixmaps/stock_commandline-history.xpm | 55 +++++ + .../pixmaps/stock_connect.png | Bin 0 -> 1083 bytes + .../pixmaps/stock_convert.png | Bin 0 -> 990 bytes + .../pixmaps/stock_copy.png | Bin 0 -> 1041 bytes + .../pixmaps/stock_cut.png | Bin 0 -> 1560 bytes + .../pixmaps/stock_delete.png | Bin 0 -> 1130 bytes + .../pixmaps/stock_dialog_error.png | Bin 0 -> 1243 bytes + .../pixmaps/stock_dialog_info.png | Bin 0 -> 1446 bytes + .../pixmaps/stock_dialog_question.png | Bin 0 -> 1212 bytes + .../pixmaps/stock_dialog_warning.png | Bin 0 -> 1156 bytes + .../pixmaps/stock_disconnect.png | Bin 0 -> 1060 bytes + .../pixmaps/stock_dnd.png | Bin 0 -> 379 bytes + .../pixmaps/stock_dnd_multiple.png | Bin 0 -> 502 bytes + .../pixmaps/stock_drawer.png | Bin 0 -> 1527 bytes + .../pixmaps/stock_edit.png | Bin 0 -> 1156 bytes + .../pixmaps/stock_empty.png | Bin 0 -> 1300 bytes + .../pixmaps/stock_execute.png | Bin 0 -> 1577 bytes + .../pixmaps/stock_export.png | Bin 0 -> 1215 bytes + .../pixmaps/stock_find-and-replace.png | Bin 0 -> 1335 bytes + .../pixmaps/stock_find.png | Bin 0 -> 1338 bytes + .../pixmaps/stock_floppy.png | Bin 0 -> 836 bytes + .../pixmaps/stock_go-back.png | Bin 0 -> 863 bytes + .../pixmaps/stock_go-down.png | Bin 0 -> 796 bytes + .../pixmaps/stock_go-forward.png | Bin 0 -> 861 bytes + .../pixmaps/stock_go-up.png | Bin 0 -> 756 bytes + .../pixmaps/stock_goto-bottom.png | Bin 0 -> 911 bytes + .../pixmaps/stock_goto-first.png | Bin 0 -> 965 bytes + .../pixmaps/stock_goto-last.png | Bin 0 -> 977 bytes + .../pixmaps/stock_goto-top.png | Bin 0 -> 874 bytes + .../pixmaps/stock_harddisk.png | Bin 0 -> 667 bytes + .../pixmaps/stock_help.png | Bin 0 -> 1793 bytes + .../pixmaps/stock_home.png | Bin 0 -> 1152 bytes + .../pixmaps/stock_import.png | Bin 0 -> 1464 bytes + .../pixmaps/stock_index.png | Bin 0 -> 1125 bytes + .../pixmaps/stock_info.png | Bin 0 -> 2920 bytes + .../pixmaps/stock_insert-image.png | Bin 0 -> 824 bytes + .../pixmaps/stock_insert-object.png | Bin 0 -> 1005 bytes + .../pixmaps/stock_insert-table.png | Bin 0 -> 731 bytes + .../pixmaps/stock_internet.png | Bin 0 -> 2749 bytes + .../pixmaps/stock_italic.png | Bin 0 -> 1123 bytes + .../pixmaps/stock_jump-to.png | Bin 0 -> 1261 bytes + .../pixmaps/stock_justify-center.png | Bin 0 -> 684 bytes + .../pixmaps/stock_justify-fill.png | Bin 0 -> 624 bytes + .../pixmaps/stock_justify-left.png | Bin 0 -> 672 bytes + .../pixmaps/stock_justify-right.png | Bin 0 -> 694 bytes + .../pixmaps/stock_launcher-program.png | Bin 0 -> 1882 bytes + .../pixmaps/stock_line-in.png | Bin 0 -> 1429 bytes + .../pixmaps/stock_lockscreen.png | Bin 0 -> 1113 bytes + .../pixmaps/stock_logout.png | Bin 0 -> 1536 bytes + .../pixmaps/stock_mate-logo.png | Bin 0 -> 2369 bytes + .../pixmaps/stock_mate-util.png | Bin 0 -> 1858 bytes + .../pixmaps/stock_mic.png | Bin 0 -> 1455 bytes + .../pixmaps/stock_missing-image.png | Bin 0 -> 1034 bytes + .../pixmaps/stock_multimedia.png | Bin 0 -> 3129 bytes + .../pixmaps/stock_new.png | Bin 0 -> 805 bytes + .../pixmaps/stock_no.png | Bin 0 -> 921 bytes + .../pixmaps/stock_ok.png | Bin 0 -> 708 bytes + .../pixmaps/stock_open.png | Bin 0 -> 1015 bytes + .../pixmaps/stock_paste.png | Bin 0 -> 990 bytes + .../pixmaps/stock_preferences.png | Bin 0 -> 1312 bytes + .../pixmaps/stock_print-preview.png | Bin 0 -> 1462 bytes + .../pixmaps/stock_print.png | Bin 0 -> 862 bytes + .../pixmaps/stock_properties.png | Bin 0 -> 1145 bytes + .../pixmaps/stock_quit.png | Bin 0 -> 1013 bytes + .../pixmaps/stock_redo.png | Bin 0 -> 1074 bytes + .../pixmaps/stock_refresh.png | Bin 0 -> 1464 bytes + .../pixmaps/stock_remove.png | Bin 0 -> 545 bytes + .../pixmaps/stock_revert-to-saved.png | Bin 0 -> 1016 bytes + .../pixmaps/stock_run.png | Bin 0 -> 2313 bytes + .../pixmaps/stock_save-as.png | Bin 0 -> 1293 bytes + .../pixmaps/stock_save.png | Bin 0 -> 836 bytes + .../pixmaps/stock_screenshot.png | Bin 0 -> 1719 bytes + .../pixmaps/stock_searchtool.png | Bin 0 -> 2195 bytes + .../pixmaps/stock_select-color.png | Bin 0 -> 720 bytes + .../pixmaps/stock_select-font.png | Bin 0 -> 1368 bytes + .../pixmaps/stock_sort-ascending.png | Bin 0 -> 1253 bytes + .../pixmaps/stock_sort-descending.png | Bin 0 -> 1239 bytes + .../pixmaps/stock_spell-check.png | Bin 0 -> 1245 bytes + .../pixmaps/stock_stop.png | Bin 0 -> 974 bytes + .../pixmaps/stock_strikethrough.png | Bin 0 -> 993 bytes + .../pixmaps/stock_undelete.png | Bin 0 -> 1240 bytes + .../pixmaps/stock_underline.png | Bin 0 -> 1153 bytes + .../pixmaps/stock_undo.png | Bin 0 -> 1103 bytes + .../pixmaps/stock_volume.png | Bin 0 -> 1155 bytes + .../pixmaps/stock_yes.png | Bin 0 -> 708 bytes + .../pixmaps/stock_zoom-100.png | Bin 0 -> 1525 bytes + .../pixmaps/stock_zoom-fit.png | Bin 0 -> 1480 bytes + .../pixmaps/stock_zoom-in.png | Bin 0 -> 1493 bytes + .../pixmaps/stock_zoom-out.png | Bin 0 -> 1409 bytes + .../pixmaps/volume-max.png | Bin 0 -> 2527 bytes + .../pixmaps/volume-medium.png | Bin 0 -> 1994 bytes + .../pixmaps/volume-min.png | Bin 0 -> 1601 bytes + .../pixmaps/volume-mute.png | Bin 0 -> 1129 bytes + .../pixmaps/volume-zero.png | Bin 0 -> 1134 bytes + gtk-themes/HighContrast/Makefile.am | 5 - + gtk-themes/HighContrast/gtkrc.in | 92 -------- + gtk-themes/HighContrastInverse/Makefile.am | 5 - + gtk-themes/HighContrastInverse/gtkrc.in | 96 -------- + gtk-themes/HighContrastLargePrint/Makefile.am | 7 - + gtk-themes/HighContrastLargePrint/gtkrc.in | 111 ---------- + .../HighContrastLargePrint/pixmaps/Makefile.am | 5 - + .../pixmaps/double-click-maybe.png | Bin 5944 -> 0 bytes + .../pixmaps/double-click-off.png | Bin 5418 -> 0 bytes + .../pixmaps/double-click-on.png | Bin 6169 -> 0 bytes + .../pixmaps/marco-delete.png | Bin 821 -> 0 bytes + .../pixmaps/marco-maximize.png | Bin 181 -> 0 bytes + .../pixmaps/marco-minimize.png | Bin 130 -> 0 bytes + .../pixmaps/media-backward.png | Bin 1720 -> 0 bytes + .../HighContrastLargePrint/pixmaps/media-eject.png | Bin 1023 -> 0 bytes + .../pixmaps/media-forward.png | Bin 1689 -> 0 bytes + .../HighContrastLargePrint/pixmaps/media-next.png | Bin 1431 -> 0 bytes + .../HighContrastLargePrint/pixmaps/media-pause.png | Bin 858 -> 0 bytes + .../HighContrastLargePrint/pixmaps/media-play.png | Bin 1246 -> 0 bytes + .../HighContrastLargePrint/pixmaps/media-prev.png | Bin 1453 -> 0 bytes + .../pixmaps/media-record.png | Bin 730 -> 0 bytes + .../HighContrastLargePrint/pixmaps/media-stop.png | Bin 625 -> 0 bytes + .../pixmaps/printer-broken.png | Bin 862 -> 0 bytes + .../pixmaps/printer-default.png | Bin 940 -> 0 bytes + .../pixmaps/printer-inkjet.png | Bin 1284 -> 0 bytes + .../pixmaps/printer-personal-laser.png | Bin 1284 -> 0 bytes + .../pixmaps/printer-workgroup-laser.png | Bin 1284 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_about.png | Bin 1026 -> 0 bytes + .../pixmaps/stock_accessories.png | Bin 1526 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_add.png | Bin 684 -> 0 bytes + .../pixmaps/stock_amusements.png | Bin 2243 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_apply.png | Bin 614 -> 0 bytes + .../pixmaps/stock_attach.png | Bin 1061 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_bold.png | Bin 944 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_book.png | Bin 983 -> 0 bytes + .../pixmaps/stock_cancel.png | Bin 821 -> 0 bytes + .../pixmaps/stock_cde-menu.png | Bin 1330 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_cdrom.png | Bin 1271 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_clear.png | Bin 1223 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_close.png | Bin 821 -> 0 bytes + .../pixmaps/stock_commandline-browser.xpm | 35 --- + .../pixmaps/stock_commandline-history.xpm | 55 ----- + .../pixmaps/stock_connect.png | Bin 977 -> 0 bytes + .../pixmaps/stock_convert.png | Bin 929 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_copy.png | Bin 977 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_cut.png | Bin 1420 -> 0 bytes + .../pixmaps/stock_delete.png | Bin 1075 -> 0 bytes + .../pixmaps/stock_dialog_error.png | Bin 1115 -> 0 bytes + .../pixmaps/stock_dialog_info.png | Bin 1316 -> 0 bytes + .../pixmaps/stock_dialog_question.png | Bin 1053 -> 0 bytes + .../pixmaps/stock_dialog_warning.png | Bin 1058 -> 0 bytes + .../pixmaps/stock_disconnect.png | Bin 920 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_dnd.png | Bin 394 -> 0 bytes + .../pixmaps/stock_dnd_multiple.png | Bin 620 -> 0 bytes + .../pixmaps/stock_drawer.png | Bin 1500 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_edit.png | Bin 1106 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_empty.png | Bin 1170 -> 0 bytes + .../pixmaps/stock_execute.png | Bin 1431 -> 0 bytes + .../pixmaps/stock_export.png | Bin 1120 -> 0 bytes + .../pixmaps/stock_find-and-replace.png | Bin 1222 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_find.png | Bin 1232 -> 0 bytes + .../pixmaps/stock_floppy.png | Bin 794 -> 0 bytes + .../pixmaps/stock_go-back.png | Bin 736 -> 0 bytes + .../pixmaps/stock_go-down.png | Bin 677 -> 0 bytes + .../pixmaps/stock_go-forward.png | Bin 765 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_go-up.png | Bin 701 -> 0 bytes + .../pixmaps/stock_goto-bottom.png | Bin 820 -> 0 bytes + .../pixmaps/stock_goto-first.png | Bin 884 -> 0 bytes + .../pixmaps/stock_goto-last.png | Bin 890 -> 0 bytes + .../pixmaps/stock_goto-top.png | Bin 823 -> 0 bytes + .../pixmaps/stock_harddisk.png | Bin 595 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_help.png | Bin 1673 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_home.png | Bin 1094 -> 0 bytes + .../pixmaps/stock_import.png | Bin 1354 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_index.png | Bin 1030 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_info.png | Bin 2971 -> 0 bytes + .../pixmaps/stock_insert-image.png | Bin 788 -> 0 bytes + .../pixmaps/stock_insert-object.png | Bin 901 -> 0 bytes + .../pixmaps/stock_insert-table.png | Bin 761 -> 0 bytes + .../pixmaps/stock_internet.png | Bin 2715 -> 0 bytes + .../pixmaps/stock_italic.png | Bin 967 -> 0 bytes + .../pixmaps/stock_jump-to.png | Bin 1128 -> 0 bytes + .../pixmaps/stock_justify-center.png | Bin 676 -> 0 bytes + .../pixmaps/stock_justify-fill.png | Bin 591 -> 0 bytes + .../pixmaps/stock_justify-left.png | Bin 642 -> 0 bytes + .../pixmaps/stock_justify-right.png | Bin 664 -> 0 bytes + .../pixmaps/stock_launcher-program.png | Bin 1778 -> 0 bytes + .../pixmaps/stock_line-in.png | Bin 1316 -> 0 bytes + .../pixmaps/stock_lockscreen.png | Bin 1083 -> 0 bytes + .../pixmaps/stock_logout.png | Bin 1510 -> 0 bytes + .../pixmaps/stock_mate-logo.png | Bin 2314 -> 0 bytes + .../pixmaps/stock_mate-util.png | Bin 1743 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_mic.png | Bin 1316 -> 0 bytes + .../pixmaps/stock_missing-image.png | Bin 940 -> 0 bytes + .../pixmaps/stock_multimedia.png | Bin 3076 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_new.png | Bin 739 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_no.png | Bin 821 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_ok.png | Bin 614 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_open.png | Bin 928 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_paste.png | Bin 942 -> 0 bytes + .../pixmaps/stock_preferences.png | Bin 1175 -> 0 bytes + .../pixmaps/stock_print-preview.png | Bin 1389 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_print.png | Bin 816 -> 0 bytes + .../pixmaps/stock_properties.png | Bin 1002 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_quit.png | Bin 979 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_redo.png | Bin 948 -> 0 bytes + .../pixmaps/stock_refresh.png | Bin 1346 -> 0 bytes + .../pixmaps/stock_remove.png | Bin 489 -> 0 bytes + .../pixmaps/stock_revert-to-saved.png | Bin 939 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_run.png | Bin 2246 -> 0 bytes + .../pixmaps/stock_save-as.png | Bin 1230 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_save.png | Bin 794 -> 0 bytes + .../pixmaps/stock_screenshot.png | Bin 1673 -> 0 bytes + .../pixmaps/stock_searchtool.png | Bin 2176 -> 0 bytes + .../pixmaps/stock_select-color.png | Bin 702 -> 0 bytes + .../pixmaps/stock_select-font.png | Bin 1229 -> 0 bytes + .../pixmaps/stock_sort-ascending.png | Bin 1136 -> 0 bytes + .../pixmaps/stock_sort-descending.png | Bin 1139 -> 0 bytes + .../pixmaps/stock_spell-check.png | Bin 1168 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_stop.png | Bin 887 -> 0 bytes + .../pixmaps/stock_strikethrough.png | Bin 890 -> 0 bytes + .../pixmaps/stock_undelete.png | Bin 1144 -> 0 bytes + .../pixmaps/stock_underline.png | Bin 1054 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_undo.png | Bin 963 -> 0 bytes + .../pixmaps/stock_volume.png | Bin 1043 -> 0 bytes + .../HighContrastLargePrint/pixmaps/stock_yes.png | Bin 614 -> 0 bytes + .../pixmaps/stock_zoom-100.png | Bin 1419 -> 0 bytes + .../pixmaps/stock_zoom-fit.png | Bin 1370 -> 0 bytes + .../pixmaps/stock_zoom-in.png | Bin 1389 -> 0 bytes + .../pixmaps/stock_zoom-out.png | Bin 1313 -> 0 bytes + .../HighContrastLargePrint/pixmaps/volume-max.png | Bin 2613 -> 0 bytes + .../pixmaps/volume-medium.png | Bin 2116 -> 0 bytes + .../HighContrastLargePrint/pixmaps/volume-min.png | Bin 1767 -> 0 bytes + .../HighContrastLargePrint/pixmaps/volume-mute.png | Bin 1391 -> 0 bytes + .../HighContrastLargePrint/pixmaps/volume-zero.png | Bin 1324 -> 0 bytes + .../HighContrastLargePrintInverse/Makefile.am | 7 - + gtk-themes/HighContrastLargePrintInverse/gtkrc.in | 111 ---------- + .../pixmaps/Makefile.am | 5 - + .../pixmaps/double-click-maybe.png | Bin 3359 -> 0 bytes + .../pixmaps/double-click-off.png | Bin 2727 -> 0 bytes + .../pixmaps/double-click-on.png | Bin 3560 -> 0 bytes + .../pixmaps/marco-delete.png | Bin 921 -> 0 bytes + .../pixmaps/marco-maximize.png | Bin 174 -> 0 bytes + .../pixmaps/marco-minimize.png | Bin 124 -> 0 bytes + .../pixmaps/media-backward.png | Bin 1464 -> 0 bytes + .../pixmaps/media-eject.png | Bin 801 -> 0 bytes + .../pixmaps/media-forward.png | Bin 1465 -> 0 bytes + .../pixmaps/media-next.png | Bin 1284 -> 0 bytes + .../pixmaps/media-pause.png | Bin 661 -> 0 bytes + .../pixmaps/media-play.png | Bin 1005 -> 0 bytes + .../pixmaps/media-prev.png | Bin 1304 -> 0 bytes + .../pixmaps/media-record.png | Bin 718 -> 0 bytes + .../pixmaps/media-stop.png | Bin 441 -> 0 bytes + .../pixmaps/printer-broken.png | Bin 987 -> 0 bytes + .../pixmaps/printer-default.png | Bin 833 -> 0 bytes + .../pixmaps/printer-inkjet.png | Bin 1256 -> 0 bytes + .../pixmaps/printer-personal-laser.png | Bin 1256 -> 0 bytes + .../pixmaps/printer-workgroup-laser.png | Bin 1256 -> 0 bytes + .../pixmaps/stock_about.png | Bin 1180 -> 0 bytes + .../pixmaps/stock_accessories.png | Bin 1598 -> 0 bytes + .../pixmaps/stock_add.png | Bin 761 -> 0 bytes + .../pixmaps/stock_amusements.png | Bin 2243 -> 0 bytes + .../pixmaps/stock_apply.png | Bin 708 -> 0 bytes + .../pixmaps/stock_attach.png | Bin 1150 -> 0 bytes + .../pixmaps/stock_bold.png | Bin 1024 -> 0 bytes + .../pixmaps/stock_book.png | Bin 1134 -> 0 bytes + .../pixmaps/stock_cancel.png | Bin 921 -> 0 bytes + .../pixmaps/stock_cde-menu.png | Bin 1359 -> 0 bytes + .../pixmaps/stock_cdrom.png | Bin 1414 -> 0 bytes + .../pixmaps/stock_clear.png | Bin 1352 -> 0 bytes + .../pixmaps/stock_close.png | Bin 921 -> 0 bytes + .../pixmaps/stock_commandline-browser.xpm | 35 --- + .../pixmaps/stock_commandline-history.xpm | 55 ----- + .../pixmaps/stock_connect.png | Bin 1083 -> 0 bytes + .../pixmaps/stock_convert.png | Bin 990 -> 0 bytes + .../pixmaps/stock_copy.png | Bin 1041 -> 0 bytes + .../pixmaps/stock_cut.png | Bin 1560 -> 0 bytes + .../pixmaps/stock_delete.png | Bin 1130 -> 0 bytes + .../pixmaps/stock_dialog_error.png | Bin 1243 -> 0 bytes + .../pixmaps/stock_dialog_info.png | Bin 1446 -> 0 bytes + .../pixmaps/stock_dialog_question.png | Bin 1212 -> 0 bytes + .../pixmaps/stock_dialog_warning.png | Bin 1156 -> 0 bytes + .../pixmaps/stock_disconnect.png | Bin 1060 -> 0 bytes + .../pixmaps/stock_dnd.png | Bin 379 -> 0 bytes + .../pixmaps/stock_dnd_multiple.png | Bin 502 -> 0 bytes + .../pixmaps/stock_drawer.png | Bin 1527 -> 0 bytes + .../pixmaps/stock_edit.png | Bin 1156 -> 0 bytes + .../pixmaps/stock_empty.png | Bin 1300 -> 0 bytes + .../pixmaps/stock_execute.png | Bin 1577 -> 0 bytes + .../pixmaps/stock_export.png | Bin 1215 -> 0 bytes + .../pixmaps/stock_find-and-replace.png | Bin 1335 -> 0 bytes + .../pixmaps/stock_find.png | Bin 1338 -> 0 bytes + .../pixmaps/stock_floppy.png | Bin 836 -> 0 bytes + .../pixmaps/stock_go-back.png | Bin 863 -> 0 bytes + .../pixmaps/stock_go-down.png | Bin 796 -> 0 bytes + .../pixmaps/stock_go-forward.png | Bin 861 -> 0 bytes + .../pixmaps/stock_go-up.png | Bin 756 -> 0 bytes + .../pixmaps/stock_goto-bottom.png | Bin 911 -> 0 bytes + .../pixmaps/stock_goto-first.png | Bin 965 -> 0 bytes + .../pixmaps/stock_goto-last.png | Bin 977 -> 0 bytes + .../pixmaps/stock_goto-top.png | Bin 874 -> 0 bytes + .../pixmaps/stock_harddisk.png | Bin 667 -> 0 bytes + .../pixmaps/stock_help.png | Bin 1793 -> 0 bytes + .../pixmaps/stock_home.png | Bin 1152 -> 0 bytes + .../pixmaps/stock_import.png | Bin 1464 -> 0 bytes + .../pixmaps/stock_index.png | Bin 1125 -> 0 bytes + .../pixmaps/stock_info.png | Bin 2920 -> 0 bytes + .../pixmaps/stock_insert-image.png | Bin 824 -> 0 bytes + .../pixmaps/stock_insert-object.png | Bin 1005 -> 0 bytes + .../pixmaps/stock_insert-table.png | Bin 731 -> 0 bytes + .../pixmaps/stock_internet.png | Bin 2749 -> 0 bytes + .../pixmaps/stock_italic.png | Bin 1123 -> 0 bytes + .../pixmaps/stock_jump-to.png | Bin 1261 -> 0 bytes + .../pixmaps/stock_justify-center.png | Bin 684 -> 0 bytes + .../pixmaps/stock_justify-fill.png | Bin 624 -> 0 bytes + .../pixmaps/stock_justify-left.png | Bin 672 -> 0 bytes + .../pixmaps/stock_justify-right.png | Bin 694 -> 0 bytes + .../pixmaps/stock_launcher-program.png | Bin 1882 -> 0 bytes + .../pixmaps/stock_line-in.png | Bin 1429 -> 0 bytes + .../pixmaps/stock_lockscreen.png | Bin 1113 -> 0 bytes + .../pixmaps/stock_logout.png | Bin 1536 -> 0 bytes + .../pixmaps/stock_mate-logo.png | Bin 2369 -> 0 bytes + .../pixmaps/stock_mate-util.png | Bin 1858 -> 0 bytes + .../pixmaps/stock_mic.png | Bin 1455 -> 0 bytes + .../pixmaps/stock_missing-image.png | Bin 1034 -> 0 bytes + .../pixmaps/stock_multimedia.png | Bin 3129 -> 0 bytes + .../pixmaps/stock_new.png | Bin 805 -> 0 bytes + .../pixmaps/stock_no.png | Bin 921 -> 0 bytes + .../pixmaps/stock_ok.png | Bin 708 -> 0 bytes + .../pixmaps/stock_open.png | Bin 1015 -> 0 bytes + .../pixmaps/stock_paste.png | Bin 990 -> 0 bytes + .../pixmaps/stock_preferences.png | Bin 1312 -> 0 bytes + .../pixmaps/stock_print-preview.png | Bin 1462 -> 0 bytes + .../pixmaps/stock_print.png | Bin 862 -> 0 bytes + .../pixmaps/stock_properties.png | Bin 1145 -> 0 bytes + .../pixmaps/stock_quit.png | Bin 1013 -> 0 bytes + .../pixmaps/stock_redo.png | Bin 1074 -> 0 bytes + .../pixmaps/stock_refresh.png | Bin 1464 -> 0 bytes + .../pixmaps/stock_remove.png | Bin 545 -> 0 bytes + .../pixmaps/stock_revert-to-saved.png | Bin 1016 -> 0 bytes + .../pixmaps/stock_run.png | Bin 2313 -> 0 bytes + .../pixmaps/stock_save-as.png | Bin 1293 -> 0 bytes + .../pixmaps/stock_save.png | Bin 836 -> 0 bytes + .../pixmaps/stock_screenshot.png | Bin 1719 -> 0 bytes + .../pixmaps/stock_searchtool.png | Bin 2195 -> 0 bytes + .../pixmaps/stock_select-color.png | Bin 720 -> 0 bytes + .../pixmaps/stock_select-font.png | Bin 1368 -> 0 bytes + .../pixmaps/stock_sort-ascending.png | Bin 1253 -> 0 bytes + .../pixmaps/stock_sort-descending.png | Bin 1239 -> 0 bytes + .../pixmaps/stock_spell-check.png | Bin 1245 -> 0 bytes + .../pixmaps/stock_stop.png | Bin 974 -> 0 bytes + .../pixmaps/stock_strikethrough.png | Bin 993 -> 0 bytes + .../pixmaps/stock_undelete.png | Bin 1240 -> 0 bytes + .../pixmaps/stock_underline.png | Bin 1153 -> 0 bytes + .../pixmaps/stock_undo.png | Bin 1103 -> 0 bytes + .../pixmaps/stock_volume.png | Bin 1155 -> 0 bytes + .../pixmaps/stock_yes.png | Bin 708 -> 0 bytes + .../pixmaps/stock_zoom-100.png | Bin 1525 -> 0 bytes + .../pixmaps/stock_zoom-fit.png | Bin 1480 -> 0 bytes + .../pixmaps/stock_zoom-in.png | Bin 1493 -> 0 bytes + .../pixmaps/stock_zoom-out.png | Bin 1409 -> 0 bytes + .../pixmaps/volume-max.png | Bin 2527 -> 0 bytes + .../pixmaps/volume-medium.png | Bin 1994 -> 0 bytes + .../pixmaps/volume-min.png | Bin 1601 -> 0 bytes + .../pixmaps/volume-mute.png | Bin 1129 -> 0 bytes + .../pixmaps/volume-zero.png | Bin 1134 -> 0 bytes + gtk-themes/Makefile.am | 20 +- + icon-themes/ContrastHigh-SVG/48x48/Makefile.am | 12 + + .../ContrastHigh-SVG/48x48/animations/Makefile.am | 30 +++ + .../48x48/animations/process-idle.png | Bin 0 -> 1101 bytes + .../48x48/animations/process-working.png | Bin 0 -> 6195 bytes + icon-themes/ContrastHigh-SVG/Makefile.am | 12 + + icon-themes/ContrastHigh-SVG/index.theme.in | 155 +++++++++++++ + icon-themes/ContrastHigh-SVG/scalable/Makefile.am | 22 ++ + .../scalable/actions-extra/Makefile.am | 12 + + .../scalable/actions-extra/bookmark-view.svg | 112 ++++++++++ + .../scalable/actions-extra/history-view.svg | 101 +++++++++ + .../ContrastHigh-SVG/scalable/actions/Makefile.am | 140 ++++++++++++ + .../scalable/actions/address-book-new.svg | 63 ++++++ + .../scalable/actions/application-exit.svg | 102 +++++++++ + .../scalable/actions/appointment-new.svg | 63 ++++++ + .../scalable/actions/call-start.svg | 118 ++++++++++ + .../scalable/actions/call-stop.svg | 133 +++++++++++ + .../scalable/actions/contact-new.svg | 95 ++++++++ + .../scalable/actions/dialog-cancel.svg | 110 +++++++++ + .../scalable/actions/dialog-close.svg | 84 +++++++ + .../scalable/actions/dialog-ok.svg | 66 ++++++ + .../scalable/actions/document-new.svg | 91 ++++++++ + .../scalable/actions/document-open-recent.svg | 101 +++++++++ + .../scalable/actions/document-open.svg | 67 ++++++ + .../scalable/actions/document-page-setup.svg | 79 +++++++ + .../scalable/actions/document-print-preview.svg | 123 ++++++++++ + .../scalable/actions/document-print.svg | 117 ++++++++++ + .../scalable/actions/document-properties.svg | 84 +++++++ + .../scalable/actions/document-revert.svg | 82 +++++++ + .../scalable/actions/document-save-as.svg | 115 ++++++++++ + .../scalable/actions/document-save.svg | 83 +++++++ + .../scalable/actions/document-send.svg | 63 ++++++ + .../scalable/actions/edit-clear.svg | 107 +++++++++ + .../scalable/actions/edit-copy.svg | 159 +++++++++++++ + .../ContrastHigh-SVG/scalable/actions/edit-cut.svg | 114 ++++++++++ + .../scalable/actions/edit-delete.svg | 93 ++++++++ + .../scalable/actions/edit-find-replace.svg | 128 +++++++++++ + .../scalable/actions/edit-find.svg | 96 ++++++++ + .../scalable/actions/edit-paste.svg | 126 +++++++++++ + .../scalable/actions/edit-redo.svg | 76 +++++++ + .../scalable/actions/edit-select-all.svg | 63 ++++++ + .../scalable/actions/edit-undo.svg | 71 ++++++ + .../scalable/actions/folder-new.svg | 104 +++++++++ + .../scalable/actions/format-indent-less.svg | 138 ++++++++++++ + .../scalable/actions/format-indent-more.svg | 137 ++++++++++++ + .../scalable/actions/format-justify-center.svg | 88 ++++++++ + .../scalable/actions/format-justify-fill.svg | 88 ++++++++ + .../scalable/actions/format-justify-left.svg | 88 ++++++++ + .../scalable/actions/format-justify-right.svg | 88 ++++++++ + .../scalable/actions/format-text-bold.svg | 114 ++++++++++ + .../scalable/actions/format-text-direction-ltr.svg | 63 ++++++ + .../scalable/actions/format-text-direction-rtl.svg | 63 ++++++ + .../scalable/actions/format-text-italic.svg | 90 ++++++++ + .../scalable/actions/format-text-strikethrough.svg | 121 ++++++++++ + .../scalable/actions/format-text-underline.svg | 152 +++++++++++++ + .../scalable/actions/go-bottom.svg | 78 +++++++ + .../ContrastHigh-SVG/scalable/actions/go-down.svg | 64 ++++++ + .../ContrastHigh-SVG/scalable/actions/go-first.svg | 78 +++++++ + .../ContrastHigh-SVG/scalable/actions/go-home.svg | 85 +++++++ + .../ContrastHigh-SVG/scalable/actions/go-jump.svg | 71 ++++++ + .../ContrastHigh-SVG/scalable/actions/go-last.svg | 78 +++++++ + .../ContrastHigh-SVG/scalable/actions/go-next.svg | 64 ++++++ + .../scalable/actions/go-previous.svg | 64 ++++++ + .../ContrastHigh-SVG/scalable/actions/go-top.svg | 78 +++++++ + .../ContrastHigh-SVG/scalable/actions/go-up.svg | 63 ++++++ + .../scalable/actions/help-about.svg | 125 +++++++++++ + .../scalable/actions/help-contents.svg | 100 +++++++++ + .../ContrastHigh-SVG/scalable/actions/help-faq.svg | 133 +++++++++++ + .../scalable/actions/insert-image.svg | 188 ++++++++++++++++ + .../scalable/actions/insert-link.svg | 63 ++++++ + .../scalable/actions/insert-object.svg | 72 ++++++ + .../scalable/actions/insert-text.svg | 178 +++++++++++++++ + .../ContrastHigh-SVG/scalable/actions/list-add.svg | 71 ++++++ + .../scalable/actions/list-remove.svg | 68 ++++++ + .../scalable/actions/mail-forward.svg | 126 +++++++++++ + .../scalable/actions/mail-mark-important.svg | 119 ++++++++++ + .../scalable/actions/mail-mark-junk.svg | 63 ++++++ + .../scalable/actions/mail-mark-notjunk.svg | 63 ++++++ + .../scalable/actions/mail-mark-read.svg | 105 +++++++++ + .../scalable/actions/mail-mark-unread.svg | 114 ++++++++++ + .../scalable/actions/mail-message-new.svg | 127 +++++++++++ + .../scalable/actions/mail-reply-all.svg | 166 ++++++++++++++ + .../scalable/actions/mail-reply-sender.svg | 123 ++++++++++ + .../scalable/actions/mail-send-receive.svg | 119 ++++++++++ + .../scalable/actions/mail-send.svg | 63 ++++++ + .../scalable/actions/media-eject.svg | 129 +++++++++++ + .../scalable/actions/media-playback-pause.svg | 140 ++++++++++++ + .../scalable/actions/media-playback-start.svg | 69 ++++++ + .../scalable/actions/media-playback-stop.svg | 122 ++++++++++ + .../scalable/actions/media-record.svg | 132 +++++++++++ + .../scalable/actions/media-seek-backward.svg | 96 ++++++++ + .../scalable/actions/media-seek-forward.svg | 95 ++++++++ + .../scalable/actions/media-skip-backward.svg | 136 ++++++++++++ + .../scalable/actions/media-skip-forward.svg | 137 ++++++++++++ + .../scalable/actions/object-flip-horizontal.svg | 119 ++++++++++ + .../scalable/actions/object-flip-vertical.svg | 119 ++++++++++ + .../scalable/actions/object-rotate-left.svg | 119 ++++++++++ + .../scalable/actions/object-rotate-right.svg | 119 ++++++++++ + .../scalable/actions/process-stop.svg | 68 ++++++ + .../scalable/actions/system-lock-screen.svg | 76 +++++++ + .../scalable/actions/system-log-out.svg | 105 +++++++++ + .../scalable/actions/system-reboot.svg | 63 ++++++ + .../scalable/actions/system-run.svg | 72 ++++++ + .../scalable/actions/system-search.svg | 157 +++++++++++++ + .../scalable/actions/system-shutdown.svg | 74 +++++++ + .../scalable/actions/tool-check-spelling.svg | 31 +++ + .../scalable/actions/tools-check-spelling.svg | 91 ++++++++ + .../scalable/actions/view-fullscreen.svg | 85 +++++++ + .../scalable/actions/view-refresh.svg | 98 ++++++++ + .../scalable/actions/view-restore.svg | 78 +++++++ + .../scalable/actions/view-sort-ascending.svg | 117 ++++++++++ + .../scalable/actions/view-sort-descending.svg | 111 ++++++++++ + .../scalable/actions/window-close.svg | 84 +++++++ + .../scalable/actions/window-new.svg | 96 ++++++++ + .../scalable/actions/zoom-fit-best.svg | 217 ++++++++++++++++++ + .../ContrastHigh-SVG/scalable/actions/zoom-in.svg | 220 ++++++++++++++++++ + .../scalable/actions/zoom-original.svg | 165 ++++++++++++++ + .../ContrastHigh-SVG/scalable/actions/zoom-out.svg | 215 ++++++++++++++++++ + .../scalable/apps-extra/Makefile.am | 28 +++ + .../scalable/apps-extra/brasero.svg | 174 +++++++++++++++ + .../scalable/apps-extra/bug-buddy.svg | 189 ++++++++++++++++ + .../scalable/apps-extra/firefox-icon.svg | 141 ++++++++++++ + .../scalable/apps-extra/glchess.svg | 130 +++++++++++ + .../scalable/apps-extra/internet-group-chat.svg | 73 ++++++ + .../scalable/apps-extra/internet-mail.svg | 114 ++++++++++ + .../scalable/apps-extra/internet-news-reader.svg | 63 ++++++ + .../scalable/apps-extra/internet-web-browser.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/apps-extra/orca.svg | 175 +++++++++++++++ + .../scalable/apps-extra/pidgin.svg | 73 ++++++ + .../preferences-system-network-proxy.svg | 63 ++++++ + .../apps-extra/preferences-system-session.svg | 63 ++++++ + .../apps-extra/preferences-system-windows.svg | 107 +++++++++ + .../scalable/apps-extra/rhythmbox.svg | 163 ++++++++++++++ + .../scalable/apps-extra/sound-juicer.svg | 132 +++++++++++ + .../scalable/apps-extra/thunderbird-icon.svg | 114 ++++++++++ + .../scalable/apps-extra/tomboy.svg | 110 +++++++++ + .../ContrastHigh-SVG/scalable/apps-extra/totem.svg | 154 +++++++++++++ + .../ContrastHigh-SVG/scalable/apps/Makefile.am | 52 +++++ + .../scalable/apps/accessories-calculator.svg | 167 ++++++++++++++ + .../scalable/apps/accessories-character-map.svg | 147 ++++++++++++ + .../scalable/apps/accessories-text-editor.svg | 110 +++++++++ + .../scalable/apps/help-browser.svg | 155 +++++++++++++ + .../scalable/apps/multimedia-volume-control.svg | 100 +++++++++ + .../apps/preferences-desktop-accessibility.svg | 217 ++++++++++++++++++ + .../scalable/apps/preferences-desktop-font.svg | 64 ++++++ + .../scalable/apps/preferences-desktop-locale.svg | 126 +++++++++++ + .../apps/preferences-desktop-screensaver.svg | 182 +++++++++++++++ + .../scalable/apps/system-file-manager.svg | 133 +++++++++++ + .../scalable/apps/utilities-system-monitor.svg | 159 +++++++++++++ + .../scalable/apps/utilities-terminal.svg | 167 ++++++++++++++ + .../scalable/categories-extra/Makefile.am | 10 + + .../scalable/categories/Makefile.am | 52 +++++ + .../categories/applications-accessories.svg | 110 +++++++++ + .../categories/applications-development.svg | 122 ++++++++++ + .../scalable/categories/applications-games.svg | 122 ++++++++++ + .../scalable/categories/applications-graphics.svg | 83 +++++++ + .../scalable/categories/applications-internet.svg | 141 ++++++++++++ + .../categories/applications-multimedia.svg | 163 ++++++++++++++ + .../scalable/categories/applications-system.svg | 94 ++++++++ + .../categories/preferences-desktop-peripherals.svg | 210 ++++++++++++++++++ + .../scalable/categories/preferences-desktop.svg | 118 ++++++++++ + .../scalable/categories/preferences-system.svg | 99 +++++++++ + .../scalable/devices-extra/Makefile.am | 11 + + .../scalable/devices-extra/media-flash.svg | 148 +++++++++++++ + .../ContrastHigh-SVG/scalable/devices/Makefile.am | 60 +++++ + .../scalable/devices/audio-card.svg | 63 ++++++ + .../scalable/devices/audio-input-microphone.svg | 144 ++++++++++++ + .../ContrastHigh-SVG/scalable/devices/battery.svg | 123 ++++++++++ + .../scalable/devices/camera-photo.svg | 115 ++++++++++ + .../scalable/devices/camera-video.svg | 110 +++++++++ + .../scalable/devices/camera-web.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/devices/computer.svg | 226 +++++++++++++++++++ + .../scalable/devices/drive-harddisk.svg | 128 +++++++++++ + .../scalable/devices/drive-optical.svg | 128 +++++++++++ + .../scalable/devices/drive-removable-media.svg | 128 +++++++++++ + .../scalable/devices/input-gaming.svg | 63 ++++++ + .../scalable/devices/input-keyboard.svg | 172 ++++++++++++++ + .../scalable/devices/input-mouse.svg | 181 +++++++++++++++ + .../scalable/devices/input-tablet.svg | 63 ++++++ + .../scalable/devices/media-flash.svg | 88 ++++++++ + .../scalable/devices/media-floppy.svg | 85 +++++++ + .../scalable/devices/media-optical.svg | 132 +++++++++++ + .../scalable/devices/media-tape.svg | 130 +++++++++++ + .../ContrastHigh-SVG/scalable/devices/modem.svg | 63 ++++++ + .../scalable/devices/multimedia-player.svg | 120 ++++++++++ + .../scalable/devices/network-wired.svg | 127 +++++++++++ + .../scalable/devices/network-wireless.svg | 230 +++++++++++++++++++ + .../ContrastHigh-SVG/scalable/devices/pda.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/devices/phone.svg | 186 ++++++++++++++++ + .../ContrastHigh-SVG/scalable/devices/printer.svg | 99 +++++++++ + .../ContrastHigh-SVG/scalable/devices/scanner.svg | 63 ++++++ + .../scalable/devices/video-display.svg | 211 ++++++++++++++++++ + .../scalable/emblems-extra/Makefile.am | 10 + + .../ContrastHigh-SVG/scalable/emblems/Makefile.am | 46 ++++ + .../scalable/emblems/emblem-default.svg | 132 +++++++++++ + .../scalable/emblems/emblem-documents.svg | 91 ++++++++ + .../scalable/emblems/emblem-downloads.svg | 118 ++++++++++ + .../scalable/emblems/emblem-favorite.svg | 115 ++++++++++ + .../scalable/emblems/emblem-important.svg | 119 ++++++++++ + .../scalable/emblems/emblem-mail.svg | 114 ++++++++++ + .../scalable/emblems/emblem-photos.svg | 121 ++++++++++ + .../scalable/emblems/emblem-readonly.svg | 76 +++++++ + .../scalable/emblems/emblem-shared.svg | 63 ++++++ + .../scalable/emblems/emblem-symbolic-link.svg | 72 ++++++ + .../scalable/emblems/emblem-synchronized.svg | 63 ++++++ + .../scalable/emblems/emblem-system.svg | 134 +++++++++++ + .../scalable/emblems/emblem-unreadable.svg | 118 ++++++++++ + .../scalable/emotes-extra/Makefile.am | 10 + + .../ContrastHigh-SVG/scalable/emotes/Makefile.am | 53 +++++ + .../scalable/emotes/face-angel.svg | 63 ++++++ + .../scalable/emotes/face-angry.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/emotes/face-cool.svg | 118 ++++++++++ + .../scalable/emotes/face-crying.svg | 63 ++++++ + .../scalable/emotes/face-devilish.svg | 63 ++++++ + .../scalable/emotes/face-embarrassed.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/emotes/face-kiss.svg | 63 ++++++ + .../scalable/emotes/face-laugh.svg | 63 ++++++ + .../scalable/emotes/face-monkey.svg | 63 ++++++ + .../scalable/emotes/face-plain.svg | 136 ++++++++++++ + .../scalable/emotes/face-raspberry.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/emotes/face-sad.svg | 137 ++++++++++++ + .../ContrastHigh-SVG/scalable/emotes/face-sick.svg | 63 ++++++ + .../scalable/emotes/face-smile-big.svg | 138 ++++++++++++ + .../scalable/emotes/face-smile.svg | 138 ++++++++++++ + .../scalable/emotes/face-smirk.svg | 63 ++++++ + .../scalable/emotes/face-surprise.svg | 152 +++++++++++++ + .../scalable/emotes/face-tired.svg | 63 ++++++ + .../scalable/emotes/face-uncertain.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/emotes/face-wink.svg | 138 ++++++++++++ + .../scalable/emotes/face-worried.svg | 63 ++++++ + .../scalable/mimetypes-extra/Makefile.am | 10 + + .../scalable/mimetypes/Makefile.am | 48 ++++ + .../mimetypes/application-x-executable.svg | 60 +++++ + .../scalable/mimetypes/audio-x-generic.svg | 163 ++++++++++++++ + .../scalable/mimetypes/font-x-generic.svg | 87 ++++++++ + .../scalable/mimetypes/image-x-generic.svg | 93 ++++++++ + .../scalable/mimetypes/text-html.svg | 129 +++++++++++ + .../scalable/mimetypes/text-x-generic-template.svg | 11 + + .../scalable/mimetypes/text-x-generic.svg | 94 ++++++++ + .../scalable/mimetypes/text-x-preview.svg | 83 +++++++ + .../scalable/mimetypes/text-x-script.svg | 92 ++++++++ + .../scalable/mimetypes/video-x-generic.svg | 234 ++++++++++++++++++++ + .../scalable/mimetypes/x-office-address-book.svg | 143 ++++++++++++ + .../scalable/mimetypes/x-office-calendar.svg | 188 ++++++++++++++++ + .../scalable/mimetypes/x-office-document.svg | 109 +++++++++ + .../scalable/mimetypes/x-office-presentation.svg | 160 +++++++++++++ + .../scalable/mimetypes/x-office-spreadsheet.svg | 90 ++++++++ + .../scalable/places-extra/Makefile.am | 14 ++ + .../places-extra/library-internet-radio.svg | 158 +++++++++++++ + .../scalable/places-extra/library-podcast.svg | 99 +++++++++ + .../scalable/places-extra/playlist-automatic.svg | 125 +++++++++++ + .../scalable/places-extra/playlist.svg | 109 +++++++++ + .../ContrastHigh-SVG/scalable/places/Makefile.am | 35 +++ + .../scalable/places/folder-remote.svg | 101 +++++++++ + .../ContrastHigh-SVG/scalable/places/folder.svg | 99 +++++++++ + .../scalable/places/network-server.svg | 147 ++++++++++++ + .../scalable/places/network-workgroup.svg | 168 ++++++++++++++ + .../scalable/places/start-here.svg | 153 +++++++++++++ + .../scalable/places/user-bookmarks.svg | 112 ++++++++++ + .../scalable/places/user-desktop.svg | 136 ++++++++++++ + .../ContrastHigh-SVG/scalable/places/user-home.svg | 85 +++++++ + .../scalable/places/user-trash.svg | 87 ++++++++ + .../scalable/status-extra/Makefile.am | 14 ++ + .../scalable/status-extra/nm-signal-100.svg | 147 ++++++++++++ + .../scalable/status-extra/nm-signal-25.svg | 123 ++++++++++ + .../scalable/status-extra/nm-signal-50.svg | 131 +++++++++++ + .../scalable/status-extra/nm-signal-75.svg | 139 ++++++++++++ + .../ContrastHigh-SVG/scalable/status/Makefile.am | 91 ++++++++ + .../scalable/status/appointment-missed.svg | 63 ++++++ + .../scalable/status/appointment-soon.svg | 63 ++++++ + .../scalable/status/audio-volume-high.svg | 135 +++++++++++ + .../scalable/status/audio-volume-low.svg | 120 ++++++++++ + .../scalable/status/audio-volume-medium.svg | 125 +++++++++++ + .../scalable/status/audio-volume-muted.svg | 139 ++++++++++++ + .../scalable/status/battery-caution.svg | 151 +++++++++++++ + .../scalable/status/battery-low.svg | 151 +++++++++++++ + .../scalable/status/dialog-error.svg | 76 +++++++ + .../scalable/status/dialog-information.svg | 113 ++++++++++ + .../scalable/status/dialog-password.svg | 76 +++++++ + .../scalable/status/dialog-question.svg | 72 ++++++ + .../scalable/status/dialog-warning.svg | 95 ++++++++ + .../scalable/status/folder-drag-accept.svg | 70 ++++++ + .../scalable/status/folder-open.svg | 70 ++++++ + .../scalable/status/folder-visiting.svg | 84 +++++++ + .../scalable/status/image-loading.svg | 63 ++++++ + .../scalable/status/image-missing.svg | 143 ++++++++++++ + .../scalable/status/mail-attachment.svg | 69 ++++++ + .../ContrastHigh-SVG/scalable/status/mail-read.svg | 63 ++++++ + .../scalable/status/mail-replied.svg | 63 ++++++ + .../scalable/status/mail-signed-verified.svg | 63 ++++++ + .../scalable/status/mail-signed.svg | 63 ++++++ + .../scalable/status/mail-unread.svg | 63 ++++++ + .../scalable/status/media-playlist-repeat.svg | 111 ++++++++++ + .../scalable/status/media-playlist-shuffle.svg | 120 ++++++++++ + .../scalable/status/network-error.svg | 63 ++++++ + .../scalable/status/network-idle.svg | 63 ++++++ + .../scalable/status/network-offline.svg | 90 ++++++++ + .../scalable/status/network-online.svg | 94 ++++++++ + .../scalable/status/network-receive.svg | 63 ++++++ + .../scalable/status/network-transmit-receive.svg | 63 ++++++ + .../scalable/status/network-transmit.svg | 63 ++++++ + .../scalable/status/printer-printing.svg | 32 +++ + .../scalable/status/security-high.svg | 63 ++++++ + .../scalable/status/security-low.svg | 63 ++++++ + .../scalable/status/security-medium.svg | 63 ++++++ + .../scalable/status/software-update-available.svg | 154 +++++++++++++ + .../scalable/status/software-update-urgent.svg | 169 ++++++++++++++ + .../scalable/status/sync-error.svg | 63 ++++++ + .../scalable/status/sync-synchronizing.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/status/task-due.svg | 63 ++++++ + .../scalable/status/task-past-due.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/status/user-away.svg | 63 ++++++ + .../ContrastHigh-SVG/scalable/status/user-idle.svg | 63 ++++++ + .../scalable/status/user-offline.svg | 63 ++++++ + .../scalable/status/user-online.svg | 63 ++++++ + .../scalable/status/user-trash-full.svg | 77 +++++++ + .../scalable/status/weather-clear-night.svg | 152 +++++++++++++ + .../scalable/status/weather-clear.svg | 141 ++++++++++++ + .../scalable/status/weather-few-clouds-night.svg | 163 ++++++++++++++ + .../scalable/status/weather-few-clouds.svg | 160 +++++++++++++ + .../scalable/status/weather-fog.svg | 123 ++++++++++ + .../scalable/status/weather-overcast.svg | 109 +++++++++ + .../scalable/status/weather-severe-alert.svg | 63 ++++++ + .../scalable/status/weather-showers-scattered.svg | 230 +++++++++++++++++++ + .../scalable/status/weather-showers.svg | 178 +++++++++++++++ + .../scalable/status/weather-snow.svg | 177 +++++++++++++++ + .../scalable/status/weather-storm.svg | 110 +++++++++ + icon-themes/ContrastHigh/Makefile.am | 5 + + icon-themes/ContrastHigh/index.theme | 215 ++++++++++++++++++ + icon-themes/ContrastHighInverse/Makefile.am | 5 + + icon-themes/ContrastHighInverse/index.theme | 215 ++++++++++++++++++ + .../ContrastHighLargePrint/36x36/Makefile.am | 1 + + .../36x36/animations/Makefile.am | 19 ++ + .../36x36/animations/process-idle.png | Bin 0 -> 2767 bytes + .../36x36/animations/process-working.png | Bin 0 -> 5285 bytes + .../ContrastHighLargePrint/48x48/Makefile.am | 1 + + .../48x48/actions/Makefile.am | 25 +++ + .../48x48/actions/go-home.png | Bin 0 -> 986 bytes + .../48x48/actions/media-playback-pause.png | Bin 0 -> 479 bytes + .../48x48/actions/stock_new-tab.png | Bin 0 -> 728 bytes + .../48x48/actions/system-log-out.png | Bin 0 -> 1510 bytes + .../48x48/actions/system-run.png | Bin 0 -> 2246 bytes + .../48x48/actions/system-search.png | Bin 0 -> 1232 bytes + .../48x48/actions/system-shutdown.png | Bin 0 -> 2056 bytes + .../48x48/actions/view-refresh.png | Bin 0 -> 1437 bytes + .../ContrastHighLargePrint/48x48/apps/Makefile.am | 104 +++++++++ + .../48x48/apps/accessories-calculator.png | Bin 0 -> 1660 bytes + .../48x48/apps/accessories-character-map.png | Bin 0 -> 1818 bytes + .../48x48/apps/accessories-dictionary.png | Bin 0 -> 983 bytes + .../48x48/apps/accessories-text-editor.png | Bin 0 -> 1646 bytes + .../48x48/apps/advanced-directory.png | Bin 0 -> 1526 bytes + .../48x48/apps/applets-screenshooter.png | Bin 0 -> 1673 bytes + .../48x48/apps/ax-applet.png | Bin 0 -> 1925 bytes + .../ContrastHighLargePrint/48x48/apps/brasero.png | Bin 0 -> 2368 bytes + .../ContrastHighLargePrint/48x48/apps/charpick.png | Bin 0 -> 2390 bytes + .../ContrastHighLargePrint/48x48/apps/clock.png | Bin 0 -> 2373 bytes + .../48x48/apps/display-capplet.png | Bin 0 -> 1591 bytes + .../ContrastHighLargePrint/48x48/apps/eog.png | Bin 0 -> 2014 bytes + .../ContrastHighLargePrint/48x48/apps/evince.png | Bin 0 -> 2602 bytes + .../48x48/apps/evolution.png | Bin 0 -> 1433 bytes + .../48x48/apps/file-roller.png | Bin 0 -> 1560 bytes + .../48x48/apps/firefox-icon.png | Bin 0 -> 2715 bytes + .../ContrastHighLargePrint/48x48/apps/ghex.png | Bin 0 -> 1997 bytes + .../ContrastHighLargePrint/48x48/apps/gimp.png | Bin 0 -> 1683 bytes + .../ContrastHighLargePrint/48x48/apps/gkb.png | Bin 0 -> 2824 bytes + .../ContrastHighLargePrint/48x48/apps/gok.png | Bin 0 -> 465 bytes + .../48x48/apps/gtkam-camera.png | Bin 0 -> 1673 bytes + .../48x48/apps/help-browser.png | Bin 0 -> 3137 bytes + .../48x48/apps/launcher-program.png | Bin 0 -> 1778 bytes + .../48x48/apps/mate-application-generic.png | Bin 0 -> 1431 bytes + .../48x48/apps/mate-audio2.png | Bin 0 -> 3156 bytes + .../48x48/apps/mate-calc3.png | Bin 0 -> 1660 bytes + .../48x48/apps/mate-ccmime.png | Bin 0 -> 1959 bytes + .../48x48/apps/mate-ccscreensaver.png | Bin 0 -> 2118 bytes + .../ContrastHighLargePrint/48x48/apps/mate-cd.png | Bin 0 -> 2415 bytes + .../48x48/apps/mate-folder-generic.png | Bin 0 -> 1232 bytes + .../48x48/apps/mate-grecord.png | Bin 0 -> 3156 bytes + .../48x48/apps/mate-home.png | Bin 0 -> 1811 bytes + .../48x48/apps/mate-info.png | Bin 0 -> 2233 bytes + .../ContrastHighLargePrint/48x48/apps/mate-log.png | Bin 0 -> 1489 bytes + .../48x48/apps/mate-logo-icon-transparent.png | Bin 0 -> 2314 bytes + .../48x48/apps/mate-mailcheck.png | Bin 0 -> 2136 bytes + .../48x48/apps/mate-mini-commander.png | Bin 0 -> 1028 bytes + .../48x48/apps/mate-mixer-applet.png | Bin 0 -> 3025 bytes + .../48x48/apps/mate-palm.png | Bin 0 -> 1821 bytes + .../48x48/apps/mate-panel.png | Bin 0 -> 1798 bytes + .../48x48/apps/mate-searchtool-animation-rest.png | Bin 0 -> 1232 bytes + .../48x48/apps/mate-searchtool-animation.png | Bin 0 -> 3060 bytes + .../apps/mate-settings-accessibility-keyboard.png | Bin 0 -> 465 bytes + .../apps/mate-settings-default-applications.png | Bin 0 -> 2282 bytes + .../48x48/apps/mate-settings-ui-behavior.png | Bin 0 -> 1206 bytes + .../48x48/apps/mate-starthere.png | Bin 0 -> 962 bytes + .../48x48/apps/mate-windows.png | Bin 0 -> 1221 bytes + .../48x48/apps/mate-workspace.png | Bin 0 -> 1115 bytes + .../48x48/apps/mozilla-icon.png | Bin 0 -> 2715 bytes + .../48x48/apps/multimedia-volume-control.png | Bin 0 -> 3025 bytes + .../ContrastHighLargePrint/48x48/apps/orca.png | Bin 0 -> 1395 bytes + .../48x48/apps/panel-drawer.png | Bin 0 -> 1500 bytes + .../48x48/apps/panel-force-quit.png | Bin 0 -> 979 bytes + .../48x48/apps/perfmeter.png | Bin 0 -> 2208 bytes + .../ContrastHighLargePrint/48x48/apps/pidgin.png | Bin 0 -> 1223 bytes + .../apps/preferences-desktop-accessibility.png | Bin 0 -> 1594 bytes + .../48x48/apps/preferences-desktop-font.png | Bin 0 -> 1758 bytes + .../preferences-desktop-keyboard-shortcuts.png | Bin 0 -> 2216 bytes + .../48x48/apps/preferences-desktop-keyboard.png | Bin 0 -> 465 bytes + .../48x48/apps/preferences-desktop-locale.png | Bin 0 -> 850 bytes + .../48x48/apps/preferences-desktop-sound.png | Bin 0 -> 3156 bytes + .../48x48/apps/preferences-desktop-theme.png | Bin 0 -> 2179 bytes + .../48x48/apps/preferences-desktop-wallpaper.png | Bin 0 -> 2029 bytes + .../48x48/apps/preferences-system-session.png | Bin 0 -> 1814 bytes + .../48x48/apps/preferences-system-windows.png | Bin 0 -> 1606 bytes + .../48x48/apps/rhythmbox.png | Bin 0 -> 1063 bytes + .../ContrastHighLargePrint/48x48/apps/smc.png | Bin 0 -> 1312 bytes + .../48x48/apps/sound-juicer.png | Bin 0 -> 2415 bytes + .../ContrastHighLargePrint/48x48/apps/star.png | Bin 0 -> 2165 bytes + .../ContrastHighLargePrint/48x48/apps/symlinks.dat | 38 ++++ + .../48x48/apps/system-file-manager.png | Bin 0 -> 793 bytes + .../48x48/apps/thunderbird-icon.png | Bin 0 -> 1433 bytes + .../ContrastHighLargePrint/48x48/apps/totem.png | Bin 0 -> 1413 bytes + .../48x48/apps/utilities-system-monitor.png | Bin 0 -> 1155 bytes + .../48x48/apps/utilities-terminal.png | Bin 0 -> 1249 bytes + .../48x48/apps/window-capplet.png | Bin 0 -> 1153 bytes + .../48x48/categories/Makefile.am | 35 +++ + .../48x48/categories/applications-accessories.png | Bin 0 -> 1743 bytes + .../48x48/categories/applications-development.png | Bin 0 -> 1680 bytes + .../48x48/categories/applications-engineering.png | Bin 0 -> 1680 bytes + .../48x48/categories/applications-games.png | Bin 0 -> 2106 bytes + .../48x48/categories/applications-graphics.png | Bin 0 -> 1683 bytes + .../48x48/categories/applications-internet.png | Bin 0 -> 2715 bytes + .../48x48/categories/applications-multimedia.png | Bin 0 -> 3076 bytes + .../48x48/categories/applications-office.png | Bin 0 -> 1822 bytes + .../48x48/categories/applications-other.png | Bin 0 -> 2040 bytes + .../48x48/categories/applications-science.png | Bin 0 -> 2040 bytes + .../48x48/categories/applications-system.png | Bin 0 -> 2040 bytes + .../48x48/categories/applications-utilities.png | Bin 0 -> 1743 bytes + .../categories/preferences-desktop-peripherals.png | Bin 0 -> 2255 bytes + .../categories/preferences-desktop-personal.png | Bin 0 -> 2255 bytes + .../48x48/categories/preferences-desktop.png | Bin 0 -> 2255 bytes + .../48x48/categories/preferences-other.png | Bin 0 -> 2255 bytes + .../categories/preferences-system-network.png | Bin 0 -> 2040 bytes + .../48x48/categories/preferences-system.png | Bin 0 -> 2040 bytes + .../48x48/devices/Makefile.am | 42 ++++ + .../48x48/devices/computer.png | Bin 0 -> 2040 bytes + .../48x48/devices/drive-harddisk.png | Bin 0 -> 595 bytes + .../48x48/devices/drive-optical.png | Bin 0 -> 1271 bytes + .../48x48/devices/drive-removable-media.png | Bin 0 -> 666 bytes + .../48x48/devices/input-keyboard.png | Bin 0 -> 465 bytes + .../48x48/devices/input-mouse.png | Bin 0 -> 2002 bytes + .../48x48/devices/mate-dev-printer-network.png | 15 ++ + .../48x48/devices/mate-dev-printer-new.png | 18 ++ + .../48x48/devices/media-floppy.png | Bin 0 -> 794 bytes + .../48x48/devices/media-optical.png | Bin 0 -> 1046 bytes + .../ContrastHighLargePrint/48x48/devices/pda.png | Bin 0 -> 1821 bytes + .../48x48/devices/printer.png | Bin 0 -> 816 bytes + .../48x48/devices/symlinks.dat | 12 + + .../48x48/emblems/Makefile.am | 23 ++ + .../48x48/emblems/emblem-default.png | Bin 0 -> 922 bytes + .../48x48/emblems/emblem-desktop.png | Bin 0 -> 660 bytes + .../48x48/emblems/emblem-important.png | Bin 0 -> 715 bytes + .../48x48/emblems/emblem-personal.png | Bin 0 -> 492 bytes + .../48x48/emblems/emblem-special.png | Bin 0 -> 794 bytes + .../48x48/emblems/emblem-unreadable.png | Bin 0 -> 1151 bytes + .../48x48/mimetypes/Makefile.am | 40 ++++ + .../48x48/mimetypes/application-x-executable.png | Bin 0 -> 1431 bytes + .../48x48/mimetypes/audio-x-generic.png | Bin 0 -> 739 bytes + .../48x48/mimetypes/font-x-generic.png | Bin 0 -> 748 bytes + .../48x48/mimetypes/image-x-generic.png | Bin 0 -> 739 bytes + .../mate-mime-application-x-core-file.png | Bin 0 -> 1127 bytes + .../48x48/mimetypes/package-x-generic.png | Bin 0 -> 1279 bytes + .../48x48/mimetypes/symlinks.dat | 35 +++ + .../48x48/mimetypes/text-x-generic.png | Bin 0 -> 739 bytes + .../48x48/mimetypes/text-x-preview.png | Bin 0 -> 739 bytes + .../48x48/mimetypes/video-x-generic.png | Bin 0 -> 739 bytes + .../48x48/mimetypes/x-office-address-book.png | Bin 0 -> 784 bytes + .../48x48/places/Makefile.am | 26 +++ + .../48x48/places/folder-remote.png | Bin 0 -> 879 bytes + .../48x48/places/folder.icon | 2 + + .../ContrastHighLargePrint/48x48/places/folder.png | Bin 0 -> 793 bytes + .../48x48/places/network-server.png | Bin 0 -> 1991 bytes + .../48x48/places/network-workgroup.png | Bin 0 -> 1224 bytes + .../48x48/places/start-here.png | Bin 0 -> 2183 bytes + .../48x48/places/user-desktop.png | Bin 0 -> 675 bytes + .../48x48/places/user-home.png | Bin 0 -> 1094 bytes + .../48x48/places/user-trash.png | Bin 0 -> 937 bytes + .../48x48/status/Makefile.am | 30 +++ + .../48x48/status/audio-volume-high.png | Bin 0 -> 1228 bytes + .../48x48/status/audio-volume-low.png | Bin 0 -> 643 bytes + .../48x48/status/audio-volume-medium.png | Bin 0 -> 850 bytes + .../48x48/status/audio-volume-muted.png | Bin 0 -> 743 bytes + .../48x48/status/folder-drag-accept.icon | 2 + + .../48x48/status/folder-drag-accept.png | Bin 0 -> 1232 bytes + .../48x48/status/network-error.png | Bin 0 -> 1736 bytes + .../48x48/status/network-idle.png | Bin 0 -> 1126 bytes + .../48x48/status/network-offline.png | Bin 0 -> 1646 bytes + .../48x48/status/network-receive.png | Bin 0 -> 1200 bytes + .../48x48/status/network-transmit-receive.png | Bin 0 -> 1126 bytes + .../48x48/status/network-transmit.png | Bin 0 -> 1269 bytes + .../48x48/status/user-trash-full.png | Bin 0 -> 1409 bytes + icon-themes/ContrastHighLargePrint/Makefile.am | 19 ++ + icon-themes/ContrastHighLargePrint/index.theme.in | 58 +++++ + .../36x36/Makefile.am | 1 + + .../36x36/animations/Makefile.am | 19 ++ + .../36x36/animations/process-idle.png | Bin 0 -> 2751 bytes + .../36x36/animations/process-working.png | Bin 0 -> 5274 bytes + .../48x48/Makefile.am | 1 + + .../48x48/actions/Makefile.am | 28 +++ + .../48x48/actions/go-home.png | Bin 0 -> 888 bytes + .../48x48/actions/insert-image.png | Bin 0 -> 1418 bytes + .../48x48/actions/insert-text.png | Bin 0 -> 1262 bytes + .../48x48/actions/mail-send-receive.png | Bin 0 -> 1172 bytes + .../48x48/actions/media-playback-pause.png | Bin 0 -> 381 bytes + .../48x48/actions/stock_new-tab.png | Bin 0 -> 748 bytes + .../48x48/actions/system-log-out.png | Bin 0 -> 1536 bytes + .../48x48/actions/system-run.png | Bin 0 -> 2313 bytes + .../48x48/actions/system-search.png | Bin 0 -> 1338 bytes + .../48x48/actions/system-shutdown.png | Bin 0 -> 1910 bytes + .../48x48/actions/view-refresh.png | Bin 0 -> 1376 bytes + .../48x48/apps/Makefile.am | 104 +++++++++ + .../48x48/apps/accessories-calculator.png | Bin 0 -> 1721 bytes + .../48x48/apps/accessories-character-map.png | Bin 0 -> 1842 bytes + .../48x48/apps/accessories-dictionary.png | Bin 0 -> 1134 bytes + .../48x48/apps/accessories-text-editor.png | Bin 0 -> 1654 bytes + .../48x48/apps/advanced-directory.png | Bin 0 -> 1598 bytes + .../48x48/apps/applets-screenshooter.png | Bin 0 -> 1719 bytes + .../48x48/apps/ax-applet.png | Bin 0 -> 2010 bytes + .../48x48/apps/brasero.png | Bin 0 -> 2349 bytes + .../48x48/apps/charpick.png | Bin 0 -> 2500 bytes + .../48x48/apps/clock.png | Bin 0 -> 2400 bytes + .../48x48/apps/display-capplet.png | Bin 0 -> 1568 bytes + .../48x48/apps/eog.png | Bin 0 -> 2069 bytes + .../48x48/apps/evince.png | Bin 0 -> 2647 bytes + .../48x48/apps/evolution.png | Bin 0 -> 1491 bytes + .../48x48/apps/file-roller.png | Bin 0 -> 1266 bytes + .../48x48/apps/firefox-icon.png | Bin 0 -> 2749 bytes + .../48x48/apps/ghex.png | Bin 0 -> 2108 bytes + .../48x48/apps/gimp.png | Bin 0 -> 1740 bytes + .../48x48/apps/gkb.png | Bin 0 -> 2767 bytes + .../48x48/apps/gok.png | Bin 0 -> 404 bytes + .../48x48/apps/gtkam-camera.png | Bin 0 -> 1550 bytes + .../48x48/apps/help-browser.png | Bin 0 -> 3263 bytes + .../48x48/apps/launcher-program.png | Bin 0 -> 1882 bytes + .../48x48/apps/mate-application-generic.png | Bin 0 -> 1577 bytes + .../48x48/apps/mate-audio2.png | Bin 0 -> 3211 bytes + .../48x48/apps/mate-calc3.png | Bin 0 -> 1721 bytes + .../48x48/apps/mate-ccmime.png | Bin 0 -> 2000 bytes + .../48x48/apps/mate-ccscreensaver.png | Bin 0 -> 2111 bytes + .../48x48/apps/mate-cd.png | Bin 0 -> 2477 bytes + .../48x48/apps/mate-folder-generic.png | Bin 0 -> 1015 bytes + .../48x48/apps/mate-grecord.png | Bin 0 -> 3211 bytes + .../48x48/apps/mate-home.png | Bin 0 -> 1827 bytes + .../48x48/apps/mate-info.png | Bin 0 -> 2339 bytes + .../48x48/apps/mate-log.png | Bin 0 -> 1530 bytes + .../48x48/apps/mate-logo-icon-transparent.png | Bin 0 -> 2369 bytes + .../48x48/apps/mate-mailcheck.png | Bin 0 -> 2183 bytes + .../48x48/apps/mate-mini-commander.png | Bin 0 -> 1080 bytes + .../48x48/apps/mate-mixer-applet.png | Bin 0 -> 3085 bytes + .../48x48/apps/mate-palm.png | Bin 0 -> 1807 bytes + .../48x48/apps/mate-panel.png | Bin 0 -> 1849 bytes + .../48x48/apps/mate-searchtool-animation-rest.png | Bin 0 -> 1338 bytes + .../48x48/apps/mate-searchtool-animation.png | Bin 0 -> 3077 bytes + .../apps/mate-settings-accessibility-keyboard.png | Bin 0 -> 404 bytes + .../apps/mate-settings-default-applications.png | Bin 0 -> 2337 bytes + .../48x48/apps/mate-settings-ui-behavior.png | Bin 0 -> 1239 bytes + .../48x48/apps/mate-starthere.png | Bin 0 -> 1038 bytes + .../48x48/apps/mate-windows.png | Bin 0 -> 1250 bytes + .../48x48/apps/mate-workspace.png | Bin 0 -> 1148 bytes + .../48x48/apps/mozilla-icon.png | Bin 0 -> 2749 bytes + .../48x48/apps/multimedia-volume-control.png | Bin 0 -> 3085 bytes + .../48x48/apps/orca.png | Bin 0 -> 1401 bytes + .../48x48/apps/panel-drawer.png | Bin 0 -> 1527 bytes + .../48x48/apps/panel-force-quit.png | Bin 0 -> 1013 bytes + .../48x48/apps/perfmeter.png | Bin 0 -> 2084 bytes + .../48x48/apps/pidgin.png | Bin 0 -> 1187 bytes + .../apps/preferences-desktop-accessibility.png | Bin 0 -> 1355 bytes + .../48x48/apps/preferences-desktop-font.png | Bin 0 -> 1832 bytes + .../preferences-desktop-keyboard-shortcuts.png | Bin 0 -> 2283 bytes + .../48x48/apps/preferences-desktop-keyboard.png | Bin 0 -> 404 bytes + .../48x48/apps/preferences-desktop-locale.png | Bin 0 -> 800 bytes + .../48x48/apps/preferences-desktop-sound.png | Bin 0 -> 3211 bytes + .../48x48/apps/preferences-desktop-theme.png | Bin 0 -> 2203 bytes + .../48x48/apps/preferences-desktop-wallpaper.png | Bin 0 -> 2067 bytes + .../48x48/apps/preferences-system-session.png | Bin 0 -> 1859 bytes + .../48x48/apps/preferences-system-windows.png | Bin 0 -> 1633 bytes + .../48x48/apps/rhythmbox.png | Bin 0 -> 1020 bytes + .../48x48/apps/smc.png | Bin 0 -> 1466 bytes + .../48x48/apps/sound-juicer.png | Bin 0 -> 2477 bytes + .../48x48/apps/star.png | Bin 0 -> 2263 bytes + .../48x48/apps/symlinks.dat | 38 ++++ + .../48x48/apps/system-file-manager.png | Bin 0 -> 787 bytes + .../48x48/apps/thunderbird-icon.png | Bin 0 -> 1504 bytes + .../48x48/apps/totem.png | Bin 0 -> 1398 bytes + .../48x48/apps/utilities-system-monitor.png | Bin 0 -> 1066 bytes + .../48x48/apps/utilities-terminal.png | Bin 0 -> 1272 bytes + .../48x48/apps/window-capplet.png | Bin 0 -> 1312 bytes + .../48x48/categories/Makefile.am | 35 +++ + .../48x48/categories/applications-accessories.png | Bin 0 -> 1858 bytes + .../48x48/categories/applications-development.png | Bin 0 -> 1717 bytes + .../48x48/categories/applications-engineering.png | Bin 0 -> 1717 bytes + .../48x48/categories/applications-games.png | Bin 0 -> 2116 bytes + .../48x48/categories/applications-graphics.png | Bin 0 -> 1740 bytes + .../48x48/categories/applications-internet.png | Bin 0 -> 2749 bytes + .../48x48/categories/applications-multimedia.png | Bin 0 -> 3129 bytes + .../48x48/categories/applications-office.png | Bin 0 -> 1857 bytes + .../48x48/categories/applications-other.png | Bin 0 -> 2065 bytes + .../48x48/categories/applications-science.png | Bin 0 -> 2065 bytes + .../48x48/categories/applications-system.png | Bin 0 -> 2065 bytes + .../48x48/categories/applications-utilities.png | Bin 0 -> 1858 bytes + .../categories/preferences-desktop-peripherals.png | Bin 0 -> 2355 bytes + .../categories/preferences-desktop-personal.png | Bin 0 -> 2355 bytes + .../48x48/categories/preferences-desktop.png | Bin 0 -> 2355 bytes + .../48x48/categories/preferences-other.png | Bin 0 -> 2355 bytes + .../categories/preferences-system-network.png | Bin 0 -> 2065 bytes + .../48x48/categories/preferences-system.png | Bin 0 -> 2065 bytes + .../48x48/devices/Makefile.am | 43 ++++ + .../48x48/devices/computer.png | Bin 0 -> 2065 bytes + .../48x48/devices/drive-harddisk.png | Bin 0 -> 667 bytes + .../48x48/devices/drive-optical.png | Bin 0 -> 667 bytes + .../48x48/devices/drive-removable-media.png | Bin 0 -> 667 bytes + .../48x48/devices/input-keyboard.png | Bin 0 -> 404 bytes + .../48x48/devices/input-mouse.png | Bin 0 -> 2082 bytes + .../48x48/devices/mate-dev-printer-network.png | 22 ++ + .../48x48/devices/mate-dev-printer-new.png | 19 ++ + .../48x48/devices/media-floppy.png | Bin 0 -> 836 bytes + .../48x48/devices/media-optical.png | Bin 0 -> 1414 bytes + .../48x48/devices/network-wireless.png | Bin 0 -> 2272 bytes + .../48x48/devices/pda.png | Bin 0 -> 1807 bytes + .../48x48/devices/printer.png | Bin 0 -> 862 bytes + .../48x48/devices/symlinks.dat | 12 + + .../48x48/emblems/Makefile.am | 23 ++ + .../48x48/emblems/emblem-default.png | Bin 0 -> 884 bytes + .../48x48/emblems/emblem-desktop.png | Bin 0 -> 644 bytes + .../48x48/emblems/emblem-important.png | Bin 0 -> 798 bytes + .../48x48/emblems/emblem-personal.png | Bin 0 -> 546 bytes + .../48x48/emblems/emblem-special.png | Bin 0 -> 847 bytes + .../48x48/emblems/emblem-unreadable.png | Bin 0 -> 1168 bytes + .../48x48/mimetypes/Makefile.am | 44 ++++ + .../48x48/mimetypes/application-x-executable.png | Bin 0 -> 1577 bytes + .../48x48/mimetypes/audio-x-generic.png | Bin 0 -> 805 bytes + .../48x48/mimetypes/font-x-generic.png | Bin 0 -> 1024 bytes + .../48x48/mimetypes/image-x-generic.png | Bin 0 -> 805 bytes + .../mate-mime-application-x-core-file.png | Bin 0 -> 1551 bytes + .../48x48/mimetypes/package-x-generic.png | Bin 0 -> 1266 bytes + .../48x48/mimetypes/symlinks.dat | 35 +++ + .../48x48/mimetypes/text-x-generic-template.png | Bin 0 -> 1091 bytes + .../48x48/mimetypes/text-x-generic.png | Bin 0 -> 805 bytes + .../48x48/mimetypes/text-x-preview.png | Bin 0 -> 805 bytes + .../48x48/mimetypes/video-x-generic.png | Bin 0 -> 805 bytes + .../48x48/mimetypes/x-office-address-book.png | Bin 0 -> 1033 bytes + .../48x48/mimetypes/x-office-calendar.png | Bin 0 -> 832 bytes + .../48x48/mimetypes/x-office-document.png | Bin 0 -> 879 bytes + .../48x48/mimetypes/x-office-presentation.png | Bin 0 -> 1362 bytes + .../48x48/places/Makefile.am | 26 +++ + .../48x48/places/folder-remote.png | Bin 0 -> 1040 bytes + .../48x48/places/folder.icon | 2 + + .../48x48/places/folder.png | Bin 0 -> 787 bytes + .../48x48/places/network-server.png | Bin 0 -> 2065 bytes + .../48x48/places/network-workgroup.png | Bin 0 -> 1180 bytes + .../48x48/places/start-here.png | Bin 0 -> 2369 bytes + .../48x48/places/user-desktop.png | Bin 0 -> 749 bytes + .../48x48/places/user-home.png | Bin 0 -> 1152 bytes + .../48x48/places/user-trash.png | Bin 0 -> 1130 bytes + .../48x48/status/Makefile.am | 46 ++++ + .../48x48/status/audio-volume-high.png | Bin 0 -> 1274 bytes + .../48x48/status/audio-volume-low.png | Bin 0 -> 773 bytes + .../48x48/status/audio-volume-medium.png | Bin 0 -> 944 bytes + .../48x48/status/audio-volume-muted.png | Bin 0 -> 835 bytes + .../48x48/status/battery-caution.png | Bin 0 -> 830 bytes + .../48x48/status/battery-low.png | Bin 0 -> 953 bytes + .../48x48/status/folder-drag-accept.icon | 2 + + .../48x48/status/folder-drag-accept.png | Bin 0 -> 1015 bytes + .../48x48/status/media-playlist-repeat.png | Bin 0 -> 1116 bytes + .../48x48/status/media-playlist-shuffle.png | Bin 0 -> 1032 bytes + .../48x48/status/network-error.png | Bin 0 -> 1685 bytes + .../48x48/status/network-idle.png | Bin 0 -> 1081 bytes + .../48x48/status/network-offline.png | Bin 0 -> 1567 bytes + .../48x48/status/network-receive.png | Bin 0 -> 1157 bytes + .../48x48/status/network-transmit-receive.png | Bin 0 -> 1081 bytes + .../48x48/status/network-transmit.png | Bin 0 -> 1227 bytes + .../48x48/status/printer-error.png | Bin 0 -> 923 bytes + .../48x48/status/printer-printing.png | Bin 0 -> 816 bytes + .../48x48/status/user-trash-full.png | Bin 0 -> 1584 bytes + .../48x48/status/weather-clear-night.png | Bin 0 -> 2239 bytes + .../48x48/status/weather-clear.png | Bin 0 -> 1680 bytes + .../48x48/status/weather-few-clouds-night.png | Bin 0 -> 1753 bytes + .../48x48/status/weather-few-clouds.png | Bin 0 -> 1520 bytes + .../48x48/status/weather-fog.png | Bin 0 -> 461 bytes + .../48x48/status/weather-overcast.png | Bin 0 -> 1150 bytes + .../48x48/status/weather-showers-scattered.png | Bin 0 -> 1735 bytes + .../48x48/status/weather-showers.png | Bin 0 -> 1460 bytes + .../48x48/status/weather-snow.png | Bin 0 -> 1429 bytes + .../48x48/status/weather-storm.png | Bin 0 -> 1179 bytes + .../ContrastHighLargePrintInverse/Makefile.am | 19 ++ + .../ContrastHighLargePrintInverse/index.theme.in | 58 +++++ + icon-themes/HighContrast-SVG/48x48/Makefile.am | 12 - + .../HighContrast-SVG/48x48/animations/Makefile.am | 30 --- + .../48x48/animations/process-idle.png | Bin 1101 -> 0 bytes + .../48x48/animations/process-working.png | Bin 6195 -> 0 bytes + icon-themes/HighContrast-SVG/Makefile.am | 12 - + icon-themes/HighContrast-SVG/index.theme.in | 155 ------------- + icon-themes/HighContrast-SVG/scalable/Makefile.am | 22 -- + .../scalable/actions-extra/Makefile.am | 12 - + .../scalable/actions-extra/bookmark-view.svg | 112 ---------- + .../scalable/actions-extra/history-view.svg | 101 --------- + .../HighContrast-SVG/scalable/actions/Makefile.am | 140 ------------ + .../scalable/actions/address-book-new.svg | 63 ------ + .../scalable/actions/application-exit.svg | 102 --------- + .../scalable/actions/appointment-new.svg | 63 ------ + .../scalable/actions/call-start.svg | 118 ---------- + .../scalable/actions/call-stop.svg | 133 ----------- + .../scalable/actions/contact-new.svg | 95 -------- + .../scalable/actions/dialog-cancel.svg | 110 --------- + .../scalable/actions/dialog-close.svg | 84 ------- + .../scalable/actions/dialog-ok.svg | 66 ------ + .../scalable/actions/document-new.svg | 91 -------- + .../scalable/actions/document-open-recent.svg | 101 --------- + .../scalable/actions/document-open.svg | 67 ------ + .../scalable/actions/document-page-setup.svg | 79 ------- + .../scalable/actions/document-print-preview.svg | 123 ---------- + .../scalable/actions/document-print.svg | 117 ---------- + .../scalable/actions/document-properties.svg | 84 ------- + .../scalable/actions/document-revert.svg | 82 ------- + .../scalable/actions/document-save-as.svg | 115 ---------- + .../scalable/actions/document-save.svg | 83 ------- + .../scalable/actions/document-send.svg | 63 ------ + .../scalable/actions/edit-clear.svg | 107 --------- + .../scalable/actions/edit-copy.svg | 159 ------------- + .../HighContrast-SVG/scalable/actions/edit-cut.svg | 114 ---------- + .../scalable/actions/edit-delete.svg | 93 -------- + .../scalable/actions/edit-find-replace.svg | 128 ----------- + .../scalable/actions/edit-find.svg | 96 -------- + .../scalable/actions/edit-paste.svg | 126 ----------- + .../scalable/actions/edit-redo.svg | 76 ------- + .../scalable/actions/edit-select-all.svg | 63 ------ + .../scalable/actions/edit-undo.svg | 71 ------ + .../scalable/actions/folder-new.svg | 104 --------- + .../scalable/actions/format-indent-less.svg | 138 ------------ + .../scalable/actions/format-indent-more.svg | 137 ------------ + .../scalable/actions/format-justify-center.svg | 88 -------- + .../scalable/actions/format-justify-fill.svg | 88 -------- + .../scalable/actions/format-justify-left.svg | 88 -------- + .../scalable/actions/format-justify-right.svg | 88 -------- + .../scalable/actions/format-text-bold.svg | 114 ---------- + .../scalable/actions/format-text-direction-ltr.svg | 63 ------ + .../scalable/actions/format-text-direction-rtl.svg | 63 ------ + .../scalable/actions/format-text-italic.svg | 90 -------- + .../scalable/actions/format-text-strikethrough.svg | 121 ---------- + .../scalable/actions/format-text-underline.svg | 152 ------------- + .../scalable/actions/go-bottom.svg | 78 ------- + .../HighContrast-SVG/scalable/actions/go-down.svg | 64 ------ + .../HighContrast-SVG/scalable/actions/go-first.svg | 78 ------- + .../HighContrast-SVG/scalable/actions/go-home.svg | 85 ------- + .../HighContrast-SVG/scalable/actions/go-jump.svg | 71 ------ + .../HighContrast-SVG/scalable/actions/go-last.svg | 78 ------- + .../HighContrast-SVG/scalable/actions/go-next.svg | 64 ------ + .../scalable/actions/go-previous.svg | 64 ------ + .../HighContrast-SVG/scalable/actions/go-top.svg | 78 ------- + .../HighContrast-SVG/scalable/actions/go-up.svg | 63 ------ + .../scalable/actions/help-about.svg | 125 ----------- + .../scalable/actions/help-contents.svg | 100 --------- + .../HighContrast-SVG/scalable/actions/help-faq.svg | 133 ----------- + .../scalable/actions/insert-image.svg | 188 ---------------- + .../scalable/actions/insert-link.svg | 63 ------ + .../scalable/actions/insert-object.svg | 72 ------ + .../scalable/actions/insert-text.svg | 178 --------------- + .../HighContrast-SVG/scalable/actions/list-add.svg | 71 ------ + .../scalable/actions/list-remove.svg | 68 ------ + .../scalable/actions/mail-forward.svg | 126 ----------- + .../scalable/actions/mail-mark-important.svg | 119 ---------- + .../scalable/actions/mail-mark-junk.svg | 63 ------ + .../scalable/actions/mail-mark-notjunk.svg | 63 ------ + .../scalable/actions/mail-mark-read.svg | 105 --------- + .../scalable/actions/mail-mark-unread.svg | 114 ---------- + .../scalable/actions/mail-message-new.svg | 127 ----------- + .../scalable/actions/mail-reply-all.svg | 166 -------------- + .../scalable/actions/mail-reply-sender.svg | 123 ---------- + .../scalable/actions/mail-send-receive.svg | 119 ---------- + .../scalable/actions/mail-send.svg | 63 ------ + .../scalable/actions/media-eject.svg | 129 ----------- + .../scalable/actions/media-playback-pause.svg | 140 ------------ + .../scalable/actions/media-playback-start.svg | 69 ------ + .../scalable/actions/media-playback-stop.svg | 122 ---------- + .../scalable/actions/media-record.svg | 132 ----------- + .../scalable/actions/media-seek-backward.svg | 96 -------- + .../scalable/actions/media-seek-forward.svg | 95 -------- + .../scalable/actions/media-skip-backward.svg | 136 ------------ + .../scalable/actions/media-skip-forward.svg | 137 ------------ + .../scalable/actions/object-flip-horizontal.svg | 119 ---------- + .../scalable/actions/object-flip-vertical.svg | 119 ---------- + .../scalable/actions/object-rotate-left.svg | 119 ---------- + .../scalable/actions/object-rotate-right.svg | 119 ---------- + .../scalable/actions/process-stop.svg | 68 ------ + .../scalable/actions/system-lock-screen.svg | 76 ------- + .../scalable/actions/system-log-out.svg | 105 --------- + .../scalable/actions/system-reboot.svg | 63 ------ + .../scalable/actions/system-run.svg | 72 ------ + .../scalable/actions/system-search.svg | 157 ------------- + .../scalable/actions/system-shutdown.svg | 74 ------- + .../scalable/actions/tool-check-spelling.svg | 31 --- + .../scalable/actions/tools-check-spelling.svg | 91 -------- + .../scalable/actions/view-fullscreen.svg | 85 ------- + .../scalable/actions/view-refresh.svg | 98 -------- + .../scalable/actions/view-restore.svg | 78 ------- + .../scalable/actions/view-sort-ascending.svg | 117 ---------- + .../scalable/actions/view-sort-descending.svg | 111 ---------- + .../scalable/actions/window-close.svg | 84 ------- + .../scalable/actions/window-new.svg | 96 -------- + .../scalable/actions/zoom-fit-best.svg | 217 ------------------ + .../HighContrast-SVG/scalable/actions/zoom-in.svg | 220 ------------------ + .../scalable/actions/zoom-original.svg | 165 -------------- + .../HighContrast-SVG/scalable/actions/zoom-out.svg | 215 ------------------ + .../scalable/apps-extra/Makefile.am | 28 --- + .../scalable/apps-extra/brasero.svg | 174 --------------- + .../scalable/apps-extra/bug-buddy.svg | 189 ---------------- + .../scalable/apps-extra/firefox-icon.svg | 141 ------------ + .../scalable/apps-extra/glchess.svg | 130 ----------- + .../scalable/apps-extra/internet-group-chat.svg | 73 ------ + .../scalable/apps-extra/internet-mail.svg | 114 ---------- + .../scalable/apps-extra/internet-news-reader.svg | 63 ------ + .../scalable/apps-extra/internet-web-browser.svg | 63 ------ + .../HighContrast-SVG/scalable/apps-extra/orca.svg | 175 --------------- + .../scalable/apps-extra/pidgin.svg | 73 ------ + .../preferences-system-network-proxy.svg | 63 ------ + .../apps-extra/preferences-system-session.svg | 63 ------ + .../apps-extra/preferences-system-windows.svg | 107 --------- + .../scalable/apps-extra/rhythmbox.svg | 163 -------------- + .../scalable/apps-extra/sound-juicer.svg | 132 ----------- + .../scalable/apps-extra/thunderbird-icon.svg | 114 ---------- + .../scalable/apps-extra/tomboy.svg | 110 --------- + .../HighContrast-SVG/scalable/apps-extra/totem.svg | 154 ------------- + .../HighContrast-SVG/scalable/apps/Makefile.am | 52 ----- + .../scalable/apps/accessories-calculator.svg | 167 -------------- + .../scalable/apps/accessories-character-map.svg | 147 ------------ + .../scalable/apps/accessories-text-editor.svg | 110 --------- + .../scalable/apps/help-browser.svg | 155 ------------- + .../scalable/apps/multimedia-volume-control.svg | 100 --------- + .../apps/preferences-desktop-accessibility.svg | 217 ------------------ + .../scalable/apps/preferences-desktop-font.svg | 64 ------ + .../scalable/apps/preferences-desktop-locale.svg | 126 ----------- + .../apps/preferences-desktop-screensaver.svg | 182 --------------- + .../scalable/apps/system-file-manager.svg | 133 ----------- + .../scalable/apps/utilities-system-monitor.svg | 159 ------------- + .../scalable/apps/utilities-terminal.svg | 167 -------------- + .../scalable/categories-extra/Makefile.am | 10 - + .../scalable/categories/Makefile.am | 52 ----- + .../categories/applications-accessories.svg | 110 --------- + .../categories/applications-development.svg | 122 ---------- + .../scalable/categories/applications-games.svg | 122 ---------- + .../scalable/categories/applications-graphics.svg | 83 ------- + .../scalable/categories/applications-internet.svg | 141 ------------ + .../categories/applications-multimedia.svg | 163 -------------- + .../scalable/categories/applications-system.svg | 94 -------- + .../categories/preferences-desktop-peripherals.svg | 210 ------------------ + .../scalable/categories/preferences-desktop.svg | 118 ---------- + .../scalable/categories/preferences-system.svg | 99 --------- + .../scalable/devices-extra/Makefile.am | 11 - + .../scalable/devices-extra/media-flash.svg | 148 ------------- + .../HighContrast-SVG/scalable/devices/Makefile.am | 60 ----- + .../scalable/devices/audio-card.svg | 63 ------ + .../scalable/devices/audio-input-microphone.svg | 144 ------------ + .../HighContrast-SVG/scalable/devices/battery.svg | 123 ---------- + .../scalable/devices/camera-photo.svg | 115 ---------- + .../scalable/devices/camera-video.svg | 110 --------- + .../scalable/devices/camera-web.svg | 63 ------ + .../HighContrast-SVG/scalable/devices/computer.svg | 226 ------------------- + .../scalable/devices/drive-harddisk.svg | 128 ----------- + .../scalable/devices/drive-optical.svg | 128 ----------- + .../scalable/devices/drive-removable-media.svg | 128 ----------- + .../scalable/devices/input-gaming.svg | 63 ------ + .../scalable/devices/input-keyboard.svg | 172 -------------- + .../scalable/devices/input-mouse.svg | 181 --------------- + .../scalable/devices/input-tablet.svg | 63 ------ + .../scalable/devices/media-flash.svg | 88 -------- + .../scalable/devices/media-floppy.svg | 85 ------- + .../scalable/devices/media-optical.svg | 132 ----------- + .../scalable/devices/media-tape.svg | 130 ----------- + .../HighContrast-SVG/scalable/devices/modem.svg | 63 ------ + .../scalable/devices/multimedia-player.svg | 120 ---------- + .../scalable/devices/network-wired.svg | 127 ----------- + .../scalable/devices/network-wireless.svg | 230 ------------------- + .../HighContrast-SVG/scalable/devices/pda.svg | 63 ------ + .../HighContrast-SVG/scalable/devices/phone.svg | 186 ---------------- + .../HighContrast-SVG/scalable/devices/printer.svg | 99 --------- + .../HighContrast-SVG/scalable/devices/scanner.svg | 63 ------ + .../scalable/devices/video-display.svg | 211 ------------------ + .../scalable/emblems-extra/Makefile.am | 10 - + .../HighContrast-SVG/scalable/emblems/Makefile.am | 46 ---- + .../scalable/emblems/emblem-default.svg | 132 ----------- + .../scalable/emblems/emblem-documents.svg | 91 -------- + .../scalable/emblems/emblem-downloads.svg | 118 ---------- + .../scalable/emblems/emblem-favorite.svg | 115 ---------- + .../scalable/emblems/emblem-important.svg | 119 ---------- + .../scalable/emblems/emblem-mail.svg | 114 ---------- + .../scalable/emblems/emblem-photos.svg | 121 ---------- + .../scalable/emblems/emblem-readonly.svg | 76 ------- + .../scalable/emblems/emblem-shared.svg | 63 ------ + .../scalable/emblems/emblem-symbolic-link.svg | 72 ------ + .../scalable/emblems/emblem-synchronized.svg | 63 ------ + .../scalable/emblems/emblem-system.svg | 134 ----------- + .../scalable/emblems/emblem-unreadable.svg | 118 ---------- + .../scalable/emotes-extra/Makefile.am | 10 - + .../HighContrast-SVG/scalable/emotes/Makefile.am | 53 ----- + .../scalable/emotes/face-angel.svg | 63 ------ + .../scalable/emotes/face-angry.svg | 63 ------ + .../HighContrast-SVG/scalable/emotes/face-cool.svg | 118 ---------- + .../scalable/emotes/face-crying.svg | 63 ------ + .../scalable/emotes/face-devilish.svg | 63 ------ + .../scalable/emotes/face-embarrassed.svg | 63 ------ + .../HighContrast-SVG/scalable/emotes/face-kiss.svg | 63 ------ + .../scalable/emotes/face-laugh.svg | 63 ------ + .../scalable/emotes/face-monkey.svg | 63 ------ + .../scalable/emotes/face-plain.svg | 136 ------------ + .../scalable/emotes/face-raspberry.svg | 63 ------ + .../HighContrast-SVG/scalable/emotes/face-sad.svg | 137 ------------ + .../HighContrast-SVG/scalable/emotes/face-sick.svg | 63 ------ + .../scalable/emotes/face-smile-big.svg | 138 ------------ + .../scalable/emotes/face-smile.svg | 138 ------------ + .../scalable/emotes/face-smirk.svg | 63 ------ + .../scalable/emotes/face-surprise.svg | 152 ------------- + .../scalable/emotes/face-tired.svg | 63 ------ + .../scalable/emotes/face-uncertain.svg | 63 ------ + .../HighContrast-SVG/scalable/emotes/face-wink.svg | 138 ------------ + .../scalable/emotes/face-worried.svg | 63 ------ + .../scalable/mimetypes-extra/Makefile.am | 10 - + .../scalable/mimetypes/Makefile.am | 48 ---- + .../mimetypes/application-x-executable.svg | 60 ----- + .../scalable/mimetypes/audio-x-generic.svg | 163 -------------- + .../scalable/mimetypes/font-x-generic.svg | 87 -------- + .../scalable/mimetypes/image-x-generic.svg | 93 -------- + .../scalable/mimetypes/text-html.svg | 129 ----------- + .../scalable/mimetypes/text-x-generic-template.svg | 11 - + .../scalable/mimetypes/text-x-generic.svg | 94 -------- + .../scalable/mimetypes/text-x-preview.svg | 83 ------- + .../scalable/mimetypes/text-x-script.svg | 92 -------- + .../scalable/mimetypes/video-x-generic.svg | 234 -------------------- + .../scalable/mimetypes/x-office-address-book.svg | 143 ------------ + .../scalable/mimetypes/x-office-calendar.svg | 188 ---------------- + .../scalable/mimetypes/x-office-document.svg | 109 --------- + .../scalable/mimetypes/x-office-presentation.svg | 160 ------------- + .../scalable/mimetypes/x-office-spreadsheet.svg | 90 -------- + .../scalable/places-extra/Makefile.am | 14 -- + .../places-extra/library-internet-radio.svg | 158 ------------- + .../scalable/places-extra/library-podcast.svg | 99 --------- + .../scalable/places-extra/playlist-automatic.svg | 125 ----------- + .../scalable/places-extra/playlist.svg | 109 --------- + .../HighContrast-SVG/scalable/places/Makefile.am | 35 --- + .../scalable/places/folder-remote.svg | 101 --------- + .../HighContrast-SVG/scalable/places/folder.svg | 99 --------- + .../scalable/places/network-server.svg | 147 ------------ + .../scalable/places/network-workgroup.svg | 168 -------------- + .../scalable/places/start-here.svg | 153 ------------- + .../scalable/places/user-bookmarks.svg | 112 ---------- + .../scalable/places/user-desktop.svg | 136 ------------ + .../HighContrast-SVG/scalable/places/user-home.svg | 85 ------- + .../scalable/places/user-trash.svg | 87 -------- + .../scalable/status-extra/Makefile.am | 14 -- + .../scalable/status-extra/nm-signal-100.svg | 147 ------------ + .../scalable/status-extra/nm-signal-25.svg | 123 ---------- + .../scalable/status-extra/nm-signal-50.svg | 131 ----------- + .../scalable/status-extra/nm-signal-75.svg | 139 ------------ + .../HighContrast-SVG/scalable/status/Makefile.am | 91 -------- + .../scalable/status/appointment-missed.svg | 63 ------ + .../scalable/status/appointment-soon.svg | 63 ------ + .../scalable/status/audio-volume-high.svg | 135 ----------- + .../scalable/status/audio-volume-low.svg | 120 ---------- + .../scalable/status/audio-volume-medium.svg | 125 ----------- + .../scalable/status/audio-volume-muted.svg | 139 ------------ + .../scalable/status/battery-caution.svg | 151 ------------- + .../scalable/status/battery-low.svg | 151 ------------- + .../scalable/status/dialog-error.svg | 76 ------- + .../scalable/status/dialog-information.svg | 113 ---------- + .../scalable/status/dialog-password.svg | 76 ------- + .../scalable/status/dialog-question.svg | 72 ------ + .../scalable/status/dialog-warning.svg | 95 -------- + .../scalable/status/folder-drag-accept.svg | 70 ------ + .../scalable/status/folder-open.svg | 70 ------ + .../scalable/status/folder-visiting.svg | 84 ------- + .../scalable/status/image-loading.svg | 63 ------ + .../scalable/status/image-missing.svg | 143 ------------ + .../scalable/status/mail-attachment.svg | 69 ------ + .../HighContrast-SVG/scalable/status/mail-read.svg | 63 ------ + .../scalable/status/mail-replied.svg | 63 ------ + .../scalable/status/mail-signed-verified.svg | 63 ------ + .../scalable/status/mail-signed.svg | 63 ------ + .../scalable/status/mail-unread.svg | 63 ------ + .../scalable/status/media-playlist-repeat.svg | 111 ---------- + .../scalable/status/media-playlist-shuffle.svg | 120 ---------- + .../scalable/status/network-error.svg | 63 ------ + .../scalable/status/network-idle.svg | 63 ------ + .../scalable/status/network-offline.svg | 90 -------- + .../scalable/status/network-online.svg | 94 -------- + .../scalable/status/network-receive.svg | 63 ------ + .../scalable/status/network-transmit-receive.svg | 63 ------ + .../scalable/status/network-transmit.svg | 63 ------ + .../scalable/status/printer-printing.svg | 32 --- + .../scalable/status/security-high.svg | 63 ------ + .../scalable/status/security-low.svg | 63 ------ + .../scalable/status/security-medium.svg | 63 ------ + .../scalable/status/software-update-available.svg | 154 ------------- + .../scalable/status/software-update-urgent.svg | 169 -------------- + .../scalable/status/sync-error.svg | 63 ------ + .../scalable/status/sync-synchronizing.svg | 63 ------ + .../HighContrast-SVG/scalable/status/task-due.svg | 63 ------ + .../scalable/status/task-past-due.svg | 63 ------ + .../HighContrast-SVG/scalable/status/user-away.svg | 63 ------ + .../HighContrast-SVG/scalable/status/user-idle.svg | 63 ------ + .../scalable/status/user-offline.svg | 63 ------ + .../scalable/status/user-online.svg | 63 ------ + .../scalable/status/user-trash-full.svg | 77 ------- + .../scalable/status/weather-clear-night.svg | 152 ------------- + .../scalable/status/weather-clear.svg | 141 ------------ + .../scalable/status/weather-few-clouds-night.svg | 163 -------------- + .../scalable/status/weather-few-clouds.svg | 160 ------------- + .../scalable/status/weather-fog.svg | 123 ---------- + .../scalable/status/weather-overcast.svg | 109 --------- + .../scalable/status/weather-severe-alert.svg | 63 ------ + .../scalable/status/weather-showers-scattered.svg | 230 ------------------- + .../scalable/status/weather-showers.svg | 178 --------------- + .../scalable/status/weather-snow.svg | 177 --------------- + .../scalable/status/weather-storm.svg | 110 --------- + icon-themes/HighContrast/Makefile.am | 5 - + icon-themes/HighContrast/index.theme | 215 ------------------ + icon-themes/HighContrastInverse/Makefile.am | 5 - + icon-themes/HighContrastInverse/index.theme | 215 ------------------ + .../HighContrastLargePrint/36x36/Makefile.am | 1 - + .../36x36/animations/Makefile.am | 19 -- + .../36x36/animations/process-idle.png | Bin 2767 -> 0 bytes + .../36x36/animations/process-working.png | Bin 5285 -> 0 bytes + .../HighContrastLargePrint/48x48/Makefile.am | 1 - + .../48x48/actions/Makefile.am | 25 --- + .../48x48/actions/go-home.png | Bin 986 -> 0 bytes + .../48x48/actions/media-playback-pause.png | Bin 479 -> 0 bytes + .../48x48/actions/stock_new-tab.png | Bin 728 -> 0 bytes + .../48x48/actions/system-log-out.png | Bin 1510 -> 0 bytes + .../48x48/actions/system-run.png | Bin 2246 -> 0 bytes + .../48x48/actions/system-search.png | Bin 1232 -> 0 bytes + .../48x48/actions/system-shutdown.png | Bin 2056 -> 0 bytes + .../48x48/actions/view-refresh.png | Bin 1437 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/Makefile.am | 104 --------- + .../48x48/apps/accessories-calculator.png | Bin 1660 -> 0 bytes + .../48x48/apps/accessories-character-map.png | Bin 1818 -> 0 bytes + .../48x48/apps/accessories-dictionary.png | Bin 983 -> 0 bytes + .../48x48/apps/accessories-text-editor.png | Bin 1646 -> 0 bytes + .../48x48/apps/advanced-directory.png | Bin 1526 -> 0 bytes + .../48x48/apps/applets-screenshooter.png | Bin 1673 -> 0 bytes + .../48x48/apps/ax-applet.png | Bin 1925 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/brasero.png | Bin 2368 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/charpick.png | Bin 2390 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/clock.png | Bin 2373 -> 0 bytes + .../48x48/apps/display-capplet.png | Bin 1591 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/eog.png | Bin 2014 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/evince.png | Bin 2602 -> 0 bytes + .../48x48/apps/evolution.png | Bin 1433 -> 0 bytes + .../48x48/apps/file-roller.png | Bin 1560 -> 0 bytes + .../48x48/apps/firefox-icon.png | Bin 2715 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/ghex.png | Bin 1997 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/gimp.png | Bin 1683 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/gkb.png | Bin 2824 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/gok.png | Bin 465 -> 0 bytes + .../48x48/apps/gtkam-camera.png | Bin 1673 -> 0 bytes + .../48x48/apps/help-browser.png | Bin 3137 -> 0 bytes + .../48x48/apps/launcher-program.png | Bin 1778 -> 0 bytes + .../48x48/apps/mate-application-generic.png | Bin 1431 -> 0 bytes + .../48x48/apps/mate-audio2.png | Bin 3156 -> 0 bytes + .../48x48/apps/mate-calc3.png | Bin 1660 -> 0 bytes + .../48x48/apps/mate-ccmime.png | Bin 1959 -> 0 bytes + .../48x48/apps/mate-ccscreensaver.png | Bin 2118 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/mate-cd.png | Bin 2415 -> 0 bytes + .../48x48/apps/mate-folder-generic.png | Bin 1232 -> 0 bytes + .../48x48/apps/mate-grecord.png | Bin 3156 -> 0 bytes + .../48x48/apps/mate-home.png | Bin 1811 -> 0 bytes + .../48x48/apps/mate-info.png | Bin 2233 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/mate-log.png | Bin 1489 -> 0 bytes + .../48x48/apps/mate-logo-icon-transparent.png | Bin 2314 -> 0 bytes + .../48x48/apps/mate-mailcheck.png | Bin 2136 -> 0 bytes + .../48x48/apps/mate-mini-commander.png | Bin 1028 -> 0 bytes + .../48x48/apps/mate-mixer-applet.png | Bin 3025 -> 0 bytes + .../48x48/apps/mate-palm.png | Bin 1821 -> 0 bytes + .../48x48/apps/mate-panel.png | Bin 1798 -> 0 bytes + .../48x48/apps/mate-searchtool-animation-rest.png | Bin 1232 -> 0 bytes + .../48x48/apps/mate-searchtool-animation.png | Bin 3060 -> 0 bytes + .../apps/mate-settings-accessibility-keyboard.png | Bin 465 -> 0 bytes + .../apps/mate-settings-default-applications.png | Bin 2282 -> 0 bytes + .../48x48/apps/mate-settings-ui-behavior.png | Bin 1206 -> 0 bytes + .../48x48/apps/mate-starthere.png | Bin 962 -> 0 bytes + .../48x48/apps/mate-windows.png | Bin 1221 -> 0 bytes + .../48x48/apps/mate-workspace.png | Bin 1115 -> 0 bytes + .../48x48/apps/mozilla-icon.png | Bin 2715 -> 0 bytes + .../48x48/apps/multimedia-volume-control.png | Bin 3025 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/orca.png | Bin 1395 -> 0 bytes + .../48x48/apps/panel-drawer.png | Bin 1500 -> 0 bytes + .../48x48/apps/panel-force-quit.png | Bin 979 -> 0 bytes + .../48x48/apps/perfmeter.png | Bin 2208 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/pidgin.png | Bin 1223 -> 0 bytes + .../apps/preferences-desktop-accessibility.png | Bin 1594 -> 0 bytes + .../48x48/apps/preferences-desktop-font.png | Bin 1758 -> 0 bytes + .../preferences-desktop-keyboard-shortcuts.png | Bin 2216 -> 0 bytes + .../48x48/apps/preferences-desktop-keyboard.png | Bin 465 -> 0 bytes + .../48x48/apps/preferences-desktop-locale.png | Bin 850 -> 0 bytes + .../48x48/apps/preferences-desktop-sound.png | Bin 3156 -> 0 bytes + .../48x48/apps/preferences-desktop-theme.png | Bin 2179 -> 0 bytes + .../48x48/apps/preferences-desktop-wallpaper.png | Bin 2029 -> 0 bytes + .../48x48/apps/preferences-system-session.png | Bin 1814 -> 0 bytes + .../48x48/apps/preferences-system-windows.png | Bin 1606 -> 0 bytes + .../48x48/apps/rhythmbox.png | Bin 1063 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/smc.png | Bin 1312 -> 0 bytes + .../48x48/apps/sound-juicer.png | Bin 2415 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/star.png | Bin 2165 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/symlinks.dat | 38 ---- + .../48x48/apps/system-file-manager.png | Bin 793 -> 0 bytes + .../48x48/apps/thunderbird-icon.png | Bin 1433 -> 0 bytes + .../HighContrastLargePrint/48x48/apps/totem.png | Bin 1413 -> 0 bytes + .../48x48/apps/utilities-system-monitor.png | Bin 1155 -> 0 bytes + .../48x48/apps/utilities-terminal.png | Bin 1249 -> 0 bytes + .../48x48/apps/window-capplet.png | Bin 1153 -> 0 bytes + .../48x48/categories/Makefile.am | 35 --- + .../48x48/categories/applications-accessories.png | Bin 1743 -> 0 bytes + .../48x48/categories/applications-development.png | Bin 1680 -> 0 bytes + .../48x48/categories/applications-engineering.png | Bin 1680 -> 0 bytes + .../48x48/categories/applications-games.png | Bin 2106 -> 0 bytes + .../48x48/categories/applications-graphics.png | Bin 1683 -> 0 bytes + .../48x48/categories/applications-internet.png | Bin 2715 -> 0 bytes + .../48x48/categories/applications-multimedia.png | Bin 3076 -> 0 bytes + .../48x48/categories/applications-office.png | Bin 1822 -> 0 bytes + .../48x48/categories/applications-other.png | Bin 2040 -> 0 bytes + .../48x48/categories/applications-science.png | Bin 2040 -> 0 bytes + .../48x48/categories/applications-system.png | Bin 2040 -> 0 bytes + .../48x48/categories/applications-utilities.png | Bin 1743 -> 0 bytes + .../categories/preferences-desktop-peripherals.png | Bin 2255 -> 0 bytes + .../categories/preferences-desktop-personal.png | Bin 2255 -> 0 bytes + .../48x48/categories/preferences-desktop.png | Bin 2255 -> 0 bytes + .../48x48/categories/preferences-other.png | Bin 2255 -> 0 bytes + .../categories/preferences-system-network.png | Bin 2040 -> 0 bytes + .../48x48/categories/preferences-system.png | Bin 2040 -> 0 bytes + .../48x48/devices/Makefile.am | 42 ---- + .../48x48/devices/computer.png | Bin 2040 -> 0 bytes + .../48x48/devices/drive-harddisk.png | Bin 595 -> 0 bytes + .../48x48/devices/drive-optical.png | Bin 1271 -> 0 bytes + .../48x48/devices/drive-removable-media.png | Bin 666 -> 0 bytes + .../48x48/devices/input-keyboard.png | Bin 465 -> 0 bytes + .../48x48/devices/input-mouse.png | Bin 2002 -> 0 bytes + .../48x48/devices/mate-dev-printer-network.png | 15 -- + .../48x48/devices/mate-dev-printer-new.png | 18 -- + .../48x48/devices/media-floppy.png | Bin 794 -> 0 bytes + .../48x48/devices/media-optical.png | Bin 1046 -> 0 bytes + .../HighContrastLargePrint/48x48/devices/pda.png | Bin 1821 -> 0 bytes + .../48x48/devices/printer.png | Bin 816 -> 0 bytes + .../48x48/devices/symlinks.dat | 12 - + .../48x48/emblems/Makefile.am | 23 -- + .../48x48/emblems/emblem-default.png | Bin 922 -> 0 bytes + .../48x48/emblems/emblem-desktop.png | Bin 660 -> 0 bytes + .../48x48/emblems/emblem-important.png | Bin 715 -> 0 bytes + .../48x48/emblems/emblem-personal.png | Bin 492 -> 0 bytes + .../48x48/emblems/emblem-special.png | Bin 794 -> 0 bytes + .../48x48/emblems/emblem-unreadable.png | Bin 1151 -> 0 bytes + .../48x48/mimetypes/Makefile.am | 40 ---- + .../48x48/mimetypes/application-x-executable.png | Bin 1431 -> 0 bytes + .../48x48/mimetypes/audio-x-generic.png | Bin 739 -> 0 bytes + .../48x48/mimetypes/font-x-generic.png | Bin 748 -> 0 bytes + .../48x48/mimetypes/image-x-generic.png | Bin 739 -> 0 bytes + .../mate-mime-application-x-core-file.png | Bin 1127 -> 0 bytes + .../48x48/mimetypes/package-x-generic.png | Bin 1279 -> 0 bytes + .../48x48/mimetypes/symlinks.dat | 35 --- + .../48x48/mimetypes/text-x-generic.png | Bin 739 -> 0 bytes + .../48x48/mimetypes/text-x-preview.png | Bin 739 -> 0 bytes + .../48x48/mimetypes/video-x-generic.png | Bin 739 -> 0 bytes + .../48x48/mimetypes/x-office-address-book.png | Bin 784 -> 0 bytes + .../48x48/places/Makefile.am | 26 --- + .../48x48/places/folder-remote.png | Bin 879 -> 0 bytes + .../48x48/places/folder.icon | 2 - + .../HighContrastLargePrint/48x48/places/folder.png | Bin 793 -> 0 bytes + .../48x48/places/network-server.png | Bin 1991 -> 0 bytes + .../48x48/places/network-workgroup.png | Bin 1224 -> 0 bytes + .../48x48/places/start-here.png | Bin 2183 -> 0 bytes + .../48x48/places/user-desktop.png | Bin 675 -> 0 bytes + .../48x48/places/user-home.png | Bin 1094 -> 0 bytes + .../48x48/places/user-trash.png | Bin 937 -> 0 bytes + .../48x48/status/Makefile.am | 30 --- + .../48x48/status/audio-volume-high.png | Bin 1228 -> 0 bytes + .../48x48/status/audio-volume-low.png | Bin 643 -> 0 bytes + .../48x48/status/audio-volume-medium.png | Bin 850 -> 0 bytes + .../48x48/status/audio-volume-muted.png | Bin 743 -> 0 bytes + .../48x48/status/folder-drag-accept.icon | 2 - + .../48x48/status/folder-drag-accept.png | Bin 1232 -> 0 bytes + .../48x48/status/network-error.png | Bin 1736 -> 0 bytes + .../48x48/status/network-idle.png | Bin 1126 -> 0 bytes + .../48x48/status/network-offline.png | Bin 1646 -> 0 bytes + .../48x48/status/network-receive.png | Bin 1200 -> 0 bytes + .../48x48/status/network-transmit-receive.png | Bin 1126 -> 0 bytes + .../48x48/status/network-transmit.png | Bin 1269 -> 0 bytes + .../48x48/status/user-trash-full.png | Bin 1409 -> 0 bytes + icon-themes/HighContrastLargePrint/Makefile.am | 19 -- + icon-themes/HighContrastLargePrint/index.theme.in | 58 ----- + .../36x36/Makefile.am | 1 - + .../36x36/animations/Makefile.am | 19 -- + .../36x36/animations/process-idle.png | Bin 2751 -> 0 bytes + .../36x36/animations/process-working.png | Bin 5274 -> 0 bytes + .../48x48/Makefile.am | 1 - + .../48x48/actions/Makefile.am | 28 --- + .../48x48/actions/go-home.png | Bin 888 -> 0 bytes + .../48x48/actions/insert-image.png | Bin 1418 -> 0 bytes + .../48x48/actions/insert-text.png | Bin 1262 -> 0 bytes + .../48x48/actions/mail-send-receive.png | Bin 1172 -> 0 bytes + .../48x48/actions/media-playback-pause.png | Bin 381 -> 0 bytes + .../48x48/actions/stock_new-tab.png | Bin 748 -> 0 bytes + .../48x48/actions/system-log-out.png | Bin 1536 -> 0 bytes + .../48x48/actions/system-run.png | Bin 2313 -> 0 bytes + .../48x48/actions/system-search.png | Bin 1338 -> 0 bytes + .../48x48/actions/system-shutdown.png | Bin 1910 -> 0 bytes + .../48x48/actions/view-refresh.png | Bin 1376 -> 0 bytes + .../48x48/apps/Makefile.am | 104 --------- + .../48x48/apps/accessories-calculator.png | Bin 1721 -> 0 bytes + .../48x48/apps/accessories-character-map.png | Bin 1842 -> 0 bytes + .../48x48/apps/accessories-dictionary.png | Bin 1134 -> 0 bytes + .../48x48/apps/accessories-text-editor.png | Bin 1654 -> 0 bytes + .../48x48/apps/advanced-directory.png | Bin 1598 -> 0 bytes + .../48x48/apps/applets-screenshooter.png | Bin 1719 -> 0 bytes + .../48x48/apps/ax-applet.png | Bin 2010 -> 0 bytes + .../48x48/apps/brasero.png | Bin 2349 -> 0 bytes + .../48x48/apps/charpick.png | Bin 2500 -> 0 bytes + .../48x48/apps/clock.png | Bin 2400 -> 0 bytes + .../48x48/apps/display-capplet.png | Bin 1568 -> 0 bytes + .../48x48/apps/eog.png | Bin 2069 -> 0 bytes + .../48x48/apps/evince.png | Bin 2647 -> 0 bytes + .../48x48/apps/evolution.png | Bin 1491 -> 0 bytes + .../48x48/apps/file-roller.png | Bin 1266 -> 0 bytes + .../48x48/apps/firefox-icon.png | Bin 2749 -> 0 bytes + .../48x48/apps/ghex.png | Bin 2108 -> 0 bytes + .../48x48/apps/gimp.png | Bin 1740 -> 0 bytes + .../48x48/apps/gkb.png | Bin 2767 -> 0 bytes + .../48x48/apps/gok.png | Bin 404 -> 0 bytes + .../48x48/apps/gtkam-camera.png | Bin 1550 -> 0 bytes + .../48x48/apps/help-browser.png | Bin 3263 -> 0 bytes + .../48x48/apps/launcher-program.png | Bin 1882 -> 0 bytes + .../48x48/apps/mate-application-generic.png | Bin 1577 -> 0 bytes + .../48x48/apps/mate-audio2.png | Bin 3211 -> 0 bytes + .../48x48/apps/mate-calc3.png | Bin 1721 -> 0 bytes + .../48x48/apps/mate-ccmime.png | Bin 2000 -> 0 bytes + .../48x48/apps/mate-ccscreensaver.png | Bin 2111 -> 0 bytes + .../48x48/apps/mate-cd.png | Bin 2477 -> 0 bytes + .../48x48/apps/mate-folder-generic.png | Bin 1015 -> 0 bytes + .../48x48/apps/mate-grecord.png | Bin 3211 -> 0 bytes + .../48x48/apps/mate-home.png | Bin 1827 -> 0 bytes + .../48x48/apps/mate-info.png | Bin 2339 -> 0 bytes + .../48x48/apps/mate-log.png | Bin 1530 -> 0 bytes + .../48x48/apps/mate-logo-icon-transparent.png | Bin 2369 -> 0 bytes + .../48x48/apps/mate-mailcheck.png | Bin 2183 -> 0 bytes + .../48x48/apps/mate-mini-commander.png | Bin 1080 -> 0 bytes + .../48x48/apps/mate-mixer-applet.png | Bin 3085 -> 0 bytes + .../48x48/apps/mate-palm.png | Bin 1807 -> 0 bytes + .../48x48/apps/mate-panel.png | Bin 1849 -> 0 bytes + .../48x48/apps/mate-searchtool-animation-rest.png | Bin 1338 -> 0 bytes + .../48x48/apps/mate-searchtool-animation.png | Bin 3077 -> 0 bytes + .../apps/mate-settings-accessibility-keyboard.png | Bin 404 -> 0 bytes + .../apps/mate-settings-default-applications.png | Bin 2337 -> 0 bytes + .../48x48/apps/mate-settings-ui-behavior.png | Bin 1239 -> 0 bytes + .../48x48/apps/mate-starthere.png | Bin 1038 -> 0 bytes + .../48x48/apps/mate-windows.png | Bin 1250 -> 0 bytes + .../48x48/apps/mate-workspace.png | Bin 1148 -> 0 bytes + .../48x48/apps/mozilla-icon.png | Bin 2749 -> 0 bytes + .../48x48/apps/multimedia-volume-control.png | Bin 3085 -> 0 bytes + .../48x48/apps/orca.png | Bin 1401 -> 0 bytes + .../48x48/apps/panel-drawer.png | Bin 1527 -> 0 bytes + .../48x48/apps/panel-force-quit.png | Bin 1013 -> 0 bytes + .../48x48/apps/perfmeter.png | Bin 2084 -> 0 bytes + .../48x48/apps/pidgin.png | Bin 1187 -> 0 bytes + .../apps/preferences-desktop-accessibility.png | Bin 1355 -> 0 bytes + .../48x48/apps/preferences-desktop-font.png | Bin 1832 -> 0 bytes + .../preferences-desktop-keyboard-shortcuts.png | Bin 2283 -> 0 bytes + .../48x48/apps/preferences-desktop-keyboard.png | Bin 404 -> 0 bytes + .../48x48/apps/preferences-desktop-locale.png | Bin 800 -> 0 bytes + .../48x48/apps/preferences-desktop-sound.png | Bin 3211 -> 0 bytes + .../48x48/apps/preferences-desktop-theme.png | Bin 2203 -> 0 bytes + .../48x48/apps/preferences-desktop-wallpaper.png | Bin 2067 -> 0 bytes + .../48x48/apps/preferences-system-session.png | Bin 1859 -> 0 bytes + .../48x48/apps/preferences-system-windows.png | Bin 1633 -> 0 bytes + .../48x48/apps/rhythmbox.png | Bin 1020 -> 0 bytes + .../48x48/apps/smc.png | Bin 1466 -> 0 bytes + .../48x48/apps/sound-juicer.png | Bin 2477 -> 0 bytes + .../48x48/apps/star.png | Bin 2263 -> 0 bytes + .../48x48/apps/symlinks.dat | 38 ---- + .../48x48/apps/system-file-manager.png | Bin 787 -> 0 bytes + .../48x48/apps/thunderbird-icon.png | Bin 1504 -> 0 bytes + .../48x48/apps/totem.png | Bin 1398 -> 0 bytes + .../48x48/apps/utilities-system-monitor.png | Bin 1066 -> 0 bytes + .../48x48/apps/utilities-terminal.png | Bin 1272 -> 0 bytes + .../48x48/apps/window-capplet.png | Bin 1312 -> 0 bytes + .../48x48/categories/Makefile.am | 35 --- + .../48x48/categories/applications-accessories.png | Bin 1858 -> 0 bytes + .../48x48/categories/applications-development.png | Bin 1717 -> 0 bytes + .../48x48/categories/applications-engineering.png | Bin 1717 -> 0 bytes + .../48x48/categories/applications-games.png | Bin 2116 -> 0 bytes + .../48x48/categories/applications-graphics.png | Bin 1740 -> 0 bytes + .../48x48/categories/applications-internet.png | Bin 2749 -> 0 bytes + .../48x48/categories/applications-multimedia.png | Bin 3129 -> 0 bytes + .../48x48/categories/applications-office.png | Bin 1857 -> 0 bytes + .../48x48/categories/applications-other.png | Bin 2065 -> 0 bytes + .../48x48/categories/applications-science.png | Bin 2065 -> 0 bytes + .../48x48/categories/applications-system.png | Bin 2065 -> 0 bytes + .../48x48/categories/applications-utilities.png | Bin 1858 -> 0 bytes + .../categories/preferences-desktop-peripherals.png | Bin 2355 -> 0 bytes + .../categories/preferences-desktop-personal.png | Bin 2355 -> 0 bytes + .../48x48/categories/preferences-desktop.png | Bin 2355 -> 0 bytes + .../48x48/categories/preferences-other.png | Bin 2355 -> 0 bytes + .../categories/preferences-system-network.png | Bin 2065 -> 0 bytes + .../48x48/categories/preferences-system.png | Bin 2065 -> 0 bytes + .../48x48/devices/Makefile.am | 43 ---- + .../48x48/devices/computer.png | Bin 2065 -> 0 bytes + .../48x48/devices/drive-harddisk.png | Bin 667 -> 0 bytes + .../48x48/devices/drive-optical.png | Bin 667 -> 0 bytes + .../48x48/devices/drive-removable-media.png | Bin 667 -> 0 bytes + .../48x48/devices/input-keyboard.png | Bin 404 -> 0 bytes + .../48x48/devices/input-mouse.png | Bin 2082 -> 0 bytes + .../48x48/devices/mate-dev-printer-network.png | 22 -- + .../48x48/devices/mate-dev-printer-new.png | 19 -- + .../48x48/devices/media-floppy.png | Bin 836 -> 0 bytes + .../48x48/devices/media-optical.png | Bin 1414 -> 0 bytes + .../48x48/devices/network-wireless.png | Bin 2272 -> 0 bytes + .../48x48/devices/pda.png | Bin 1807 -> 0 bytes + .../48x48/devices/printer.png | Bin 862 -> 0 bytes + .../48x48/devices/symlinks.dat | 12 - + .../48x48/emblems/Makefile.am | 23 -- + .../48x48/emblems/emblem-default.png | Bin 884 -> 0 bytes + .../48x48/emblems/emblem-desktop.png | Bin 644 -> 0 bytes + .../48x48/emblems/emblem-important.png | Bin 798 -> 0 bytes + .../48x48/emblems/emblem-personal.png | Bin 546 -> 0 bytes + .../48x48/emblems/emblem-special.png | Bin 847 -> 0 bytes + .../48x48/emblems/emblem-unreadable.png | Bin 1168 -> 0 bytes + .../48x48/mimetypes/Makefile.am | 44 ---- + .../48x48/mimetypes/application-x-executable.png | Bin 1577 -> 0 bytes + .../48x48/mimetypes/audio-x-generic.png | Bin 805 -> 0 bytes + .../48x48/mimetypes/font-x-generic.png | Bin 1024 -> 0 bytes + .../48x48/mimetypes/image-x-generic.png | Bin 805 -> 0 bytes + .../mate-mime-application-x-core-file.png | Bin 1551 -> 0 bytes + .../48x48/mimetypes/package-x-generic.png | Bin 1266 -> 0 bytes + .../48x48/mimetypes/symlinks.dat | 35 --- + .../48x48/mimetypes/text-x-generic-template.png | Bin 1091 -> 0 bytes + .../48x48/mimetypes/text-x-generic.png | Bin 805 -> 0 bytes + .../48x48/mimetypes/text-x-preview.png | Bin 805 -> 0 bytes + .../48x48/mimetypes/video-x-generic.png | Bin 805 -> 0 bytes + .../48x48/mimetypes/x-office-address-book.png | Bin 1033 -> 0 bytes + .../48x48/mimetypes/x-office-calendar.png | Bin 832 -> 0 bytes + .../48x48/mimetypes/x-office-document.png | Bin 879 -> 0 bytes + .../48x48/mimetypes/x-office-presentation.png | Bin 1362 -> 0 bytes + .../48x48/places/Makefile.am | 26 --- + .../48x48/places/folder-remote.png | Bin 1040 -> 0 bytes + .../48x48/places/folder.icon | 2 - + .../48x48/places/folder.png | Bin 787 -> 0 bytes + .../48x48/places/network-server.png | Bin 2065 -> 0 bytes + .../48x48/places/network-workgroup.png | Bin 1180 -> 0 bytes + .../48x48/places/start-here.png | Bin 2369 -> 0 bytes + .../48x48/places/user-desktop.png | Bin 749 -> 0 bytes + .../48x48/places/user-home.png | Bin 1152 -> 0 bytes + .../48x48/places/user-trash.png | Bin 1130 -> 0 bytes + .../48x48/status/Makefile.am | 46 ---- + .../48x48/status/audio-volume-high.png | Bin 1274 -> 0 bytes + .../48x48/status/audio-volume-low.png | Bin 773 -> 0 bytes + .../48x48/status/audio-volume-medium.png | Bin 944 -> 0 bytes + .../48x48/status/audio-volume-muted.png | Bin 835 -> 0 bytes + .../48x48/status/battery-caution.png | Bin 830 -> 0 bytes + .../48x48/status/battery-low.png | Bin 953 -> 0 bytes + .../48x48/status/folder-drag-accept.icon | 2 - + .../48x48/status/folder-drag-accept.png | Bin 1015 -> 0 bytes + .../48x48/status/media-playlist-repeat.png | Bin 1116 -> 0 bytes + .../48x48/status/media-playlist-shuffle.png | Bin 1032 -> 0 bytes + .../48x48/status/network-error.png | Bin 1685 -> 0 bytes + .../48x48/status/network-idle.png | Bin 1081 -> 0 bytes + .../48x48/status/network-offline.png | Bin 1567 -> 0 bytes + .../48x48/status/network-receive.png | Bin 1157 -> 0 bytes + .../48x48/status/network-transmit-receive.png | Bin 1081 -> 0 bytes + .../48x48/status/network-transmit.png | Bin 1227 -> 0 bytes + .../48x48/status/printer-error.png | Bin 923 -> 0 bytes + .../48x48/status/printer-printing.png | Bin 816 -> 0 bytes + .../48x48/status/user-trash-full.png | Bin 1584 -> 0 bytes + .../48x48/status/weather-clear-night.png | Bin 2239 -> 0 bytes + .../48x48/status/weather-clear.png | Bin 1680 -> 0 bytes + .../48x48/status/weather-few-clouds-night.png | Bin 1753 -> 0 bytes + .../48x48/status/weather-few-clouds.png | Bin 1520 -> 0 bytes + .../48x48/status/weather-fog.png | Bin 461 -> 0 bytes + .../48x48/status/weather-overcast.png | Bin 1150 -> 0 bytes + .../48x48/status/weather-showers-scattered.png | Bin 1735 -> 0 bytes + .../48x48/status/weather-showers.png | Bin 1460 -> 0 bytes + .../48x48/status/weather-snow.png | Bin 1429 -> 0 bytes + .../48x48/status/weather-storm.png | Bin 1179 -> 0 bytes + .../HighContrastLargePrintInverse/Makefile.am | 19 -- + .../HighContrastLargePrintInverse/index.theme.in | 58 ----- + icon-themes/Makefile.am | 10 +- + 1936 files changed, 35622 insertions(+), 35622 deletions(-) + +commit 00cdd7a3e31e793f5be7044f18e5ee77e2945b2b +Author: Perberos +Date: Wed Mar 21 13:33:36 2012 -0300 + + renaming simple to simply + + configure.in | 2 +- + gtk-themes/Simple/Makefile.am | 5 --- + gtk-themes/Simple/gtkrc | 78 ----------------------------------------- + gtk-themes/Simply/Makefile.am | 5 +++ + gtk-themes/Simply/gtkrc | 78 +++++++++++++++++++++++++++++++++++++++++ + 5 files changed, 84 insertions(+), 84 deletions(-) + +commit 1b65c9c73a41de291549e6b771a19c41e2d5a8df +Author: Perberos +Date: Tue Mar 20 11:03:46 2012 -0300 + + renaming inverted to reverse + + configure.in | 2 +- + gtk-themes/Inverted/Makefile.am | 5 - + gtk-themes/Inverted/gtkrc | 401 --------------------------------------- + gtk-themes/Makefile.am | 4 +- + gtk-themes/Reverse/Makefile.am | 5 + + gtk-themes/Reverse/gtkrc | 401 +++++++++++++++++++++++++++++++++++++++ + gtk-themes/Shiny/gtkrc | 2 +- + 7 files changed, 410 insertions(+), 410 deletions(-) + +commit a331a84e04bbaca24481c5ff1cca236772b4ebd1 +Author: Perberos +Date: Tue Mar 20 06:51:39 2012 -0300 + + renaming glossy to shiny + + configure.in | 4 +- + desktop-themes/Fog/index.theme.in | 2 +- + desktop-themes/Glossy/Makefile.am | 11 - + desktop-themes/Glossy/index.theme.in | 8 - + desktop-themes/Makefile.am | 6 +- + desktop-themes/Quid/index.theme.in | 4 +- + desktop-themes/Shiny/Makefile.am | 11 + + desktop-themes/Shiny/index.theme.in | 8 + + desktop-themes/TraditionalOk/index.theme.in | 2 +- + gtk-themes/Glossy/Makefile.am | 5 - + gtk-themes/Glossy/gtkrc | 403 ------------ + gtk-themes/Makefile.am | 4 +- + gtk-themes/Shiny/Makefile.am | 5 + + gtk-themes/Shiny/gtkrc | 403 ++++++++++++ + marco-themes/Glossy/metacity-theme-1.xml | 942 --------------------------- + marco-themes/Makefile.am | 2 +- + marco-themes/Shiny/metacity-theme-1.xml | 942 +++++++++++++++++++++++++++ + 17 files changed, 1381 insertions(+), 1381 deletions(-) + +commit 15f4bd08eba961aab8c1ef1a9de06b5668a148d5 +Author: Perberos +Date: Tue Mar 20 05:17:21 2012 -0300 + + renaming mist to fog + + configure.in | 76 ++-- + desktop-themes/Fog/Makefile.am | 11 + + desktop-themes/Fog/index.theme.in | 8 + + desktop-themes/Makefile.am | 2 +- + desktop-themes/Mist/Makefile.am | 11 - + desktop-themes/Mist/index.theme.in | 8 - + gtk-themes/Makefile.am | 53 +-- + icon-themes/Fog/16x16/Makefile.am | 5 + + icon-themes/Fog/16x16/actions/Makefile.am | 17 + + icon-themes/Fog/16x16/actions/document-open.png | Bin 0 -> 784 bytes + icon-themes/Fog/16x16/actions/folder-new.png | Bin 0 -> 833 bytes + icon-themes/Fog/16x16/apps/Makefile.am | 16 + + .../Fog/16x16/apps/preferences-desktop-display.png | Bin 0 -> 907 bytes + icon-themes/Fog/16x16/devices/Makefile.am | 17 + + icon-themes/Fog/16x16/devices/computer.png | Bin 0 -> 799 bytes + icon-themes/Fog/16x16/devices/video-display.png | Bin 0 -> 739 bytes + icon-themes/Fog/16x16/places/Makefile.am | 28 ++ + icon-themes/Fog/16x16/places/folder-documents.png | Bin 0 -> 846 bytes + icon-themes/Fog/16x16/places/folder-download.png | Bin 0 -> 841 bytes + icon-themes/Fog/16x16/places/folder-music.png | Bin 0 -> 836 bytes + icon-themes/Fog/16x16/places/folder-new.png | Bin 0 -> 673 bytes + icon-themes/Fog/16x16/places/folder-pictures.png | Bin 0 -> 924 bytes + .../Fog/16x16/places/folder-publicshare.png | Bin 0 -> 823 bytes + icon-themes/Fog/16x16/places/folder-remote.png | Bin 0 -> 778 bytes + .../Fog/16x16/places/folder-saved-search.png | Bin 0 -> 869 bytes + icon-themes/Fog/16x16/places/folder-templates.png | Bin 0 -> 844 bytes + icon-themes/Fog/16x16/places/folder-videos.png | Bin 0 -> 824 bytes + icon-themes/Fog/16x16/places/folder.png | Bin 0 -> 696 bytes + icon-themes/Fog/16x16/places/user-desktop.png | Bin 0 -> 895 bytes + icon-themes/Fog/16x16/places/user-home.png | Bin 0 -> 916 bytes + icon-themes/Fog/16x16/status/Makefile.am | 18 + + .../Fog/16x16/status/folder-drag-accept.png | Bin 0 -> 730 bytes + icon-themes/Fog/16x16/status/folder-open.png | Bin 0 -> 749 bytes + icon-themes/Fog/16x16/status/folder-visiting.png | Bin 0 -> 840 bytes + icon-themes/Fog/22x22/Makefile.am | 5 + + icon-themes/Fog/22x22/actions/Makefile.am | 17 + + icon-themes/Fog/22x22/actions/document-open.png | Bin 0 -> 1030 bytes + icon-themes/Fog/22x22/actions/folder-new.png | Bin 0 -> 1120 bytes + icon-themes/Fog/22x22/apps/Makefile.am | 16 + + .../Fog/22x22/apps/preferences-desktop-display.png | Bin 0 -> 1252 bytes + icon-themes/Fog/22x22/devices/Makefile.am | 17 + + icon-themes/Fog/22x22/devices/computer.png | Bin 0 -> 1266 bytes + icon-themes/Fog/22x22/devices/video-display.png | Bin 0 -> 1096 bytes + icon-themes/Fog/22x22/places/Makefile.am | 28 ++ + icon-themes/Fog/22x22/places/folder-documents.png | Bin 0 -> 1028 bytes + icon-themes/Fog/22x22/places/folder-download.png | Bin 0 -> 1016 bytes + icon-themes/Fog/22x22/places/folder-music.png | Bin 0 -> 1011 bytes + icon-themes/Fog/22x22/places/folder-new.png | Bin 0 -> 983 bytes + icon-themes/Fog/22x22/places/folder-pictures.png | Bin 0 -> 1113 bytes + .../Fog/22x22/places/folder-publicshare.png | Bin 0 -> 999 bytes + icon-themes/Fog/22x22/places/folder-remote.png | Bin 0 -> 1057 bytes + .../Fog/22x22/places/folder-saved-search.png | Bin 0 -> 1012 bytes + icon-themes/Fog/22x22/places/folder-templates.png | Bin 0 -> 1019 bytes + icon-themes/Fog/22x22/places/folder-videos.png | Bin 0 -> 998 bytes + icon-themes/Fog/22x22/places/folder.png | Bin 0 -> 837 bytes + icon-themes/Fog/22x22/places/user-desktop.png | Bin 0 -> 1065 bytes + icon-themes/Fog/22x22/places/user-home.png | Bin 0 -> 1100 bytes + icon-themes/Fog/22x22/status/Makefile.am | 18 + + .../Fog/22x22/status/folder-drag-accept.png | Bin 0 -> 961 bytes + icon-themes/Fog/22x22/status/folder-open.png | Bin 0 -> 995 bytes + icon-themes/Fog/22x22/status/folder-visiting.png | Bin 0 -> 1172 bytes + icon-themes/Fog/24x24/Makefile.am | 5 + + icon-themes/Fog/24x24/actions/Makefile.am | 17 + + icon-themes/Fog/24x24/actions/document-open.png | Bin 0 -> 1078 bytes + icon-themes/Fog/24x24/actions/folder-new.png | Bin 0 -> 1169 bytes + icon-themes/Fog/24x24/apps/Makefile.am | 16 + + .../Fog/24x24/apps/preferences-desktop-display.png | Bin 0 -> 1408 bytes + icon-themes/Fog/24x24/devices/Makefile.am | 17 + + icon-themes/Fog/24x24/devices/computer.png | Bin 0 -> 1297 bytes + icon-themes/Fog/24x24/devices/video-display.png | Bin 0 -> 1091 bytes + icon-themes/Fog/24x24/places/Makefile.am | 28 ++ + icon-themes/Fog/24x24/places/folder-documents.png | Bin 0 -> 1050 bytes + icon-themes/Fog/24x24/places/folder-download.png | Bin 0 -> 1035 bytes + icon-themes/Fog/24x24/places/folder-music.png | Bin 0 -> 1031 bytes + icon-themes/Fog/24x24/places/folder-new.png | Bin 0 -> 981 bytes + icon-themes/Fog/24x24/places/folder-pictures.png | Bin 0 -> 1138 bytes + .../Fog/24x24/places/folder-publicshare.png | Bin 0 -> 1023 bytes + icon-themes/Fog/24x24/places/folder-remote.png | Bin 0 -> 1081 bytes + .../Fog/24x24/places/folder-saved-search.png | Bin 0 -> 1039 bytes + icon-themes/Fog/24x24/places/folder-templates.png | Bin 0 -> 1040 bytes + icon-themes/Fog/24x24/places/folder-videos.png | Bin 0 -> 1024 bytes + icon-themes/Fog/24x24/places/folder.png | Bin 0 -> 858 bytes + icon-themes/Fog/24x24/places/user-desktop.png | Bin 0 -> 1087 bytes + icon-themes/Fog/24x24/places/user-home.png | Bin 0 -> 1124 bytes + icon-themes/Fog/24x24/status/Makefile.am | 18 + + .../Fog/24x24/status/folder-drag-accept.png | Bin 0 -> 1021 bytes + icon-themes/Fog/24x24/status/folder-open.png | Bin 0 -> 1049 bytes + icon-themes/Fog/24x24/status/folder-visiting.png | Bin 0 -> 1206 bytes + icon-themes/Fog/256x256/Makefile.am | 5 + + icon-themes/Fog/256x256/actions/Makefile.am | 17 + + icon-themes/Fog/256x256/actions/document-open.png | Bin 0 -> 47175 bytes + icon-themes/Fog/256x256/actions/folder-new.png | Bin 0 -> 53672 bytes + icon-themes/Fog/256x256/apps/Makefile.am | 16 + + .../256x256/apps/preferences-desktop-display.png | Bin 0 -> 34083 bytes + icon-themes/Fog/256x256/devices/Makefile.am | 17 + + icon-themes/Fog/256x256/devices/computer.png | Bin 0 -> 40272 bytes + icon-themes/Fog/256x256/devices/video-display.png | Bin 0 -> 25367 bytes + icon-themes/Fog/256x256/places/Makefile.am | 27 ++ + .../Fog/256x256/places/folder-documents.png | Bin 0 -> 47579 bytes + icon-themes/Fog/256x256/places/folder-download.png | Bin 0 -> 49375 bytes + icon-themes/Fog/256x256/places/folder-music.png | Bin 0 -> 47483 bytes + icon-themes/Fog/256x256/places/folder-pictures.png | Bin 0 -> 49544 bytes + .../Fog/256x256/places/folder-publicshare.png | Bin 0 -> 48373 bytes + icon-themes/Fog/256x256/places/folder-remote.png | Bin 0 -> 52070 bytes + .../Fog/256x256/places/folder-saved-search.png | Bin 0 -> 54804 bytes + .../Fog/256x256/places/folder-templates.png | Bin 0 -> 47275 bytes + icon-themes/Fog/256x256/places/folder-videos.png | Bin 0 -> 46813 bytes + icon-themes/Fog/256x256/places/folder.png | Bin 0 -> 48286 bytes + icon-themes/Fog/256x256/places/user-desktop.png | Bin 0 -> 48490 bytes + icon-themes/Fog/256x256/places/user-home.png | Bin 0 -> 48717 bytes + icon-themes/Fog/256x256/status/Makefile.am | 18 + + .../Fog/256x256/status/folder-drag-accept.png | Bin 0 -> 51972 bytes + icon-themes/Fog/256x256/status/folder-open.png | Bin 0 -> 53201 bytes + icon-themes/Fog/256x256/status/folder-visiting.png | Bin 0 -> 56311 bytes + icon-themes/Fog/32x32/Makefile.am | 5 + + icon-themes/Fog/32x32/actions/Makefile.am | 17 + + icon-themes/Fog/32x32/actions/document-open.png | Bin 0 -> 1429 bytes + icon-themes/Fog/32x32/actions/folder-new.png | Bin 0 -> 1574 bytes + icon-themes/Fog/32x32/apps/Makefile.am | 16 + + .../Fog/32x32/apps/preferences-desktop-display.png | Bin 0 -> 2294 bytes + icon-themes/Fog/32x32/devices/Makefile.am | 17 + + icon-themes/Fog/32x32/devices/computer.png | Bin 0 -> 2037 bytes + icon-themes/Fog/32x32/devices/video-display.png | Bin 0 -> 1674 bytes + icon-themes/Fog/32x32/places/Makefile.am | 28 ++ + icon-themes/Fog/32x32/places/folder-documents.png | Bin 0 -> 1402 bytes + icon-themes/Fog/32x32/places/folder-download.png | Bin 0 -> 1392 bytes + icon-themes/Fog/32x32/places/folder-music.png | Bin 0 -> 1444 bytes + icon-themes/Fog/32x32/places/folder-new.png | Bin 0 -> 1104 bytes + icon-themes/Fog/32x32/places/folder-pictures.png | Bin 0 -> 1728 bytes + .../Fog/32x32/places/folder-publicshare.png | Bin 0 -> 1404 bytes + icon-themes/Fog/32x32/places/folder-remote.png | Bin 0 -> 1411 bytes + .../Fog/32x32/places/folder-saved-search.png | Bin 0 -> 1487 bytes + icon-themes/Fog/32x32/places/folder-templates.png | Bin 0 -> 1368 bytes + icon-themes/Fog/32x32/places/folder-videos.png | Bin 0 -> 1464 bytes + icon-themes/Fog/32x32/places/folder.png | Bin 0 -> 1133 bytes + icon-themes/Fog/32x32/places/user-desktop.png | Bin 0 -> 1431 bytes + icon-themes/Fog/32x32/places/user-home.png | Bin 0 -> 1627 bytes + icon-themes/Fog/32x32/status/Makefile.am | 18 + + .../Fog/32x32/status/folder-drag-accept.png | Bin 0 -> 1289 bytes + icon-themes/Fog/32x32/status/folder-open.png | Bin 0 -> 1311 bytes + icon-themes/Fog/32x32/status/folder-visiting.png | Bin 0 -> 1898 bytes + icon-themes/Fog/48x48/Makefile.am | 5 + + icon-themes/Fog/48x48/actions/Makefile.am | 17 + + icon-themes/Fog/48x48/actions/document-open.png | Bin 0 -> 2102 bytes + icon-themes/Fog/48x48/actions/folder-new.png | Bin 0 -> 2220 bytes + icon-themes/Fog/48x48/apps/Makefile.am | 16 + + .../Fog/48x48/apps/preferences-desktop-display.png | Bin 0 -> 3501 bytes + icon-themes/Fog/48x48/devices/Makefile.am | 17 + + icon-themes/Fog/48x48/devices/computer.png | Bin 0 -> 3453 bytes + icon-themes/Fog/48x48/devices/video-display.png | Bin 0 -> 2528 bytes + icon-themes/Fog/48x48/places/Makefile.am | 27 ++ + icon-themes/Fog/48x48/places/folder-documents.png | Bin 0 -> 2090 bytes + icon-themes/Fog/48x48/places/folder-download.png | Bin 0 -> 1980 bytes + icon-themes/Fog/48x48/places/folder-music.png | Bin 0 -> 2216 bytes + icon-themes/Fog/48x48/places/folder-pictures.png | Bin 0 -> 2611 bytes + .../Fog/48x48/places/folder-publicshare.png | Bin 0 -> 2094 bytes + icon-themes/Fog/48x48/places/folder-remote.png | Bin 0 -> 2144 bytes + .../Fog/48x48/places/folder-saved-search.png | Bin 0 -> 2173 bytes + icon-themes/Fog/48x48/places/folder-templates.png | Bin 0 -> 1874 bytes + icon-themes/Fog/48x48/places/folder-videos.png | Bin 0 -> 2119 bytes + icon-themes/Fog/48x48/places/folder.png | Bin 0 -> 1549 bytes + icon-themes/Fog/48x48/places/user-desktop.png | Bin 0 -> 2000 bytes + icon-themes/Fog/48x48/places/user-home.png | Bin 0 -> 2220 bytes + icon-themes/Fog/48x48/status/Makefile.am | 18 + + .../Fog/48x48/status/folder-drag-accept.png | Bin 0 -> 1868 bytes + icon-themes/Fog/48x48/status/folder-open.png | Bin 0 -> 1997 bytes + icon-themes/Fog/48x48/status/folder-visiting.png | Bin 0 -> 2934 bytes + icon-themes/Fog/Makefile.am | 20 + + icon-themes/Fog/index.theme.in | 156 ++++++++ + icon-themes/Makefile.am | 2 +- + icon-themes/Mist/16x16/Makefile.am | 5 - + icon-themes/Mist/16x16/actions/Makefile.am | 17 - + icon-themes/Mist/16x16/actions/document-open.png | Bin 784 -> 0 bytes + icon-themes/Mist/16x16/actions/folder-new.png | Bin 833 -> 0 bytes + icon-themes/Mist/16x16/apps/Makefile.am | 16 - + .../16x16/apps/preferences-desktop-display.png | Bin 907 -> 0 bytes + icon-themes/Mist/16x16/devices/Makefile.am | 17 - + icon-themes/Mist/16x16/devices/computer.png | Bin 799 -> 0 bytes + icon-themes/Mist/16x16/devices/video-display.png | Bin 739 -> 0 bytes + icon-themes/Mist/16x16/places/Makefile.am | 28 -- + icon-themes/Mist/16x16/places/folder-documents.png | Bin 846 -> 0 bytes + icon-themes/Mist/16x16/places/folder-download.png | Bin 841 -> 0 bytes + icon-themes/Mist/16x16/places/folder-music.png | Bin 836 -> 0 bytes + icon-themes/Mist/16x16/places/folder-new.png | Bin 673 -> 0 bytes + icon-themes/Mist/16x16/places/folder-pictures.png | Bin 924 -> 0 bytes + .../Mist/16x16/places/folder-publicshare.png | Bin 823 -> 0 bytes + icon-themes/Mist/16x16/places/folder-remote.png | Bin 778 -> 0 bytes + .../Mist/16x16/places/folder-saved-search.png | Bin 869 -> 0 bytes + icon-themes/Mist/16x16/places/folder-templates.png | Bin 844 -> 0 bytes + icon-themes/Mist/16x16/places/folder-videos.png | Bin 824 -> 0 bytes + icon-themes/Mist/16x16/places/folder.png | Bin 696 -> 0 bytes + icon-themes/Mist/16x16/places/user-desktop.png | Bin 895 -> 0 bytes + icon-themes/Mist/16x16/places/user-home.png | Bin 916 -> 0 bytes + icon-themes/Mist/16x16/status/Makefile.am | 18 - + .../Mist/16x16/status/folder-drag-accept.png | Bin 730 -> 0 bytes + icon-themes/Mist/16x16/status/folder-open.png | Bin 749 -> 0 bytes + icon-themes/Mist/16x16/status/folder-visiting.png | Bin 840 -> 0 bytes + icon-themes/Mist/22x22/Makefile.am | 5 - + icon-themes/Mist/22x22/actions/Makefile.am | 17 - + icon-themes/Mist/22x22/actions/document-open.png | Bin 1030 -> 0 bytes + icon-themes/Mist/22x22/actions/folder-new.png | Bin 1120 -> 0 bytes + icon-themes/Mist/22x22/apps/Makefile.am | 16 - + .../22x22/apps/preferences-desktop-display.png | Bin 1252 -> 0 bytes + icon-themes/Mist/22x22/devices/Makefile.am | 17 - + icon-themes/Mist/22x22/devices/computer.png | Bin 1266 -> 0 bytes + icon-themes/Mist/22x22/devices/video-display.png | Bin 1096 -> 0 bytes + icon-themes/Mist/22x22/places/Makefile.am | 28 -- + icon-themes/Mist/22x22/places/folder-documents.png | Bin 1028 -> 0 bytes + icon-themes/Mist/22x22/places/folder-download.png | Bin 1016 -> 0 bytes + icon-themes/Mist/22x22/places/folder-music.png | Bin 1011 -> 0 bytes + icon-themes/Mist/22x22/places/folder-new.png | Bin 983 -> 0 bytes + icon-themes/Mist/22x22/places/folder-pictures.png | Bin 1113 -> 0 bytes + .../Mist/22x22/places/folder-publicshare.png | Bin 999 -> 0 bytes + icon-themes/Mist/22x22/places/folder-remote.png | Bin 1057 -> 0 bytes + .../Mist/22x22/places/folder-saved-search.png | Bin 1012 -> 0 bytes + icon-themes/Mist/22x22/places/folder-templates.png | Bin 1019 -> 0 bytes + icon-themes/Mist/22x22/places/folder-videos.png | Bin 998 -> 0 bytes + icon-themes/Mist/22x22/places/folder.png | Bin 837 -> 0 bytes + icon-themes/Mist/22x22/places/user-desktop.png | Bin 1065 -> 0 bytes + icon-themes/Mist/22x22/places/user-home.png | Bin 1100 -> 0 bytes + icon-themes/Mist/22x22/status/Makefile.am | 18 - + .../Mist/22x22/status/folder-drag-accept.png | Bin 961 -> 0 bytes + icon-themes/Mist/22x22/status/folder-open.png | Bin 995 -> 0 bytes + icon-themes/Mist/22x22/status/folder-visiting.png | Bin 1172 -> 0 bytes + icon-themes/Mist/24x24/Makefile.am | 5 - + icon-themes/Mist/24x24/actions/Makefile.am | 17 - + icon-themes/Mist/24x24/actions/document-open.png | Bin 1078 -> 0 bytes + icon-themes/Mist/24x24/actions/folder-new.png | Bin 1169 -> 0 bytes + icon-themes/Mist/24x24/apps/Makefile.am | 16 - + .../24x24/apps/preferences-desktop-display.png | Bin 1408 -> 0 bytes + icon-themes/Mist/24x24/devices/Makefile.am | 17 - + icon-themes/Mist/24x24/devices/computer.png | Bin 1297 -> 0 bytes + icon-themes/Mist/24x24/devices/video-display.png | Bin 1091 -> 0 bytes + icon-themes/Mist/24x24/places/Makefile.am | 28 -- + icon-themes/Mist/24x24/places/folder-documents.png | Bin 1050 -> 0 bytes + icon-themes/Mist/24x24/places/folder-download.png | Bin 1035 -> 0 bytes + icon-themes/Mist/24x24/places/folder-music.png | Bin 1031 -> 0 bytes + icon-themes/Mist/24x24/places/folder-new.png | Bin 981 -> 0 bytes + icon-themes/Mist/24x24/places/folder-pictures.png | Bin 1138 -> 0 bytes + .../Mist/24x24/places/folder-publicshare.png | Bin 1023 -> 0 bytes + icon-themes/Mist/24x24/places/folder-remote.png | Bin 1081 -> 0 bytes + .../Mist/24x24/places/folder-saved-search.png | Bin 1039 -> 0 bytes + icon-themes/Mist/24x24/places/folder-templates.png | Bin 1040 -> 0 bytes + icon-themes/Mist/24x24/places/folder-videos.png | Bin 1024 -> 0 bytes + icon-themes/Mist/24x24/places/folder.png | Bin 858 -> 0 bytes + icon-themes/Mist/24x24/places/user-desktop.png | Bin 1087 -> 0 bytes + icon-themes/Mist/24x24/places/user-home.png | Bin 1124 -> 0 bytes + icon-themes/Mist/24x24/status/Makefile.am | 18 - + .../Mist/24x24/status/folder-drag-accept.png | Bin 1021 -> 0 bytes + icon-themes/Mist/24x24/status/folder-open.png | Bin 1049 -> 0 bytes + icon-themes/Mist/24x24/status/folder-visiting.png | Bin 1206 -> 0 bytes + icon-themes/Mist/256x256/Makefile.am | 5 - + icon-themes/Mist/256x256/actions/Makefile.am | 17 - + icon-themes/Mist/256x256/actions/document-open.png | Bin 47175 -> 0 bytes + icon-themes/Mist/256x256/actions/folder-new.png | Bin 53672 -> 0 bytes + icon-themes/Mist/256x256/apps/Makefile.am | 16 - + .../256x256/apps/preferences-desktop-display.png | Bin 34083 -> 0 bytes + icon-themes/Mist/256x256/devices/Makefile.am | 17 - + icon-themes/Mist/256x256/devices/computer.png | Bin 40272 -> 0 bytes + icon-themes/Mist/256x256/devices/video-display.png | Bin 25367 -> 0 bytes + icon-themes/Mist/256x256/places/Makefile.am | 27 -- + .../Mist/256x256/places/folder-documents.png | Bin 47579 -> 0 bytes + .../Mist/256x256/places/folder-download.png | Bin 49375 -> 0 bytes + icon-themes/Mist/256x256/places/folder-music.png | Bin 47483 -> 0 bytes + .../Mist/256x256/places/folder-pictures.png | Bin 49544 -> 0 bytes + .../Mist/256x256/places/folder-publicshare.png | Bin 48373 -> 0 bytes + icon-themes/Mist/256x256/places/folder-remote.png | Bin 52070 -> 0 bytes + .../Mist/256x256/places/folder-saved-search.png | Bin 54804 -> 0 bytes + .../Mist/256x256/places/folder-templates.png | Bin 47275 -> 0 bytes + icon-themes/Mist/256x256/places/folder-videos.png | Bin 46813 -> 0 bytes + icon-themes/Mist/256x256/places/folder.png | Bin 48286 -> 0 bytes + icon-themes/Mist/256x256/places/user-desktop.png | Bin 48490 -> 0 bytes + icon-themes/Mist/256x256/places/user-home.png | Bin 48717 -> 0 bytes + icon-themes/Mist/256x256/status/Makefile.am | 18 - + .../Mist/256x256/status/folder-drag-accept.png | Bin 51972 -> 0 bytes + icon-themes/Mist/256x256/status/folder-open.png | Bin 53201 -> 0 bytes + .../Mist/256x256/status/folder-visiting.png | Bin 56311 -> 0 bytes + icon-themes/Mist/32x32/Makefile.am | 5 - + icon-themes/Mist/32x32/actions/Makefile.am | 17 - + icon-themes/Mist/32x32/actions/document-open.png | Bin 1429 -> 0 bytes + icon-themes/Mist/32x32/actions/folder-new.png | Bin 1574 -> 0 bytes + icon-themes/Mist/32x32/apps/Makefile.am | 16 - + .../32x32/apps/preferences-desktop-display.png | Bin 2294 -> 0 bytes + icon-themes/Mist/32x32/devices/Makefile.am | 17 - + icon-themes/Mist/32x32/devices/computer.png | Bin 2037 -> 0 bytes + icon-themes/Mist/32x32/devices/video-display.png | Bin 1674 -> 0 bytes + icon-themes/Mist/32x32/places/Makefile.am | 28 -- + icon-themes/Mist/32x32/places/folder-documents.png | Bin 1402 -> 0 bytes + icon-themes/Mist/32x32/places/folder-download.png | Bin 1392 -> 0 bytes + icon-themes/Mist/32x32/places/folder-music.png | Bin 1444 -> 0 bytes + icon-themes/Mist/32x32/places/folder-new.png | Bin 1104 -> 0 bytes + icon-themes/Mist/32x32/places/folder-pictures.png | Bin 1728 -> 0 bytes + .../Mist/32x32/places/folder-publicshare.png | Bin 1404 -> 0 bytes + icon-themes/Mist/32x32/places/folder-remote.png | Bin 1411 -> 0 bytes + .../Mist/32x32/places/folder-saved-search.png | Bin 1487 -> 0 bytes + icon-themes/Mist/32x32/places/folder-templates.png | Bin 1368 -> 0 bytes + icon-themes/Mist/32x32/places/folder-videos.png | Bin 1464 -> 0 bytes + icon-themes/Mist/32x32/places/folder.png | Bin 1133 -> 0 bytes + icon-themes/Mist/32x32/places/user-desktop.png | Bin 1431 -> 0 bytes + icon-themes/Mist/32x32/places/user-home.png | Bin 1627 -> 0 bytes + icon-themes/Mist/32x32/status/Makefile.am | 18 - + .../Mist/32x32/status/folder-drag-accept.png | Bin 1289 -> 0 bytes + icon-themes/Mist/32x32/status/folder-open.png | Bin 1311 -> 0 bytes + icon-themes/Mist/32x32/status/folder-visiting.png | Bin 1898 -> 0 bytes + icon-themes/Mist/48x48/Makefile.am | 5 - + icon-themes/Mist/48x48/actions/Makefile.am | 17 - + icon-themes/Mist/48x48/actions/document-open.png | Bin 2102 -> 0 bytes + icon-themes/Mist/48x48/actions/folder-new.png | Bin 2220 -> 0 bytes + icon-themes/Mist/48x48/apps/Makefile.am | 16 - + .../48x48/apps/preferences-desktop-display.png | Bin 3501 -> 0 bytes + icon-themes/Mist/48x48/devices/Makefile.am | 17 - + icon-themes/Mist/48x48/devices/computer.png | Bin 3453 -> 0 bytes + icon-themes/Mist/48x48/devices/video-display.png | Bin 2528 -> 0 bytes + icon-themes/Mist/48x48/places/Makefile.am | 27 -- + icon-themes/Mist/48x48/places/folder-documents.png | Bin 2090 -> 0 bytes + icon-themes/Mist/48x48/places/folder-download.png | Bin 1980 -> 0 bytes + icon-themes/Mist/48x48/places/folder-music.png | Bin 2216 -> 0 bytes + icon-themes/Mist/48x48/places/folder-pictures.png | Bin 2611 -> 0 bytes + .../Mist/48x48/places/folder-publicshare.png | Bin 2094 -> 0 bytes + icon-themes/Mist/48x48/places/folder-remote.png | Bin 2144 -> 0 bytes + .../Mist/48x48/places/folder-saved-search.png | Bin 2173 -> 0 bytes + icon-themes/Mist/48x48/places/folder-templates.png | Bin 1874 -> 0 bytes + icon-themes/Mist/48x48/places/folder-videos.png | Bin 2119 -> 0 bytes + icon-themes/Mist/48x48/places/folder.png | Bin 1549 -> 0 bytes + icon-themes/Mist/48x48/places/user-desktop.png | Bin 2000 -> 0 bytes + icon-themes/Mist/48x48/places/user-home.png | Bin 2220 -> 0 bytes + icon-themes/Mist/48x48/status/Makefile.am | 18 - + .../Mist/48x48/status/folder-drag-accept.png | Bin 1868 -> 0 bytes + icon-themes/Mist/48x48/status/folder-open.png | Bin 1997 -> 0 bytes + icon-themes/Mist/48x48/status/folder-visiting.png | Bin 2934 -> 0 bytes + icon-themes/Mist/Makefile.am | 19 - + icon-themes/Mist/index.theme.in | 156 -------- + marco-themes/Fog/metacity-theme-1.xml | 404 ++++++++++++++++++++ + marco-themes/Makefile.am | 20 +- + marco-themes/Mist/metacity-theme-1.xml | 404 -------------------- + 335 files changed, 1280 insertions(+), 1278 deletions(-) + +commit e60e464124c63eceb921610c1e327aecab7a4015 +Author: Perberos +Date: Tue Mar 20 02:00:35 2012 -0300 + + marco themes should be inside metacity-1/ + + marco-themes/Makefile.am | 29 +++++++++++++++-------------- + 1 file changed, 15 insertions(+), 14 deletions(-) + +commit 36e42cd48c199056a8605f259c02a3abfe8ca83b +Author: Perberos +Date: Tue Mar 20 01:15:34 2012 -0300 + + using tag + + configure.in | 44 ++++++++++---------- + marco-themes/Glider/metacity-theme-1.xml | 4 +- + marco-themes/Glossy/metacity-theme-1.xml | 4 +- + marco-themes/Inverted/metacity-theme-1.xml | 4 +- + marco-themes/Mist/metacity-theme-1.xml | 4 +- + marco-themes/TraditionalOk/metacity-theme-1.xml | 4 +- + .../TraditionalOkClassic/metacity-theme-1.xml | 4 +- + 7 files changed, 34 insertions(+), 34 deletions(-) + +commit 235f434792b5ed1fd13663065e4bdc927a9b46cb +Author: Perberos +Date: Mon Mar 19 22:12:48 2012 -0300 + + renamed crux to quid + + configure.in | 10 +- + desktop-themes/Crux/Makefile.am | 11 - + desktop-themes/Crux/index.theme.in | 8 - + desktop-themes/Makefile.am | 4 +- + desktop-themes/Quid/Makefile.am | 11 + + desktop-themes/Quid/index.theme.in | 8 + + icon-themes/Crux/16x16/Makefile.am | 5 - + icon-themes/Crux/16x16/actions/Makefile.am | 27 - + icon-themes/Crux/16x16/actions/document-open.png | Bin 636 -> 0 bytes + icon-themes/Crux/16x16/actions/go-bottom.png | Bin 595 -> 0 bytes + icon-themes/Crux/16x16/actions/go-down.png | Bin 449 -> 0 bytes + icon-themes/Crux/16x16/actions/go-first.png | Bin 577 -> 0 bytes + icon-themes/Crux/16x16/actions/go-home.png | Bin 716 -> 0 bytes + icon-themes/Crux/16x16/actions/go-last.png | Bin 560 -> 0 bytes + icon-themes/Crux/16x16/actions/go-next.png | Bin 520 -> 0 bytes + icon-themes/Crux/16x16/actions/go-previous.png | Bin 525 -> 0 bytes + icon-themes/Crux/16x16/actions/go-top.png | Bin 631 -> 0 bytes + icon-themes/Crux/16x16/actions/go-up.png | Bin 547 -> 0 bytes + icon-themes/Crux/16x16/actions/view-refresh.png | Bin 815 -> 0 bytes + icon-themes/Crux/16x16/places/Makefile.am | 19 - + icon-themes/Crux/16x16/places/folder-remote.png | Bin 758 -> 0 bytes + .../Crux/16x16/places/folder-saved-search.png | Bin 660 -> 0 bytes + icon-themes/Crux/16x16/places/folder.png | Bin 596 -> 0 bytes + icon-themes/Crux/16x16/places/user-home.png | Bin 676 -> 0 bytes + icon-themes/Crux/16x16/status/Makefile.am | 18 - + .../Crux/16x16/status/folder-drag-accept.png | Bin 504 -> 0 bytes + icon-themes/Crux/16x16/status/folder-open.png | Bin 541 -> 0 bytes + icon-themes/Crux/16x16/status/folder-visiting.png | Bin 488 -> 0 bytes + icon-themes/Crux/22x22/Makefile.am | 5 - + icon-themes/Crux/22x22/actions/Makefile.am | 27 - + icon-themes/Crux/22x22/actions/document-open.png | Bin 890 -> 0 bytes + icon-themes/Crux/22x22/actions/go-bottom.png | Bin 884 -> 0 bytes + icon-themes/Crux/22x22/actions/go-down.png | Bin 703 -> 0 bytes + icon-themes/Crux/22x22/actions/go-first.png | Bin 815 -> 0 bytes + icon-themes/Crux/22x22/actions/go-home.png | Bin 1061 -> 0 bytes + icon-themes/Crux/22x22/actions/go-last.png | Bin 818 -> 0 bytes + icon-themes/Crux/22x22/actions/go-next.png | Bin 735 -> 0 bytes + icon-themes/Crux/22x22/actions/go-previous.png | Bin 717 -> 0 bytes + icon-themes/Crux/22x22/actions/go-top.png | Bin 976 -> 0 bytes + icon-themes/Crux/22x22/actions/go-up.png | Bin 720 -> 0 bytes + icon-themes/Crux/22x22/actions/view-refresh.png | Bin 1310 -> 0 bytes + icon-themes/Crux/22x22/places/Makefile.am | 19 - + icon-themes/Crux/22x22/places/folder-remote.png | Bin 1031 -> 0 bytes + .../Crux/22x22/places/folder-saved-search.png | Bin 888 -> 0 bytes + icon-themes/Crux/22x22/places/folder.png | Bin 782 -> 0 bytes + icon-themes/Crux/22x22/places/user-home.png | Bin 948 -> 0 bytes + icon-themes/Crux/22x22/status/Makefile.am | 18 - + .../Crux/22x22/status/folder-drag-accept.png | Bin 668 -> 0 bytes + icon-themes/Crux/22x22/status/folder-open.png | Bin 771 -> 0 bytes + icon-themes/Crux/22x22/status/folder-visiting.png | Bin 717 -> 0 bytes + icon-themes/Crux/24x24/Makefile.am | 5 - + icon-themes/Crux/24x24/actions/Makefile.am | 27 - + icon-themes/Crux/24x24/actions/document-open.png | Bin 901 -> 0 bytes + icon-themes/Crux/24x24/actions/go-bottom.png | Bin 894 -> 0 bytes + icon-themes/Crux/24x24/actions/go-down.png | Bin 727 -> 0 bytes + icon-themes/Crux/24x24/actions/go-first.png | Bin 855 -> 0 bytes + icon-themes/Crux/24x24/actions/go-home.png | Bin 1088 -> 0 bytes + icon-themes/Crux/24x24/actions/go-last.png | Bin 846 -> 0 bytes + icon-themes/Crux/24x24/actions/go-next.png | Bin 776 -> 0 bytes + icon-themes/Crux/24x24/actions/go-previous.png | Bin 744 -> 0 bytes + icon-themes/Crux/24x24/actions/go-top.png | Bin 1007 -> 0 bytes + icon-themes/Crux/24x24/actions/go-up.png | Bin 743 -> 0 bytes + icon-themes/Crux/24x24/actions/view-refresh.png | Bin 1363 -> 0 bytes + icon-themes/Crux/24x24/places/Makefile.am | 19 - + icon-themes/Crux/24x24/places/folder-remote.png | Bin 1050 -> 0 bytes + .../Crux/24x24/places/folder-saved-search.png | Bin 895 -> 0 bytes + icon-themes/Crux/24x24/places/folder.png | Bin 792 -> 0 bytes + icon-themes/Crux/24x24/places/user-home.png | Bin 960 -> 0 bytes + icon-themes/Crux/24x24/status/Makefile.am | 18 - + .../Crux/24x24/status/folder-drag-accept.png | Bin 681 -> 0 bytes + icon-themes/Crux/24x24/status/folder-open.png | Bin 782 -> 0 bytes + icon-themes/Crux/24x24/status/folder-visiting.png | Bin 713 -> 0 bytes + icon-themes/Crux/32x32/Makefile.am | 5 - + icon-themes/Crux/32x32/actions/Makefile.am | 16 - + icon-themes/Crux/32x32/actions/document-open.png | Bin 1049 -> 0 bytes + icon-themes/Crux/32x32/places/Makefile.am | 19 - + icon-themes/Crux/32x32/places/folder-remote.png | Bin 1472 -> 0 bytes + .../Crux/32x32/places/folder-saved-search.png | Bin 1152 -> 0 bytes + icon-themes/Crux/32x32/places/folder.png | Bin 1171 -> 0 bytes + icon-themes/Crux/32x32/places/user-home.png | Bin 1381 -> 0 bytes + icon-themes/Crux/32x32/status/Makefile.am | 18 - + .../Crux/32x32/status/folder-drag-accept.png | Bin 850 -> 0 bytes + icon-themes/Crux/32x32/status/folder-open.png | Bin 962 -> 0 bytes + icon-themes/Crux/32x32/status/folder-visiting.png | Bin 1103 -> 0 bytes + icon-themes/Crux/Makefile.am | 19 - + icon-themes/Crux/index.theme.in | 86 -- + icon-themes/Crux/scalable/Makefile.am | 5 - + icon-themes/Crux/scalable/actions/Makefile.am | 27 - + .../Crux/scalable/actions/document-open.svg | 591 ------------ + icon-themes/Crux/scalable/actions/go-bottom.svg | 564 ----------- + icon-themes/Crux/scalable/actions/go-down.svg | 528 ---------- + icon-themes/Crux/scalable/actions/go-first.svg | 291 ------ + icon-themes/Crux/scalable/actions/go-home.svg | 1006 -------------------- + icon-themes/Crux/scalable/actions/go-last.svg | 550 ----------- + icon-themes/Crux/scalable/actions/go-next.svg | 276 ------ + icon-themes/Crux/scalable/actions/go-previous.svg | 279 ------ + icon-themes/Crux/scalable/actions/go-top.svg | 565 ----------- + icon-themes/Crux/scalable/actions/go-up.svg | 530 ----------- + icon-themes/Crux/scalable/actions/view-refresh.svg | 603 ------------ + icon-themes/Crux/scalable/places/Makefile.am | 19 - + icon-themes/Crux/scalable/places/folder-remote.svg | 873 ----------------- + .../Crux/scalable/places/folder-saved-search.svg | 531 ----------- + icon-themes/Crux/scalable/places/folder.svg | 553 ----------- + icon-themes/Crux/scalable/places/user-home.svg | 559 ----------- + icon-themes/Crux/scalable/status/Makefile.am | 18 - + .../Crux/scalable/status/folder-drag-accept.svg | 481 ---------- + icon-themes/Crux/scalable/status/folder-open.svg | 486 ---------- + .../Crux/scalable/status/folder-visiting.svg | 246 ----- + icon-themes/Makefile.am | 16 +- + icon-themes/Quid/16x16/Makefile.am | 5 + + icon-themes/Quid/16x16/actions/Makefile.am | 27 + + icon-themes/Quid/16x16/actions/document-open.png | Bin 0 -> 636 bytes + icon-themes/Quid/16x16/actions/go-bottom.png | Bin 0 -> 595 bytes + icon-themes/Quid/16x16/actions/go-down.png | Bin 0 -> 449 bytes + icon-themes/Quid/16x16/actions/go-first.png | Bin 0 -> 577 bytes + icon-themes/Quid/16x16/actions/go-home.png | Bin 0 -> 716 bytes + icon-themes/Quid/16x16/actions/go-last.png | Bin 0 -> 560 bytes + icon-themes/Quid/16x16/actions/go-next.png | Bin 0 -> 520 bytes + icon-themes/Quid/16x16/actions/go-previous.png | Bin 0 -> 525 bytes + icon-themes/Quid/16x16/actions/go-top.png | Bin 0 -> 631 bytes + icon-themes/Quid/16x16/actions/go-up.png | Bin 0 -> 547 bytes + icon-themes/Quid/16x16/actions/view-refresh.png | Bin 0 -> 815 bytes + icon-themes/Quid/16x16/places/Makefile.am | 19 + + icon-themes/Quid/16x16/places/folder-remote.png | Bin 0 -> 758 bytes + .../Quid/16x16/places/folder-saved-search.png | Bin 0 -> 660 bytes + icon-themes/Quid/16x16/places/folder.png | Bin 0 -> 596 bytes + icon-themes/Quid/16x16/places/user-home.png | Bin 0 -> 676 bytes + icon-themes/Quid/16x16/status/Makefile.am | 18 + + .../Quid/16x16/status/folder-drag-accept.png | Bin 0 -> 504 bytes + icon-themes/Quid/16x16/status/folder-open.png | Bin 0 -> 541 bytes + icon-themes/Quid/16x16/status/folder-visiting.png | Bin 0 -> 488 bytes + icon-themes/Quid/22x22/Makefile.am | 5 + + icon-themes/Quid/22x22/actions/Makefile.am | 27 + + icon-themes/Quid/22x22/actions/document-open.png | Bin 0 -> 890 bytes + icon-themes/Quid/22x22/actions/go-bottom.png | Bin 0 -> 884 bytes + icon-themes/Quid/22x22/actions/go-down.png | Bin 0 -> 703 bytes + icon-themes/Quid/22x22/actions/go-first.png | Bin 0 -> 815 bytes + icon-themes/Quid/22x22/actions/go-home.png | Bin 0 -> 1061 bytes + icon-themes/Quid/22x22/actions/go-last.png | Bin 0 -> 818 bytes + icon-themes/Quid/22x22/actions/go-next.png | Bin 0 -> 735 bytes + icon-themes/Quid/22x22/actions/go-previous.png | Bin 0 -> 717 bytes + icon-themes/Quid/22x22/actions/go-top.png | Bin 0 -> 976 bytes + icon-themes/Quid/22x22/actions/go-up.png | Bin 0 -> 720 bytes + icon-themes/Quid/22x22/actions/view-refresh.png | Bin 0 -> 1310 bytes + icon-themes/Quid/22x22/places/Makefile.am | 19 + + icon-themes/Quid/22x22/places/folder-remote.png | Bin 0 -> 1031 bytes + .../Quid/22x22/places/folder-saved-search.png | Bin 0 -> 888 bytes + icon-themes/Quid/22x22/places/folder.png | Bin 0 -> 782 bytes + icon-themes/Quid/22x22/places/user-home.png | Bin 0 -> 948 bytes + icon-themes/Quid/22x22/status/Makefile.am | 18 + + .../Quid/22x22/status/folder-drag-accept.png | Bin 0 -> 668 bytes + icon-themes/Quid/22x22/status/folder-open.png | Bin 0 -> 771 bytes + icon-themes/Quid/22x22/status/folder-visiting.png | Bin 0 -> 717 bytes + icon-themes/Quid/24x24/Makefile.am | 5 + + icon-themes/Quid/24x24/actions/Makefile.am | 27 + + icon-themes/Quid/24x24/actions/document-open.png | Bin 0 -> 901 bytes + icon-themes/Quid/24x24/actions/go-bottom.png | Bin 0 -> 894 bytes + icon-themes/Quid/24x24/actions/go-down.png | Bin 0 -> 727 bytes + icon-themes/Quid/24x24/actions/go-first.png | Bin 0 -> 855 bytes + icon-themes/Quid/24x24/actions/go-home.png | Bin 0 -> 1088 bytes + icon-themes/Quid/24x24/actions/go-last.png | Bin 0 -> 846 bytes + icon-themes/Quid/24x24/actions/go-next.png | Bin 0 -> 776 bytes + icon-themes/Quid/24x24/actions/go-previous.png | Bin 0 -> 744 bytes + icon-themes/Quid/24x24/actions/go-top.png | Bin 0 -> 1007 bytes + icon-themes/Quid/24x24/actions/go-up.png | Bin 0 -> 743 bytes + icon-themes/Quid/24x24/actions/view-refresh.png | Bin 0 -> 1363 bytes + icon-themes/Quid/24x24/places/Makefile.am | 19 + + icon-themes/Quid/24x24/places/folder-remote.png | Bin 0 -> 1050 bytes + .../Quid/24x24/places/folder-saved-search.png | Bin 0 -> 895 bytes + icon-themes/Quid/24x24/places/folder.png | Bin 0 -> 792 bytes + icon-themes/Quid/24x24/places/user-home.png | Bin 0 -> 960 bytes + icon-themes/Quid/24x24/status/Makefile.am | 18 + + .../Quid/24x24/status/folder-drag-accept.png | Bin 0 -> 681 bytes + icon-themes/Quid/24x24/status/folder-open.png | Bin 0 -> 782 bytes + icon-themes/Quid/24x24/status/folder-visiting.png | Bin 0 -> 713 bytes + icon-themes/Quid/32x32/Makefile.am | 5 + + icon-themes/Quid/32x32/actions/Makefile.am | 16 + + icon-themes/Quid/32x32/actions/document-open.png | Bin 0 -> 1049 bytes + icon-themes/Quid/32x32/places/Makefile.am | 19 + + icon-themes/Quid/32x32/places/folder-remote.png | Bin 0 -> 1472 bytes + .../Quid/32x32/places/folder-saved-search.png | Bin 0 -> 1152 bytes + icon-themes/Quid/32x32/places/folder.png | Bin 0 -> 1171 bytes + icon-themes/Quid/32x32/places/user-home.png | Bin 0 -> 1381 bytes + icon-themes/Quid/32x32/status/Makefile.am | 18 + + .../Quid/32x32/status/folder-drag-accept.png | Bin 0 -> 850 bytes + icon-themes/Quid/32x32/status/folder-open.png | Bin 0 -> 962 bytes + icon-themes/Quid/32x32/status/folder-visiting.png | Bin 0 -> 1103 bytes + icon-themes/Quid/Makefile.am | 19 + + icon-themes/Quid/index.theme.in | 86 ++ + icon-themes/Quid/scalable/Makefile.am | 5 + + icon-themes/Quid/scalable/actions/Makefile.am | 27 + + .../Quid/scalable/actions/document-open.svg | 591 ++++++++++++ + icon-themes/Quid/scalable/actions/go-bottom.svg | 564 +++++++++++ + icon-themes/Quid/scalable/actions/go-down.svg | 528 ++++++++++ + icon-themes/Quid/scalable/actions/go-first.svg | 291 ++++++ + icon-themes/Quid/scalable/actions/go-home.svg | 1006 ++++++++++++++++++++ + icon-themes/Quid/scalable/actions/go-last.svg | 550 +++++++++++ + icon-themes/Quid/scalable/actions/go-next.svg | 276 ++++++ + icon-themes/Quid/scalable/actions/go-previous.svg | 279 ++++++ + icon-themes/Quid/scalable/actions/go-top.svg | 565 +++++++++++ + icon-themes/Quid/scalable/actions/go-up.svg | 530 +++++++++++ + icon-themes/Quid/scalable/actions/view-refresh.svg | 603 ++++++++++++ + icon-themes/Quid/scalable/places/Makefile.am | 19 + + icon-themes/Quid/scalable/places/folder-remote.svg | 873 +++++++++++++++++ + .../Quid/scalable/places/folder-saved-search.svg | 531 +++++++++++ + icon-themes/Quid/scalable/places/folder.svg | 553 +++++++++++ + icon-themes/Quid/scalable/places/user-home.svg | 559 +++++++++++ + icon-themes/Quid/scalable/status/Makefile.am | 18 + + .../Quid/scalable/status/folder-drag-accept.svg | 481 ++++++++++ + icon-themes/Quid/scalable/status/folder-open.svg | 486 ++++++++++ + .../Quid/scalable/status/folder-visiting.svg | 246 +++++ + 211 files changed, 9986 insertions(+), 9984 deletions(-) + +commit ac9ffcff7717c85fd4d55d4c90ab5a35423870dc +Author: Perberos +Date: Mon Mar 19 21:23:51 2012 -0300 + + renaming clearlooks to traditionalok + + Makefile.am | 15 +- + common/Makefile.am | 10 +- + common/all-stock-icons.data | 113 +-- + configure.in | 4 +- + cursor-themes/Makefile.am | 2 +- + desktop-themes/Clearlooks/Makefile.am | 11 - + desktop-themes/Clearlooks/index.theme.in | 8 - + desktop-themes/ClearlooksTest/Makefile.am | 11 - + desktop-themes/ClearlooksTest/index.theme.in | 8 - + desktop-themes/Makefile.am | 55 +- + desktop-themes/TraditionalOk/Makefile.am | 11 + + desktop-themes/TraditionalOk/index.theme.in | 8 + + desktop-themes/TraditionalOkTest/Makefile.am | 11 + + desktop-themes/TraditionalOkTest/index.theme.in | 8 + + gtk-themes/ClearlooksClassic/Makefile.am | 5 - + gtk-themes/ClearlooksClassic/gtkrc | 402 --------- + gtk-themes/ClearlooksTest/Makefile.am | 5 - + gtk-themes/ClearlooksTest/gtkrc | 509 ----------- + gtk-themes/Makefile.am | 6 +- + gtk-themes/TraditionalOkClassic/Makefile.am | 5 + + gtk-themes/TraditionalOkClassic/gtkrc | 402 +++++++++ + gtk-themes/TraditionalOkTest/Makefile.am | 5 + + gtk-themes/TraditionalOkTest/gtkrc | 509 +++++++++++ + marco-themes/Clearlooks/metacity-theme-1.xml | 954 -------------------- + .../ClearlooksClassic/metacity-theme-1.xml | 925 ------------------- + marco-themes/Makefile.am | 4 +- + marco-themes/TraditionalOk/metacity-theme-1.xml | 954 ++++++++++++++++++++ + .../TraditionalOkClassic/metacity-theme-1.xml | 925 +++++++++++++++++++ + 28 files changed, 2944 insertions(+), 2941 deletions(-) + +commit 56b07518c525ecfe2098436574b4265c3019bd0a +Author: Perberos +Date: Sun Mar 18 04:35:03 2012 -0300 + + fixing filename (https://github.com/mate-desktop/mate-themes/issues/2) + + marco-themes/Clearlooks/metacity-theme-1.xml | 954 ++++++++++++++++++++ + .../ClearlooksClassic/metacity-theme-1.xml | 925 +++++++++++++++++++ + marco-themes/Glider/metacity-theme-1.xml | 718 +++++++++++++++ + marco-themes/Glossy/metacity-theme-1.xml | 942 +++++++++++++++++++ + marco-themes/Inverted/metacity-theme-1.xml | 954 ++++++++++++++++++++ + marco-themes/Mist/metacity-theme-1.xml | 404 +++++++++ + 6 files changed, 4897 insertions(+) + +commit 72c0137ad0ae6ce04e1ff93e654fbfa226d19626 +Author: Perberos +Date: Sun Mar 18 04:04:28 2012 -0300 + + adding missing engine to depends array + + distro/archlinux/PKGBUILD | 2 +- + marco-themes/Clearlooks/marco-theme-1.xml | 954 ---------------------- + marco-themes/ClearlooksClassic/marco-theme-1.xml | 925 --------------------- + marco-themes/Glider/marco-theme-1.xml | 718 ---------------- + marco-themes/Glossy/marco-theme-1.xml | 942 --------------------- + marco-themes/Inverted/marco-theme-1.xml | 954 ---------------------- + marco-themes/Mist/marco-theme-1.xml | 404 --------- + 7 files changed, 1 insertion(+), 4898 deletions(-) + +commit bb8f856473b244b7bd7fa5e0155036457baee386 +Author: Stefano Karapetsas +Date: Thu Mar 1 11:07:13 2012 +0100 + + update info to 1.2 release + + AUTHORS | 5 +- + ChangeLog | 2238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + autogen.sh | 4 +- + configure.in | 14 +- + 4 files changed, 2251 insertions(+), 10 deletions(-) + commit 9bf880cd7e562aed196afcf0fd35854a60079717 Author: Stefano Karapetsas Date: Thu Mar 1 10:57:39 2012 +0100 @@ -5,7 +3322,7 @@ Date: Thu Mar 1 10:57:39 2012 +0100 removed distro/ubuntu folder distro/ubuntu/build | 55 --------------------------------------------------- - 1 files changed, 0 insertions(+), 55 deletions(-) + 1 file changed, 55 deletions(-) commit 67472e188580cf258cd3a789b85a34a46b9ff451 Author: Stefano Karapetsas @@ -14,7 +3331,7 @@ Date: Thu Mar 1 10:56:26 2012 +0100 Fix another rename of Aldabra desktop-themes/Makefile.am | 4 ++-- - 1 files changed, 2 insertions(+), 2 deletions(-) + 1 file changed, 2 insertions(+), 2 deletions(-) commit b2b34c22d575e8ed2d0e67576262f0fe512ad0f0 Author: Stefano Karapetsas @@ -27,7 +3344,7 @@ Date: Thu Mar 1 10:54:14 2012 +0100 .../Aldabra/gtk-2.0/assets/tab-left-active.png | Bin 882 -> 735 bytes .../Aldabra/gtk-2.0/assets/tab-right-active.png | Bin 856 -> 738 bytes .../Aldabra/gtk-2.0/assets/tab-top-active.png | Bin 1012 -> 926 bytes - desktop-themes/Aldabra/gtk-2.0/gtkrc | 31 ++++-- + desktop-themes/Aldabra/gtk-2.0/gtkrc | 31 +++-- .../Aldabra/metacity-1/metacity-theme-2.xml | 8 +- .../Aldabra/metacity-1/metacity-theme-3.xml | 120 +++++++++----------- 7 files changed, 80 insertions(+), 79 deletions(-) @@ -203,7 +3520,7 @@ Date: Mon Jan 30 12:21:51 2012 -0300 set patch on archlinux script distro/archlinux/PKGBUILD | 10 +++++----- - 1 files changed, 5 insertions(+), 5 deletions(-) + 1 file changed, 5 insertions(+), 5 deletions(-) commit 51709082c9bf5a1619b648e5915dcebb0dccc13c Author: Perberos @@ -216,7 +3533,7 @@ Date: Mon Jan 30 12:21:41 2012 -0300 icon-themes/Crux/scalable/places/Makefile.in | 426 ------------------ icon-themes/Crux/scalable/status/Makefile.in | 425 ------------------ icon-themes/Makefile.in | 572 ------------------------- - 5 files changed, 0 insertions(+), 2424 deletions(-) + 5 files changed, 2424 deletions(-) commit a174c82935e0a512ffda705c56f415399757f876 Author: Steve Zesch @@ -236,7 +3553,7 @@ Date: Sun Dec 11 11:29:01 2011 +0100 aclocal.m4 | 1819 ---------------------------------------------------------- configure.in | 2 +- - 2 files changed, 1 insertions(+), 1820 deletions(-) + 2 files changed, 1 insertion(+), 1820 deletions(-) commit e36097bb7fe29afd1adf17e1787745aacdfe0be5 Author: Stefano Karapetsas @@ -330,7 +3647,7 @@ Date: Sun Dec 11 11:26:23 2011 +0100 .../36x36/animations/Makefile.in | 424 ----------- .../HighContrastLargePrint/48x48/Makefile.in | 564 --------------- .../48x48/actions/Makefile.in | 430 ------------ - .../HighContrastLargePrint/48x48/apps/Makefile.in | 507 ------------- + .../HighContrastLargePrint/48x48/apps/Makefile.in | 507 -------------- .../48x48/categories/Makefile.in | 440 ------------ .../48x48/devices/Makefile.in | 445 ------------ .../48x48/emblems/Makefile.in | 428 ----------- @@ -342,7 +3659,7 @@ Date: Sun Dec 11 11:26:23 2011 +0100 .../36x36/animations/Makefile.in | 424 ----------- .../48x48/Makefile.in | 564 --------------- .../48x48/actions/Makefile.in | 433 ------------ - .../48x48/apps/Makefile.in | 507 ------------- + .../48x48/apps/Makefile.in | 507 -------------- .../48x48/categories/Makefile.in | 440 ------------ .../48x48/devices/Makefile.in | 446 ------------ .../48x48/emblems/Makefile.in | 428 ----------- @@ -393,7 +3710,7 @@ Date: Sun Dec 11 11:26:23 2011 +0100 missing | 376 ---------- mkinstalldirs | 162 ----- po/Makefile.in.in | 217 ------ - 149 files changed, 0 insertions(+), 68402 deletions(-) + 149 files changed, 68402 deletions(-) commit 5771bf7768a63c1ac2ea387833233080468df438 Author: Steve Zesch @@ -1155,7 +4472,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 icon-themes/Crux/32x32/status/folder-open.png | Bin 0 -> 962 bytes icon-themes/Crux/32x32/status/folder-visiting.png | Bin 0 -> 1103 bytes icon-themes/Crux/Makefile.am | 19 + - icon-themes/Crux/Makefile.in | 628 +++++ + icon-themes/Crux/Makefile.in | 628 ++++++ icon-themes/Crux/index.theme.in | 86 + icon-themes/Crux/scalable/Makefile.am | 5 + icon-themes/Crux/scalable/Makefile.in | 568 +++++ @@ -1226,7 +4543,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 .../scalable/actions/edit-delete.svg | 93 + .../scalable/actions/edit-find-replace.svg | 128 ++ .../scalable/actions/edit-find.svg | 96 + - .../scalable/actions/edit-paste.svg | 126 + + .../scalable/actions/edit-paste.svg | 126 ++ .../scalable/actions/edit-redo.svg | 76 + .../scalable/actions/edit-select-all.svg | 63 + .../scalable/actions/edit-undo.svg | 71 + @@ -1262,7 +4579,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 .../scalable/actions/insert-text.svg | 178 ++ .../HighContrast-SVG/scalable/actions/list-add.svg | 71 + .../scalable/actions/list-remove.svg | 68 + - .../scalable/actions/mail-forward.svg | 126 + + .../scalable/actions/mail-forward.svg | 126 ++ .../scalable/actions/mail-mark-important.svg | 119 + .../scalable/actions/mail-mark-junk.svg | 63 + .../scalable/actions/mail-mark-notjunk.svg | 63 + @@ -1335,7 +4652,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 .../scalable/apps/multimedia-volume-control.svg | 100 + .../apps/preferences-desktop-accessibility.svg | 217 ++ .../scalable/apps/preferences-desktop-font.svg | 64 + - .../scalable/apps/preferences-desktop-locale.svg | 126 + + .../scalable/apps/preferences-desktop-locale.svg | 126 ++ .../apps/preferences-desktop-screensaver.svg | 182 ++ .../scalable/apps/system-file-manager.svg | 133 ++ .../scalable/apps/utilities-system-monitor.svg | 159 ++ @@ -1716,7 +5033,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 .../48x48/status/network-transmit.png | Bin 0 -> 1269 bytes .../48x48/status/user-trash-full.png | Bin 0 -> 1409 bytes icon-themes/HighContrastLargePrint/Makefile.am | 19 + - icon-themes/HighContrastLargePrint/Makefile.in | 628 +++++ + icon-themes/HighContrastLargePrint/Makefile.in | 628 ++++++ icon-themes/HighContrastLargePrint/index.theme.in | 58 + .../36x36/Makefile.am | 1 + .../36x36/Makefile.in | 564 +++++ @@ -1921,7 +5238,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 .../48x48/status/weather-snow.png | Bin 0 -> 1429 bytes .../48x48/status/weather-storm.png | Bin 0 -> 1179 bytes .../HighContrastLargePrintInverse/Makefile.am | 19 + - .../HighContrastLargePrintInverse/Makefile.in | 628 +++++ + .../HighContrastLargePrintInverse/Makefile.in | 628 ++++++ .../HighContrastLargePrintInverse/index.theme.in | 58 + icon-themes/LargePrint/Makefile.am | 5 + icon-themes/LargePrint/Makefile.in | 413 ++++ @@ -2125,7 +5442,7 @@ Date: Thu Dec 1 23:42:46 2011 -0300 icon-themes/Mist/48x48/status/folder-open.png | Bin 0 -> 1997 bytes icon-themes/Mist/48x48/status/folder-visiting.png | Bin 0 -> 2934 bytes icon-themes/Mist/Makefile.am | 19 + - icon-themes/Mist/Makefile.in | 628 +++++ + icon-themes/Mist/Makefile.in | 628 ++++++ icon-themes/Mist/index.theme.in | 156 ++ install-sh | 520 +++++ low-contrast-preset.scm | 75 + @@ -2236,4 +5553,4 @@ Date: Thu Dec 1 23:42:46 2011 -0300 po/zh_CN.po | 143 ++ po/zh_HK.po | 165 ++ po/zh_TW.po | 165 ++ - 1789 files changed, 156427 insertions(+), 0 deletions(-) + 1789 files changed, 156427 insertions(+) diff --git a/configure.in b/configure.in index c06660ec..df39667e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_PREREQ(2.53) -AC_INIT([mate-themes], [1.3.0], [http://www.mate-desktop.org]) +AC_INIT([mate-themes], [1.4.0], [http://www.mate-desktop.org]) AC_CONFIG_SRCDIR([icon-themes]) AM_INIT_AUTOMAKE([1.9 tar-ustar]) -- cgit v1.2.1