diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /pics | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'pics')
1982 files changed, 1281 insertions, 0 deletions
diff --git a/pics/LICENSE.crystalsvg b/pics/LICENSE.crystalsvg new file mode 100644 index 000000000..6b6a87086 --- /dev/null +++ b/pics/LICENSE.crystalsvg @@ -0,0 +1,36 @@ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +This copyright and license notice covers all CrystalSVG images. +Note the license notice contains an add-on. +******************************************************************************** +KDE Crystal theme icons. +Copyright (C) 2002 and following years KDE Artists +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation, +version 2.1 of the License. +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + **** NOTE THIS ADD-ON **** +The GNU Lesser General Public License or LGPL is written for software libraries +in the first place. We expressly want the LGPL to be valid for this artwork +library too. +KDE Crystal theme icons is a special kind of software library, it is an +artwork library, it's elements can be used in a Graphical User Interface, or +GUI. +Source code, for this library means: + - for vectors svg; + - for pixels, if applicable, the multi-layered formats xcf or psd, or +otherwise png. +The LGPL in some sections obliges you to make the files carry +notices. With images this is in some cases impossible or hardly useful. +With this library a notice is placed at a prominent place in the directory +containing the elements. You may follow this practice. +The exception in section 6 of the GNU Lesser General Public License covers +the use of elements of this art library in a GUI. +kde-artists [at] kde.org +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/pics/Makefile.am b/pics/Makefile.am new file mode 100644 index 000000000..9112b1620 --- /dev/null +++ b/pics/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = . hicolor crystalsvg emoticons + +INCLUDES = $(LIBART_CFLAGS) -I$(top_srcdir)/kdecore/svgicons -I$(top_srcdir)/kdefx $(all_includes) + +if include_SVGICONS +KSVGTOPNG=ksvgtopng +endif + +bin_PROGRAMS = $(KSVGTOPNG) + +ksvgtopng_SOURCES = ksvgtopng.cpp +ksvgtopng_LDADD = $(LIBART_LIBS) $(LIB_KDECORE) $(top_builddir)/kdecore/svgicons/libkdesvgicons.la +ksvgtopng_LDFLAGS = $(KDE_RPATH) $(all_libraries) + +install-data-local: + -rm -f $(DESTDIR)$(kde_icondir)/default.kde + $(mkinstalldirs) $(DESTDIR)$(kde_icondir) + $(LN_S) crystalsvg $(DESTDIR)$(kde_icondir)/default.kde diff --git a/pics/crystalsvg/Makefile.am b/pics/crystalsvg/Makefile.am new file mode 100644 index 000000000..3fafc83b0 --- /dev/null +++ b/pics/crystalsvg/Makefile.am @@ -0,0 +1,23 @@ +KDE_ICON=AUTO + +crystaldir=$(kde_icondir)/crystalsvg +crystal_DATA=index.theme + +generate: + @echo "Converting SVG files to PNG files, starting..." + @echo "Sizes: 16x16; 22x22; 32x32; 48x48; 64x64; 128x128" + @rm -f $(top_builddir)/pics/crystalsvg/generated -Rf + @mkdir $(top_builddir)/pics/crystalsvg/generated + + @for file in $(top_srcdir)/pics/crystalsvg/*.svg*; do \ + echo "Processing: $$file..."; \ + $(top_builddir)/pics/ksvgtopng 16 16 $$file $(top_builddir)/pics/crystalsvg/generated/`basename $$file | sed -e 's/crsc/cr16/' | sed -e 's/svg\|svgz/png/'`; \ + $(top_builddir)/pics/ksvgtopng 22 22 $$file $(top_builddir)/pics/crystalsvg/generated/`basename $$file | sed -e 's/crsc/cr22/' | sed -e 's/svg\|svgz/png/'`; \ + $(top_builddir)/pics/ksvgtopng 32 32 $$file $(top_builddir)/pics/crystalsvg/generated/`basename $$file | sed -e 's/crsc/cr32/' | sed -e 's/svg\|svgz/png/'`; \ + $(top_builddir)/pics/ksvgtopng 48 48 $$file $(top_builddir)/pics/crystalsvg/generated/`basename $$file | sed -e 's/crsc/cr48/' | sed -e 's/svg\|svgz/png/'`; \ + $(top_builddir)/pics/ksvgtopng 64 64 $$file $(top_builddir)/pics/crystalsvg/generated/`basename $$file | sed -e 's/crsc/cr64/' | sed -e 's/svg\|svgz/png/'`; \ + $(top_builddir)/pics/ksvgtopng 128 128 $$file $(top_builddir)/pics/crystalsvg/generated/`basename $$file | sed -e 's/crsc/cr128/' | sed -e 's/svg\|svgz/png/'`; \ + done + +.PHONY: generate + diff --git a/pics/crystalsvg/cr128-action-fileopen.png b/pics/crystalsvg/cr128-action-fileopen.png Binary files differnew file mode 100644 index 000000000..7b3588497 --- /dev/null +++ b/pics/crystalsvg/cr128-action-fileopen.png diff --git a/pics/crystalsvg/cr128-action-launch.png b/pics/crystalsvg/cr128-action-launch.png Binary files differnew file mode 100644 index 000000000..f0aaafb00 --- /dev/null +++ b/pics/crystalsvg/cr128-action-launch.png diff --git a/pics/crystalsvg/cr128-action-share.png b/pics/crystalsvg/cr128-action-share.png Binary files differnew file mode 100644 index 000000000..eecd0146d --- /dev/null +++ b/pics/crystalsvg/cr128-action-share.png diff --git a/pics/crystalsvg/cr128-app-kmenu.png b/pics/crystalsvg/cr128-app-kmenu.png Binary files differnew file mode 100644 index 000000000..4ae438aa8 --- /dev/null +++ b/pics/crystalsvg/cr128-app-kmenu.png diff --git a/pics/crystalsvg/cr128-app-kttsd.png b/pics/crystalsvg/cr128-app-kttsd.png Binary files differnew file mode 100644 index 000000000..0efd8c948 --- /dev/null +++ b/pics/crystalsvg/cr128-app-kttsd.png diff --git a/pics/crystalsvg/cr128-app-password.png b/pics/crystalsvg/cr128-app-password.png Binary files differnew file mode 100644 index 000000000..f12dfdae6 --- /dev/null +++ b/pics/crystalsvg/cr128-app-password.png diff --git a/pics/crystalsvg/cr128-device-blockdevice.png b/pics/crystalsvg/cr128-device-blockdevice.png Binary files differnew file mode 100644 index 000000000..e3068923a --- /dev/null +++ b/pics/crystalsvg/cr128-device-blockdevice.png diff --git a/pics/crystalsvg/cr128-device-camera_mount.png b/pics/crystalsvg/cr128-device-camera_mount.png Binary files differnew file mode 100644 index 000000000..9c1c876aa --- /dev/null +++ b/pics/crystalsvg/cr128-device-camera_mount.png diff --git a/pics/crystalsvg/cr128-device-camera_unmount.png b/pics/crystalsvg/cr128-device-camera_unmount.png Binary files differnew file mode 100644 index 000000000..9aee6edb6 --- /dev/null +++ b/pics/crystalsvg/cr128-device-camera_unmount.png diff --git a/pics/crystalsvg/cr128-device-chardevice.png b/pics/crystalsvg/cr128-device-chardevice.png Binary files differnew file mode 100644 index 000000000..7e03f7983 --- /dev/null +++ b/pics/crystalsvg/cr128-device-chardevice.png diff --git a/pics/crystalsvg/cr128-device-compact_flash_mount.png b/pics/crystalsvg/cr128-device-compact_flash_mount.png Binary files differnew file mode 100644 index 000000000..61a7fac3d --- /dev/null +++ b/pics/crystalsvg/cr128-device-compact_flash_mount.png diff --git a/pics/crystalsvg/cr128-device-compact_flash_unmount.png b/pics/crystalsvg/cr128-device-compact_flash_unmount.png Binary files differnew file mode 100644 index 000000000..ef05561c5 --- /dev/null +++ b/pics/crystalsvg/cr128-device-compact_flash_unmount.png diff --git a/pics/crystalsvg/cr128-device-hdd_mount.png b/pics/crystalsvg/cr128-device-hdd_mount.png Binary files differnew file mode 100644 index 000000000..8eca8aa5f --- /dev/null +++ b/pics/crystalsvg/cr128-device-hdd_mount.png diff --git a/pics/crystalsvg/cr128-device-hdd_unmount.png b/pics/crystalsvg/cr128-device-hdd_unmount.png Binary files differnew file mode 100644 index 000000000..8154f0dd4 --- /dev/null +++ b/pics/crystalsvg/cr128-device-hdd_unmount.png diff --git a/pics/crystalsvg/cr128-device-ipod_mount.png b/pics/crystalsvg/cr128-device-ipod_mount.png Binary files differnew file mode 100644 index 000000000..eeec66b3d --- /dev/null +++ b/pics/crystalsvg/cr128-device-ipod_mount.png diff --git a/pics/crystalsvg/cr128-device-ipod_unmount.png b/pics/crystalsvg/cr128-device-ipod_unmount.png Binary files differnew file mode 100644 index 000000000..3d3b1f489 --- /dev/null +++ b/pics/crystalsvg/cr128-device-ipod_unmount.png diff --git a/pics/crystalsvg/cr128-device-memory_stick_mount.png b/pics/crystalsvg/cr128-device-memory_stick_mount.png Binary files differnew file mode 100644 index 000000000..6711d0602 --- /dev/null +++ b/pics/crystalsvg/cr128-device-memory_stick_mount.png diff --git a/pics/crystalsvg/cr128-device-memory_stick_unmount.png b/pics/crystalsvg/cr128-device-memory_stick_unmount.png Binary files differnew file mode 100644 index 000000000..2ab553ac0 --- /dev/null +++ b/pics/crystalsvg/cr128-device-memory_stick_unmount.png diff --git a/pics/crystalsvg/cr128-device-mouse.png b/pics/crystalsvg/cr128-device-mouse.png Binary files differnew file mode 100644 index 000000000..ec1f54bb7 --- /dev/null +++ b/pics/crystalsvg/cr128-device-mouse.png diff --git a/pics/crystalsvg/cr128-device-print_class.png b/pics/crystalsvg/cr128-device-print_class.png Binary files differnew file mode 100644 index 000000000..ed565db54 --- /dev/null +++ b/pics/crystalsvg/cr128-device-print_class.png diff --git a/pics/crystalsvg/cr128-device-printer1.png b/pics/crystalsvg/cr128-device-printer1.png Binary files differnew file mode 100644 index 000000000..7db5f56b1 --- /dev/null +++ b/pics/crystalsvg/cr128-device-printer1.png diff --git a/pics/crystalsvg/cr128-device-sd_mmc_mount.png b/pics/crystalsvg/cr128-device-sd_mmc_mount.png Binary files differnew file mode 100644 index 000000000..2f351c788 --- /dev/null +++ b/pics/crystalsvg/cr128-device-sd_mmc_mount.png diff --git a/pics/crystalsvg/cr128-device-sd_mmc_unmount.png b/pics/crystalsvg/cr128-device-sd_mmc_unmount.png Binary files differnew file mode 100644 index 000000000..8f6c0f4ce --- /dev/null +++ b/pics/crystalsvg/cr128-device-sd_mmc_unmount.png diff --git a/pics/crystalsvg/cr128-device-smart_media_mount.png b/pics/crystalsvg/cr128-device-smart_media_mount.png Binary files differnew file mode 100644 index 000000000..c8d8d0529 --- /dev/null +++ b/pics/crystalsvg/cr128-device-smart_media_mount.png diff --git a/pics/crystalsvg/cr128-device-smart_media_unmount.png b/pics/crystalsvg/cr128-device-smart_media_unmount.png Binary files differnew file mode 100644 index 000000000..b5934b322 --- /dev/null +++ b/pics/crystalsvg/cr128-device-smart_media_unmount.png diff --git a/pics/crystalsvg/cr128-device-system.png b/pics/crystalsvg/cr128-device-system.png Binary files differnew file mode 100644 index 000000000..a04e6c687 --- /dev/null +++ b/pics/crystalsvg/cr128-device-system.png diff --git a/pics/crystalsvg/cr128-device-usbpendrive_mount.png b/pics/crystalsvg/cr128-device-usbpendrive_mount.png Binary files differnew file mode 100644 index 000000000..53cc593d1 --- /dev/null +++ b/pics/crystalsvg/cr128-device-usbpendrive_mount.png diff --git a/pics/crystalsvg/cr128-device-usbpendrive_unmount.png b/pics/crystalsvg/cr128-device-usbpendrive_unmount.png Binary files differnew file mode 100644 index 000000000..aa6169b19 --- /dev/null +++ b/pics/crystalsvg/cr128-device-usbpendrive_unmount.png diff --git a/pics/crystalsvg/cr128-filesys-desktop.png b/pics/crystalsvg/cr128-filesys-desktop.png Binary files differnew file mode 100644 index 000000000..02f2f26d8 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-desktop.png diff --git a/pics/crystalsvg/cr128-filesys-exec.png b/pics/crystalsvg/cr128-filesys-exec.png Binary files differnew file mode 100644 index 000000000..f20b42433 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-exec.png diff --git a/pics/crystalsvg/cr128-filesys-file_broken.png b/pics/crystalsvg/cr128-filesys-file_broken.png Binary files differnew file mode 100644 index 000000000..a14d4fc89 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-file_broken.png diff --git a/pics/crystalsvg/cr128-filesys-folder.png b/pics/crystalsvg/cr128-filesys-folder.png Binary files differnew file mode 100644 index 000000000..97b1d7382 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder.png diff --git a/pics/crystalsvg/cr128-filesys-folder_crystal.png b/pics/crystalsvg/cr128-filesys-folder_crystal.png Binary files differnew file mode 100644 index 000000000..271766666 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_crystal.png diff --git a/pics/crystalsvg/cr128-filesys-folder_favorite.png b/pics/crystalsvg/cr128-filesys-folder_favorite.png Binary files differnew file mode 100644 index 000000000..01ba36b2f --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_favorite.png diff --git a/pics/crystalsvg/cr128-filesys-folder_green.png b/pics/crystalsvg/cr128-filesys-folder_green.png Binary files differnew file mode 100644 index 000000000..7872d573f --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_green.png diff --git a/pics/crystalsvg/cr128-filesys-folder_green_open.png b/pics/crystalsvg/cr128-filesys-folder_green_open.png Binary files differnew file mode 100644 index 000000000..97af75a54 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_green_open.png diff --git a/pics/crystalsvg/cr128-filesys-folder_grey.png b/pics/crystalsvg/cr128-filesys-folder_grey.png Binary files differnew file mode 100644 index 000000000..6e6dcc1d1 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_grey.png diff --git a/pics/crystalsvg/cr128-filesys-folder_grey_open.png b/pics/crystalsvg/cr128-filesys-folder_grey_open.png Binary files differnew file mode 100644 index 000000000..1faeddbe5 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_grey_open.png diff --git a/pics/crystalsvg/cr128-filesys-folder_home.png b/pics/crystalsvg/cr128-filesys-folder_home.png Binary files differnew file mode 100644 index 000000000..1523d6e17 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_home.png diff --git a/pics/crystalsvg/cr128-filesys-folder_home2.png b/pics/crystalsvg/cr128-filesys-folder_home2.png Binary files differnew file mode 100644 index 000000000..3d9620b0d --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_home2.png diff --git a/pics/crystalsvg/cr128-filesys-folder_html.png b/pics/crystalsvg/cr128-filesys-folder_html.png Binary files differnew file mode 100644 index 000000000..a17b99969 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_html.png diff --git a/pics/crystalsvg/cr128-filesys-folder_image.png b/pics/crystalsvg/cr128-filesys-folder_image.png Binary files differnew file mode 100644 index 000000000..57216ecda --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_image.png diff --git a/pics/crystalsvg/cr128-filesys-folder_important.png b/pics/crystalsvg/cr128-filesys-folder_important.png Binary files differnew file mode 100644 index 000000000..6470a37b5 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_important.png diff --git a/pics/crystalsvg/cr128-filesys-folder_locked.png b/pics/crystalsvg/cr128-filesys-folder_locked.png Binary files differnew file mode 100644 index 000000000..ba6645ba8 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_locked.png diff --git a/pics/crystalsvg/cr128-filesys-folder_man.png b/pics/crystalsvg/cr128-filesys-folder_man.png Binary files differnew file mode 100644 index 000000000..38951cc07 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_man.png diff --git a/pics/crystalsvg/cr128-filesys-folder_open.png b/pics/crystalsvg/cr128-filesys-folder_open.png Binary files differnew file mode 100644 index 000000000..62faf24dd --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_open.png diff --git a/pics/crystalsvg/cr128-filesys-folder_orange.png b/pics/crystalsvg/cr128-filesys-folder_orange.png Binary files differnew file mode 100644 index 000000000..d4d6f235a --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_orange.png diff --git a/pics/crystalsvg/cr128-filesys-folder_orange_open.png b/pics/crystalsvg/cr128-filesys-folder_orange_open.png Binary files differnew file mode 100644 index 000000000..c5cb0d5de --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_orange_open.png diff --git a/pics/crystalsvg/cr128-filesys-folder_print.png b/pics/crystalsvg/cr128-filesys-folder_print.png Binary files differnew file mode 100644 index 000000000..21291c894 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_print.png diff --git a/pics/crystalsvg/cr128-filesys-folder_red.png b/pics/crystalsvg/cr128-filesys-folder_red.png Binary files differnew file mode 100644 index 000000000..0f9de740f --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_red.png diff --git a/pics/crystalsvg/cr128-filesys-folder_red_open.png b/pics/crystalsvg/cr128-filesys-folder_red_open.png Binary files differnew file mode 100644 index 000000000..347d0a3f8 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_red_open.png diff --git a/pics/crystalsvg/cr128-filesys-folder_sound.png b/pics/crystalsvg/cr128-filesys-folder_sound.png Binary files differnew file mode 100644 index 000000000..257983dd0 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_sound.png diff --git a/pics/crystalsvg/cr128-filesys-folder_tar.png b/pics/crystalsvg/cr128-filesys-folder_tar.png Binary files differnew file mode 100644 index 000000000..733bfeb9f --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_tar.png diff --git a/pics/crystalsvg/cr128-filesys-folder_txt.png b/pics/crystalsvg/cr128-filesys-folder_txt.png Binary files differnew file mode 100644 index 000000000..d83bb016a --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_txt.png diff --git a/pics/crystalsvg/cr128-filesys-folder_video.png b/pics/crystalsvg/cr128-filesys-folder_video.png Binary files differnew file mode 100644 index 000000000..c159a17fe --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_video.png diff --git a/pics/crystalsvg/cr128-filesys-folder_violet.png b/pics/crystalsvg/cr128-filesys-folder_violet.png Binary files differnew file mode 100644 index 000000000..419f505f0 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_violet.png diff --git a/pics/crystalsvg/cr128-filesys-folder_violet_open.png b/pics/crystalsvg/cr128-filesys-folder_violet_open.png Binary files differnew file mode 100644 index 000000000..9d86a96dc --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_violet_open.png diff --git a/pics/crystalsvg/cr128-filesys-folder_yellow.png b/pics/crystalsvg/cr128-filesys-folder_yellow.png Binary files differnew file mode 100644 index 000000000..f1de568eb --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_yellow.png diff --git a/pics/crystalsvg/cr128-filesys-folder_yellow_open.png b/pics/crystalsvg/cr128-filesys-folder_yellow_open.png Binary files differnew file mode 100644 index 000000000..2cbd69569 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-folder_yellow_open.png diff --git a/pics/crystalsvg/cr128-filesys-link_overlay.png b/pics/crystalsvg/cr128-filesys-link_overlay.png Binary files differnew file mode 100644 index 000000000..92d6fb6a3 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-link_overlay.png diff --git a/pics/crystalsvg/cr128-filesys-lock_overlay.png b/pics/crystalsvg/cr128-filesys-lock_overlay.png Binary files differnew file mode 100644 index 000000000..c45e65d6a --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-lock_overlay.png diff --git a/pics/crystalsvg/cr128-filesys-network.png b/pics/crystalsvg/cr128-filesys-network.png Binary files differnew file mode 100644 index 000000000..9fb0d1fb2 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-network.png diff --git a/pics/crystalsvg/cr128-filesys-network_local.png b/pics/crystalsvg/cr128-filesys-network_local.png Binary files differnew file mode 100644 index 000000000..9a4d09d39 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-network_local.png diff --git a/pics/crystalsvg/cr128-filesys-pipe.png b/pics/crystalsvg/cr128-filesys-pipe.png Binary files differnew file mode 100644 index 000000000..5f52c57cb --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-pipe.png diff --git a/pics/crystalsvg/cr128-filesys-trashcan_empty.png b/pics/crystalsvg/cr128-filesys-trashcan_empty.png Binary files differnew file mode 100644 index 000000000..52ae13154 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-trashcan_empty.png diff --git a/pics/crystalsvg/cr128-filesys-trashcan_full.png b/pics/crystalsvg/cr128-filesys-trashcan_full.png Binary files differnew file mode 100644 index 000000000..a04c817ee --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-trashcan_full.png diff --git a/pics/crystalsvg/cr128-filesys-www.png b/pics/crystalsvg/cr128-filesys-www.png Binary files differnew file mode 100644 index 000000000..a59c8af90 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-www.png diff --git a/pics/crystalsvg/cr128-filesys-zip_overlay.png b/pics/crystalsvg/cr128-filesys-zip_overlay.png Binary files differnew file mode 100644 index 000000000..f8bb253b7 --- /dev/null +++ b/pics/crystalsvg/cr128-filesys-zip_overlay.png diff --git a/pics/crystalsvg/cr128-mime-applix.png b/pics/crystalsvg/cr128-mime-applix.png Binary files differnew file mode 100644 index 000000000..e7c3b8ede --- /dev/null +++ b/pics/crystalsvg/cr128-mime-applix.png diff --git a/pics/crystalsvg/cr128-mime-ascii.png b/pics/crystalsvg/cr128-mime-ascii.png Binary files differnew file mode 100644 index 000000000..59a764257 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-ascii.png diff --git a/pics/crystalsvg/cr128-mime-binary.png b/pics/crystalsvg/cr128-mime-binary.png Binary files differnew file mode 100644 index 000000000..e968365c6 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-binary.png diff --git a/pics/crystalsvg/cr128-mime-bt.png b/pics/crystalsvg/cr128-mime-bt.png Binary files differnew file mode 100644 index 000000000..2e9937d5a --- /dev/null +++ b/pics/crystalsvg/cr128-mime-bt.png diff --git a/pics/crystalsvg/cr128-mime-cdimage.png b/pics/crystalsvg/cr128-mime-cdimage.png Binary files differnew file mode 100644 index 000000000..285c5403a --- /dev/null +++ b/pics/crystalsvg/cr128-mime-cdimage.png diff --git a/pics/crystalsvg/cr128-mime-cdr.png b/pics/crystalsvg/cr128-mime-cdr.png Binary files differnew file mode 100644 index 000000000..956c7bd8e --- /dev/null +++ b/pics/crystalsvg/cr128-mime-cdr.png diff --git a/pics/crystalsvg/cr128-mime-cdtrack.png b/pics/crystalsvg/cr128-mime-cdtrack.png Binary files differnew file mode 100644 index 000000000..fe83f1a2e --- /dev/null +++ b/pics/crystalsvg/cr128-mime-cdtrack.png diff --git a/pics/crystalsvg/cr128-mime-colorscm.png b/pics/crystalsvg/cr128-mime-colorscm.png Binary files differnew file mode 100644 index 000000000..a66c239fa --- /dev/null +++ b/pics/crystalsvg/cr128-mime-colorscm.png diff --git a/pics/crystalsvg/cr128-mime-core.png b/pics/crystalsvg/cr128-mime-core.png Binary files differnew file mode 100644 index 000000000..013e93d1f --- /dev/null +++ b/pics/crystalsvg/cr128-mime-core.png diff --git a/pics/crystalsvg/cr128-mime-deb.png b/pics/crystalsvg/cr128-mime-deb.png Binary files differnew file mode 100644 index 000000000..50af44224 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-deb.png diff --git a/pics/crystalsvg/cr128-mime-document.png b/pics/crystalsvg/cr128-mime-document.png Binary files differnew file mode 100644 index 000000000..970fe33d5 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-document.png diff --git a/pics/crystalsvg/cr128-mime-document2.png b/pics/crystalsvg/cr128-mime-document2.png Binary files differnew file mode 100644 index 000000000..840662327 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-document2.png diff --git a/pics/crystalsvg/cr128-mime-dvi.png b/pics/crystalsvg/cr128-mime-dvi.png Binary files differnew file mode 100644 index 000000000..bee5c3e4c --- /dev/null +++ b/pics/crystalsvg/cr128-mime-dvi.png diff --git a/pics/crystalsvg/cr128-mime-empty.png b/pics/crystalsvg/cr128-mime-empty.png Binary files differnew file mode 100644 index 000000000..f6e177a35 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-empty.png diff --git a/pics/crystalsvg/cr128-mime-encrypted.png b/pics/crystalsvg/cr128-mime-encrypted.png Binary files differnew file mode 100644 index 000000000..be9140e2d --- /dev/null +++ b/pics/crystalsvg/cr128-mime-encrypted.png diff --git a/pics/crystalsvg/cr128-mime-exec_wine.png b/pics/crystalsvg/cr128-mime-exec_wine.png Binary files differnew file mode 100644 index 000000000..66fab57f2 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-exec_wine.png diff --git a/pics/crystalsvg/cr128-mime-font.png b/pics/crystalsvg/cr128-mime-font.png Binary files differnew file mode 100644 index 000000000..40f7baacd --- /dev/null +++ b/pics/crystalsvg/cr128-mime-font.png diff --git a/pics/crystalsvg/cr128-mime-font_bitmap.png b/pics/crystalsvg/cr128-mime-font_bitmap.png Binary files differnew file mode 100644 index 000000000..f158d1442 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-font_bitmap.png diff --git a/pics/crystalsvg/cr128-mime-font_truetype.png b/pics/crystalsvg/cr128-mime-font_truetype.png Binary files differnew file mode 100644 index 000000000..264101056 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-font_truetype.png diff --git a/pics/crystalsvg/cr128-mime-font_type1.png b/pics/crystalsvg/cr128-mime-font_type1.png Binary files differnew file mode 100644 index 000000000..ff72df155 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-font_type1.png diff --git a/pics/crystalsvg/cr128-mime-gf.png b/pics/crystalsvg/cr128-mime-gf.png Binary files differnew file mode 100644 index 000000000..dfed8f731 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-gf.png diff --git a/pics/crystalsvg/cr128-mime-html.png b/pics/crystalsvg/cr128-mime-html.png Binary files differnew file mode 100644 index 000000000..ab8334bf8 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-html.png diff --git a/pics/crystalsvg/cr128-mime-image.png b/pics/crystalsvg/cr128-mime-image.png Binary files differnew file mode 100644 index 000000000..3d2fc5d93 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-image.png diff --git a/pics/crystalsvg/cr128-mime-info.png b/pics/crystalsvg/cr128-mime-info.png Binary files differnew file mode 100644 index 000000000..0685f86af --- /dev/null +++ b/pics/crystalsvg/cr128-mime-info.png diff --git a/pics/crystalsvg/cr128-mime-karbon_karbon.png b/pics/crystalsvg/cr128-mime-karbon_karbon.png Binary files differnew file mode 100644 index 000000000..3dc426858 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-karbon_karbon.png diff --git a/pics/crystalsvg/cr128-mime-kexi_kexi.png b/pics/crystalsvg/cr128-mime-kexi_kexi.png Binary files differnew file mode 100644 index 000000000..d545abe57 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-kexi_kexi.png diff --git a/pics/crystalsvg/cr128-mime-kmultiple.png b/pics/crystalsvg/cr128-mime-kmultiple.png Binary files differnew file mode 100644 index 000000000..9e822431c --- /dev/null +++ b/pics/crystalsvg/cr128-mime-kmultiple.png diff --git a/pics/crystalsvg/cr128-mime-koffice.png b/pics/crystalsvg/cr128-mime-koffice.png Binary files differnew file mode 100644 index 000000000..31da0ebad --- /dev/null +++ b/pics/crystalsvg/cr128-mime-koffice.png diff --git a/pics/crystalsvg/cr128-mime-krita_kra.png b/pics/crystalsvg/cr128-mime-krita_kra.png Binary files differnew file mode 100644 index 000000000..ff69f1bae --- /dev/null +++ b/pics/crystalsvg/cr128-mime-krita_kra.png diff --git a/pics/crystalsvg/cr128-mime-log.png b/pics/crystalsvg/cr128-mime-log.png Binary files differnew file mode 100644 index 000000000..c1347a3e5 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-log.png diff --git a/pics/crystalsvg/cr128-mime-make.png b/pics/crystalsvg/cr128-mime-make.png Binary files differnew file mode 100644 index 000000000..759c0a1ac --- /dev/null +++ b/pics/crystalsvg/cr128-mime-make.png diff --git a/pics/crystalsvg/cr128-mime-man.png b/pics/crystalsvg/cr128-mime-man.png Binary files differnew file mode 100644 index 000000000..fdf37cc10 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-man.png diff --git a/pics/crystalsvg/cr128-mime-message.png b/pics/crystalsvg/cr128-mime-message.png Binary files differnew file mode 100644 index 000000000..02b53952b --- /dev/null +++ b/pics/crystalsvg/cr128-mime-message.png diff --git a/pics/crystalsvg/cr128-mime-metafont.png b/pics/crystalsvg/cr128-mime-metafont.png Binary files differnew file mode 100644 index 000000000..247cf32bd --- /dev/null +++ b/pics/crystalsvg/cr128-mime-metafont.png diff --git a/pics/crystalsvg/cr128-mime-midi.png b/pics/crystalsvg/cr128-mime-midi.png Binary files differnew file mode 100644 index 000000000..40632f061 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-midi.png diff --git a/pics/crystalsvg/cr128-mime-misc.png b/pics/crystalsvg/cr128-mime-misc.png Binary files differnew file mode 100644 index 000000000..8555b15f3 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-misc.png diff --git a/pics/crystalsvg/cr128-mime-mozilla_doc.png b/pics/crystalsvg/cr128-mime-mozilla_doc.png Binary files differnew file mode 100644 index 000000000..1ebc16d58 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-mozilla_doc.png diff --git a/pics/crystalsvg/cr128-mime-netscape_doc.png b/pics/crystalsvg/cr128-mime-netscape_doc.png Binary files differnew file mode 100644 index 000000000..fbc99e16e --- /dev/null +++ b/pics/crystalsvg/cr128-mime-netscape_doc.png diff --git a/pics/crystalsvg/cr128-mime-pdf.png b/pics/crystalsvg/cr128-mime-pdf.png Binary files differnew file mode 100644 index 000000000..351e02623 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-pdf.png diff --git a/pics/crystalsvg/cr128-mime-pk.png b/pics/crystalsvg/cr128-mime-pk.png Binary files differnew file mode 100644 index 000000000..4b50e99d1 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-pk.png diff --git a/pics/crystalsvg/cr128-mime-postscript.png b/pics/crystalsvg/cr128-mime-postscript.png Binary files differnew file mode 100644 index 000000000..5b6dc35fa --- /dev/null +++ b/pics/crystalsvg/cr128-mime-postscript.png diff --git a/pics/crystalsvg/cr128-mime-quicktime.png b/pics/crystalsvg/cr128-mime-quicktime.png Binary files differnew file mode 100644 index 000000000..1863302f0 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-quicktime.png diff --git a/pics/crystalsvg/cr128-mime-readme.png b/pics/crystalsvg/cr128-mime-readme.png Binary files differnew file mode 100644 index 000000000..2958b9053 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-readme.png diff --git a/pics/crystalsvg/cr128-mime-recycled.png b/pics/crystalsvg/cr128-mime-recycled.png Binary files differnew file mode 100644 index 000000000..93ce4b177 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-recycled.png diff --git a/pics/crystalsvg/cr128-mime-resource.png b/pics/crystalsvg/cr128-mime-resource.png Binary files differnew file mode 100644 index 000000000..12727f16a --- /dev/null +++ b/pics/crystalsvg/cr128-mime-resource.png diff --git a/pics/crystalsvg/cr128-mime-rpm.png b/pics/crystalsvg/cr128-mime-rpm.png Binary files differnew file mode 100644 index 000000000..22d8ab19c --- /dev/null +++ b/pics/crystalsvg/cr128-mime-rpm.png diff --git a/pics/crystalsvg/cr128-mime-shellscript.png b/pics/crystalsvg/cr128-mime-shellscript.png Binary files differnew file mode 100644 index 000000000..f0bde8f03 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-shellscript.png diff --git a/pics/crystalsvg/cr128-mime-soffice.png b/pics/crystalsvg/cr128-mime-soffice.png Binary files differnew file mode 100644 index 000000000..46d932831 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-soffice.png diff --git a/pics/crystalsvg/cr128-mime-sound.png b/pics/crystalsvg/cr128-mime-sound.png Binary files differnew file mode 100644 index 000000000..dc4c177e8 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-sound.png diff --git a/pics/crystalsvg/cr128-mime-source.png b/pics/crystalsvg/cr128-mime-source.png Binary files differnew file mode 100644 index 000000000..203b5cbb2 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source.png diff --git a/pics/crystalsvg/cr128-mime-source_c.png b/pics/crystalsvg/cr128-mime-source_c.png Binary files differnew file mode 100644 index 000000000..d978e7251 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_c.png diff --git a/pics/crystalsvg/cr128-mime-source_cpp.png b/pics/crystalsvg/cr128-mime-source_cpp.png Binary files differnew file mode 100644 index 000000000..00d5426f7 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_cpp.png diff --git a/pics/crystalsvg/cr128-mime-source_f.png b/pics/crystalsvg/cr128-mime-source_f.png Binary files differnew file mode 100644 index 000000000..ee1c97415 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_f.png diff --git a/pics/crystalsvg/cr128-mime-source_h.png b/pics/crystalsvg/cr128-mime-source_h.png Binary files differnew file mode 100644 index 000000000..d9094216c --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_h.png diff --git a/pics/crystalsvg/cr128-mime-source_j.png b/pics/crystalsvg/cr128-mime-source_j.png Binary files differnew file mode 100644 index 000000000..9a8cda00c --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_j.png diff --git a/pics/crystalsvg/cr128-mime-source_java.png b/pics/crystalsvg/cr128-mime-source_java.png Binary files differnew file mode 100644 index 000000000..3add2e2b7 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_java.png diff --git a/pics/crystalsvg/cr128-mime-source_l.png b/pics/crystalsvg/cr128-mime-source_l.png Binary files differnew file mode 100644 index 000000000..20b5b7aac --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_l.png diff --git a/pics/crystalsvg/cr128-mime-source_moc.png b/pics/crystalsvg/cr128-mime-source_moc.png Binary files differnew file mode 100644 index 000000000..3b8191d8d --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_moc.png diff --git a/pics/crystalsvg/cr128-mime-source_o.png b/pics/crystalsvg/cr128-mime-source_o.png Binary files differnew file mode 100644 index 000000000..c55476ffb --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_o.png diff --git a/pics/crystalsvg/cr128-mime-source_p.png b/pics/crystalsvg/cr128-mime-source_p.png Binary files differnew file mode 100644 index 000000000..90df5862a --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_p.png diff --git a/pics/crystalsvg/cr128-mime-source_php.png b/pics/crystalsvg/cr128-mime-source_php.png Binary files differnew file mode 100644 index 000000000..5830741bf --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_php.png diff --git a/pics/crystalsvg/cr128-mime-source_pl.png b/pics/crystalsvg/cr128-mime-source_pl.png Binary files differnew file mode 100644 index 000000000..118ac4133 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_pl.png diff --git a/pics/crystalsvg/cr128-mime-source_py.png b/pics/crystalsvg/cr128-mime-source_py.png Binary files differnew file mode 100644 index 000000000..3351d36eb --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_py.png diff --git a/pics/crystalsvg/cr128-mime-source_s.png b/pics/crystalsvg/cr128-mime-source_s.png Binary files differnew file mode 100644 index 000000000..4dddfec8e --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_s.png diff --git a/pics/crystalsvg/cr128-mime-source_y.png b/pics/crystalsvg/cr128-mime-source_y.png Binary files differnew file mode 100644 index 000000000..a8794a512 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-source_y.png diff --git a/pics/crystalsvg/cr128-mime-spreadsheet.png b/pics/crystalsvg/cr128-mime-spreadsheet.png Binary files differnew file mode 100644 index 000000000..7c1f455f0 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-spreadsheet.png diff --git a/pics/crystalsvg/cr128-mime-tar.png b/pics/crystalsvg/cr128-mime-tar.png Binary files differnew file mode 100644 index 000000000..91f24d19f --- /dev/null +++ b/pics/crystalsvg/cr128-mime-tar.png diff --git a/pics/crystalsvg/cr128-mime-template_source.png b/pics/crystalsvg/cr128-mime-template_source.png Binary files differnew file mode 100644 index 000000000..99ce52628 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-template_source.png diff --git a/pics/crystalsvg/cr128-mime-tex.png b/pics/crystalsvg/cr128-mime-tex.png Binary files differnew file mode 100644 index 000000000..537bb0dfe --- /dev/null +++ b/pics/crystalsvg/cr128-mime-tex.png diff --git a/pics/crystalsvg/cr128-mime-tgz.png b/pics/crystalsvg/cr128-mime-tgz.png Binary files differnew file mode 100644 index 000000000..cfde6ee03 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-tgz.png diff --git a/pics/crystalsvg/cr128-mime-txt.png b/pics/crystalsvg/cr128-mime-txt.png Binary files differnew file mode 100644 index 000000000..5b52964a3 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-txt.png diff --git a/pics/crystalsvg/cr128-mime-txt2.png b/pics/crystalsvg/cr128-mime-txt2.png Binary files differnew file mode 100644 index 000000000..3004ab4fe --- /dev/null +++ b/pics/crystalsvg/cr128-mime-txt2.png diff --git a/pics/crystalsvg/cr128-mime-unknown.png b/pics/crystalsvg/cr128-mime-unknown.png Binary files differnew file mode 100644 index 000000000..431c18ed4 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-unknown.png diff --git a/pics/crystalsvg/cr128-mime-vcalendar.png b/pics/crystalsvg/cr128-mime-vcalendar.png Binary files differnew file mode 100644 index 000000000..506836a28 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-vcalendar.png diff --git a/pics/crystalsvg/cr128-mime-vcard.png b/pics/crystalsvg/cr128-mime-vcard.png Binary files differnew file mode 100644 index 000000000..51e4a088b --- /dev/null +++ b/pics/crystalsvg/cr128-mime-vcard.png diff --git a/pics/crystalsvg/cr128-mime-vectorgfx.png b/pics/crystalsvg/cr128-mime-vectorgfx.png Binary files differnew file mode 100644 index 000000000..ccf5580a7 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-vectorgfx.png diff --git a/pics/crystalsvg/cr128-mime-video.png b/pics/crystalsvg/cr128-mime-video.png Binary files differnew file mode 100644 index 000000000..eea34177f --- /dev/null +++ b/pics/crystalsvg/cr128-mime-video.png diff --git a/pics/crystalsvg/cr128-mime-widget_doc.png b/pics/crystalsvg/cr128-mime-widget_doc.png Binary files differnew file mode 100644 index 000000000..955f0f3c2 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-widget_doc.png diff --git a/pics/crystalsvg/cr128-mime-wordprocessing.png b/pics/crystalsvg/cr128-mime-wordprocessing.png Binary files differnew file mode 100644 index 000000000..975d96ec4 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-wordprocessing.png diff --git a/pics/crystalsvg/cr128-mime-zip.png b/pics/crystalsvg/cr128-mime-zip.png Binary files differnew file mode 100644 index 000000000..1cb85cf59 --- /dev/null +++ b/pics/crystalsvg/cr128-mime-zip.png diff --git a/pics/crystalsvg/cr16-action-1downarrow.png b/pics/crystalsvg/cr16-action-1downarrow.png Binary files differnew file mode 100644 index 000000000..5829fe45b --- /dev/null +++ b/pics/crystalsvg/cr16-action-1downarrow.png diff --git a/pics/crystalsvg/cr16-action-1leftarrow.png b/pics/crystalsvg/cr16-action-1leftarrow.png Binary files differnew file mode 100644 index 000000000..dd35e73de --- /dev/null +++ b/pics/crystalsvg/cr16-action-1leftarrow.png diff --git a/pics/crystalsvg/cr16-action-1rightarrow.png b/pics/crystalsvg/cr16-action-1rightarrow.png Binary files differnew file mode 100644 index 000000000..c2673b1ac --- /dev/null +++ b/pics/crystalsvg/cr16-action-1rightarrow.png diff --git a/pics/crystalsvg/cr16-action-1uparrow.png b/pics/crystalsvg/cr16-action-1uparrow.png Binary files differnew file mode 100644 index 000000000..3b7c03d05 --- /dev/null +++ b/pics/crystalsvg/cr16-action-1uparrow.png diff --git a/pics/crystalsvg/cr16-action-2downarrow.png b/pics/crystalsvg/cr16-action-2downarrow.png Binary files differnew file mode 100644 index 000000000..ab2a8c0e1 --- /dev/null +++ b/pics/crystalsvg/cr16-action-2downarrow.png diff --git a/pics/crystalsvg/cr16-action-2leftarrow.png b/pics/crystalsvg/cr16-action-2leftarrow.png Binary files differnew file mode 100644 index 000000000..78eae0546 --- /dev/null +++ b/pics/crystalsvg/cr16-action-2leftarrow.png diff --git a/pics/crystalsvg/cr16-action-2rightarrow.png b/pics/crystalsvg/cr16-action-2rightarrow.png Binary files differnew file mode 100644 index 000000000..9d4053637 --- /dev/null +++ b/pics/crystalsvg/cr16-action-2rightarrow.png diff --git a/pics/crystalsvg/cr16-action-2uparrow.png b/pics/crystalsvg/cr16-action-2uparrow.png Binary files differnew file mode 100644 index 000000000..253b1de28 --- /dev/null +++ b/pics/crystalsvg/cr16-action-2uparrow.png diff --git a/pics/crystalsvg/cr16-action-about_kde.png b/pics/crystalsvg/cr16-action-about_kde.png Binary files differnew file mode 100644 index 000000000..3176386d0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-about_kde.png diff --git a/pics/crystalsvg/cr16-action-add.png b/pics/crystalsvg/cr16-action-add.png Binary files differnew file mode 100644 index 000000000..fe07994c2 --- /dev/null +++ b/pics/crystalsvg/cr16-action-add.png diff --git a/pics/crystalsvg/cr16-action-airbrush.png b/pics/crystalsvg/cr16-action-airbrush.png Binary files differnew file mode 100644 index 000000000..7e3b6526d --- /dev/null +++ b/pics/crystalsvg/cr16-action-airbrush.png diff --git a/pics/crystalsvg/cr16-action-apply.png b/pics/crystalsvg/cr16-action-apply.png Binary files differnew file mode 100644 index 000000000..91af0d388 --- /dev/null +++ b/pics/crystalsvg/cr16-action-apply.png diff --git a/pics/crystalsvg/cr16-action-attach.png b/pics/crystalsvg/cr16-action-attach.png Binary files differnew file mode 100644 index 000000000..3bfa627d7 --- /dev/null +++ b/pics/crystalsvg/cr16-action-attach.png diff --git a/pics/crystalsvg/cr16-action-back.png b/pics/crystalsvg/cr16-action-back.png Binary files differnew file mode 100644 index 000000000..bfa99d07c --- /dev/null +++ b/pics/crystalsvg/cr16-action-back.png diff --git a/pics/crystalsvg/cr16-action-blend.png b/pics/crystalsvg/cr16-action-blend.png Binary files differnew file mode 100644 index 000000000..a60b8a4a3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-blend.png diff --git a/pics/crystalsvg/cr16-action-bookmark.png b/pics/crystalsvg/cr16-action-bookmark.png Binary files differnew file mode 100644 index 000000000..5e7615871 --- /dev/null +++ b/pics/crystalsvg/cr16-action-bookmark.png diff --git a/pics/crystalsvg/cr16-action-bookmark_add.png b/pics/crystalsvg/cr16-action-bookmark_add.png Binary files differnew file mode 100644 index 000000000..e1d093ae4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-bookmark_add.png diff --git a/pics/crystalsvg/cr16-action-bookmark_folder.png b/pics/crystalsvg/cr16-action-bookmark_folder.png Binary files differnew file mode 100644 index 000000000..512ace25e --- /dev/null +++ b/pics/crystalsvg/cr16-action-bookmark_folder.png diff --git a/pics/crystalsvg/cr16-action-bookmark_toolbar.png b/pics/crystalsvg/cr16-action-bookmark_toolbar.png Binary files differnew file mode 100644 index 000000000..fdf17ca54 --- /dev/null +++ b/pics/crystalsvg/cr16-action-bookmark_toolbar.png diff --git a/pics/crystalsvg/cr16-action-bookmarks_list_add.png b/pics/crystalsvg/cr16-action-bookmarks_list_add.png Binary files differnew file mode 100644 index 000000000..e1d093ae4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-bookmarks_list_add.png diff --git a/pics/crystalsvg/cr16-action-bottom.png b/pics/crystalsvg/cr16-action-bottom.png Binary files differnew file mode 100644 index 000000000..8f218847d --- /dev/null +++ b/pics/crystalsvg/cr16-action-bottom.png diff --git a/pics/crystalsvg/cr16-action-cancel.png b/pics/crystalsvg/cr16-action-cancel.png Binary files differnew file mode 100644 index 000000000..6b990a2f7 --- /dev/null +++ b/pics/crystalsvg/cr16-action-cancel.png diff --git a/pics/crystalsvg/cr16-action-charset.png b/pics/crystalsvg/cr16-action-charset.png Binary files differnew file mode 100644 index 000000000..6d46152a5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-charset.png diff --git a/pics/crystalsvg/cr16-action-clear_left.png b/pics/crystalsvg/cr16-action-clear_left.png Binary files differnew file mode 100644 index 000000000..ea11a3e4d --- /dev/null +++ b/pics/crystalsvg/cr16-action-clear_left.png diff --git a/pics/crystalsvg/cr16-action-color_fill.png b/pics/crystalsvg/cr16-action-color_fill.png Binary files differnew file mode 100644 index 000000000..2c2f3e914 --- /dev/null +++ b/pics/crystalsvg/cr16-action-color_fill.png diff --git a/pics/crystalsvg/cr16-action-color_line.png b/pics/crystalsvg/cr16-action-color_line.png Binary files differnew file mode 100644 index 000000000..7e895283e --- /dev/null +++ b/pics/crystalsvg/cr16-action-color_line.png diff --git a/pics/crystalsvg/cr16-action-colorize.png b/pics/crystalsvg/cr16-action-colorize.png Binary files differnew file mode 100644 index 000000000..9612cd523 --- /dev/null +++ b/pics/crystalsvg/cr16-action-colorize.png diff --git a/pics/crystalsvg/cr16-action-colorpicker.png b/pics/crystalsvg/cr16-action-colorpicker.png Binary files differnew file mode 100644 index 000000000..569171e6c --- /dev/null +++ b/pics/crystalsvg/cr16-action-colorpicker.png diff --git a/pics/crystalsvg/cr16-action-compfile.png b/pics/crystalsvg/cr16-action-compfile.png Binary files differnew file mode 100644 index 000000000..4cfd6dd66 --- /dev/null +++ b/pics/crystalsvg/cr16-action-compfile.png diff --git a/pics/crystalsvg/cr16-action-completion.png b/pics/crystalsvg/cr16-action-completion.png Binary files differnew file mode 100644 index 000000000..36ae82fd8 --- /dev/null +++ b/pics/crystalsvg/cr16-action-completion.png diff --git a/pics/crystalsvg/cr16-action-configure.png b/pics/crystalsvg/cr16-action-configure.png Binary files differnew file mode 100644 index 000000000..95bd319ce --- /dev/null +++ b/pics/crystalsvg/cr16-action-configure.png diff --git a/pics/crystalsvg/cr16-action-configure_shortcuts.png b/pics/crystalsvg/cr16-action-configure_shortcuts.png Binary files differnew file mode 100644 index 000000000..47d469e04 --- /dev/null +++ b/pics/crystalsvg/cr16-action-configure_shortcuts.png diff --git a/pics/crystalsvg/cr16-action-configure_toolbars.png b/pics/crystalsvg/cr16-action-configure_toolbars.png Binary files differnew file mode 100644 index 000000000..653479bf0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-configure_toolbars.png diff --git a/pics/crystalsvg/cr16-action-connect_creating.png b/pics/crystalsvg/cr16-action-connect_creating.png Binary files differnew file mode 100644 index 000000000..258b65b5d --- /dev/null +++ b/pics/crystalsvg/cr16-action-connect_creating.png diff --git a/pics/crystalsvg/cr16-action-connect_established.png b/pics/crystalsvg/cr16-action-connect_established.png Binary files differnew file mode 100644 index 000000000..9465e0e04 --- /dev/null +++ b/pics/crystalsvg/cr16-action-connect_established.png diff --git a/pics/crystalsvg/cr16-action-connect_no.png b/pics/crystalsvg/cr16-action-connect_no.png Binary files differnew file mode 100644 index 000000000..0b752fc7e --- /dev/null +++ b/pics/crystalsvg/cr16-action-connect_no.png diff --git a/pics/crystalsvg/cr16-action-contents.png b/pics/crystalsvg/cr16-action-contents.png Binary files differnew file mode 100644 index 000000000..e2a44ecae --- /dev/null +++ b/pics/crystalsvg/cr16-action-contents.png diff --git a/pics/crystalsvg/cr16-action-contents2.png b/pics/crystalsvg/cr16-action-contents2.png Binary files differnew file mode 100644 index 000000000..f02fb32ad --- /dev/null +++ b/pics/crystalsvg/cr16-action-contents2.png diff --git a/pics/crystalsvg/cr16-action-contexthelp.png b/pics/crystalsvg/cr16-action-contexthelp.png Binary files differnew file mode 100644 index 000000000..cc9d9b31d --- /dev/null +++ b/pics/crystalsvg/cr16-action-contexthelp.png diff --git a/pics/crystalsvg/cr16-action-crop.png b/pics/crystalsvg/cr16-action-crop.png Binary files differnew file mode 100644 index 000000000..1bcc73f2e --- /dev/null +++ b/pics/crystalsvg/cr16-action-crop.png diff --git a/pics/crystalsvg/cr16-action-decrypted.png b/pics/crystalsvg/cr16-action-decrypted.png Binary files differnew file mode 100644 index 000000000..3a1a0d34e --- /dev/null +++ b/pics/crystalsvg/cr16-action-decrypted.png diff --git a/pics/crystalsvg/cr16-action-down.png b/pics/crystalsvg/cr16-action-down.png Binary files differnew file mode 100644 index 000000000..697fc98bc --- /dev/null +++ b/pics/crystalsvg/cr16-action-down.png diff --git a/pics/crystalsvg/cr16-action-edit.png b/pics/crystalsvg/cr16-action-edit.png Binary files differnew file mode 100644 index 000000000..fc9884bf3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-edit.png diff --git a/pics/crystalsvg/cr16-action-editclear.png b/pics/crystalsvg/cr16-action-editclear.png Binary files differnew file mode 100644 index 000000000..462484048 --- /dev/null +++ b/pics/crystalsvg/cr16-action-editclear.png diff --git a/pics/crystalsvg/cr16-action-editcopy.png b/pics/crystalsvg/cr16-action-editcopy.png Binary files differnew file mode 100644 index 000000000..c3ff243b8 --- /dev/null +++ b/pics/crystalsvg/cr16-action-editcopy.png diff --git a/pics/crystalsvg/cr16-action-editcut.png b/pics/crystalsvg/cr16-action-editcut.png Binary files differnew file mode 100644 index 000000000..7ec355a0d --- /dev/null +++ b/pics/crystalsvg/cr16-action-editcut.png diff --git a/pics/crystalsvg/cr16-action-editdelete.png b/pics/crystalsvg/cr16-action-editdelete.png Binary files differnew file mode 100644 index 000000000..6d0d29d76 --- /dev/null +++ b/pics/crystalsvg/cr16-action-editdelete.png diff --git a/pics/crystalsvg/cr16-action-editpaste.png b/pics/crystalsvg/cr16-action-editpaste.png Binary files differnew file mode 100644 index 000000000..f6a1db8f4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-editpaste.png diff --git a/pics/crystalsvg/cr16-action-editshred.png b/pics/crystalsvg/cr16-action-editshred.png Binary files differnew file mode 100644 index 000000000..200382447 --- /dev/null +++ b/pics/crystalsvg/cr16-action-editshred.png diff --git a/pics/crystalsvg/cr16-action-edittrash.png b/pics/crystalsvg/cr16-action-edittrash.png Binary files differnew file mode 100644 index 000000000..5cbb14691 --- /dev/null +++ b/pics/crystalsvg/cr16-action-edittrash.png diff --git a/pics/crystalsvg/cr16-action-emptytrash.png b/pics/crystalsvg/cr16-action-emptytrash.png Binary files differnew file mode 100644 index 000000000..f5cb2b8b9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-emptytrash.png diff --git a/pics/crystalsvg/cr16-action-encrypted.png b/pics/crystalsvg/cr16-action-encrypted.png Binary files differnew file mode 100644 index 000000000..04a05c1cb --- /dev/null +++ b/pics/crystalsvg/cr16-action-encrypted.png diff --git a/pics/crystalsvg/cr16-action-eraser.png b/pics/crystalsvg/cr16-action-eraser.png Binary files differnew file mode 100644 index 000000000..459d28a2a --- /dev/null +++ b/pics/crystalsvg/cr16-action-eraser.png diff --git a/pics/crystalsvg/cr16-action-exec.png b/pics/crystalsvg/cr16-action-exec.png Binary files differnew file mode 100644 index 000000000..fc14700f9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-exec.png diff --git a/pics/crystalsvg/cr16-action-exit.png b/pics/crystalsvg/cr16-action-exit.png Binary files differnew file mode 100644 index 000000000..a77152b5b --- /dev/null +++ b/pics/crystalsvg/cr16-action-exit.png diff --git a/pics/crystalsvg/cr16-action-fileclose.png b/pics/crystalsvg/cr16-action-fileclose.png Binary files differnew file mode 100644 index 000000000..edf5f76f9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fileclose.png diff --git a/pics/crystalsvg/cr16-action-fileexport.png b/pics/crystalsvg/cr16-action-fileexport.png Binary files differnew file mode 100644 index 000000000..381bfc053 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fileexport.png diff --git a/pics/crystalsvg/cr16-action-filefind.png b/pics/crystalsvg/cr16-action-filefind.png Binary files differnew file mode 100644 index 000000000..42aae04ba --- /dev/null +++ b/pics/crystalsvg/cr16-action-filefind.png diff --git a/pics/crystalsvg/cr16-action-fileimport.png b/pics/crystalsvg/cr16-action-fileimport.png Binary files differnew file mode 100644 index 000000000..32baf9c54 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fileimport.png diff --git a/pics/crystalsvg/cr16-action-filenew.png b/pics/crystalsvg/cr16-action-filenew.png Binary files differnew file mode 100644 index 000000000..84c407153 --- /dev/null +++ b/pics/crystalsvg/cr16-action-filenew.png diff --git a/pics/crystalsvg/cr16-action-fileopen.png b/pics/crystalsvg/cr16-action-fileopen.png Binary files differnew file mode 100644 index 000000000..037c2da98 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fileopen.png diff --git a/pics/crystalsvg/cr16-action-fileprint.png b/pics/crystalsvg/cr16-action-fileprint.png Binary files differnew file mode 100644 index 000000000..d6defce21 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fileprint.png diff --git a/pics/crystalsvg/cr16-action-filequickprint.png b/pics/crystalsvg/cr16-action-filequickprint.png Binary files differnew file mode 100644 index 000000000..ba9bea26f --- /dev/null +++ b/pics/crystalsvg/cr16-action-filequickprint.png diff --git a/pics/crystalsvg/cr16-action-filesave.png b/pics/crystalsvg/cr16-action-filesave.png Binary files differnew file mode 100644 index 000000000..41b3f4367 --- /dev/null +++ b/pics/crystalsvg/cr16-action-filesave.png diff --git a/pics/crystalsvg/cr16-action-filesaveas.png b/pics/crystalsvg/cr16-action-filesaveas.png Binary files differnew file mode 100644 index 000000000..3e28d5d35 --- /dev/null +++ b/pics/crystalsvg/cr16-action-filesaveas.png diff --git a/pics/crystalsvg/cr16-action-fill.png b/pics/crystalsvg/cr16-action-fill.png Binary files differnew file mode 100644 index 000000000..c1b1b0074 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fill.png diff --git a/pics/crystalsvg/cr16-action-filter.png b/pics/crystalsvg/cr16-action-filter.png Binary files differnew file mode 100644 index 000000000..83890a8d7 --- /dev/null +++ b/pics/crystalsvg/cr16-action-filter.png diff --git a/pics/crystalsvg/cr16-action-find.png b/pics/crystalsvg/cr16-action-find.png Binary files differnew file mode 100644 index 000000000..f9451cc11 --- /dev/null +++ b/pics/crystalsvg/cr16-action-find.png diff --git a/pics/crystalsvg/cr16-action-finish.png b/pics/crystalsvg/cr16-action-finish.png Binary files differnew file mode 100644 index 000000000..67f936542 --- /dev/null +++ b/pics/crystalsvg/cr16-action-finish.png diff --git a/pics/crystalsvg/cr16-action-flag.png b/pics/crystalsvg/cr16-action-flag.png Binary files differnew file mode 100644 index 000000000..3240b29d5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-flag.png diff --git a/pics/crystalsvg/cr16-action-folder_new.png b/pics/crystalsvg/cr16-action-folder_new.png Binary files differnew file mode 100644 index 000000000..130e35e09 --- /dev/null +++ b/pics/crystalsvg/cr16-action-folder_new.png diff --git a/pics/crystalsvg/cr16-action-fontsizedown.png b/pics/crystalsvg/cr16-action-fontsizedown.png Binary files differnew file mode 100644 index 000000000..642af0ccb --- /dev/null +++ b/pics/crystalsvg/cr16-action-fontsizedown.png diff --git a/pics/crystalsvg/cr16-action-fontsizeup.png b/pics/crystalsvg/cr16-action-fontsizeup.png Binary files differnew file mode 100644 index 000000000..54453d3bd --- /dev/null +++ b/pics/crystalsvg/cr16-action-fontsizeup.png diff --git a/pics/crystalsvg/cr16-action-fork.png b/pics/crystalsvg/cr16-action-fork.png Binary files differnew file mode 100644 index 000000000..838c38bf1 --- /dev/null +++ b/pics/crystalsvg/cr16-action-fork.png diff --git a/pics/crystalsvg/cr16-action-forward.png b/pics/crystalsvg/cr16-action-forward.png Binary files differnew file mode 100644 index 000000000..dc3d8005a --- /dev/null +++ b/pics/crystalsvg/cr16-action-forward.png diff --git a/pics/crystalsvg/cr16-action-frame_edit.png b/pics/crystalsvg/cr16-action-frame_edit.png Binary files differnew file mode 100644 index 000000000..06fa1aa75 --- /dev/null +++ b/pics/crystalsvg/cr16-action-frame_edit.png diff --git a/pics/crystalsvg/cr16-action-frame_formula.png b/pics/crystalsvg/cr16-action-frame_formula.png Binary files differnew file mode 100644 index 000000000..703d5ed78 --- /dev/null +++ b/pics/crystalsvg/cr16-action-frame_formula.png diff --git a/pics/crystalsvg/cr16-action-frame_image.png b/pics/crystalsvg/cr16-action-frame_image.png Binary files differnew file mode 100644 index 000000000..924c200cf --- /dev/null +++ b/pics/crystalsvg/cr16-action-frame_image.png diff --git a/pics/crystalsvg/cr16-action-frame_query.png b/pics/crystalsvg/cr16-action-frame_query.png Binary files differnew file mode 100644 index 000000000..86e21d352 --- /dev/null +++ b/pics/crystalsvg/cr16-action-frame_query.png diff --git a/pics/crystalsvg/cr16-action-frame_spreadsheet.png b/pics/crystalsvg/cr16-action-frame_spreadsheet.png Binary files differnew file mode 100644 index 000000000..667a1a27c --- /dev/null +++ b/pics/crystalsvg/cr16-action-frame_spreadsheet.png diff --git a/pics/crystalsvg/cr16-action-frame_text.png b/pics/crystalsvg/cr16-action-frame_text.png Binary files differnew file mode 100644 index 000000000..ab7b61186 --- /dev/null +++ b/pics/crystalsvg/cr16-action-frame_text.png diff --git a/pics/crystalsvg/cr16-action-frameprint.png b/pics/crystalsvg/cr16-action-frameprint.png Binary files differnew file mode 100644 index 000000000..69a76fe76 --- /dev/null +++ b/pics/crystalsvg/cr16-action-frameprint.png diff --git a/pics/crystalsvg/cr16-action-gear.png b/pics/crystalsvg/cr16-action-gear.png Binary files differnew file mode 100644 index 000000000..fc14700f9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-gear.png diff --git a/pics/crystalsvg/cr16-action-gohome.png b/pics/crystalsvg/cr16-action-gohome.png Binary files differnew file mode 100644 index 000000000..090a36dde --- /dev/null +++ b/pics/crystalsvg/cr16-action-gohome.png diff --git a/pics/crystalsvg/cr16-action-goto.png b/pics/crystalsvg/cr16-action-goto.png Binary files differnew file mode 100644 index 000000000..4553e305a --- /dev/null +++ b/pics/crystalsvg/cr16-action-goto.png diff --git a/pics/crystalsvg/cr16-action-halfencrypted.png b/pics/crystalsvg/cr16-action-halfencrypted.png Binary files differnew file mode 100644 index 000000000..eac427fb0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-halfencrypted.png diff --git a/pics/crystalsvg/cr16-action-help.png b/pics/crystalsvg/cr16-action-help.png Binary files differnew file mode 100644 index 000000000..4ed65a97e --- /dev/null +++ b/pics/crystalsvg/cr16-action-help.png diff --git a/pics/crystalsvg/cr16-action-history.png b/pics/crystalsvg/cr16-action-history.png Binary files differnew file mode 100644 index 000000000..1de43d56b --- /dev/null +++ b/pics/crystalsvg/cr16-action-history.png diff --git a/pics/crystalsvg/cr16-action-history_clear.png b/pics/crystalsvg/cr16-action-history_clear.png Binary files differnew file mode 100644 index 000000000..2d9863916 --- /dev/null +++ b/pics/crystalsvg/cr16-action-history_clear.png diff --git a/pics/crystalsvg/cr16-action-idea.png b/pics/crystalsvg/cr16-action-idea.png Binary files differnew file mode 100644 index 000000000..2b206f2a4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-idea.png diff --git a/pics/crystalsvg/cr16-action-identity.png b/pics/crystalsvg/cr16-action-identity.png Binary files differnew file mode 100644 index 000000000..eb1ec3d0b --- /dev/null +++ b/pics/crystalsvg/cr16-action-identity.png diff --git a/pics/crystalsvg/cr16-action-info.png b/pics/crystalsvg/cr16-action-info.png Binary files differnew file mode 100644 index 000000000..0d826bbf3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-info.png diff --git a/pics/crystalsvg/cr16-action-inline_image.png b/pics/crystalsvg/cr16-action-inline_image.png Binary files differnew file mode 100644 index 000000000..de12b0cb4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-inline_image.png diff --git a/pics/crystalsvg/cr16-action-inline_table.png b/pics/crystalsvg/cr16-action-inline_table.png Binary files differnew file mode 100644 index 000000000..9cb0fab42 --- /dev/null +++ b/pics/crystalsvg/cr16-action-inline_table.png diff --git a/pics/crystalsvg/cr16-action-kde.png b/pics/crystalsvg/cr16-action-kde.png Binary files differnew file mode 100644 index 000000000..eb3b071fb --- /dev/null +++ b/pics/crystalsvg/cr16-action-kde.png diff --git a/pics/crystalsvg/cr16-action-kde1.png b/pics/crystalsvg/cr16-action-kde1.png Binary files differnew file mode 100644 index 000000000..90516eef5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-kde1.png diff --git a/pics/crystalsvg/cr16-action-kde3.png b/pics/crystalsvg/cr16-action-kde3.png Binary files differnew file mode 100644 index 000000000..fd120ad79 --- /dev/null +++ b/pics/crystalsvg/cr16-action-kde3.png diff --git a/pics/crystalsvg/cr16-action-kde4.png b/pics/crystalsvg/cr16-action-kde4.png Binary files differnew file mode 100644 index 000000000..1d33b5db1 --- /dev/null +++ b/pics/crystalsvg/cr16-action-kde4.png diff --git a/pics/crystalsvg/cr16-action-kde5.png b/pics/crystalsvg/cr16-action-kde5.png Binary files differnew file mode 100644 index 000000000..8caed0a3a --- /dev/null +++ b/pics/crystalsvg/cr16-action-kde5.png diff --git a/pics/crystalsvg/cr16-action-kde6.png b/pics/crystalsvg/cr16-action-kde6.png Binary files differnew file mode 100644 index 000000000..cb2f43a6a --- /dev/null +++ b/pics/crystalsvg/cr16-action-kde6.png diff --git a/pics/crystalsvg/cr16-action-key_enter.png b/pics/crystalsvg/cr16-action-key_enter.png Binary files differnew file mode 100644 index 000000000..19041fb5b --- /dev/null +++ b/pics/crystalsvg/cr16-action-key_enter.png diff --git a/pics/crystalsvg/cr16-action-launch.png b/pics/crystalsvg/cr16-action-launch.png Binary files differnew file mode 100644 index 000000000..838c38bf1 --- /dev/null +++ b/pics/crystalsvg/cr16-action-launch.png diff --git a/pics/crystalsvg/cr16-action-locationbar_erase.png b/pics/crystalsvg/cr16-action-locationbar_erase.png Binary files differnew file mode 100644 index 000000000..0fb00f91b --- /dev/null +++ b/pics/crystalsvg/cr16-action-locationbar_erase.png diff --git a/pics/crystalsvg/cr16-action-lock.png b/pics/crystalsvg/cr16-action-lock.png Binary files differnew file mode 100644 index 000000000..945a6ebc8 --- /dev/null +++ b/pics/crystalsvg/cr16-action-lock.png diff --git a/pics/crystalsvg/cr16-action-mail_find.png b/pics/crystalsvg/cr16-action-mail_find.png Binary files differnew file mode 100644 index 000000000..e6c01838a --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_find.png diff --git a/pics/crystalsvg/cr16-action-mail_forward.png b/pics/crystalsvg/cr16-action-mail_forward.png Binary files differnew file mode 100644 index 000000000..8673653d1 --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_forward.png diff --git a/pics/crystalsvg/cr16-action-mail_generic.png b/pics/crystalsvg/cr16-action-mail_generic.png Binary files differnew file mode 100644 index 000000000..6079a528d --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_generic.png diff --git a/pics/crystalsvg/cr16-action-mail_get.png b/pics/crystalsvg/cr16-action-mail_get.png Binary files differnew file mode 100644 index 000000000..2a9835a4c --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_get.png diff --git a/pics/crystalsvg/cr16-action-mail_new.png b/pics/crystalsvg/cr16-action-mail_new.png Binary files differnew file mode 100644 index 000000000..e6efb7a30 --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_new.png diff --git a/pics/crystalsvg/cr16-action-mail_post_to.png b/pics/crystalsvg/cr16-action-mail_post_to.png Binary files differnew file mode 100644 index 000000000..f84771605 --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_post_to.png diff --git a/pics/crystalsvg/cr16-action-mail_reply.png b/pics/crystalsvg/cr16-action-mail_reply.png Binary files differnew file mode 100644 index 000000000..7bb70b96b --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_reply.png diff --git a/pics/crystalsvg/cr16-action-mail_replyall.png b/pics/crystalsvg/cr16-action-mail_replyall.png Binary files differnew file mode 100644 index 000000000..c839a8ace --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_replyall.png diff --git a/pics/crystalsvg/cr16-action-mail_replylist.png b/pics/crystalsvg/cr16-action-mail_replylist.png Binary files differnew file mode 100644 index 000000000..b97c51c1c --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_replylist.png diff --git a/pics/crystalsvg/cr16-action-mail_send.png b/pics/crystalsvg/cr16-action-mail_send.png Binary files differnew file mode 100644 index 000000000..62b053433 --- /dev/null +++ b/pics/crystalsvg/cr16-action-mail_send.png diff --git a/pics/crystalsvg/cr16-action-make_kdevelop.png b/pics/crystalsvg/cr16-action-make_kdevelop.png Binary files differnew file mode 100644 index 000000000..ec7ed4419 --- /dev/null +++ b/pics/crystalsvg/cr16-action-make_kdevelop.png diff --git a/pics/crystalsvg/cr16-action-math_abs.png b/pics/crystalsvg/cr16-action-math_abs.png Binary files differnew file mode 100644 index 000000000..fd8c40628 --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_abs.png diff --git a/pics/crystalsvg/cr16-action-math_brace.png b/pics/crystalsvg/cr16-action-math_brace.png Binary files differnew file mode 100644 index 000000000..cf06fc5b6 --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_brace.png diff --git a/pics/crystalsvg/cr16-action-math_brackets.png b/pics/crystalsvg/cr16-action-math_brackets.png Binary files differnew file mode 100644 index 000000000..551988e55 --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_brackets.png diff --git a/pics/crystalsvg/cr16-action-math_frac.png b/pics/crystalsvg/cr16-action-math_frac.png Binary files differnew file mode 100644 index 000000000..60c3a38bb --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_frac.png diff --git a/pics/crystalsvg/cr16-action-math_int.png b/pics/crystalsvg/cr16-action-math_int.png Binary files differnew file mode 100644 index 000000000..c17a2b993 --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_int.png diff --git a/pics/crystalsvg/cr16-action-math_lsub.png b/pics/crystalsvg/cr16-action-math_lsub.png Binary files differnew file mode 100644 index 000000000..7bc645b42 --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_lsub.png diff --git a/pics/crystalsvg/cr16-action-math_lsup.png b/pics/crystalsvg/cr16-action-math_lsup.png Binary files differnew file mode 100644 index 000000000..05cee973d --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_lsup.png diff --git a/pics/crystalsvg/cr16-action-math_matrix.png b/pics/crystalsvg/cr16-action-math_matrix.png Binary files differnew file mode 100644 index 000000000..a0f17f6ad --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_matrix.png diff --git a/pics/crystalsvg/cr16-action-math_onetwomatrix.png b/pics/crystalsvg/cr16-action-math_onetwomatrix.png Binary files differnew file mode 100644 index 000000000..0ef547fc7 --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_onetwomatrix.png diff --git a/pics/crystalsvg/cr16-action-math_paren.png b/pics/crystalsvg/cr16-action-math_paren.png Binary files differnew file mode 100644 index 000000000..d4c25f1ef --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_paren.png diff --git a/pics/crystalsvg/cr16-action-math_prod.png b/pics/crystalsvg/cr16-action-math_prod.png Binary files differnew file mode 100644 index 000000000..59c90110e --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_prod.png diff --git a/pics/crystalsvg/cr16-action-math_rsub.png b/pics/crystalsvg/cr16-action-math_rsub.png Binary files differnew file mode 100644 index 000000000..9e4ac438d --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_rsub.png diff --git a/pics/crystalsvg/cr16-action-math_rsup.png b/pics/crystalsvg/cr16-action-math_rsup.png Binary files differnew file mode 100644 index 000000000..4b0c7ca0d --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_rsup.png diff --git a/pics/crystalsvg/cr16-action-math_sqrt.png b/pics/crystalsvg/cr16-action-math_sqrt.png Binary files differnew file mode 100644 index 000000000..2881e6e8f --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_sqrt.png diff --git a/pics/crystalsvg/cr16-action-math_sum.png b/pics/crystalsvg/cr16-action-math_sum.png Binary files differnew file mode 100644 index 000000000..192b5bbbc --- /dev/null +++ b/pics/crystalsvg/cr16-action-math_sum.png diff --git a/pics/crystalsvg/cr16-action-misc.png b/pics/crystalsvg/cr16-action-misc.png Binary files differnew file mode 100644 index 000000000..e28e75dd3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-misc.png diff --git a/pics/crystalsvg/cr16-action-move.png b/pics/crystalsvg/cr16-action-move.png Binary files differnew file mode 100644 index 000000000..80c703167 --- /dev/null +++ b/pics/crystalsvg/cr16-action-move.png diff --git a/pics/crystalsvg/cr16-action-music_32ndnote.png b/pics/crystalsvg/cr16-action-music_32ndnote.png Binary files differnew file mode 100644 index 000000000..27c3dacea --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_32ndnote.png diff --git a/pics/crystalsvg/cr16-action-music_cleficon.png b/pics/crystalsvg/cr16-action-music_cleficon.png Binary files differnew file mode 100644 index 000000000..21a8c0fa3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_cleficon.png diff --git a/pics/crystalsvg/cr16-action-music_cross.png b/pics/crystalsvg/cr16-action-music_cross.png Binary files differnew file mode 100644 index 000000000..c69e8772f --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_cross.png diff --git a/pics/crystalsvg/cr16-action-music_dottednote.png b/pics/crystalsvg/cr16-action-music_dottednote.png Binary files differnew file mode 100644 index 000000000..e5796a194 --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_dottednote.png diff --git a/pics/crystalsvg/cr16-action-music_eightnote.png b/pics/crystalsvg/cr16-action-music_eightnote.png Binary files differnew file mode 100644 index 000000000..efa3d0efb --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_eightnote.png diff --git a/pics/crystalsvg/cr16-action-music_fermatenote.png b/pics/crystalsvg/cr16-action-music_fermatenote.png Binary files differnew file mode 100644 index 000000000..1ff6cfdd0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_fermatenote.png diff --git a/pics/crystalsvg/cr16-action-music_flat.png b/pics/crystalsvg/cr16-action-music_flat.png Binary files differnew file mode 100644 index 000000000..1368e8b57 --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_flat.png diff --git a/pics/crystalsvg/cr16-action-music_fullnote.png b/pics/crystalsvg/cr16-action-music_fullnote.png Binary files differnew file mode 100644 index 000000000..4fe049cbd --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_fullnote.png diff --git a/pics/crystalsvg/cr16-action-music_halfnote.png b/pics/crystalsvg/cr16-action-music_halfnote.png Binary files differnew file mode 100644 index 000000000..17cffdf25 --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_halfnote.png diff --git a/pics/crystalsvg/cr16-action-music_natur.png b/pics/crystalsvg/cr16-action-music_natur.png Binary files differnew file mode 100644 index 000000000..247bb829d --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_natur.png diff --git a/pics/crystalsvg/cr16-action-music_quarternote.png b/pics/crystalsvg/cr16-action-music_quarternote.png Binary files differnew file mode 100644 index 000000000..7a9c0a2b0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_quarternote.png diff --git a/pics/crystalsvg/cr16-action-music_sixteenthnote.png b/pics/crystalsvg/cr16-action-music_sixteenthnote.png Binary files differnew file mode 100644 index 000000000..25355918d --- /dev/null +++ b/pics/crystalsvg/cr16-action-music_sixteenthnote.png diff --git a/pics/crystalsvg/cr16-action-news_subscribe.png b/pics/crystalsvg/cr16-action-news_subscribe.png Binary files differnew file mode 100644 index 000000000..215655bdb --- /dev/null +++ b/pics/crystalsvg/cr16-action-news_subscribe.png diff --git a/pics/crystalsvg/cr16-action-news_unsubscribe.png b/pics/crystalsvg/cr16-action-news_unsubscribe.png Binary files differnew file mode 100644 index 000000000..ea74689ee --- /dev/null +++ b/pics/crystalsvg/cr16-action-news_unsubscribe.png diff --git a/pics/crystalsvg/cr16-action-next.png b/pics/crystalsvg/cr16-action-next.png Binary files differnew file mode 100644 index 000000000..499ab7024 --- /dev/null +++ b/pics/crystalsvg/cr16-action-next.png diff --git a/pics/crystalsvg/cr16-action-no.png b/pics/crystalsvg/cr16-action-no.png Binary files differnew file mode 100644 index 000000000..4ffdef7f3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-no.png diff --git a/pics/crystalsvg/cr16-action-ok.png b/pics/crystalsvg/cr16-action-ok.png Binary files differnew file mode 100644 index 000000000..543710fb7 --- /dev/null +++ b/pics/crystalsvg/cr16-action-ok.png diff --git a/pics/crystalsvg/cr16-action-openterm.png b/pics/crystalsvg/cr16-action-openterm.png Binary files differnew file mode 100644 index 000000000..66c83c60d --- /dev/null +++ b/pics/crystalsvg/cr16-action-openterm.png diff --git a/pics/crystalsvg/cr16-action-paintbrush.png b/pics/crystalsvg/cr16-action-paintbrush.png Binary files differnew file mode 100644 index 000000000..0556067da --- /dev/null +++ b/pics/crystalsvg/cr16-action-paintbrush.png diff --git a/pics/crystalsvg/cr16-action-pencil.png b/pics/crystalsvg/cr16-action-pencil.png Binary files differnew file mode 100644 index 000000000..f24568423 --- /dev/null +++ b/pics/crystalsvg/cr16-action-pencil.png diff --git a/pics/crystalsvg/cr16-action-player_eject.png b/pics/crystalsvg/cr16-action-player_eject.png Binary files differnew file mode 100644 index 000000000..4f4b28d9e --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_eject.png diff --git a/pics/crystalsvg/cr16-action-player_end.png b/pics/crystalsvg/cr16-action-player_end.png Binary files differnew file mode 100644 index 000000000..83afbc403 --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_end.png diff --git a/pics/crystalsvg/cr16-action-player_fwd.png b/pics/crystalsvg/cr16-action-player_fwd.png Binary files differnew file mode 100644 index 000000000..6ad608338 --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_fwd.png diff --git a/pics/crystalsvg/cr16-action-player_pause.png b/pics/crystalsvg/cr16-action-player_pause.png Binary files differnew file mode 100644 index 000000000..4c894ce4c --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_pause.png diff --git a/pics/crystalsvg/cr16-action-player_play.png b/pics/crystalsvg/cr16-action-player_play.png Binary files differnew file mode 100644 index 000000000..487b1c37e --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_play.png diff --git a/pics/crystalsvg/cr16-action-player_playlist.png b/pics/crystalsvg/cr16-action-player_playlist.png Binary files differnew file mode 100644 index 000000000..7330bc5b4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_playlist.png diff --git a/pics/crystalsvg/cr16-action-player_rew.png b/pics/crystalsvg/cr16-action-player_rew.png Binary files differnew file mode 100644 index 000000000..e92366c47 --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_rew.png diff --git a/pics/crystalsvg/cr16-action-player_start.png b/pics/crystalsvg/cr16-action-player_start.png Binary files differnew file mode 100644 index 000000000..676c9e7ba --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_start.png diff --git a/pics/crystalsvg/cr16-action-player_stop.png b/pics/crystalsvg/cr16-action-player_stop.png Binary files differnew file mode 100644 index 000000000..304df64ea --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_stop.png diff --git a/pics/crystalsvg/cr16-action-player_time.png b/pics/crystalsvg/cr16-action-player_time.png Binary files differnew file mode 100644 index 000000000..1de43d56b --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_time.png diff --git a/pics/crystalsvg/cr16-action-player_volume.png b/pics/crystalsvg/cr16-action-player_volume.png Binary files differnew file mode 100644 index 000000000..f7e4ce2cb --- /dev/null +++ b/pics/crystalsvg/cr16-action-player_volume.png diff --git a/pics/crystalsvg/cr16-action-previous.png b/pics/crystalsvg/cr16-action-previous.png Binary files differnew file mode 100644 index 000000000..871617fa5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-previous.png diff --git a/pics/crystalsvg/cr16-action-project_open.png b/pics/crystalsvg/cr16-action-project_open.png Binary files differnew file mode 100644 index 000000000..bebc235bd --- /dev/null +++ b/pics/crystalsvg/cr16-action-project_open.png diff --git a/pics/crystalsvg/cr16-action-queue.png b/pics/crystalsvg/cr16-action-queue.png Binary files differnew file mode 100644 index 000000000..8c5e4be3f --- /dev/null +++ b/pics/crystalsvg/cr16-action-queue.png diff --git a/pics/crystalsvg/cr16-action-rebuild.png b/pics/crystalsvg/cr16-action-rebuild.png Binary files differnew file mode 100644 index 000000000..9e3f4039f --- /dev/null +++ b/pics/crystalsvg/cr16-action-rebuild.png diff --git a/pics/crystalsvg/cr16-action-redo.png b/pics/crystalsvg/cr16-action-redo.png Binary files differnew file mode 100644 index 000000000..ec2ed7888 --- /dev/null +++ b/pics/crystalsvg/cr16-action-redo.png diff --git a/pics/crystalsvg/cr16-action-reload.png b/pics/crystalsvg/cr16-action-reload.png Binary files differnew file mode 100644 index 000000000..e0021413b --- /dev/null +++ b/pics/crystalsvg/cr16-action-reload.png diff --git a/pics/crystalsvg/cr16-action-reload_all_tabs.png b/pics/crystalsvg/cr16-action-reload_all_tabs.png Binary files differnew file mode 100644 index 000000000..e0021413b --- /dev/null +++ b/pics/crystalsvg/cr16-action-reload_all_tabs.png diff --git a/pics/crystalsvg/cr16-action-reload_page.png b/pics/crystalsvg/cr16-action-reload_page.png Binary files differnew file mode 100644 index 000000000..e0021413b --- /dev/null +++ b/pics/crystalsvg/cr16-action-reload_page.png diff --git a/pics/crystalsvg/cr16-action-remove.png b/pics/crystalsvg/cr16-action-remove.png Binary files differnew file mode 100644 index 000000000..b2cc9be41 --- /dev/null +++ b/pics/crystalsvg/cr16-action-remove.png diff --git a/pics/crystalsvg/cr16-action-revert.png b/pics/crystalsvg/cr16-action-revert.png Binary files differnew file mode 100644 index 000000000..197b8a718 --- /dev/null +++ b/pics/crystalsvg/cr16-action-revert.png diff --git a/pics/crystalsvg/cr16-action-rotate.png b/pics/crystalsvg/cr16-action-rotate.png Binary files differnew file mode 100644 index 000000000..08e2adb51 --- /dev/null +++ b/pics/crystalsvg/cr16-action-rotate.png diff --git a/pics/crystalsvg/cr16-action-rotate_ccw.png b/pics/crystalsvg/cr16-action-rotate_ccw.png Binary files differnew file mode 100644 index 000000000..08e2adb51 --- /dev/null +++ b/pics/crystalsvg/cr16-action-rotate_ccw.png diff --git a/pics/crystalsvg/cr16-action-rotate_cw.png b/pics/crystalsvg/cr16-action-rotate_cw.png Binary files differnew file mode 100644 index 000000000..36e35b7d0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-rotate_cw.png diff --git a/pics/crystalsvg/cr16-action-run.png b/pics/crystalsvg/cr16-action-run.png Binary files differnew file mode 100644 index 000000000..215fc6aa9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-run.png diff --git a/pics/crystalsvg/cr16-action-save_all.png b/pics/crystalsvg/cr16-action-save_all.png Binary files differnew file mode 100644 index 000000000..b565abf05 --- /dev/null +++ b/pics/crystalsvg/cr16-action-save_all.png diff --git a/pics/crystalsvg/cr16-action-services.png b/pics/crystalsvg/cr16-action-services.png Binary files differnew file mode 100644 index 000000000..3240b29d5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-services.png diff --git a/pics/crystalsvg/cr16-action-share.png b/pics/crystalsvg/cr16-action-share.png Binary files differnew file mode 100644 index 000000000..b4ccc5951 --- /dev/null +++ b/pics/crystalsvg/cr16-action-share.png diff --git a/pics/crystalsvg/cr16-action-show_side_panel.png b/pics/crystalsvg/cr16-action-show_side_panel.png Binary files differnew file mode 100644 index 000000000..a8d720b0d --- /dev/null +++ b/pics/crystalsvg/cr16-action-show_side_panel.png diff --git a/pics/crystalsvg/cr16-action-signature.png b/pics/crystalsvg/cr16-action-signature.png Binary files differnew file mode 100644 index 000000000..14f1f67d2 --- /dev/null +++ b/pics/crystalsvg/cr16-action-signature.png diff --git a/pics/crystalsvg/cr16-action-spellcheck.png b/pics/crystalsvg/cr16-action-spellcheck.png Binary files differnew file mode 100644 index 000000000..6303389b4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-spellcheck.png diff --git a/pics/crystalsvg/cr16-action-stamp.png b/pics/crystalsvg/cr16-action-stamp.png Binary files differnew file mode 100644 index 000000000..cf3140c4b --- /dev/null +++ b/pics/crystalsvg/cr16-action-stamp.png diff --git a/pics/crystalsvg/cr16-action-start.png b/pics/crystalsvg/cr16-action-start.png Binary files differnew file mode 100644 index 000000000..61b6d7865 --- /dev/null +++ b/pics/crystalsvg/cr16-action-start.png diff --git a/pics/crystalsvg/cr16-action-stop.png b/pics/crystalsvg/cr16-action-stop.png Binary files differnew file mode 100644 index 000000000..4d84554de --- /dev/null +++ b/pics/crystalsvg/cr16-action-stop.png diff --git a/pics/crystalsvg/cr16-action-switchuser.png b/pics/crystalsvg/cr16-action-switchuser.png Binary files differnew file mode 100644 index 000000000..81fc63546 --- /dev/null +++ b/pics/crystalsvg/cr16-action-switchuser.png diff --git a/pics/crystalsvg/cr16-action-tab_breakoff.png b/pics/crystalsvg/cr16-action-tab_breakoff.png Binary files differnew file mode 100644 index 000000000..289a9efc6 --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_breakoff.png diff --git a/pics/crystalsvg/cr16-action-tab_duplicate.png b/pics/crystalsvg/cr16-action-tab_duplicate.png Binary files differnew file mode 100644 index 000000000..68a6bab37 --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_duplicate.png diff --git a/pics/crystalsvg/cr16-action-tab_new.png b/pics/crystalsvg/cr16-action-tab_new.png Binary files differnew file mode 100644 index 000000000..9ad6123e2 --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_new.png diff --git a/pics/crystalsvg/cr16-action-tab_new_bg.png b/pics/crystalsvg/cr16-action-tab_new_bg.png Binary files differnew file mode 100644 index 000000000..1e7c83803 --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_new_bg.png diff --git a/pics/crystalsvg/cr16-action-tab_new_raised.png b/pics/crystalsvg/cr16-action-tab_new_raised.png Binary files differnew file mode 100644 index 000000000..2362a9fa5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_new_raised.png diff --git a/pics/crystalsvg/cr16-action-tab_remove.png b/pics/crystalsvg/cr16-action-tab_remove.png Binary files differnew file mode 100644 index 000000000..22aa597c3 --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_remove.png diff --git a/pics/crystalsvg/cr16-action-tab_remove_other.png b/pics/crystalsvg/cr16-action-tab_remove_other.png Binary files differnew file mode 100644 index 000000000..428d27d9a --- /dev/null +++ b/pics/crystalsvg/cr16-action-tab_remove_other.png diff --git a/pics/crystalsvg/cr16-action-text.png b/pics/crystalsvg/cr16-action-text.png Binary files differnew file mode 100644 index 000000000..4d2809efc --- /dev/null +++ b/pics/crystalsvg/cr16-action-text.png diff --git a/pics/crystalsvg/cr16-action-text_block.png b/pics/crystalsvg/cr16-action-text_block.png Binary files differnew file mode 100644 index 000000000..a5c8d9197 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_block.png diff --git a/pics/crystalsvg/cr16-action-text_bold.png b/pics/crystalsvg/cr16-action-text_bold.png Binary files differnew file mode 100644 index 000000000..f64f38bc0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_bold.png diff --git a/pics/crystalsvg/cr16-action-text_center.png b/pics/crystalsvg/cr16-action-text_center.png Binary files differnew file mode 100644 index 000000000..b5648c5e5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_center.png diff --git a/pics/crystalsvg/cr16-action-text_italic.png b/pics/crystalsvg/cr16-action-text_italic.png Binary files differnew file mode 100644 index 000000000..8f825f961 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_italic.png diff --git a/pics/crystalsvg/cr16-action-text_left.png b/pics/crystalsvg/cr16-action-text_left.png Binary files differnew file mode 100644 index 000000000..3d39abd15 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_left.png diff --git a/pics/crystalsvg/cr16-action-text_right.png b/pics/crystalsvg/cr16-action-text_right.png Binary files differnew file mode 100644 index 000000000..75843f67a --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_right.png diff --git a/pics/crystalsvg/cr16-action-text_strike.png b/pics/crystalsvg/cr16-action-text_strike.png Binary files differnew file mode 100644 index 000000000..0d5a9649d --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_strike.png diff --git a/pics/crystalsvg/cr16-action-text_sub.png b/pics/crystalsvg/cr16-action-text_sub.png Binary files differnew file mode 100644 index 000000000..5ba37b681 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_sub.png diff --git a/pics/crystalsvg/cr16-action-text_super.png b/pics/crystalsvg/cr16-action-text_super.png Binary files differnew file mode 100644 index 000000000..47f05b118 --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_super.png diff --git a/pics/crystalsvg/cr16-action-text_under.png b/pics/crystalsvg/cr16-action-text_under.png Binary files differnew file mode 100644 index 000000000..50944345e --- /dev/null +++ b/pics/crystalsvg/cr16-action-text_under.png diff --git a/pics/crystalsvg/cr16-action-thumbnail.png b/pics/crystalsvg/cr16-action-thumbnail.png Binary files differnew file mode 100644 index 000000000..a8c719576 --- /dev/null +++ b/pics/crystalsvg/cr16-action-thumbnail.png diff --git a/pics/crystalsvg/cr16-action-today.png b/pics/crystalsvg/cr16-action-today.png Binary files differnew file mode 100644 index 000000000..6c16724d0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-today.png diff --git a/pics/crystalsvg/cr16-action-top.png b/pics/crystalsvg/cr16-action-top.png Binary files differnew file mode 100644 index 000000000..01cec6384 --- /dev/null +++ b/pics/crystalsvg/cr16-action-top.png diff --git a/pics/crystalsvg/cr16-action-transform.png b/pics/crystalsvg/cr16-action-transform.png Binary files differnew file mode 100644 index 000000000..ff8ec248c --- /dev/null +++ b/pics/crystalsvg/cr16-action-transform.png diff --git a/pics/crystalsvg/cr16-action-translate.png b/pics/crystalsvg/cr16-action-translate.png Binary files differnew file mode 100644 index 000000000..63ce64dad --- /dev/null +++ b/pics/crystalsvg/cr16-action-translate.png diff --git a/pics/crystalsvg/cr16-action-undo.png b/pics/crystalsvg/cr16-action-undo.png Binary files differnew file mode 100644 index 000000000..d2ed14ff6 --- /dev/null +++ b/pics/crystalsvg/cr16-action-undo.png diff --git a/pics/crystalsvg/cr16-action-unlock.png b/pics/crystalsvg/cr16-action-unlock.png Binary files differnew file mode 100644 index 000000000..3a1a0d34e --- /dev/null +++ b/pics/crystalsvg/cr16-action-unlock.png diff --git a/pics/crystalsvg/cr16-action-up.png b/pics/crystalsvg/cr16-action-up.png Binary files differnew file mode 100644 index 000000000..9d9856c81 --- /dev/null +++ b/pics/crystalsvg/cr16-action-up.png diff --git a/pics/crystalsvg/cr16-action-view_bottom.png b/pics/crystalsvg/cr16-action-view_bottom.png Binary files differnew file mode 100644 index 000000000..d14b991ec --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_bottom.png diff --git a/pics/crystalsvg/cr16-action-view_choose.png b/pics/crystalsvg/cr16-action-view_choose.png Binary files differnew file mode 100644 index 000000000..58c80e334 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_choose.png diff --git a/pics/crystalsvg/cr16-action-view_detailed.png b/pics/crystalsvg/cr16-action-view_detailed.png Binary files differnew file mode 100644 index 000000000..4fea77a14 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_detailed.png diff --git a/pics/crystalsvg/cr16-action-view_fit_height.png b/pics/crystalsvg/cr16-action-view_fit_height.png Binary files differnew file mode 100644 index 000000000..876dd2f70 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_fit_height.png diff --git a/pics/crystalsvg/cr16-action-view_fit_width.png b/pics/crystalsvg/cr16-action-view_fit_width.png Binary files differnew file mode 100644 index 000000000..250118f18 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_fit_width.png diff --git a/pics/crystalsvg/cr16-action-view_fit_window.png b/pics/crystalsvg/cr16-action-view_fit_window.png Binary files differnew file mode 100644 index 000000000..6dd7c06be --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_fit_window.png diff --git a/pics/crystalsvg/cr16-action-view_icon.png b/pics/crystalsvg/cr16-action-view_icon.png Binary files differnew file mode 100644 index 000000000..ac15e303c --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_icon.png diff --git a/pics/crystalsvg/cr16-action-view_left_right.png b/pics/crystalsvg/cr16-action-view_left_right.png Binary files differnew file mode 100644 index 000000000..d2223fa2f --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_left_right.png diff --git a/pics/crystalsvg/cr16-action-view_multicolumn.png b/pics/crystalsvg/cr16-action-view_multicolumn.png Binary files differnew file mode 100644 index 000000000..d7820e45f --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_multicolumn.png diff --git a/pics/crystalsvg/cr16-action-view_remove.png b/pics/crystalsvg/cr16-action-view_remove.png Binary files differnew file mode 100644 index 000000000..b4eb6c7c9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_remove.png diff --git a/pics/crystalsvg/cr16-action-view_right.png b/pics/crystalsvg/cr16-action-view_right.png Binary files differnew file mode 100644 index 000000000..7ff886a99 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_right.png diff --git a/pics/crystalsvg/cr16-action-view_sidetree.png b/pics/crystalsvg/cr16-action-view_sidetree.png Binary files differnew file mode 100644 index 000000000..a8d720b0d --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_sidetree.png diff --git a/pics/crystalsvg/cr16-action-view_text.png b/pics/crystalsvg/cr16-action-view_text.png Binary files differnew file mode 100644 index 000000000..f1b7236f9 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_text.png diff --git a/pics/crystalsvg/cr16-action-view_top_bottom.png b/pics/crystalsvg/cr16-action-view_top_bottom.png Binary files differnew file mode 100644 index 000000000..fe61322a6 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_top_bottom.png diff --git a/pics/crystalsvg/cr16-action-view_tree.png b/pics/crystalsvg/cr16-action-view_tree.png Binary files differnew file mode 100644 index 000000000..d632c8506 --- /dev/null +++ b/pics/crystalsvg/cr16-action-view_tree.png diff --git a/pics/crystalsvg/cr16-action-viewmag+.png b/pics/crystalsvg/cr16-action-viewmag+.png Binary files differnew file mode 100644 index 000000000..d2b139c8b --- /dev/null +++ b/pics/crystalsvg/cr16-action-viewmag+.png diff --git a/pics/crystalsvg/cr16-action-viewmag-.png b/pics/crystalsvg/cr16-action-viewmag-.png Binary files differnew file mode 100644 index 000000000..2ae727f35 --- /dev/null +++ b/pics/crystalsvg/cr16-action-viewmag-.png diff --git a/pics/crystalsvg/cr16-action-viewmag.png b/pics/crystalsvg/cr16-action-viewmag.png Binary files differnew file mode 100644 index 000000000..bee286ab4 --- /dev/null +++ b/pics/crystalsvg/cr16-action-viewmag.png diff --git a/pics/crystalsvg/cr16-action-viewmag1.png b/pics/crystalsvg/cr16-action-viewmag1.png Binary files differnew file mode 100644 index 000000000..2e25700b0 --- /dev/null +++ b/pics/crystalsvg/cr16-action-viewmag1.png diff --git a/pics/crystalsvg/cr16-action-viewmagfit.png b/pics/crystalsvg/cr16-action-viewmagfit.png Binary files differnew file mode 100644 index 000000000..001ea7aab --- /dev/null +++ b/pics/crystalsvg/cr16-action-viewmagfit.png diff --git a/pics/crystalsvg/cr16-action-window_fullscreen.png b/pics/crystalsvg/cr16-action-window_fullscreen.png Binary files differnew file mode 100644 index 000000000..a8c35c4ed --- /dev/null +++ b/pics/crystalsvg/cr16-action-window_fullscreen.png diff --git a/pics/crystalsvg/cr16-action-window_new.png b/pics/crystalsvg/cr16-action-window_new.png Binary files differnew file mode 100644 index 000000000..43b0c6cfd --- /dev/null +++ b/pics/crystalsvg/cr16-action-window_new.png diff --git a/pics/crystalsvg/cr16-action-window_nofullscreen.png b/pics/crystalsvg/cr16-action-window_nofullscreen.png Binary files differnew file mode 100644 index 000000000..9310a4713 --- /dev/null +++ b/pics/crystalsvg/cr16-action-window_nofullscreen.png diff --git a/pics/crystalsvg/cr16-action-window_suppressed.png b/pics/crystalsvg/cr16-action-window_suppressed.png Binary files differnew file mode 100644 index 000000000..1059c25c5 --- /dev/null +++ b/pics/crystalsvg/cr16-action-window_suppressed.png diff --git a/pics/crystalsvg/cr16-action-wizard.png b/pics/crystalsvg/cr16-action-wizard.png Binary files differnew file mode 100644 index 000000000..9d9260318 --- /dev/null +++ b/pics/crystalsvg/cr16-action-wizard.png diff --git a/pics/crystalsvg/cr16-app-kmenu.png b/pics/crystalsvg/cr16-app-kmenu.png Binary files differnew file mode 100644 index 000000000..3176386d0 --- /dev/null +++ b/pics/crystalsvg/cr16-app-kmenu.png diff --git a/pics/crystalsvg/cr16-app-kttsd.png b/pics/crystalsvg/cr16-app-kttsd.png Binary files differnew file mode 100644 index 000000000..3be51603b --- /dev/null +++ b/pics/crystalsvg/cr16-app-kttsd.png diff --git a/pics/crystalsvg/cr16-app-password.png b/pics/crystalsvg/cr16-app-password.png Binary files differnew file mode 100644 index 000000000..ca93f0d14 --- /dev/null +++ b/pics/crystalsvg/cr16-app-password.png diff --git a/pics/crystalsvg/cr16-device-3floppy_mount.png b/pics/crystalsvg/cr16-device-3floppy_mount.png Binary files differnew file mode 100644 index 000000000..177aacd93 --- /dev/null +++ b/pics/crystalsvg/cr16-device-3floppy_mount.png diff --git a/pics/crystalsvg/cr16-device-3floppy_unmount.png b/pics/crystalsvg/cr16-device-3floppy_unmount.png Binary files differnew file mode 100644 index 000000000..044647aba --- /dev/null +++ b/pics/crystalsvg/cr16-device-3floppy_unmount.png diff --git a/pics/crystalsvg/cr16-device-5floppy_mount.png b/pics/crystalsvg/cr16-device-5floppy_mount.png Binary files differnew file mode 100644 index 000000000..1295d553f --- /dev/null +++ b/pics/crystalsvg/cr16-device-5floppy_mount.png diff --git a/pics/crystalsvg/cr16-device-5floppy_unmount.png b/pics/crystalsvg/cr16-device-5floppy_unmount.png Binary files differnew file mode 100644 index 000000000..c1eb6a996 --- /dev/null +++ b/pics/crystalsvg/cr16-device-5floppy_unmount.png diff --git a/pics/crystalsvg/cr16-device-blockdevice.png b/pics/crystalsvg/cr16-device-blockdevice.png Binary files differnew file mode 100644 index 000000000..a4acb09cb --- /dev/null +++ b/pics/crystalsvg/cr16-device-blockdevice.png diff --git a/pics/crystalsvg/cr16-device-camera_mount.png b/pics/crystalsvg/cr16-device-camera_mount.png Binary files differnew file mode 100644 index 000000000..622304947 --- /dev/null +++ b/pics/crystalsvg/cr16-device-camera_mount.png diff --git a/pics/crystalsvg/cr16-device-camera_unmount.png b/pics/crystalsvg/cr16-device-camera_unmount.png Binary files differnew file mode 100644 index 000000000..9d2eeedce --- /dev/null +++ b/pics/crystalsvg/cr16-device-camera_unmount.png diff --git a/pics/crystalsvg/cr16-device-cdaudio_mount.png b/pics/crystalsvg/cr16-device-cdaudio_mount.png Binary files differnew file mode 100644 index 000000000..229363712 --- /dev/null +++ b/pics/crystalsvg/cr16-device-cdaudio_mount.png diff --git a/pics/crystalsvg/cr16-device-cdaudio_unmount.png b/pics/crystalsvg/cr16-device-cdaudio_unmount.png Binary files differnew file mode 100644 index 000000000..87533a6be --- /dev/null +++ b/pics/crystalsvg/cr16-device-cdaudio_unmount.png diff --git a/pics/crystalsvg/cr16-device-cdrom_mount.png b/pics/crystalsvg/cr16-device-cdrom_mount.png Binary files differnew file mode 100644 index 000000000..561ecead1 --- /dev/null +++ b/pics/crystalsvg/cr16-device-cdrom_mount.png diff --git a/pics/crystalsvg/cr16-device-cdrom_unmount.png b/pics/crystalsvg/cr16-device-cdrom_unmount.png Binary files differnew file mode 100644 index 000000000..60adeb6f0 --- /dev/null +++ b/pics/crystalsvg/cr16-device-cdrom_unmount.png diff --git a/pics/crystalsvg/cr16-device-cdwriter_mount.png b/pics/crystalsvg/cr16-device-cdwriter_mount.png Binary files differnew file mode 100644 index 000000000..989847083 --- /dev/null +++ b/pics/crystalsvg/cr16-device-cdwriter_mount.png diff --git a/pics/crystalsvg/cr16-device-cdwriter_unmount.png b/pics/crystalsvg/cr16-device-cdwriter_unmount.png Binary files differnew file mode 100644 index 000000000..1e82609c8 --- /dev/null +++ b/pics/crystalsvg/cr16-device-cdwriter_unmount.png diff --git a/pics/crystalsvg/cr16-device-chardevice.png b/pics/crystalsvg/cr16-device-chardevice.png Binary files differnew file mode 100644 index 000000000..3b82c19b6 --- /dev/null +++ b/pics/crystalsvg/cr16-device-chardevice.png diff --git a/pics/crystalsvg/cr16-device-compact_flash_mount.png b/pics/crystalsvg/cr16-device-compact_flash_mount.png Binary files differnew file mode 100644 index 000000000..3d3270a43 --- /dev/null +++ b/pics/crystalsvg/cr16-device-compact_flash_mount.png diff --git a/pics/crystalsvg/cr16-device-compact_flash_unmount.png b/pics/crystalsvg/cr16-device-compact_flash_unmount.png Binary files differnew file mode 100644 index 000000000..cf71dd143 --- /dev/null +++ b/pics/crystalsvg/cr16-device-compact_flash_unmount.png diff --git a/pics/crystalsvg/cr16-device-dvd_mount.png b/pics/crystalsvg/cr16-device-dvd_mount.png Binary files differnew file mode 100644 index 000000000..26d1a979f --- /dev/null +++ b/pics/crystalsvg/cr16-device-dvd_mount.png diff --git a/pics/crystalsvg/cr16-device-dvd_unmount.png b/pics/crystalsvg/cr16-device-dvd_unmount.png Binary files differnew file mode 100644 index 000000000..ed7f9d862 --- /dev/null +++ b/pics/crystalsvg/cr16-device-dvd_unmount.png diff --git a/pics/crystalsvg/cr16-device-hdd_mount.png b/pics/crystalsvg/cr16-device-hdd_mount.png Binary files differnew file mode 100644 index 000000000..da3910b44 --- /dev/null +++ b/pics/crystalsvg/cr16-device-hdd_mount.png diff --git a/pics/crystalsvg/cr16-device-hdd_unmount.png b/pics/crystalsvg/cr16-device-hdd_unmount.png Binary files differnew file mode 100644 index 000000000..7e8d7017f --- /dev/null +++ b/pics/crystalsvg/cr16-device-hdd_unmount.png diff --git a/pics/crystalsvg/cr16-device-ipod_mount.png b/pics/crystalsvg/cr16-device-ipod_mount.png Binary files differnew file mode 100644 index 000000000..fe116552c --- /dev/null +++ b/pics/crystalsvg/cr16-device-ipod_mount.png diff --git a/pics/crystalsvg/cr16-device-ipod_unmount.png b/pics/crystalsvg/cr16-device-ipod_unmount.png Binary files differnew file mode 100644 index 000000000..73c17b722 --- /dev/null +++ b/pics/crystalsvg/cr16-device-ipod_unmount.png diff --git a/pics/crystalsvg/cr16-device-joystick.png b/pics/crystalsvg/cr16-device-joystick.png Binary files differnew file mode 100644 index 000000000..b1c1691cc --- /dev/null +++ b/pics/crystalsvg/cr16-device-joystick.png diff --git a/pics/crystalsvg/cr16-device-memory.png b/pics/crystalsvg/cr16-device-memory.png Binary files differnew file mode 100644 index 000000000..0088a2e46 --- /dev/null +++ b/pics/crystalsvg/cr16-device-memory.png diff --git a/pics/crystalsvg/cr16-device-memory_stick_mount.png b/pics/crystalsvg/cr16-device-memory_stick_mount.png Binary files differnew file mode 100644 index 000000000..413662a7b --- /dev/null +++ b/pics/crystalsvg/cr16-device-memory_stick_mount.png diff --git a/pics/crystalsvg/cr16-device-memory_stick_unmount.png b/pics/crystalsvg/cr16-device-memory_stick_unmount.png Binary files differnew file mode 100644 index 000000000..1876033b4 --- /dev/null +++ b/pics/crystalsvg/cr16-device-memory_stick_unmount.png diff --git a/pics/crystalsvg/cr16-device-mo_mount.png b/pics/crystalsvg/cr16-device-mo_mount.png Binary files differnew file mode 100644 index 000000000..89cc06f18 --- /dev/null +++ b/pics/crystalsvg/cr16-device-mo_mount.png diff --git a/pics/crystalsvg/cr16-device-mo_unmount.png b/pics/crystalsvg/cr16-device-mo_unmount.png Binary files differnew file mode 100644 index 000000000..e4301c8ab --- /dev/null +++ b/pics/crystalsvg/cr16-device-mo_unmount.png diff --git a/pics/crystalsvg/cr16-device-mouse.png b/pics/crystalsvg/cr16-device-mouse.png Binary files differnew file mode 100644 index 000000000..3c0d31df2 --- /dev/null +++ b/pics/crystalsvg/cr16-device-mouse.png diff --git a/pics/crystalsvg/cr16-device-nfs_mount.png b/pics/crystalsvg/cr16-device-nfs_mount.png Binary files differnew file mode 100644 index 000000000..ea2f119bb --- /dev/null +++ b/pics/crystalsvg/cr16-device-nfs_mount.png diff --git a/pics/crystalsvg/cr16-device-nfs_unmount.png b/pics/crystalsvg/cr16-device-nfs_unmount.png Binary files differnew file mode 100644 index 000000000..4d139278e --- /dev/null +++ b/pics/crystalsvg/cr16-device-nfs_unmount.png diff --git a/pics/crystalsvg/cr16-device-pda_black.png b/pics/crystalsvg/cr16-device-pda_black.png Binary files differnew file mode 100644 index 000000000..9cf4a1698 --- /dev/null +++ b/pics/crystalsvg/cr16-device-pda_black.png diff --git a/pics/crystalsvg/cr16-device-pda_blue.png b/pics/crystalsvg/cr16-device-pda_blue.png Binary files differnew file mode 100644 index 000000000..1b937636d --- /dev/null +++ b/pics/crystalsvg/cr16-device-pda_blue.png diff --git a/pics/crystalsvg/cr16-device-print_class.png b/pics/crystalsvg/cr16-device-print_class.png Binary files differnew file mode 100644 index 000000000..16ca3817e --- /dev/null +++ b/pics/crystalsvg/cr16-device-print_class.png diff --git a/pics/crystalsvg/cr16-device-printer1.png b/pics/crystalsvg/cr16-device-printer1.png Binary files differnew file mode 100644 index 000000000..d6defce21 --- /dev/null +++ b/pics/crystalsvg/cr16-device-printer1.png diff --git a/pics/crystalsvg/cr16-device-scanner.png b/pics/crystalsvg/cr16-device-scanner.png Binary files differnew file mode 100644 index 000000000..627540c70 --- /dev/null +++ b/pics/crystalsvg/cr16-device-scanner.png diff --git a/pics/crystalsvg/cr16-device-sd_mmc_mount.png b/pics/crystalsvg/cr16-device-sd_mmc_mount.png Binary files differnew file mode 100644 index 000000000..4814a2b13 --- /dev/null +++ b/pics/crystalsvg/cr16-device-sd_mmc_mount.png diff --git a/pics/crystalsvg/cr16-device-sd_mmc_unmount.png b/pics/crystalsvg/cr16-device-sd_mmc_unmount.png Binary files differnew file mode 100644 index 000000000..f193b89e6 --- /dev/null +++ b/pics/crystalsvg/cr16-device-sd_mmc_unmount.png diff --git a/pics/crystalsvg/cr16-device-smart_media_mount.png b/pics/crystalsvg/cr16-device-smart_media_mount.png Binary files differnew file mode 100644 index 000000000..7220cbacf --- /dev/null +++ b/pics/crystalsvg/cr16-device-smart_media_mount.png diff --git a/pics/crystalsvg/cr16-device-smart_media_unmount.png b/pics/crystalsvg/cr16-device-smart_media_unmount.png Binary files differnew file mode 100644 index 000000000..c8b43f4bb --- /dev/null +++ b/pics/crystalsvg/cr16-device-smart_media_unmount.png diff --git a/pics/crystalsvg/cr16-device-system.png b/pics/crystalsvg/cr16-device-system.png Binary files differnew file mode 100644 index 000000000..e46643064 --- /dev/null +++ b/pics/crystalsvg/cr16-device-system.png diff --git a/pics/crystalsvg/cr16-device-tablet.png b/pics/crystalsvg/cr16-device-tablet.png Binary files differnew file mode 100644 index 000000000..cfb9bf067 --- /dev/null +++ b/pics/crystalsvg/cr16-device-tablet.png diff --git a/pics/crystalsvg/cr16-device-tv.png b/pics/crystalsvg/cr16-device-tv.png Binary files differnew file mode 100644 index 000000000..bfc206a82 --- /dev/null +++ b/pics/crystalsvg/cr16-device-tv.png diff --git a/pics/crystalsvg/cr16-device-usbpendrive_mount.png b/pics/crystalsvg/cr16-device-usbpendrive_mount.png Binary files differnew file mode 100644 index 000000000..7e1ed52ef --- /dev/null +++ b/pics/crystalsvg/cr16-device-usbpendrive_mount.png diff --git a/pics/crystalsvg/cr16-device-usbpendrive_unmount.png b/pics/crystalsvg/cr16-device-usbpendrive_unmount.png Binary files differnew file mode 100644 index 000000000..546c7afad --- /dev/null +++ b/pics/crystalsvg/cr16-device-usbpendrive_unmount.png diff --git a/pics/crystalsvg/cr16-device-zip_mount.png b/pics/crystalsvg/cr16-device-zip_mount.png Binary files differnew file mode 100644 index 000000000..35cefc558 --- /dev/null +++ b/pics/crystalsvg/cr16-device-zip_mount.png diff --git a/pics/crystalsvg/cr16-device-zip_unmount.png b/pics/crystalsvg/cr16-device-zip_unmount.png Binary files differnew file mode 100644 index 000000000..af23ddfaa --- /dev/null +++ b/pics/crystalsvg/cr16-device-zip_unmount.png diff --git a/pics/crystalsvg/cr16-filesys-desktop.png b/pics/crystalsvg/cr16-filesys-desktop.png Binary files differnew file mode 100644 index 000000000..56ca2af62 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-desktop.png diff --git a/pics/crystalsvg/cr16-filesys-exec.png b/pics/crystalsvg/cr16-filesys-exec.png Binary files differnew file mode 100644 index 000000000..0c1c3ccf5 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-exec.png diff --git a/pics/crystalsvg/cr16-filesys-file_broken.png b/pics/crystalsvg/cr16-filesys-file_broken.png Binary files differnew file mode 100644 index 000000000..fbbb60a0b --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-file_broken.png diff --git a/pics/crystalsvg/cr16-filesys-folder.png b/pics/crystalsvg/cr16-filesys-folder.png Binary files differnew file mode 100644 index 000000000..f7e8c351c --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder.png diff --git a/pics/crystalsvg/cr16-filesys-folder_crystal.png b/pics/crystalsvg/cr16-filesys-folder_crystal.png Binary files differnew file mode 100644 index 000000000..18cc6c4bf --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_crystal.png diff --git a/pics/crystalsvg/cr16-filesys-folder_favorite.png b/pics/crystalsvg/cr16-filesys-folder_favorite.png Binary files differnew file mode 100644 index 000000000..9ee26a38f --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_favorite.png diff --git a/pics/crystalsvg/cr16-filesys-folder_green.png b/pics/crystalsvg/cr16-filesys-folder_green.png Binary files differnew file mode 100644 index 000000000..4c460dc37 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_green.png diff --git a/pics/crystalsvg/cr16-filesys-folder_green_open.png b/pics/crystalsvg/cr16-filesys-folder_green_open.png Binary files differnew file mode 100644 index 000000000..bf6c5b4dc --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_green_open.png diff --git a/pics/crystalsvg/cr16-filesys-folder_grey.png b/pics/crystalsvg/cr16-filesys-folder_grey.png Binary files differnew file mode 100644 index 000000000..fce6fdece --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_grey.png diff --git a/pics/crystalsvg/cr16-filesys-folder_grey_open.png b/pics/crystalsvg/cr16-filesys-folder_grey_open.png Binary files differnew file mode 100644 index 000000000..d13e9fbd1 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_grey_open.png diff --git a/pics/crystalsvg/cr16-filesys-folder_home.png b/pics/crystalsvg/cr16-filesys-folder_home.png Binary files differnew file mode 100644 index 000000000..3d26af552 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_home.png diff --git a/pics/crystalsvg/cr16-filesys-folder_home2.png b/pics/crystalsvg/cr16-filesys-folder_home2.png Binary files differnew file mode 100644 index 000000000..54a0bf1f1 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_home2.png diff --git a/pics/crystalsvg/cr16-filesys-folder_html.png b/pics/crystalsvg/cr16-filesys-folder_html.png Binary files differnew file mode 100644 index 000000000..88b1f0f48 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_html.png diff --git a/pics/crystalsvg/cr16-filesys-folder_image.png b/pics/crystalsvg/cr16-filesys-folder_image.png Binary files differnew file mode 100644 index 000000000..3616cbb71 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_image.png diff --git a/pics/crystalsvg/cr16-filesys-folder_important.png b/pics/crystalsvg/cr16-filesys-folder_important.png Binary files differnew file mode 100644 index 000000000..d89fd1d2f --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_important.png diff --git a/pics/crystalsvg/cr16-filesys-folder_inbox.png b/pics/crystalsvg/cr16-filesys-folder_inbox.png Binary files differnew file mode 100644 index 000000000..cafac6193 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_inbox.png diff --git a/pics/crystalsvg/cr16-filesys-folder_locked.png b/pics/crystalsvg/cr16-filesys-folder_locked.png Binary files differnew file mode 100644 index 000000000..a679e7976 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_locked.png diff --git a/pics/crystalsvg/cr16-filesys-folder_man.png b/pics/crystalsvg/cr16-filesys-folder_man.png Binary files differnew file mode 100644 index 000000000..78d29368e --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_man.png diff --git a/pics/crystalsvg/cr16-filesys-folder_open.png b/pics/crystalsvg/cr16-filesys-folder_open.png Binary files differnew file mode 100644 index 000000000..22e2fe12c --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_open.png diff --git a/pics/crystalsvg/cr16-filesys-folder_orange.png b/pics/crystalsvg/cr16-filesys-folder_orange.png Binary files differnew file mode 100644 index 000000000..60b09f50b --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_orange.png diff --git a/pics/crystalsvg/cr16-filesys-folder_orange_open.png b/pics/crystalsvg/cr16-filesys-folder_orange_open.png Binary files differnew file mode 100644 index 000000000..339e8c988 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_orange_open.png diff --git a/pics/crystalsvg/cr16-filesys-folder_outbox.png b/pics/crystalsvg/cr16-filesys-folder_outbox.png Binary files differnew file mode 100644 index 000000000..91e3b244d --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_outbox.png diff --git a/pics/crystalsvg/cr16-filesys-folder_print.png b/pics/crystalsvg/cr16-filesys-folder_print.png Binary files differnew file mode 100644 index 000000000..1bcc5e998 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_print.png diff --git a/pics/crystalsvg/cr16-filesys-folder_red.png b/pics/crystalsvg/cr16-filesys-folder_red.png Binary files differnew file mode 100644 index 000000000..a5909e4c5 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_red.png diff --git a/pics/crystalsvg/cr16-filesys-folder_red_open.png b/pics/crystalsvg/cr16-filesys-folder_red_open.png Binary files differnew file mode 100644 index 000000000..ab1c94d0b --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_red_open.png diff --git a/pics/crystalsvg/cr16-filesys-folder_sent_mail.png b/pics/crystalsvg/cr16-filesys-folder_sent_mail.png Binary files differnew file mode 100644 index 000000000..3b5130452 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_sent_mail.png diff --git a/pics/crystalsvg/cr16-filesys-folder_sound.png b/pics/crystalsvg/cr16-filesys-folder_sound.png Binary files differnew file mode 100644 index 000000000..0f940438e --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_sound.png diff --git a/pics/crystalsvg/cr16-filesys-folder_tar.png b/pics/crystalsvg/cr16-filesys-folder_tar.png Binary files differnew file mode 100644 index 000000000..bb76d9ab4 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_tar.png diff --git a/pics/crystalsvg/cr16-filesys-folder_txt.png b/pics/crystalsvg/cr16-filesys-folder_txt.png Binary files differnew file mode 100644 index 000000000..c54affe6d --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_txt.png diff --git a/pics/crystalsvg/cr16-filesys-folder_video.png b/pics/crystalsvg/cr16-filesys-folder_video.png Binary files differnew file mode 100644 index 000000000..5d159d734 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_video.png diff --git a/pics/crystalsvg/cr16-filesys-folder_violet.png b/pics/crystalsvg/cr16-filesys-folder_violet.png Binary files differnew file mode 100644 index 000000000..6c5682368 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_violet.png diff --git a/pics/crystalsvg/cr16-filesys-folder_violet_open.png b/pics/crystalsvg/cr16-filesys-folder_violet_open.png Binary files differnew file mode 100644 index 000000000..0d9e6a61d --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_violet_open.png diff --git a/pics/crystalsvg/cr16-filesys-folder_yellow.png b/pics/crystalsvg/cr16-filesys-folder_yellow.png Binary files differnew file mode 100644 index 000000000..2cde75e27 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_yellow.png diff --git a/pics/crystalsvg/cr16-filesys-folder_yellow_open.png b/pics/crystalsvg/cr16-filesys-folder_yellow_open.png Binary files differnew file mode 100644 index 000000000..7ce4d91f9 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-folder_yellow_open.png diff --git a/pics/crystalsvg/cr16-filesys-ftp.png b/pics/crystalsvg/cr16-filesys-ftp.png Binary files differnew file mode 100644 index 000000000..9fea9ebc1 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-ftp.png diff --git a/pics/crystalsvg/cr16-filesys-link_overlay.png b/pics/crystalsvg/cr16-filesys-link_overlay.png Binary files differnew file mode 100644 index 000000000..af2af1027 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-link_overlay.png diff --git a/pics/crystalsvg/cr16-filesys-lock_overlay.png b/pics/crystalsvg/cr16-filesys-lock_overlay.png Binary files differnew file mode 100644 index 000000000..c3218fa56 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-lock_overlay.png diff --git a/pics/crystalsvg/cr16-filesys-network.png b/pics/crystalsvg/cr16-filesys-network.png Binary files differnew file mode 100644 index 000000000..3c5dbdf05 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-network.png diff --git a/pics/crystalsvg/cr16-filesys-network_local.png b/pics/crystalsvg/cr16-filesys-network_local.png Binary files differnew file mode 100644 index 000000000..33df4ef93 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-network_local.png diff --git a/pics/crystalsvg/cr16-filesys-pipe.png b/pics/crystalsvg/cr16-filesys-pipe.png Binary files differnew file mode 100644 index 000000000..5f4d840c3 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-pipe.png diff --git a/pics/crystalsvg/cr16-filesys-server.png b/pics/crystalsvg/cr16-filesys-server.png Binary files differnew file mode 100644 index 000000000..ef289f6fc --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-server.png diff --git a/pics/crystalsvg/cr16-filesys-trashcan_empty.png b/pics/crystalsvg/cr16-filesys-trashcan_empty.png Binary files differnew file mode 100644 index 000000000..f5cb2b8b9 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-trashcan_empty.png diff --git a/pics/crystalsvg/cr16-filesys-trashcan_full.png b/pics/crystalsvg/cr16-filesys-trashcan_full.png Binary files differnew file mode 100644 index 000000000..5cbb14691 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-trashcan_full.png diff --git a/pics/crystalsvg/cr16-filesys-www.png b/pics/crystalsvg/cr16-filesys-www.png Binary files differnew file mode 100644 index 000000000..c8d380150 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-www.png diff --git a/pics/crystalsvg/cr16-filesys-zip_overlay.png b/pics/crystalsvg/cr16-filesys-zip_overlay.png Binary files differnew file mode 100644 index 000000000..3b29cb857 --- /dev/null +++ b/pics/crystalsvg/cr16-filesys-zip_overlay.png diff --git a/pics/crystalsvg/cr16-mime-applix.png b/pics/crystalsvg/cr16-mime-applix.png Binary files differnew file mode 100644 index 000000000..d42384e8e --- /dev/null +++ b/pics/crystalsvg/cr16-mime-applix.png diff --git a/pics/crystalsvg/cr16-mime-ascii.png b/pics/crystalsvg/cr16-mime-ascii.png Binary files differnew file mode 100644 index 000000000..d662de4f2 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-ascii.png diff --git a/pics/crystalsvg/cr16-mime-binary.png b/pics/crystalsvg/cr16-mime-binary.png Binary files differnew file mode 100644 index 000000000..e23beb1fd --- /dev/null +++ b/pics/crystalsvg/cr16-mime-binary.png diff --git a/pics/crystalsvg/cr16-mime-bt.png b/pics/crystalsvg/cr16-mime-bt.png Binary files differnew file mode 100644 index 000000000..f88826326 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-bt.png diff --git a/pics/crystalsvg/cr16-mime-cdimage.png b/pics/crystalsvg/cr16-mime-cdimage.png Binary files differnew file mode 100644 index 000000000..4e09ba91e --- /dev/null +++ b/pics/crystalsvg/cr16-mime-cdimage.png diff --git a/pics/crystalsvg/cr16-mime-cdr.png b/pics/crystalsvg/cr16-mime-cdr.png Binary files differnew file mode 100644 index 000000000..b18b44814 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-cdr.png diff --git a/pics/crystalsvg/cr16-mime-cdtrack.png b/pics/crystalsvg/cr16-mime-cdtrack.png Binary files differnew file mode 100644 index 000000000..803127e9f --- /dev/null +++ b/pics/crystalsvg/cr16-mime-cdtrack.png diff --git a/pics/crystalsvg/cr16-mime-colorscm.png b/pics/crystalsvg/cr16-mime-colorscm.png Binary files differnew file mode 100644 index 000000000..0e25a74e2 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-colorscm.png diff --git a/pics/crystalsvg/cr16-mime-core.png b/pics/crystalsvg/cr16-mime-core.png Binary files differnew file mode 100644 index 000000000..1bbc1d39b --- /dev/null +++ b/pics/crystalsvg/cr16-mime-core.png diff --git a/pics/crystalsvg/cr16-mime-deb.png b/pics/crystalsvg/cr16-mime-deb.png Binary files differnew file mode 100644 index 000000000..6189a45f8 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-deb.png diff --git a/pics/crystalsvg/cr16-mime-document.png b/pics/crystalsvg/cr16-mime-document.png Binary files differnew file mode 100644 index 000000000..1930fb233 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-document.png diff --git a/pics/crystalsvg/cr16-mime-document2.png b/pics/crystalsvg/cr16-mime-document2.png Binary files differnew file mode 100644 index 000000000..f4d5bfd13 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-document2.png diff --git a/pics/crystalsvg/cr16-mime-dvi.png b/pics/crystalsvg/cr16-mime-dvi.png Binary files differnew file mode 100644 index 000000000..46a15047f --- /dev/null +++ b/pics/crystalsvg/cr16-mime-dvi.png diff --git a/pics/crystalsvg/cr16-mime-empty.png b/pics/crystalsvg/cr16-mime-empty.png Binary files differnew file mode 100644 index 000000000..7f292fcb2 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-empty.png diff --git a/pics/crystalsvg/cr16-mime-encrypted.png b/pics/crystalsvg/cr16-mime-encrypted.png Binary files differnew file mode 100644 index 000000000..5db70d026 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-encrypted.png diff --git a/pics/crystalsvg/cr16-mime-exec_wine.png b/pics/crystalsvg/cr16-mime-exec_wine.png Binary files differnew file mode 100644 index 000000000..ed125e0c1 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-exec_wine.png diff --git a/pics/crystalsvg/cr16-mime-font.png b/pics/crystalsvg/cr16-mime-font.png Binary files differnew file mode 100644 index 000000000..2e788c25d --- /dev/null +++ b/pics/crystalsvg/cr16-mime-font.png diff --git a/pics/crystalsvg/cr16-mime-font_bitmap.png b/pics/crystalsvg/cr16-mime-font_bitmap.png Binary files differnew file mode 100644 index 000000000..697337181 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-font_bitmap.png diff --git a/pics/crystalsvg/cr16-mime-font_truetype.png b/pics/crystalsvg/cr16-mime-font_truetype.png Binary files differnew file mode 100644 index 000000000..f843a8b41 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-font_truetype.png diff --git a/pics/crystalsvg/cr16-mime-font_type1.png b/pics/crystalsvg/cr16-mime-font_type1.png Binary files differnew file mode 100644 index 000000000..d17f9c02a --- /dev/null +++ b/pics/crystalsvg/cr16-mime-font_type1.png diff --git a/pics/crystalsvg/cr16-mime-gettext.png b/pics/crystalsvg/cr16-mime-gettext.png Binary files differnew file mode 100644 index 000000000..d17f9c02a --- /dev/null +++ b/pics/crystalsvg/cr16-mime-gettext.png diff --git a/pics/crystalsvg/cr16-mime-gf.png b/pics/crystalsvg/cr16-mime-gf.png Binary files differnew file mode 100644 index 000000000..5ff285a15 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-gf.png diff --git a/pics/crystalsvg/cr16-mime-html.png b/pics/crystalsvg/cr16-mime-html.png Binary files differnew file mode 100644 index 000000000..9e5bc52cf --- /dev/null +++ b/pics/crystalsvg/cr16-mime-html.png diff --git a/pics/crystalsvg/cr16-mime-image.png b/pics/crystalsvg/cr16-mime-image.png Binary files differnew file mode 100644 index 000000000..fdf537038 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-image.png diff --git a/pics/crystalsvg/cr16-mime-info.png b/pics/crystalsvg/cr16-mime-info.png Binary files differnew file mode 100644 index 000000000..2ba3998d1 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-info.png diff --git a/pics/crystalsvg/cr16-mime-karbon_karbon.png b/pics/crystalsvg/cr16-mime-karbon_karbon.png Binary files differnew file mode 100644 index 000000000..ccdf5f28c --- /dev/null +++ b/pics/crystalsvg/cr16-mime-karbon_karbon.png diff --git a/pics/crystalsvg/cr16-mime-kchart_chrt.png b/pics/crystalsvg/cr16-mime-kchart_chrt.png Binary files differnew file mode 100644 index 000000000..a44210ddc --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kchart_chrt.png diff --git a/pics/crystalsvg/cr16-mime-kexi_kexi.png b/pics/crystalsvg/cr16-mime-kexi_kexi.png Binary files differnew file mode 100644 index 000000000..9036d40bd --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kexi_kexi.png diff --git a/pics/crystalsvg/cr16-mime-kformula_kfo.png b/pics/crystalsvg/cr16-mime-kformula_kfo.png Binary files differnew file mode 100644 index 000000000..c426a04f9 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kformula_kfo.png diff --git a/pics/crystalsvg/cr16-mime-kivio_flw.png b/pics/crystalsvg/cr16-mime-kivio_flw.png Binary files differnew file mode 100644 index 000000000..eac0354a0 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kivio_flw.png diff --git a/pics/crystalsvg/cr16-mime-kmultiple.png b/pics/crystalsvg/cr16-mime-kmultiple.png Binary files differnew file mode 100644 index 000000000..d19526823 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kmultiple.png diff --git a/pics/crystalsvg/cr16-mime-kpresenter_kpr.png b/pics/crystalsvg/cr16-mime-kpresenter_kpr.png Binary files differnew file mode 100644 index 000000000..9b9a483f2 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kpresenter_kpr.png diff --git a/pics/crystalsvg/cr16-mime-krita_kra.png b/pics/crystalsvg/cr16-mime-krita_kra.png Binary files differnew file mode 100644 index 000000000..3ad395c05 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-krita_kra.png diff --git a/pics/crystalsvg/cr16-mime-kspread_ksp.png b/pics/crystalsvg/cr16-mime-kspread_ksp.png Binary files differnew file mode 100644 index 000000000..839554fe4 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kspread_ksp.png diff --git a/pics/crystalsvg/cr16-mime-kugar_kud.png b/pics/crystalsvg/cr16-mime-kugar_kud.png Binary files differnew file mode 100644 index 000000000..a9c65cb88 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kugar_kud.png diff --git a/pics/crystalsvg/cr16-mime-kword_kwd.png b/pics/crystalsvg/cr16-mime-kword_kwd.png Binary files differnew file mode 100644 index 000000000..2acffc227 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-kword_kwd.png diff --git a/pics/crystalsvg/cr16-mime-log.png b/pics/crystalsvg/cr16-mime-log.png Binary files differnew file mode 100644 index 000000000..db1143b58 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-log.png diff --git a/pics/crystalsvg/cr16-mime-make.png b/pics/crystalsvg/cr16-mime-make.png Binary files differnew file mode 100644 index 000000000..734689e2d --- /dev/null +++ b/pics/crystalsvg/cr16-mime-make.png diff --git a/pics/crystalsvg/cr16-mime-man.png b/pics/crystalsvg/cr16-mime-man.png Binary files differnew file mode 100644 index 000000000..708e7b43b --- /dev/null +++ b/pics/crystalsvg/cr16-mime-man.png diff --git a/pics/crystalsvg/cr16-mime-message.png b/pics/crystalsvg/cr16-mime-message.png Binary files differnew file mode 100644 index 000000000..448e509d9 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-message.png diff --git a/pics/crystalsvg/cr16-mime-metafont.png b/pics/crystalsvg/cr16-mime-metafont.png Binary files differnew file mode 100644 index 000000000..45f1b6c18 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-metafont.png diff --git a/pics/crystalsvg/cr16-mime-midi.png b/pics/crystalsvg/cr16-mime-midi.png Binary files differnew file mode 100644 index 000000000..d2b66aa63 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-midi.png diff --git a/pics/crystalsvg/cr16-mime-misc.png b/pics/crystalsvg/cr16-mime-misc.png Binary files differnew file mode 100644 index 000000000..c0584aa18 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-misc.png diff --git a/pics/crystalsvg/cr16-mime-netscape_doc.png b/pics/crystalsvg/cr16-mime-netscape_doc.png Binary files differnew file mode 100644 index 000000000..384290bbb --- /dev/null +++ b/pics/crystalsvg/cr16-mime-netscape_doc.png diff --git a/pics/crystalsvg/cr16-mime-news.png b/pics/crystalsvg/cr16-mime-news.png Binary files differnew file mode 100644 index 000000000..9ebd69759 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-news.png diff --git a/pics/crystalsvg/cr16-mime-pdf.png b/pics/crystalsvg/cr16-mime-pdf.png Binary files differnew file mode 100644 index 000000000..27faad6fc --- /dev/null +++ b/pics/crystalsvg/cr16-mime-pdf.png diff --git a/pics/crystalsvg/cr16-mime-pk.png b/pics/crystalsvg/cr16-mime-pk.png Binary files differnew file mode 100644 index 000000000..eb6a1767a --- /dev/null +++ b/pics/crystalsvg/cr16-mime-pk.png diff --git a/pics/crystalsvg/cr16-mime-postscript.png b/pics/crystalsvg/cr16-mime-postscript.png Binary files differnew file mode 100644 index 000000000..06dbfa7b7 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-postscript.png diff --git a/pics/crystalsvg/cr16-mime-quicktime.png b/pics/crystalsvg/cr16-mime-quicktime.png Binary files differnew file mode 100644 index 000000000..90418af51 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-quicktime.png diff --git a/pics/crystalsvg/cr16-mime-readme.png b/pics/crystalsvg/cr16-mime-readme.png Binary files differnew file mode 100644 index 000000000..5266a0d8b --- /dev/null +++ b/pics/crystalsvg/cr16-mime-readme.png diff --git a/pics/crystalsvg/cr16-mime-recycled.png b/pics/crystalsvg/cr16-mime-recycled.png Binary files differnew file mode 100644 index 000000000..4789dbd68 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-recycled.png diff --git a/pics/crystalsvg/cr16-mime-resource.png b/pics/crystalsvg/cr16-mime-resource.png Binary files differnew file mode 100644 index 000000000..eda4dc1db --- /dev/null +++ b/pics/crystalsvg/cr16-mime-resource.png diff --git a/pics/crystalsvg/cr16-mime-rpm.png b/pics/crystalsvg/cr16-mime-rpm.png Binary files differnew file mode 100644 index 000000000..7a7cb19fc --- /dev/null +++ b/pics/crystalsvg/cr16-mime-rpm.png diff --git a/pics/crystalsvg/cr16-mime-shellscript.png b/pics/crystalsvg/cr16-mime-shellscript.png Binary files differnew file mode 100644 index 000000000..b560ad5b5 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-shellscript.png diff --git a/pics/crystalsvg/cr16-mime-sound.png b/pics/crystalsvg/cr16-mime-sound.png Binary files differnew file mode 100644 index 000000000..bfe6022c8 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-sound.png diff --git a/pics/crystalsvg/cr16-mime-source.png b/pics/crystalsvg/cr16-mime-source.png Binary files differnew file mode 100644 index 000000000..4ebc8e184 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source.png diff --git a/pics/crystalsvg/cr16-mime-source_c.png b/pics/crystalsvg/cr16-mime-source_c.png Binary files differnew file mode 100644 index 000000000..8312c6b98 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_c.png diff --git a/pics/crystalsvg/cr16-mime-source_cpp.png b/pics/crystalsvg/cr16-mime-source_cpp.png Binary files differnew file mode 100644 index 000000000..40c61697a --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_cpp.png diff --git a/pics/crystalsvg/cr16-mime-source_f.png b/pics/crystalsvg/cr16-mime-source_f.png Binary files differnew file mode 100644 index 000000000..b8dabed85 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_f.png diff --git a/pics/crystalsvg/cr16-mime-source_h.png b/pics/crystalsvg/cr16-mime-source_h.png Binary files differnew file mode 100644 index 000000000..203ad57fa --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_h.png diff --git a/pics/crystalsvg/cr16-mime-source_java.png b/pics/crystalsvg/cr16-mime-source_java.png Binary files differnew file mode 100644 index 000000000..a3c3909e8 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_java.png diff --git a/pics/crystalsvg/cr16-mime-source_l.png b/pics/crystalsvg/cr16-mime-source_l.png Binary files differnew file mode 100644 index 000000000..ee4f84531 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_l.png diff --git a/pics/crystalsvg/cr16-mime-source_moc.png b/pics/crystalsvg/cr16-mime-source_moc.png Binary files differnew file mode 100644 index 000000000..8e25a74a4 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_moc.png diff --git a/pics/crystalsvg/cr16-mime-source_o.png b/pics/crystalsvg/cr16-mime-source_o.png Binary files differnew file mode 100644 index 000000000..c7b6a9530 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_o.png diff --git a/pics/crystalsvg/cr16-mime-source_php.png b/pics/crystalsvg/cr16-mime-source_php.png Binary files differnew file mode 100644 index 000000000..61cebe5ce --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_php.png diff --git a/pics/crystalsvg/cr16-mime-source_pl.png b/pics/crystalsvg/cr16-mime-source_pl.png Binary files differnew file mode 100644 index 000000000..178ab5e95 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_pl.png diff --git a/pics/crystalsvg/cr16-mime-source_py.png b/pics/crystalsvg/cr16-mime-source_py.png Binary files differnew file mode 100644 index 000000000..e04fee041 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_py.png diff --git a/pics/crystalsvg/cr16-mime-source_s.png b/pics/crystalsvg/cr16-mime-source_s.png Binary files differnew file mode 100644 index 000000000..8669de254 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_s.png diff --git a/pics/crystalsvg/cr16-mime-source_y.png b/pics/crystalsvg/cr16-mime-source_y.png Binary files differnew file mode 100644 index 000000000..3190a84f4 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-source_y.png diff --git a/pics/crystalsvg/cr16-mime-spreadsheet.png b/pics/crystalsvg/cr16-mime-spreadsheet.png Binary files differnew file mode 100644 index 000000000..126f1c878 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-spreadsheet.png diff --git a/pics/crystalsvg/cr16-mime-tar.png b/pics/crystalsvg/cr16-mime-tar.png Binary files differnew file mode 100644 index 000000000..8bdfa8a0f --- /dev/null +++ b/pics/crystalsvg/cr16-mime-tar.png diff --git a/pics/crystalsvg/cr16-mime-template_source.png b/pics/crystalsvg/cr16-mime-template_source.png Binary files differnew file mode 100644 index 000000000..4539b5542 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-template_source.png diff --git a/pics/crystalsvg/cr16-mime-tex.png b/pics/crystalsvg/cr16-mime-tex.png Binary files differnew file mode 100644 index 000000000..29892002b --- /dev/null +++ b/pics/crystalsvg/cr16-mime-tex.png diff --git a/pics/crystalsvg/cr16-mime-tgz.png b/pics/crystalsvg/cr16-mime-tgz.png Binary files differnew file mode 100644 index 000000000..3ca4b8fb1 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-tgz.png diff --git a/pics/crystalsvg/cr16-mime-txt.png b/pics/crystalsvg/cr16-mime-txt.png Binary files differnew file mode 100644 index 000000000..f8aaba2e3 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-txt.png diff --git a/pics/crystalsvg/cr16-mime-txt2.png b/pics/crystalsvg/cr16-mime-txt2.png Binary files differnew file mode 100644 index 000000000..9b401acd6 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-txt2.png diff --git a/pics/crystalsvg/cr16-mime-unknown.png b/pics/crystalsvg/cr16-mime-unknown.png Binary files differnew file mode 100644 index 000000000..7f292fcb2 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-unknown.png diff --git a/pics/crystalsvg/cr16-mime-vcalendar.png b/pics/crystalsvg/cr16-mime-vcalendar.png Binary files differnew file mode 100644 index 000000000..7fb7ca883 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-vcalendar.png diff --git a/pics/crystalsvg/cr16-mime-vcard.png b/pics/crystalsvg/cr16-mime-vcard.png Binary files differnew file mode 100644 index 000000000..8210b43eb --- /dev/null +++ b/pics/crystalsvg/cr16-mime-vcard.png diff --git a/pics/crystalsvg/cr16-mime-vectorgfx.png b/pics/crystalsvg/cr16-mime-vectorgfx.png Binary files differnew file mode 100644 index 000000000..bf231896d --- /dev/null +++ b/pics/crystalsvg/cr16-mime-vectorgfx.png diff --git a/pics/crystalsvg/cr16-mime-video.png b/pics/crystalsvg/cr16-mime-video.png Binary files differnew file mode 100644 index 000000000..6c5f692d7 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-video.png diff --git a/pics/crystalsvg/cr16-mime-widget_doc.png b/pics/crystalsvg/cr16-mime-widget_doc.png Binary files differnew file mode 100644 index 000000000..3275ae5ef --- /dev/null +++ b/pics/crystalsvg/cr16-mime-widget_doc.png diff --git a/pics/crystalsvg/cr16-mime-wordprocessing.png b/pics/crystalsvg/cr16-mime-wordprocessing.png Binary files differnew file mode 100644 index 000000000..285830847 --- /dev/null +++ b/pics/crystalsvg/cr16-mime-wordprocessing.png diff --git a/pics/crystalsvg/cr16-mime-zip.png b/pics/crystalsvg/cr16-mime-zip.png Binary files differnew file mode 100644 index 000000000..a5324db8a --- /dev/null +++ b/pics/crystalsvg/cr16-mime-zip.png diff --git a/pics/crystalsvg/cr22-action-1downarrow.png b/pics/crystalsvg/cr22-action-1downarrow.png Binary files differnew file mode 100644 index 000000000..ea9c00cf8 --- /dev/null +++ b/pics/crystalsvg/cr22-action-1downarrow.png diff --git a/pics/crystalsvg/cr22-action-1leftarrow.png b/pics/crystalsvg/cr22-action-1leftarrow.png Binary files differnew file mode 100644 index 000000000..a6c46680e --- /dev/null +++ b/pics/crystalsvg/cr22-action-1leftarrow.png diff --git a/pics/crystalsvg/cr22-action-1rightarrow.png b/pics/crystalsvg/cr22-action-1rightarrow.png Binary files differnew file mode 100644 index 000000000..8356b71e9 --- /dev/null +++ b/pics/crystalsvg/cr22-action-1rightarrow.png diff --git a/pics/crystalsvg/cr22-action-1uparrow.png b/pics/crystalsvg/cr22-action-1uparrow.png Binary files differnew file mode 100644 index 000000000..d6c2b99cc --- /dev/null +++ b/pics/crystalsvg/cr22-action-1uparrow.png diff --git a/pics/crystalsvg/cr22-action-2downarrow.png b/pics/crystalsvg/cr22-action-2downarrow.png Binary files differnew file mode 100644 index 000000000..4354fa00e --- /dev/null +++ b/pics/crystalsvg/cr22-action-2downarrow.png diff --git a/pics/crystalsvg/cr22-action-2leftarrow.png b/pics/crystalsvg/cr22-action-2leftarrow.png Binary files differnew file mode 100644 index 000000000..c4162fe3c --- /dev/null +++ b/pics/crystalsvg/cr22-action-2leftarrow.png diff --git a/pics/crystalsvg/cr22-action-2rightarrow.png b/pics/crystalsvg/cr22-action-2rightarrow.png Binary files differnew file mode 100644 index 000000000..f57b483cb --- /dev/null +++ b/pics/crystalsvg/cr22-action-2rightarrow.png diff --git a/pics/crystalsvg/cr22-action-2uparrow.png b/pics/crystalsvg/cr22-action-2uparrow.png Binary files differnew file mode 100644 index 000000000..b166c7a41 --- /dev/null +++ b/pics/crystalsvg/cr22-action-2uparrow.png diff --git a/pics/crystalsvg/cr22-action-about_kde.png b/pics/crystalsvg/cr22-action-about_kde.png Binary files differnew file mode 100644 index 000000000..c4ad2519b --- /dev/null +++ b/pics/crystalsvg/cr22-action-about_kde.png diff --git a/pics/crystalsvg/cr22-action-add.png b/pics/crystalsvg/cr22-action-add.png Binary files differnew file mode 100644 index 000000000..97514fbd4 --- /dev/null +++ b/pics/crystalsvg/cr22-action-add.png diff --git a/pics/crystalsvg/cr22-action-airbrush.png b/pics/crystalsvg/cr22-action-airbrush.png Binary files differnew file mode 100644 index 000000000..b181e1ddf --- /dev/null +++ b/pics/crystalsvg/cr22-action-airbrush.png diff --git a/pics/crystalsvg/cr22-action-apply.png b/pics/crystalsvg/cr22-action-apply.png Binary files differnew file mode 100644 index 000000000..c83f7cb1f --- /dev/null +++ b/pics/crystalsvg/cr22-action-apply.png diff --git a/pics/crystalsvg/cr22-action-attach.png b/pics/crystalsvg/cr22-action-attach.png Binary files differnew file mode 100644 index 000000000..2760b334e --- /dev/null +++ b/pics/crystalsvg/cr22-action-attach.png diff --git a/pics/crystalsvg/cr22-action-back.png b/pics/crystalsvg/cr22-action-back.png Binary files differnew file mode 100644 index 000000000..3e8f12fe2 --- /dev/null +++ b/pics/crystalsvg/cr22-action-back.png diff --git a/pics/crystalsvg/cr22-action-blend.png b/pics/crystalsvg/cr22-action-blend.png Binary files differnew file mode 100644 index 000000000..5145add6a --- /dev/null +++ b/pics/crystalsvg/cr22-action-blend.png diff --git a/pics/crystalsvg/cr22-action-bookmark.png b/pics/crystalsvg/cr22-action-bookmark.png Binary files differnew file mode 100644 index 000000000..ced954c97 --- /dev/null +++ b/pics/crystalsvg/cr22-action-bookmark.png diff --git a/pics/crystalsvg/cr22-action-bookmark_add.png b/pics/crystalsvg/cr22-action-bookmark_add.png Binary files differnew file mode 100644 index 000000000..ce4fea600 --- /dev/null +++ b/pics/crystalsvg/cr22-action-bookmark_add.png diff --git a/pics/crystalsvg/cr22-action-bookmark_folder.png b/pics/crystalsvg/cr22-action-bookmark_folder.png Binary files differnew file mode 100644 index 000000000..61305b7e3 --- /dev/null +++ b/pics/crystalsvg/cr22-action-bookmark_folder.png diff --git a/pics/crystalsvg/cr22-action-bookmarks_list_add.png b/pics/crystalsvg/cr22-action-bookmarks_list_add.png Binary files differnew file mode 100644 index 000000000..ce4fea600 --- /dev/null +++ b/pics/crystalsvg/cr22-action-bookmarks_list_add.png diff --git a/pics/crystalsvg/cr22-action-bottom.png b/pics/crystalsvg/cr22-action-bottom.png Binary files differnew file mode 100644 index 000000000..b5a107505 --- /dev/null +++ b/pics/crystalsvg/cr22-action-bottom.png diff --git a/pics/crystalsvg/cr22-action-button_cancel.png b/pics/crystalsvg/cr22-action-button_cancel.png Binary files differnew file mode 100644 index 000000000..96919575a --- /dev/null +++ b/pics/crystalsvg/cr22-action-button_cancel.png diff --git a/pics/crystalsvg/cr22-action-button_ok.png b/pics/crystalsvg/cr22-action-button_ok.png Binary files differnew file mode 100644 index 000000000..31c064ba9 --- /dev/null +++ b/pics/crystalsvg/cr22-action-button_ok.png diff --git a/pics/crystalsvg/cr22-action-cd.png b/pics/crystalsvg/cr22-action-cd.png Binary files differnew file mode 100644 index 000000000..fc226edd7 --- /dev/null +++ b/pics/crystalsvg/cr22-action-cd.png diff --git a/pics/crystalsvg/cr22-action-centrejust.png b/pics/crystalsvg/cr22-action-centrejust.png Binary files differnew file mode 100644 index 000000000..e10ef8dba --- /dev/null +++ b/pics/crystalsvg/cr22-action-centrejust.png diff --git a/pics/crystalsvg/cr22-action-charset.png b/pics/crystalsvg/cr22-action-charset.png Binary files differnew file mode 100644 index 000000000..7129a2863 --- /dev/null +++ b/pics/crystalsvg/cr22-action-charset.png diff --git a/pics/crystalsvg/cr22-action-clear_left.png b/pics/crystalsvg/cr22-action-clear_left.png Binary files differnew file mode 100644 index 000000000..225ea038a --- /dev/null +++ b/pics/crystalsvg/cr22-action-clear_left.png diff --git a/pics/crystalsvg/cr22-action-color_fill.png b/pics/crystalsvg/cr22-action-color_fill.png Binary files differnew file mode 100644 index 000000000..1a1e1ad03 --- /dev/null +++ b/pics/crystalsvg/cr22-action-color_fill.png diff --git a/pics/crystalsvg/cr22-action-color_line.png b/pics/crystalsvg/cr22-action-color_line.png Binary files differnew file mode 100644 index 000000000..d4f9bb160 --- /dev/null +++ b/pics/crystalsvg/cr22-action-color_line.png diff --git a/pics/crystalsvg/cr22-action-colorize.png b/pics/crystalsvg/cr22-action-colorize.png Binary files differnew file mode 100644 index 000000000..985147ddf --- /dev/null +++ b/pics/crystalsvg/cr22-action-colorize.png diff --git a/pics/crystalsvg/cr22-action-colorpicker.png b/pics/crystalsvg/cr22-action-colorpicker.png Binary files differnew file mode 100644 index 000000000..3b7ed752a --- /dev/null +++ b/pics/crystalsvg/cr22-action-colorpicker.png diff --git a/pics/crystalsvg/cr22-action-compfile.png b/pics/crystalsvg/cr22-action-compfile.png Binary files differnew file mode 100644 index 000000000..eb05673a1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-compfile.png diff --git a/pics/crystalsvg/cr22-action-configure.png b/pics/crystalsvg/cr22-action-configure.png Binary files differnew file mode 100644 index 000000000..96ba4338f --- /dev/null +++ b/pics/crystalsvg/cr22-action-configure.png diff --git a/pics/crystalsvg/cr22-action-connect_creating.png b/pics/crystalsvg/cr22-action-connect_creating.png Binary files differnew file mode 100644 index 000000000..437b9b6de --- /dev/null +++ b/pics/crystalsvg/cr22-action-connect_creating.png diff --git a/pics/crystalsvg/cr22-action-connect_established.png b/pics/crystalsvg/cr22-action-connect_established.png Binary files differnew file mode 100644 index 000000000..73b3cba05 --- /dev/null +++ b/pics/crystalsvg/cr22-action-connect_established.png diff --git a/pics/crystalsvg/cr22-action-connect_no.png b/pics/crystalsvg/cr22-action-connect_no.png Binary files differnew file mode 100644 index 000000000..66c4e7f5d --- /dev/null +++ b/pics/crystalsvg/cr22-action-connect_no.png diff --git a/pics/crystalsvg/cr22-action-contents.png b/pics/crystalsvg/cr22-action-contents.png Binary files differnew file mode 100644 index 000000000..7596e67a6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-contents.png diff --git a/pics/crystalsvg/cr22-action-contents2.png b/pics/crystalsvg/cr22-action-contents2.png Binary files differnew file mode 100644 index 000000000..5f748aab1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-contents2.png diff --git a/pics/crystalsvg/cr22-action-contexthelp.png b/pics/crystalsvg/cr22-action-contexthelp.png Binary files differnew file mode 100644 index 000000000..d20045809 --- /dev/null +++ b/pics/crystalsvg/cr22-action-contexthelp.png diff --git a/pics/crystalsvg/cr22-action-crop.png b/pics/crystalsvg/cr22-action-crop.png Binary files differnew file mode 100644 index 000000000..95b37f87c --- /dev/null +++ b/pics/crystalsvg/cr22-action-crop.png diff --git a/pics/crystalsvg/cr22-action-decrypted.png b/pics/crystalsvg/cr22-action-decrypted.png Binary files differnew file mode 100644 index 000000000..222863945 --- /dev/null +++ b/pics/crystalsvg/cr22-action-decrypted.png diff --git a/pics/crystalsvg/cr22-action-down.png b/pics/crystalsvg/cr22-action-down.png Binary files differnew file mode 100644 index 000000000..6dce81caa --- /dev/null +++ b/pics/crystalsvg/cr22-action-down.png diff --git a/pics/crystalsvg/cr22-action-edit.png b/pics/crystalsvg/cr22-action-edit.png Binary files differnew file mode 100644 index 000000000..ce8b22671 --- /dev/null +++ b/pics/crystalsvg/cr22-action-edit.png diff --git a/pics/crystalsvg/cr22-action-editclear.png b/pics/crystalsvg/cr22-action-editclear.png Binary files differnew file mode 100644 index 000000000..1ae690d83 --- /dev/null +++ b/pics/crystalsvg/cr22-action-editclear.png diff --git a/pics/crystalsvg/cr22-action-editcopy.png b/pics/crystalsvg/cr22-action-editcopy.png Binary files differnew file mode 100644 index 000000000..ae1cd9fff --- /dev/null +++ b/pics/crystalsvg/cr22-action-editcopy.png diff --git a/pics/crystalsvg/cr22-action-editcut.png b/pics/crystalsvg/cr22-action-editcut.png Binary files differnew file mode 100644 index 000000000..192b5757a --- /dev/null +++ b/pics/crystalsvg/cr22-action-editcut.png diff --git a/pics/crystalsvg/cr22-action-editdelete.png b/pics/crystalsvg/cr22-action-editdelete.png Binary files differnew file mode 100644 index 000000000..6fb193f06 --- /dev/null +++ b/pics/crystalsvg/cr22-action-editdelete.png diff --git a/pics/crystalsvg/cr22-action-editpaste.png b/pics/crystalsvg/cr22-action-editpaste.png Binary files differnew file mode 100644 index 000000000..b8454f91d --- /dev/null +++ b/pics/crystalsvg/cr22-action-editpaste.png diff --git a/pics/crystalsvg/cr22-action-editshred.png b/pics/crystalsvg/cr22-action-editshred.png Binary files differnew file mode 100644 index 000000000..55fdd745f --- /dev/null +++ b/pics/crystalsvg/cr22-action-editshred.png diff --git a/pics/crystalsvg/cr22-action-edittrash.png b/pics/crystalsvg/cr22-action-edittrash.png Binary files differnew file mode 100644 index 000000000..810efc4ed --- /dev/null +++ b/pics/crystalsvg/cr22-action-edittrash.png diff --git a/pics/crystalsvg/cr22-action-emptytrash.png b/pics/crystalsvg/cr22-action-emptytrash.png Binary files differnew file mode 100644 index 000000000..eea039dd5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-emptytrash.png diff --git a/pics/crystalsvg/cr22-action-encrypted.png b/pics/crystalsvg/cr22-action-encrypted.png Binary files differnew file mode 100644 index 000000000..351df8709 --- /dev/null +++ b/pics/crystalsvg/cr22-action-encrypted.png diff --git a/pics/crystalsvg/cr22-action-eraser.png b/pics/crystalsvg/cr22-action-eraser.png Binary files differnew file mode 100644 index 000000000..78632a559 --- /dev/null +++ b/pics/crystalsvg/cr22-action-eraser.png diff --git a/pics/crystalsvg/cr22-action-exec.png b/pics/crystalsvg/cr22-action-exec.png Binary files differnew file mode 100644 index 000000000..14dc7455c --- /dev/null +++ b/pics/crystalsvg/cr22-action-exec.png diff --git a/pics/crystalsvg/cr22-action-exit.png b/pics/crystalsvg/cr22-action-exit.png Binary files differnew file mode 100644 index 000000000..b266020f5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-exit.png diff --git a/pics/crystalsvg/cr22-action-fileclose.png b/pics/crystalsvg/cr22-action-fileclose.png Binary files differnew file mode 100644 index 000000000..7cb985935 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fileclose.png diff --git a/pics/crystalsvg/cr22-action-fileexport.png b/pics/crystalsvg/cr22-action-fileexport.png Binary files differnew file mode 100644 index 000000000..41b2b3212 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fileexport.png diff --git a/pics/crystalsvg/cr22-action-filefind.png b/pics/crystalsvg/cr22-action-filefind.png Binary files differnew file mode 100644 index 000000000..1be59c49d --- /dev/null +++ b/pics/crystalsvg/cr22-action-filefind.png diff --git a/pics/crystalsvg/cr22-action-fileimport.png b/pics/crystalsvg/cr22-action-fileimport.png Binary files differnew file mode 100644 index 000000000..35723278c --- /dev/null +++ b/pics/crystalsvg/cr22-action-fileimport.png diff --git a/pics/crystalsvg/cr22-action-filenew.png b/pics/crystalsvg/cr22-action-filenew.png Binary files differnew file mode 100644 index 000000000..004ca033e --- /dev/null +++ b/pics/crystalsvg/cr22-action-filenew.png diff --git a/pics/crystalsvg/cr22-action-fileopen.png b/pics/crystalsvg/cr22-action-fileopen.png Binary files differnew file mode 100644 index 000000000..a79982ea1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fileopen.png diff --git a/pics/crystalsvg/cr22-action-fileprint.png b/pics/crystalsvg/cr22-action-fileprint.png Binary files differnew file mode 100644 index 000000000..a71ee2817 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fileprint.png diff --git a/pics/crystalsvg/cr22-action-filequickprint.png b/pics/crystalsvg/cr22-action-filequickprint.png Binary files differnew file mode 100644 index 000000000..c1ec7f264 --- /dev/null +++ b/pics/crystalsvg/cr22-action-filequickprint.png diff --git a/pics/crystalsvg/cr22-action-filesave.png b/pics/crystalsvg/cr22-action-filesave.png Binary files differnew file mode 100644 index 000000000..3bc2a37a2 --- /dev/null +++ b/pics/crystalsvg/cr22-action-filesave.png diff --git a/pics/crystalsvg/cr22-action-filesaveas.png b/pics/crystalsvg/cr22-action-filesaveas.png Binary files differnew file mode 100644 index 000000000..c8d4816ee --- /dev/null +++ b/pics/crystalsvg/cr22-action-filesaveas.png diff --git a/pics/crystalsvg/cr22-action-fill.png b/pics/crystalsvg/cr22-action-fill.png Binary files differnew file mode 100644 index 000000000..70d39fd32 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fill.png diff --git a/pics/crystalsvg/cr22-action-filter.png b/pics/crystalsvg/cr22-action-filter.png Binary files differnew file mode 100644 index 000000000..bff8da3d6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-filter.png diff --git a/pics/crystalsvg/cr22-action-find.png b/pics/crystalsvg/cr22-action-find.png Binary files differnew file mode 100644 index 000000000..20d3668ee --- /dev/null +++ b/pics/crystalsvg/cr22-action-find.png diff --git a/pics/crystalsvg/cr22-action-finish.png b/pics/crystalsvg/cr22-action-finish.png Binary files differnew file mode 100644 index 000000000..d7b4dc17e --- /dev/null +++ b/pics/crystalsvg/cr22-action-finish.png diff --git a/pics/crystalsvg/cr22-action-folder.png b/pics/crystalsvg/cr22-action-folder.png Binary files differnew file mode 100644 index 000000000..0cc5e3b86 --- /dev/null +++ b/pics/crystalsvg/cr22-action-folder.png diff --git a/pics/crystalsvg/cr22-action-folder_new.png b/pics/crystalsvg/cr22-action-folder_new.png Binary files differnew file mode 100644 index 000000000..1277281fc --- /dev/null +++ b/pics/crystalsvg/cr22-action-folder_new.png diff --git a/pics/crystalsvg/cr22-action-fontsizedown.png b/pics/crystalsvg/cr22-action-fontsizedown.png Binary files differnew file mode 100644 index 000000000..ca8e9ab4f --- /dev/null +++ b/pics/crystalsvg/cr22-action-fontsizedown.png diff --git a/pics/crystalsvg/cr22-action-fontsizeup.png b/pics/crystalsvg/cr22-action-fontsizeup.png Binary files differnew file mode 100644 index 000000000..21c082a79 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fontsizeup.png diff --git a/pics/crystalsvg/cr22-action-fork.png b/pics/crystalsvg/cr22-action-fork.png Binary files differnew file mode 100644 index 000000000..da97aef50 --- /dev/null +++ b/pics/crystalsvg/cr22-action-fork.png diff --git a/pics/crystalsvg/cr22-action-forward.png b/pics/crystalsvg/cr22-action-forward.png Binary files differnew file mode 100644 index 000000000..cfab7cfbe --- /dev/null +++ b/pics/crystalsvg/cr22-action-forward.png diff --git a/pics/crystalsvg/cr22-action-frame_chart.png b/pics/crystalsvg/cr22-action-frame_chart.png Binary files differnew file mode 100644 index 000000000..2cdda9884 --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_chart.png diff --git a/pics/crystalsvg/cr22-action-frame_edit.png b/pics/crystalsvg/cr22-action-frame_edit.png Binary files differnew file mode 100644 index 000000000..8938c2c52 --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_edit.png diff --git a/pics/crystalsvg/cr22-action-frame_formula.png b/pics/crystalsvg/cr22-action-frame_formula.png Binary files differnew file mode 100644 index 000000000..e446b9e41 --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_formula.png diff --git a/pics/crystalsvg/cr22-action-frame_image.png b/pics/crystalsvg/cr22-action-frame_image.png Binary files differnew file mode 100644 index 000000000..f248bdc75 --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_image.png diff --git a/pics/crystalsvg/cr22-action-frame_query.png b/pics/crystalsvg/cr22-action-frame_query.png Binary files differnew file mode 100644 index 000000000..a07fd7cbd --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_query.png diff --git a/pics/crystalsvg/cr22-action-frame_spreadsheet.png b/pics/crystalsvg/cr22-action-frame_spreadsheet.png Binary files differnew file mode 100644 index 000000000..ba8d4260d --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_spreadsheet.png diff --git a/pics/crystalsvg/cr22-action-frame_text.png b/pics/crystalsvg/cr22-action-frame_text.png Binary files differnew file mode 100644 index 000000000..9a66e65bd --- /dev/null +++ b/pics/crystalsvg/cr22-action-frame_text.png diff --git a/pics/crystalsvg/cr22-action-frameprint.png b/pics/crystalsvg/cr22-action-frameprint.png Binary files differnew file mode 100644 index 000000000..1132b4062 --- /dev/null +++ b/pics/crystalsvg/cr22-action-frameprint.png diff --git a/pics/crystalsvg/cr22-action-gear.png b/pics/crystalsvg/cr22-action-gear.png Binary files differnew file mode 100644 index 000000000..14dc7455c --- /dev/null +++ b/pics/crystalsvg/cr22-action-gear.png diff --git a/pics/crystalsvg/cr22-action-gohome.png b/pics/crystalsvg/cr22-action-gohome.png Binary files differnew file mode 100644 index 000000000..37a5231ba --- /dev/null +++ b/pics/crystalsvg/cr22-action-gohome.png diff --git a/pics/crystalsvg/cr22-action-goto.png b/pics/crystalsvg/cr22-action-goto.png Binary files differnew file mode 100644 index 000000000..1088baff5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-goto.png diff --git a/pics/crystalsvg/cr22-action-halfencrypted.png b/pics/crystalsvg/cr22-action-halfencrypted.png Binary files differnew file mode 100644 index 000000000..b785e06fd --- /dev/null +++ b/pics/crystalsvg/cr22-action-halfencrypted.png diff --git a/pics/crystalsvg/cr22-action-help.png b/pics/crystalsvg/cr22-action-help.png Binary files differnew file mode 100644 index 000000000..644347b66 --- /dev/null +++ b/pics/crystalsvg/cr22-action-help.png diff --git a/pics/crystalsvg/cr22-action-history.png b/pics/crystalsvg/cr22-action-history.png Binary files differnew file mode 100644 index 000000000..ea6454004 --- /dev/null +++ b/pics/crystalsvg/cr22-action-history.png diff --git a/pics/crystalsvg/cr22-action-idea.png b/pics/crystalsvg/cr22-action-idea.png Binary files differnew file mode 100644 index 000000000..78c073fa4 --- /dev/null +++ b/pics/crystalsvg/cr22-action-idea.png diff --git a/pics/crystalsvg/cr22-action-identity.png b/pics/crystalsvg/cr22-action-identity.png Binary files differnew file mode 100644 index 000000000..2ab8e923b --- /dev/null +++ b/pics/crystalsvg/cr22-action-identity.png diff --git a/pics/crystalsvg/cr22-action-inline_image.png b/pics/crystalsvg/cr22-action-inline_image.png Binary files differnew file mode 100644 index 000000000..ed1b1c12f --- /dev/null +++ b/pics/crystalsvg/cr22-action-inline_image.png diff --git a/pics/crystalsvg/cr22-action-inline_table.png b/pics/crystalsvg/cr22-action-inline_table.png Binary files differnew file mode 100644 index 000000000..8b40e6606 --- /dev/null +++ b/pics/crystalsvg/cr22-action-inline_table.png diff --git a/pics/crystalsvg/cr22-action-kde.png b/pics/crystalsvg/cr22-action-kde.png Binary files differnew file mode 100644 index 000000000..2cb9c4b54 --- /dev/null +++ b/pics/crystalsvg/cr22-action-kde.png diff --git a/pics/crystalsvg/cr22-action-key_enter.png b/pics/crystalsvg/cr22-action-key_enter.png Binary files differnew file mode 100644 index 000000000..98488014a --- /dev/null +++ b/pics/crystalsvg/cr22-action-key_enter.png diff --git a/pics/crystalsvg/cr22-action-launch.png b/pics/crystalsvg/cr22-action-launch.png Binary files differnew file mode 100644 index 000000000..da97aef50 --- /dev/null +++ b/pics/crystalsvg/cr22-action-launch.png diff --git a/pics/crystalsvg/cr22-action-leftjust.png b/pics/crystalsvg/cr22-action-leftjust.png Binary files differnew file mode 100644 index 000000000..8f17d4eac --- /dev/null +++ b/pics/crystalsvg/cr22-action-leftjust.png diff --git a/pics/crystalsvg/cr22-action-locationbar_erase.png b/pics/crystalsvg/cr22-action-locationbar_erase.png Binary files differnew file mode 100644 index 000000000..90ad31279 --- /dev/null +++ b/pics/crystalsvg/cr22-action-locationbar_erase.png diff --git a/pics/crystalsvg/cr22-action-lock.png b/pics/crystalsvg/cr22-action-lock.png Binary files differnew file mode 100644 index 000000000..7136b01b9 --- /dev/null +++ b/pics/crystalsvg/cr22-action-lock.png diff --git a/pics/crystalsvg/cr22-action-mail_delete.png b/pics/crystalsvg/cr22-action-mail_delete.png Binary files differnew file mode 100644 index 000000000..7b1430ae6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_delete.png diff --git a/pics/crystalsvg/cr22-action-mail_find.png b/pics/crystalsvg/cr22-action-mail_find.png Binary files differnew file mode 100644 index 000000000..8713a8624 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_find.png diff --git a/pics/crystalsvg/cr22-action-mail_forward.png b/pics/crystalsvg/cr22-action-mail_forward.png Binary files differnew file mode 100644 index 000000000..919b41ea8 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_forward.png diff --git a/pics/crystalsvg/cr22-action-mail_generic.png b/pics/crystalsvg/cr22-action-mail_generic.png Binary files differnew file mode 100644 index 000000000..2a4726dfa --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_generic.png diff --git a/pics/crystalsvg/cr22-action-mail_get.png b/pics/crystalsvg/cr22-action-mail_get.png Binary files differnew file mode 100644 index 000000000..d8d2deb0a --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_get.png diff --git a/pics/crystalsvg/cr22-action-mail_new.png b/pics/crystalsvg/cr22-action-mail_new.png Binary files differnew file mode 100644 index 000000000..828a20351 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_new.png diff --git a/pics/crystalsvg/cr22-action-mail_new3.png b/pics/crystalsvg/cr22-action-mail_new3.png Binary files differnew file mode 100644 index 000000000..5f1717645 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_new3.png diff --git a/pics/crystalsvg/cr22-action-mail_post_to.png b/pics/crystalsvg/cr22-action-mail_post_to.png Binary files differnew file mode 100644 index 000000000..e1ebf7b68 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_post_to.png diff --git a/pics/crystalsvg/cr22-action-mail_post_to3.png b/pics/crystalsvg/cr22-action-mail_post_to3.png Binary files differnew file mode 100644 index 000000000..5f1717645 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_post_to3.png diff --git a/pics/crystalsvg/cr22-action-mail_reply.png b/pics/crystalsvg/cr22-action-mail_reply.png Binary files differnew file mode 100644 index 000000000..e0f50a703 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_reply.png diff --git a/pics/crystalsvg/cr22-action-mail_replyall.png b/pics/crystalsvg/cr22-action-mail_replyall.png Binary files differnew file mode 100644 index 000000000..742a40b76 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_replyall.png diff --git a/pics/crystalsvg/cr22-action-mail_replylist.png b/pics/crystalsvg/cr22-action-mail_replylist.png Binary files differnew file mode 100644 index 000000000..f7dfee903 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_replylist.png diff --git a/pics/crystalsvg/cr22-action-mail_send.png b/pics/crystalsvg/cr22-action-mail_send.png Binary files differnew file mode 100644 index 000000000..a802f04ae --- /dev/null +++ b/pics/crystalsvg/cr22-action-mail_send.png diff --git a/pics/crystalsvg/cr22-action-make_kdevelop.png b/pics/crystalsvg/cr22-action-make_kdevelop.png Binary files differnew file mode 100644 index 000000000..f9ef9743e --- /dev/null +++ b/pics/crystalsvg/cr22-action-make_kdevelop.png diff --git a/pics/crystalsvg/cr22-action-math_abs.png b/pics/crystalsvg/cr22-action-math_abs.png Binary files differnew file mode 100644 index 000000000..ef46ab086 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_abs.png diff --git a/pics/crystalsvg/cr22-action-math_brace.png b/pics/crystalsvg/cr22-action-math_brace.png Binary files differnew file mode 100644 index 000000000..89eb0b8dd --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_brace.png diff --git a/pics/crystalsvg/cr22-action-math_brackets.png b/pics/crystalsvg/cr22-action-math_brackets.png Binary files differnew file mode 100644 index 000000000..fa613e0ad --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_brackets.png diff --git a/pics/crystalsvg/cr22-action-math_frac.png b/pics/crystalsvg/cr22-action-math_frac.png Binary files differnew file mode 100644 index 000000000..57c205977 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_frac.png diff --git a/pics/crystalsvg/cr22-action-math_int.png b/pics/crystalsvg/cr22-action-math_int.png Binary files differnew file mode 100644 index 000000000..9abfad7bb --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_int.png diff --git a/pics/crystalsvg/cr22-action-math_lsub.png b/pics/crystalsvg/cr22-action-math_lsub.png Binary files differnew file mode 100644 index 000000000..4fb9ee099 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_lsub.png diff --git a/pics/crystalsvg/cr22-action-math_lsup.png b/pics/crystalsvg/cr22-action-math_lsup.png Binary files differnew file mode 100644 index 000000000..169ce809b --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_lsup.png diff --git a/pics/crystalsvg/cr22-action-math_matrix.png b/pics/crystalsvg/cr22-action-math_matrix.png Binary files differnew file mode 100644 index 000000000..396e728b3 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_matrix.png diff --git a/pics/crystalsvg/cr22-action-math_onetwomatrix.png b/pics/crystalsvg/cr22-action-math_onetwomatrix.png Binary files differnew file mode 100644 index 000000000..bc7282aed --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_onetwomatrix.png diff --git a/pics/crystalsvg/cr22-action-math_paren.png b/pics/crystalsvg/cr22-action-math_paren.png Binary files differnew file mode 100644 index 000000000..943d14867 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_paren.png diff --git a/pics/crystalsvg/cr22-action-math_prod.png b/pics/crystalsvg/cr22-action-math_prod.png Binary files differnew file mode 100644 index 000000000..fd218a680 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_prod.png diff --git a/pics/crystalsvg/cr22-action-math_rsub.png b/pics/crystalsvg/cr22-action-math_rsub.png Binary files differnew file mode 100644 index 000000000..b1461a98c --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_rsub.png diff --git a/pics/crystalsvg/cr22-action-math_rsup.png b/pics/crystalsvg/cr22-action-math_rsup.png Binary files differnew file mode 100644 index 000000000..c7a72532d --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_rsup.png diff --git a/pics/crystalsvg/cr22-action-math_sqrt.png b/pics/crystalsvg/cr22-action-math_sqrt.png Binary files differnew file mode 100644 index 000000000..733e8e580 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_sqrt.png diff --git a/pics/crystalsvg/cr22-action-math_sum.png b/pics/crystalsvg/cr22-action-math_sum.png Binary files differnew file mode 100644 index 000000000..7223fd764 --- /dev/null +++ b/pics/crystalsvg/cr22-action-math_sum.png diff --git a/pics/crystalsvg/cr22-action-message_reply.png b/pics/crystalsvg/cr22-action-message_reply.png Binary files differnew file mode 100644 index 000000000..df0f16cef --- /dev/null +++ b/pics/crystalsvg/cr22-action-message_reply.png diff --git a/pics/crystalsvg/cr22-action-misc.png b/pics/crystalsvg/cr22-action-misc.png Binary files differnew file mode 100644 index 000000000..b5c894955 --- /dev/null +++ b/pics/crystalsvg/cr22-action-misc.png diff --git a/pics/crystalsvg/cr22-action-mouse.png b/pics/crystalsvg/cr22-action-mouse.png Binary files differnew file mode 100644 index 000000000..0d329dad2 --- /dev/null +++ b/pics/crystalsvg/cr22-action-mouse.png diff --git a/pics/crystalsvg/cr22-action-move.png b/pics/crystalsvg/cr22-action-move.png Binary files differnew file mode 100644 index 000000000..b99d3e477 --- /dev/null +++ b/pics/crystalsvg/cr22-action-move.png diff --git a/pics/crystalsvg/cr22-action-music_32ndnote.png b/pics/crystalsvg/cr22-action-music_32ndnote.png Binary files differnew file mode 100644 index 000000000..f52cdeb6b --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_32ndnote.png diff --git a/pics/crystalsvg/cr22-action-music_cleficon.png b/pics/crystalsvg/cr22-action-music_cleficon.png Binary files differnew file mode 100644 index 000000000..0f29f3523 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_cleficon.png diff --git a/pics/crystalsvg/cr22-action-music_cross.png b/pics/crystalsvg/cr22-action-music_cross.png Binary files differnew file mode 100644 index 000000000..43bca1e56 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_cross.png diff --git a/pics/crystalsvg/cr22-action-music_dottednote.png b/pics/crystalsvg/cr22-action-music_dottednote.png Binary files differnew file mode 100644 index 000000000..fda444134 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_dottednote.png diff --git a/pics/crystalsvg/cr22-action-music_eightnote.png b/pics/crystalsvg/cr22-action-music_eightnote.png Binary files differnew file mode 100644 index 000000000..68d11ccd1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_eightnote.png diff --git a/pics/crystalsvg/cr22-action-music_fermatenote.png b/pics/crystalsvg/cr22-action-music_fermatenote.png Binary files differnew file mode 100644 index 000000000..b2d5dcc81 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_fermatenote.png diff --git a/pics/crystalsvg/cr22-action-music_flat.png b/pics/crystalsvg/cr22-action-music_flat.png Binary files differnew file mode 100644 index 000000000..0231c7f31 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_flat.png diff --git a/pics/crystalsvg/cr22-action-music_fullnote.png b/pics/crystalsvg/cr22-action-music_fullnote.png Binary files differnew file mode 100644 index 000000000..1bb36e9c0 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_fullnote.png diff --git a/pics/crystalsvg/cr22-action-music_halfnote.png b/pics/crystalsvg/cr22-action-music_halfnote.png Binary files differnew file mode 100644 index 000000000..3498fe2a1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_halfnote.png diff --git a/pics/crystalsvg/cr22-action-music_natur.png b/pics/crystalsvg/cr22-action-music_natur.png Binary files differnew file mode 100644 index 000000000..7eebb5f86 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_natur.png diff --git a/pics/crystalsvg/cr22-action-music_quarternote.png b/pics/crystalsvg/cr22-action-music_quarternote.png Binary files differnew file mode 100644 index 000000000..c379d8ac8 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_quarternote.png diff --git a/pics/crystalsvg/cr22-action-music_sixteenthnote.png b/pics/crystalsvg/cr22-action-music_sixteenthnote.png Binary files differnew file mode 100644 index 000000000..7e5a6e810 --- /dev/null +++ b/pics/crystalsvg/cr22-action-music_sixteenthnote.png diff --git a/pics/crystalsvg/cr22-action-news_subscribe.png b/pics/crystalsvg/cr22-action-news_subscribe.png Binary files differnew file mode 100644 index 000000000..6a0b97bc2 --- /dev/null +++ b/pics/crystalsvg/cr22-action-news_subscribe.png diff --git a/pics/crystalsvg/cr22-action-news_unsubscribe.png b/pics/crystalsvg/cr22-action-news_unsubscribe.png Binary files differnew file mode 100644 index 000000000..5e5818025 --- /dev/null +++ b/pics/crystalsvg/cr22-action-news_unsubscribe.png diff --git a/pics/crystalsvg/cr22-action-next.png b/pics/crystalsvg/cr22-action-next.png Binary files differnew file mode 100644 index 000000000..c7a7bae37 --- /dev/null +++ b/pics/crystalsvg/cr22-action-next.png diff --git a/pics/crystalsvg/cr22-action-openterm.png b/pics/crystalsvg/cr22-action-openterm.png Binary files differnew file mode 100644 index 000000000..617a5607c --- /dev/null +++ b/pics/crystalsvg/cr22-action-openterm.png diff --git a/pics/crystalsvg/cr22-action-paintbrush.png b/pics/crystalsvg/cr22-action-paintbrush.png Binary files differnew file mode 100644 index 000000000..d5b25dc0d --- /dev/null +++ b/pics/crystalsvg/cr22-action-paintbrush.png diff --git a/pics/crystalsvg/cr22-action-pencil.png b/pics/crystalsvg/cr22-action-pencil.png Binary files differnew file mode 100644 index 000000000..8e2f895e6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-pencil.png diff --git a/pics/crystalsvg/cr22-action-player_eject.png b/pics/crystalsvg/cr22-action-player_eject.png Binary files differnew file mode 100644 index 000000000..731ffddb7 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_eject.png diff --git a/pics/crystalsvg/cr22-action-player_end.png b/pics/crystalsvg/cr22-action-player_end.png Binary files differnew file mode 100644 index 000000000..abc530ce3 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_end.png diff --git a/pics/crystalsvg/cr22-action-player_fwd.png b/pics/crystalsvg/cr22-action-player_fwd.png Binary files differnew file mode 100644 index 000000000..b9c794f4b --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_fwd.png diff --git a/pics/crystalsvg/cr22-action-player_pause.png b/pics/crystalsvg/cr22-action-player_pause.png Binary files differnew file mode 100644 index 000000000..b14e50702 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_pause.png diff --git a/pics/crystalsvg/cr22-action-player_play.png b/pics/crystalsvg/cr22-action-player_play.png Binary files differnew file mode 100644 index 000000000..bc7336cba --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_play.png diff --git a/pics/crystalsvg/cr22-action-player_playlist.png b/pics/crystalsvg/cr22-action-player_playlist.png Binary files differnew file mode 100644 index 000000000..ec3006cf6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_playlist.png diff --git a/pics/crystalsvg/cr22-action-player_rew.png b/pics/crystalsvg/cr22-action-player_rew.png Binary files differnew file mode 100644 index 000000000..1da6d2639 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_rew.png diff --git a/pics/crystalsvg/cr22-action-player_start.png b/pics/crystalsvg/cr22-action-player_start.png Binary files differnew file mode 100644 index 000000000..d7daf0174 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_start.png diff --git a/pics/crystalsvg/cr22-action-player_stop.png b/pics/crystalsvg/cr22-action-player_stop.png Binary files differnew file mode 100644 index 000000000..2a7e1bf24 --- /dev/null +++ b/pics/crystalsvg/cr22-action-player_stop.png diff --git a/pics/crystalsvg/cr22-action-previous.png b/pics/crystalsvg/cr22-action-previous.png Binary files differnew file mode 100644 index 000000000..4a293407a --- /dev/null +++ b/pics/crystalsvg/cr22-action-previous.png diff --git a/pics/crystalsvg/cr22-action-project_open.png b/pics/crystalsvg/cr22-action-project_open.png Binary files differnew file mode 100644 index 000000000..77910b23e --- /dev/null +++ b/pics/crystalsvg/cr22-action-project_open.png diff --git a/pics/crystalsvg/cr22-action-queue.png b/pics/crystalsvg/cr22-action-queue.png Binary files differnew file mode 100644 index 000000000..a379214c9 --- /dev/null +++ b/pics/crystalsvg/cr22-action-queue.png diff --git a/pics/crystalsvg/cr22-action-rebuild.png b/pics/crystalsvg/cr22-action-rebuild.png Binary files differnew file mode 100644 index 000000000..9f182b3ca --- /dev/null +++ b/pics/crystalsvg/cr22-action-rebuild.png diff --git a/pics/crystalsvg/cr22-action-redo.png b/pics/crystalsvg/cr22-action-redo.png Binary files differnew file mode 100644 index 000000000..6aacd4f85 --- /dev/null +++ b/pics/crystalsvg/cr22-action-redo.png diff --git a/pics/crystalsvg/cr22-action-reload.png b/pics/crystalsvg/cr22-action-reload.png Binary files differnew file mode 100644 index 000000000..3fa8db769 --- /dev/null +++ b/pics/crystalsvg/cr22-action-reload.png diff --git a/pics/crystalsvg/cr22-action-reload3.png b/pics/crystalsvg/cr22-action-reload3.png Binary files differnew file mode 100644 index 000000000..3fa8db769 --- /dev/null +++ b/pics/crystalsvg/cr22-action-reload3.png diff --git a/pics/crystalsvg/cr22-action-reload_all_tabs.png b/pics/crystalsvg/cr22-action-reload_all_tabs.png Binary files differnew file mode 100644 index 000000000..3fa8db769 --- /dev/null +++ b/pics/crystalsvg/cr22-action-reload_all_tabs.png diff --git a/pics/crystalsvg/cr22-action-reload_page.png b/pics/crystalsvg/cr22-action-reload_page.png Binary files differnew file mode 100644 index 000000000..3fa8db769 --- /dev/null +++ b/pics/crystalsvg/cr22-action-reload_page.png diff --git a/pics/crystalsvg/cr22-action-remove.png b/pics/crystalsvg/cr22-action-remove.png Binary files differnew file mode 100644 index 000000000..9c4837d26 --- /dev/null +++ b/pics/crystalsvg/cr22-action-remove.png diff --git a/pics/crystalsvg/cr22-action-revert.png b/pics/crystalsvg/cr22-action-revert.png Binary files differnew file mode 100644 index 000000000..c28fa8a11 --- /dev/null +++ b/pics/crystalsvg/cr22-action-revert.png diff --git a/pics/crystalsvg/cr22-action-rightjust.png b/pics/crystalsvg/cr22-action-rightjust.png Binary files differnew file mode 100644 index 000000000..cc3a9e6d4 --- /dev/null +++ b/pics/crystalsvg/cr22-action-rightjust.png diff --git a/pics/crystalsvg/cr22-action-rotate.png b/pics/crystalsvg/cr22-action-rotate.png Binary files differnew file mode 100644 index 000000000..99b414f9a --- /dev/null +++ b/pics/crystalsvg/cr22-action-rotate.png diff --git a/pics/crystalsvg/cr22-action-rotate_ccw.png b/pics/crystalsvg/cr22-action-rotate_ccw.png Binary files differnew file mode 100644 index 000000000..99b414f9a --- /dev/null +++ b/pics/crystalsvg/cr22-action-rotate_ccw.png diff --git a/pics/crystalsvg/cr22-action-rotate_cw.png b/pics/crystalsvg/cr22-action-rotate_cw.png Binary files differnew file mode 100644 index 000000000..129aba3ac --- /dev/null +++ b/pics/crystalsvg/cr22-action-rotate_cw.png diff --git a/pics/crystalsvg/cr22-action-run.png b/pics/crystalsvg/cr22-action-run.png Binary files differnew file mode 100644 index 000000000..b5c894955 --- /dev/null +++ b/pics/crystalsvg/cr22-action-run.png diff --git a/pics/crystalsvg/cr22-action-save_all.png b/pics/crystalsvg/cr22-action-save_all.png Binary files differnew file mode 100644 index 000000000..af29975e1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-save_all.png diff --git a/pics/crystalsvg/cr22-action-share.png b/pics/crystalsvg/cr22-action-share.png Binary files differnew file mode 100644 index 000000000..89d0f10f6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-share.png diff --git a/pics/crystalsvg/cr22-action-show_side_panel.png b/pics/crystalsvg/cr22-action-show_side_panel.png Binary files differnew file mode 100644 index 000000000..ddf73f5f6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-show_side_panel.png diff --git a/pics/crystalsvg/cr22-action-showmenu.png b/pics/crystalsvg/cr22-action-showmenu.png Binary files differnew file mode 100644 index 000000000..80f8d608b --- /dev/null +++ b/pics/crystalsvg/cr22-action-showmenu.png diff --git a/pics/crystalsvg/cr22-action-signature.png b/pics/crystalsvg/cr22-action-signature.png Binary files differnew file mode 100644 index 000000000..69999d567 --- /dev/null +++ b/pics/crystalsvg/cr22-action-signature.png diff --git a/pics/crystalsvg/cr22-action-spellcheck.png b/pics/crystalsvg/cr22-action-spellcheck.png Binary files differnew file mode 100644 index 000000000..b6ef313a8 --- /dev/null +++ b/pics/crystalsvg/cr22-action-spellcheck.png diff --git a/pics/crystalsvg/cr22-action-start.png b/pics/crystalsvg/cr22-action-start.png Binary files differnew file mode 100644 index 000000000..7fa9bf7cb --- /dev/null +++ b/pics/crystalsvg/cr22-action-start.png diff --git a/pics/crystalsvg/cr22-action-stop.png b/pics/crystalsvg/cr22-action-stop.png Binary files differnew file mode 100644 index 000000000..73b27d9fd --- /dev/null +++ b/pics/crystalsvg/cr22-action-stop.png diff --git a/pics/crystalsvg/cr22-action-switchuser.png b/pics/crystalsvg/cr22-action-switchuser.png Binary files differnew file mode 100644 index 000000000..9c0d6b7fb --- /dev/null +++ b/pics/crystalsvg/cr22-action-switchuser.png diff --git a/pics/crystalsvg/cr22-action-text.png b/pics/crystalsvg/cr22-action-text.png Binary files differnew file mode 100644 index 000000000..e2518a487 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text.png diff --git a/pics/crystalsvg/cr22-action-text_block.png b/pics/crystalsvg/cr22-action-text_block.png Binary files differnew file mode 100644 index 000000000..60e79b5c2 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_block.png diff --git a/pics/crystalsvg/cr22-action-text_bold.png b/pics/crystalsvg/cr22-action-text_bold.png Binary files differnew file mode 100644 index 000000000..19dc64597 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_bold.png diff --git a/pics/crystalsvg/cr22-action-text_center.png b/pics/crystalsvg/cr22-action-text_center.png Binary files differnew file mode 100644 index 000000000..acf20f824 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_center.png diff --git a/pics/crystalsvg/cr22-action-text_italic.png b/pics/crystalsvg/cr22-action-text_italic.png Binary files differnew file mode 100644 index 000000000..d21986da5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_italic.png diff --git a/pics/crystalsvg/cr22-action-text_left.png b/pics/crystalsvg/cr22-action-text_left.png Binary files differnew file mode 100644 index 000000000..88c7c7e1d --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_left.png diff --git a/pics/crystalsvg/cr22-action-text_right.png b/pics/crystalsvg/cr22-action-text_right.png Binary files differnew file mode 100644 index 000000000..7fea4e560 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_right.png diff --git a/pics/crystalsvg/cr22-action-text_strike.png b/pics/crystalsvg/cr22-action-text_strike.png Binary files differnew file mode 100644 index 000000000..81a4cf93a --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_strike.png diff --git a/pics/crystalsvg/cr22-action-text_sub.png b/pics/crystalsvg/cr22-action-text_sub.png Binary files differnew file mode 100644 index 000000000..8f53beaf8 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_sub.png diff --git a/pics/crystalsvg/cr22-action-text_super.png b/pics/crystalsvg/cr22-action-text_super.png Binary files differnew file mode 100644 index 000000000..49ca8f7f4 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_super.png diff --git a/pics/crystalsvg/cr22-action-text_under.png b/pics/crystalsvg/cr22-action-text_under.png Binary files differnew file mode 100644 index 000000000..8fccad370 --- /dev/null +++ b/pics/crystalsvg/cr22-action-text_under.png diff --git a/pics/crystalsvg/cr22-action-thumbnail.png b/pics/crystalsvg/cr22-action-thumbnail.png Binary files differnew file mode 100644 index 000000000..fdb7c4e35 --- /dev/null +++ b/pics/crystalsvg/cr22-action-thumbnail.png diff --git a/pics/crystalsvg/cr22-action-today.png b/pics/crystalsvg/cr22-action-today.png Binary files differnew file mode 100644 index 000000000..a85f15055 --- /dev/null +++ b/pics/crystalsvg/cr22-action-today.png diff --git a/pics/crystalsvg/cr22-action-toggle_log.png b/pics/crystalsvg/cr22-action-toggle_log.png Binary files differnew file mode 100644 index 000000000..7596e67a6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-toggle_log.png diff --git a/pics/crystalsvg/cr22-action-top.png b/pics/crystalsvg/cr22-action-top.png Binary files differnew file mode 100644 index 000000000..6697962c8 --- /dev/null +++ b/pics/crystalsvg/cr22-action-top.png diff --git a/pics/crystalsvg/cr22-action-translate.png b/pics/crystalsvg/cr22-action-translate.png Binary files differnew file mode 100644 index 000000000..2750226f5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-translate.png diff --git a/pics/crystalsvg/cr22-action-undo.png b/pics/crystalsvg/cr22-action-undo.png Binary files differnew file mode 100644 index 000000000..d4b682bb2 --- /dev/null +++ b/pics/crystalsvg/cr22-action-undo.png diff --git a/pics/crystalsvg/cr22-action-unlock.png b/pics/crystalsvg/cr22-action-unlock.png Binary files differnew file mode 100644 index 000000000..222863945 --- /dev/null +++ b/pics/crystalsvg/cr22-action-unlock.png diff --git a/pics/crystalsvg/cr22-action-up.png b/pics/crystalsvg/cr22-action-up.png Binary files differnew file mode 100644 index 000000000..2db1ce62f --- /dev/null +++ b/pics/crystalsvg/cr22-action-up.png diff --git a/pics/crystalsvg/cr22-action-view_bottom.png b/pics/crystalsvg/cr22-action-view_bottom.png Binary files differnew file mode 100644 index 000000000..2607a504b --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_bottom.png diff --git a/pics/crystalsvg/cr22-action-view_choose.png b/pics/crystalsvg/cr22-action-view_choose.png Binary files differnew file mode 100644 index 000000000..21ec5a388 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_choose.png diff --git a/pics/crystalsvg/cr22-action-view_detailed.png b/pics/crystalsvg/cr22-action-view_detailed.png Binary files differnew file mode 100644 index 000000000..19ab36e9a --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_detailed.png diff --git a/pics/crystalsvg/cr22-action-view_fit_height.png b/pics/crystalsvg/cr22-action-view_fit_height.png Binary files differnew file mode 100644 index 000000000..feb723f53 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_fit_height.png diff --git a/pics/crystalsvg/cr22-action-view_fit_width.png b/pics/crystalsvg/cr22-action-view_fit_width.png Binary files differnew file mode 100644 index 000000000..d9d1ca2f1 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_fit_width.png diff --git a/pics/crystalsvg/cr22-action-view_fit_window.png b/pics/crystalsvg/cr22-action-view_fit_window.png Binary files differnew file mode 100644 index 000000000..f6c0e150b --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_fit_window.png diff --git a/pics/crystalsvg/cr22-action-view_icon.png b/pics/crystalsvg/cr22-action-view_icon.png Binary files differnew file mode 100644 index 000000000..f6ced880b --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_icon.png diff --git a/pics/crystalsvg/cr22-action-view_left_right.png b/pics/crystalsvg/cr22-action-view_left_right.png Binary files differnew file mode 100644 index 000000000..7de6ba0d5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_left_right.png diff --git a/pics/crystalsvg/cr22-action-view_multicolumn.png b/pics/crystalsvg/cr22-action-view_multicolumn.png Binary files differnew file mode 100644 index 000000000..aa834c3f3 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_multicolumn.png diff --git a/pics/crystalsvg/cr22-action-view_remove.png b/pics/crystalsvg/cr22-action-view_remove.png Binary files differnew file mode 100644 index 000000000..02511b783 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_remove.png diff --git a/pics/crystalsvg/cr22-action-view_right.png b/pics/crystalsvg/cr22-action-view_right.png Binary files differnew file mode 100644 index 000000000..542f97700 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_right.png diff --git a/pics/crystalsvg/cr22-action-view_sidetree.png b/pics/crystalsvg/cr22-action-view_sidetree.png Binary files differnew file mode 100644 index 000000000..ddf73f5f6 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_sidetree.png diff --git a/pics/crystalsvg/cr22-action-view_text.png b/pics/crystalsvg/cr22-action-view_text.png Binary files differnew file mode 100644 index 000000000..f789dda15 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_text.png diff --git a/pics/crystalsvg/cr22-action-view_top_bottom.png b/pics/crystalsvg/cr22-action-view_top_bottom.png Binary files differnew file mode 100644 index 000000000..6384728ed --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_top_bottom.png diff --git a/pics/crystalsvg/cr22-action-view_tree.png b/pics/crystalsvg/cr22-action-view_tree.png Binary files differnew file mode 100644 index 000000000..7eb790996 --- /dev/null +++ b/pics/crystalsvg/cr22-action-view_tree.png diff --git a/pics/crystalsvg/cr22-action-viewmag+.png b/pics/crystalsvg/cr22-action-viewmag+.png Binary files differnew file mode 100644 index 000000000..a424b6196 --- /dev/null +++ b/pics/crystalsvg/cr22-action-viewmag+.png diff --git a/pics/crystalsvg/cr22-action-viewmag-.png b/pics/crystalsvg/cr22-action-viewmag-.png Binary files differnew file mode 100644 index 000000000..fc5364a62 --- /dev/null +++ b/pics/crystalsvg/cr22-action-viewmag-.png diff --git a/pics/crystalsvg/cr22-action-viewmag.png b/pics/crystalsvg/cr22-action-viewmag.png Binary files differnew file mode 100644 index 000000000..ffed3b501 --- /dev/null +++ b/pics/crystalsvg/cr22-action-viewmag.png diff --git a/pics/crystalsvg/cr22-action-viewmag1.png b/pics/crystalsvg/cr22-action-viewmag1.png Binary files differnew file mode 100644 index 000000000..14473674f --- /dev/null +++ b/pics/crystalsvg/cr22-action-viewmag1.png diff --git a/pics/crystalsvg/cr22-action-viewmagfit.png b/pics/crystalsvg/cr22-action-viewmagfit.png Binary files differnew file mode 100644 index 000000000..f34f459a5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-viewmagfit.png diff --git a/pics/crystalsvg/cr22-action-window_fullscreen.png b/pics/crystalsvg/cr22-action-window_fullscreen.png Binary files differnew file mode 100644 index 000000000..4242f9787 --- /dev/null +++ b/pics/crystalsvg/cr22-action-window_fullscreen.png diff --git a/pics/crystalsvg/cr22-action-window_new.png b/pics/crystalsvg/cr22-action-window_new.png Binary files differnew file mode 100644 index 000000000..4d0a40a0b --- /dev/null +++ b/pics/crystalsvg/cr22-action-window_new.png diff --git a/pics/crystalsvg/cr22-action-window_nofullscreen.png b/pics/crystalsvg/cr22-action-window_nofullscreen.png Binary files differnew file mode 100644 index 000000000..b934ff2d5 --- /dev/null +++ b/pics/crystalsvg/cr22-action-window_nofullscreen.png diff --git a/pics/crystalsvg/cr22-action-wizard.png b/pics/crystalsvg/cr22-action-wizard.png Binary files differnew file mode 100644 index 000000000..5ec281e61 --- /dev/null +++ b/pics/crystalsvg/cr22-action-wizard.png diff --git a/pics/crystalsvg/cr22-app-kmenu.png b/pics/crystalsvg/cr22-app-kmenu.png Binary files differnew file mode 100644 index 000000000..c4ad2519b --- /dev/null +++ b/pics/crystalsvg/cr22-app-kmenu.png diff --git a/pics/crystalsvg/cr22-app-kttsd.png b/pics/crystalsvg/cr22-app-kttsd.png Binary files differnew file mode 100644 index 000000000..83722088c --- /dev/null +++ b/pics/crystalsvg/cr22-app-kttsd.png diff --git a/pics/crystalsvg/cr22-app-password.png b/pics/crystalsvg/cr22-app-password.png Binary files differnew file mode 100644 index 000000000..886690525 --- /dev/null +++ b/pics/crystalsvg/cr22-app-password.png diff --git a/pics/crystalsvg/cr22-device-3floppy_mount.png b/pics/crystalsvg/cr22-device-3floppy_mount.png Binary files differnew file mode 100644 index 000000000..fa19755bb --- /dev/null +++ b/pics/crystalsvg/cr22-device-3floppy_mount.png diff --git a/pics/crystalsvg/cr22-device-3floppy_unmount.png b/pics/crystalsvg/cr22-device-3floppy_unmount.png Binary files differnew file mode 100644 index 000000000..cfda6176f --- /dev/null +++ b/pics/crystalsvg/cr22-device-3floppy_unmount.png diff --git a/pics/crystalsvg/cr22-device-camera_mount.png b/pics/crystalsvg/cr22-device-camera_mount.png Binary files differnew file mode 100644 index 000000000..d798edffd --- /dev/null +++ b/pics/crystalsvg/cr22-device-camera_mount.png diff --git a/pics/crystalsvg/cr22-device-camera_unmount.png b/pics/crystalsvg/cr22-device-camera_unmount.png Binary files differnew file mode 100644 index 000000000..f5628e4b3 --- /dev/null +++ b/pics/crystalsvg/cr22-device-camera_unmount.png diff --git a/pics/crystalsvg/cr22-device-cdaudio_unmount.png b/pics/crystalsvg/cr22-device-cdaudio_unmount.png Binary files differnew file mode 100644 index 000000000..7f49d20fc --- /dev/null +++ b/pics/crystalsvg/cr22-device-cdaudio_unmount.png diff --git a/pics/crystalsvg/cr22-device-compact_flash_mount.png b/pics/crystalsvg/cr22-device-compact_flash_mount.png Binary files differnew file mode 100644 index 000000000..f7a414978 --- /dev/null +++ b/pics/crystalsvg/cr22-device-compact_flash_mount.png diff --git a/pics/crystalsvg/cr22-device-compact_flash_unmount.png b/pics/crystalsvg/cr22-device-compact_flash_unmount.png Binary files differnew file mode 100644 index 000000000..e3780a67a --- /dev/null +++ b/pics/crystalsvg/cr22-device-compact_flash_unmount.png diff --git a/pics/crystalsvg/cr22-device-hdd_mount.png b/pics/crystalsvg/cr22-device-hdd_mount.png Binary files differnew file mode 100644 index 000000000..7fd2467b7 --- /dev/null +++ b/pics/crystalsvg/cr22-device-hdd_mount.png diff --git a/pics/crystalsvg/cr22-device-hdd_unmount.png b/pics/crystalsvg/cr22-device-hdd_unmount.png Binary files differnew file mode 100644 index 000000000..d5398d9b9 --- /dev/null +++ b/pics/crystalsvg/cr22-device-hdd_unmount.png diff --git a/pics/crystalsvg/cr22-device-ipod_mount.png b/pics/crystalsvg/cr22-device-ipod_mount.png Binary files differnew file mode 100644 index 000000000..f7e00267c --- /dev/null +++ b/pics/crystalsvg/cr22-device-ipod_mount.png diff --git a/pics/crystalsvg/cr22-device-ipod_unmount.png b/pics/crystalsvg/cr22-device-ipod_unmount.png Binary files differnew file mode 100644 index 000000000..c9e3a2e6a --- /dev/null +++ b/pics/crystalsvg/cr22-device-ipod_unmount.png diff --git a/pics/crystalsvg/cr22-device-joystick.png b/pics/crystalsvg/cr22-device-joystick.png Binary files differnew file mode 100644 index 000000000..b1bb260cc --- /dev/null +++ b/pics/crystalsvg/cr22-device-joystick.png diff --git a/pics/crystalsvg/cr22-device-memory_stick_mount.png b/pics/crystalsvg/cr22-device-memory_stick_mount.png Binary files differnew file mode 100644 index 000000000..0e5f63716 --- /dev/null +++ b/pics/crystalsvg/cr22-device-memory_stick_mount.png diff --git a/pics/crystalsvg/cr22-device-memory_stick_unmount.png b/pics/crystalsvg/cr22-device-memory_stick_unmount.png Binary files differnew file mode 100644 index 000000000..441cbc90b --- /dev/null +++ b/pics/crystalsvg/cr22-device-memory_stick_unmount.png diff --git a/pics/crystalsvg/cr22-device-print_class.png b/pics/crystalsvg/cr22-device-print_class.png Binary files differnew file mode 100644 index 000000000..be63ef32e --- /dev/null +++ b/pics/crystalsvg/cr22-device-print_class.png diff --git a/pics/crystalsvg/cr22-device-printer1.png b/pics/crystalsvg/cr22-device-printer1.png Binary files differnew file mode 100644 index 000000000..a71ee2817 --- /dev/null +++ b/pics/crystalsvg/cr22-device-printer1.png diff --git a/pics/crystalsvg/cr22-device-sd_mmc_mount.png b/pics/crystalsvg/cr22-device-sd_mmc_mount.png Binary files differnew file mode 100644 index 000000000..290c9aa16 --- /dev/null +++ b/pics/crystalsvg/cr22-device-sd_mmc_mount.png diff --git a/pics/crystalsvg/cr22-device-sd_mmc_unmount.png b/pics/crystalsvg/cr22-device-sd_mmc_unmount.png Binary files differnew file mode 100644 index 000000000..4868828ee --- /dev/null +++ b/pics/crystalsvg/cr22-device-sd_mmc_unmount.png diff --git a/pics/crystalsvg/cr22-device-smart_media_mount.png b/pics/crystalsvg/cr22-device-smart_media_mount.png Binary files differnew file mode 100644 index 000000000..9dffcdc44 --- /dev/null +++ b/pics/crystalsvg/cr22-device-smart_media_mount.png diff --git a/pics/crystalsvg/cr22-device-smart_media_unmount.png b/pics/crystalsvg/cr22-device-smart_media_unmount.png Binary files differnew file mode 100644 index 000000000..134b9ec62 --- /dev/null +++ b/pics/crystalsvg/cr22-device-smart_media_unmount.png diff --git a/pics/crystalsvg/cr22-device-system.png b/pics/crystalsvg/cr22-device-system.png Binary files differnew file mode 100644 index 000000000..e4d5f5558 --- /dev/null +++ b/pics/crystalsvg/cr22-device-system.png diff --git a/pics/crystalsvg/cr22-device-usbpendrive_mount.png b/pics/crystalsvg/cr22-device-usbpendrive_mount.png Binary files differnew file mode 100644 index 000000000..78b856c58 --- /dev/null +++ b/pics/crystalsvg/cr22-device-usbpendrive_mount.png diff --git a/pics/crystalsvg/cr22-device-usbpendrive_unmount.png b/pics/crystalsvg/cr22-device-usbpendrive_unmount.png Binary files differnew file mode 100644 index 000000000..61ea43499 --- /dev/null +++ b/pics/crystalsvg/cr22-device-usbpendrive_unmount.png diff --git a/pics/crystalsvg/cr22-filesys-desktop.png b/pics/crystalsvg/cr22-filesys-desktop.png Binary files differnew file mode 100644 index 000000000..ad48d8143 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-desktop.png diff --git a/pics/crystalsvg/cr22-filesys-folder.png b/pics/crystalsvg/cr22-filesys-folder.png Binary files differnew file mode 100644 index 000000000..df2426e63 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder.png diff --git a/pics/crystalsvg/cr22-filesys-folder_green.png b/pics/crystalsvg/cr22-filesys-folder_green.png Binary files differnew file mode 100644 index 000000000..92f91cbfb --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_green.png diff --git a/pics/crystalsvg/cr22-filesys-folder_green_open.png b/pics/crystalsvg/cr22-filesys-folder_green_open.png Binary files differnew file mode 100644 index 000000000..bc3277b5f --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_green_open.png diff --git a/pics/crystalsvg/cr22-filesys-folder_grey.png b/pics/crystalsvg/cr22-filesys-folder_grey.png Binary files differnew file mode 100644 index 000000000..e1e5f7388 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_grey.png diff --git a/pics/crystalsvg/cr22-filesys-folder_grey_open.png b/pics/crystalsvg/cr22-filesys-folder_grey_open.png Binary files differnew file mode 100644 index 000000000..6ca276ff3 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_grey_open.png diff --git a/pics/crystalsvg/cr22-filesys-folder_home.png b/pics/crystalsvg/cr22-filesys-folder_home.png Binary files differnew file mode 100644 index 000000000..e9612a381 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_home.png diff --git a/pics/crystalsvg/cr22-filesys-folder_open.png b/pics/crystalsvg/cr22-filesys-folder_open.png Binary files differnew file mode 100644 index 000000000..f00c1e8dc --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_open.png diff --git a/pics/crystalsvg/cr22-filesys-folder_orange.png b/pics/crystalsvg/cr22-filesys-folder_orange.png Binary files differnew file mode 100644 index 000000000..d457e4284 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_orange.png diff --git a/pics/crystalsvg/cr22-filesys-folder_orange_open.png b/pics/crystalsvg/cr22-filesys-folder_orange_open.png Binary files differnew file mode 100644 index 000000000..fe90e957d --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_orange_open.png diff --git a/pics/crystalsvg/cr22-filesys-folder_print.png b/pics/crystalsvg/cr22-filesys-folder_print.png Binary files differnew file mode 100644 index 000000000..0594da234 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_print.png diff --git a/pics/crystalsvg/cr22-filesys-folder_red.png b/pics/crystalsvg/cr22-filesys-folder_red.png Binary files differnew file mode 100644 index 000000000..0646d87e8 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_red.png diff --git a/pics/crystalsvg/cr22-filesys-folder_red_open.png b/pics/crystalsvg/cr22-filesys-folder_red_open.png Binary files differnew file mode 100644 index 000000000..b5f01c783 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_red_open.png diff --git a/pics/crystalsvg/cr22-filesys-folder_violet.png b/pics/crystalsvg/cr22-filesys-folder_violet.png Binary files differnew file mode 100644 index 000000000..2c6ea0dd1 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_violet.png diff --git a/pics/crystalsvg/cr22-filesys-folder_violet_open.png b/pics/crystalsvg/cr22-filesys-folder_violet_open.png Binary files differnew file mode 100644 index 000000000..54d353dbd --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_violet_open.png diff --git a/pics/crystalsvg/cr22-filesys-folder_yellow.png b/pics/crystalsvg/cr22-filesys-folder_yellow.png Binary files differnew file mode 100644 index 000000000..9a12f7c33 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_yellow.png diff --git a/pics/crystalsvg/cr22-filesys-folder_yellow_open.png b/pics/crystalsvg/cr22-filesys-folder_yellow_open.png Binary files differnew file mode 100644 index 000000000..90162930b --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-folder_yellow_open.png diff --git a/pics/crystalsvg/cr22-filesys-link_overlay.png b/pics/crystalsvg/cr22-filesys-link_overlay.png Binary files differnew file mode 100644 index 000000000..82ac0e9d8 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-link_overlay.png diff --git a/pics/crystalsvg/cr22-filesys-network.png b/pics/crystalsvg/cr22-filesys-network.png Binary files differnew file mode 100644 index 000000000..eb61b0f3b --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-network.png diff --git a/pics/crystalsvg/cr22-filesys-trashcan_empty.png b/pics/crystalsvg/cr22-filesys-trashcan_empty.png Binary files differnew file mode 100644 index 000000000..eea039dd5 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-trashcan_empty.png diff --git a/pics/crystalsvg/cr22-filesys-trashcan_full.png b/pics/crystalsvg/cr22-filesys-trashcan_full.png Binary files differnew file mode 100644 index 000000000..810efc4ed --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-trashcan_full.png diff --git a/pics/crystalsvg/cr22-filesys-www.png b/pics/crystalsvg/cr22-filesys-www.png Binary files differnew file mode 100644 index 000000000..38239f727 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-www.png diff --git a/pics/crystalsvg/cr22-filesys-zip_overlay.png b/pics/crystalsvg/cr22-filesys-zip_overlay.png Binary files differnew file mode 100644 index 000000000..27ac93625 --- /dev/null +++ b/pics/crystalsvg/cr22-filesys-zip_overlay.png diff --git a/pics/crystalsvg/cr22-mime-applix.png b/pics/crystalsvg/cr22-mime-applix.png Binary files differnew file mode 100644 index 000000000..1743794dc --- /dev/null +++ b/pics/crystalsvg/cr22-mime-applix.png diff --git a/pics/crystalsvg/cr22-mime-ascii.png b/pics/crystalsvg/cr22-mime-ascii.png Binary files differnew file mode 100644 index 000000000..2ae8d9cfc --- /dev/null +++ b/pics/crystalsvg/cr22-mime-ascii.png diff --git a/pics/crystalsvg/cr22-mime-binary.png b/pics/crystalsvg/cr22-mime-binary.png Binary files differnew file mode 100644 index 000000000..28d3beae0 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-binary.png diff --git a/pics/crystalsvg/cr22-mime-bt.png b/pics/crystalsvg/cr22-mime-bt.png Binary files differnew file mode 100644 index 000000000..270663d1e --- /dev/null +++ b/pics/crystalsvg/cr22-mime-bt.png diff --git a/pics/crystalsvg/cr22-mime-cdimage.png b/pics/crystalsvg/cr22-mime-cdimage.png Binary files differnew file mode 100644 index 000000000..6d285673b --- /dev/null +++ b/pics/crystalsvg/cr22-mime-cdimage.png diff --git a/pics/crystalsvg/cr22-mime-cdtrack.png b/pics/crystalsvg/cr22-mime-cdtrack.png Binary files differnew file mode 100644 index 000000000..bc3dbff29 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-cdtrack.png diff --git a/pics/crystalsvg/cr22-mime-colorscm.png b/pics/crystalsvg/cr22-mime-colorscm.png Binary files differnew file mode 100644 index 000000000..cf2ccefb5 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-colorscm.png diff --git a/pics/crystalsvg/cr22-mime-core.png b/pics/crystalsvg/cr22-mime-core.png Binary files differnew file mode 100644 index 000000000..73197f572 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-core.png diff --git a/pics/crystalsvg/cr22-mime-deb.png b/pics/crystalsvg/cr22-mime-deb.png Binary files differnew file mode 100644 index 000000000..d9faf2ee4 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-deb.png diff --git a/pics/crystalsvg/cr22-mime-document.png b/pics/crystalsvg/cr22-mime-document.png Binary files differnew file mode 100644 index 000000000..8901c3aa3 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-document.png diff --git a/pics/crystalsvg/cr22-mime-document2.png b/pics/crystalsvg/cr22-mime-document2.png Binary files differnew file mode 100644 index 000000000..63fac4456 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-document2.png diff --git a/pics/crystalsvg/cr22-mime-dvi.png b/pics/crystalsvg/cr22-mime-dvi.png Binary files differnew file mode 100644 index 000000000..415bc8bbc --- /dev/null +++ b/pics/crystalsvg/cr22-mime-dvi.png diff --git a/pics/crystalsvg/cr22-mime-empty.png b/pics/crystalsvg/cr22-mime-empty.png Binary files differnew file mode 100644 index 000000000..1b149459e --- /dev/null +++ b/pics/crystalsvg/cr22-mime-empty.png diff --git a/pics/crystalsvg/cr22-mime-encrypted.png b/pics/crystalsvg/cr22-mime-encrypted.png Binary files differnew file mode 100644 index 000000000..39a52b6de --- /dev/null +++ b/pics/crystalsvg/cr22-mime-encrypted.png diff --git a/pics/crystalsvg/cr22-mime-exec_wine.png b/pics/crystalsvg/cr22-mime-exec_wine.png Binary files differnew file mode 100644 index 000000000..38e78a9d8 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-exec_wine.png diff --git a/pics/crystalsvg/cr22-mime-file_locked.png b/pics/crystalsvg/cr22-mime-file_locked.png Binary files differnew file mode 100644 index 000000000..61aabc3eb --- /dev/null +++ b/pics/crystalsvg/cr22-mime-file_locked.png diff --git a/pics/crystalsvg/cr22-mime-file_temporary.png b/pics/crystalsvg/cr22-mime-file_temporary.png Binary files differnew file mode 100644 index 000000000..5667b29c0 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-file_temporary.png diff --git a/pics/crystalsvg/cr22-mime-font.png b/pics/crystalsvg/cr22-mime-font.png Binary files differnew file mode 100644 index 000000000..1ac93bcdc --- /dev/null +++ b/pics/crystalsvg/cr22-mime-font.png diff --git a/pics/crystalsvg/cr22-mime-font_bitmap.png b/pics/crystalsvg/cr22-mime-font_bitmap.png Binary files differnew file mode 100644 index 000000000..d340826a9 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-font_bitmap.png diff --git a/pics/crystalsvg/cr22-mime-font_truetype.png b/pics/crystalsvg/cr22-mime-font_truetype.png Binary files differnew file mode 100644 index 000000000..96f708858 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-font_truetype.png diff --git a/pics/crystalsvg/cr22-mime-font_type1.png b/pics/crystalsvg/cr22-mime-font_type1.png Binary files differnew file mode 100644 index 000000000..9e92aa898 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-font_type1.png diff --git a/pics/crystalsvg/cr22-mime-gf.png b/pics/crystalsvg/cr22-mime-gf.png Binary files differnew file mode 100644 index 000000000..c769b0fda --- /dev/null +++ b/pics/crystalsvg/cr22-mime-gf.png diff --git a/pics/crystalsvg/cr22-mime-html.png b/pics/crystalsvg/cr22-mime-html.png Binary files differnew file mode 100644 index 000000000..d0df8e958 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-html.png diff --git a/pics/crystalsvg/cr22-mime-image.png b/pics/crystalsvg/cr22-mime-image.png Binary files differnew file mode 100644 index 000000000..a6f715e68 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-image.png diff --git a/pics/crystalsvg/cr22-mime-info.png b/pics/crystalsvg/cr22-mime-info.png Binary files differnew file mode 100644 index 000000000..5b97b2f84 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-info.png diff --git a/pics/crystalsvg/cr22-mime-karbon_karbon.png b/pics/crystalsvg/cr22-mime-karbon_karbon.png Binary files differnew file mode 100644 index 000000000..e141cb90a --- /dev/null +++ b/pics/crystalsvg/cr22-mime-karbon_karbon.png diff --git a/pics/crystalsvg/cr22-mime-kchart_chrt.png b/pics/crystalsvg/cr22-mime-kchart_chrt.png Binary files differnew file mode 100644 index 000000000..333769d1f --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kchart_chrt.png diff --git a/pics/crystalsvg/cr22-mime-kexi_kexi.png b/pics/crystalsvg/cr22-mime-kexi_kexi.png Binary files differnew file mode 100644 index 000000000..02944114e --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kexi_kexi.png diff --git a/pics/crystalsvg/cr22-mime-kformula_kfo.png b/pics/crystalsvg/cr22-mime-kformula_kfo.png Binary files differnew file mode 100644 index 000000000..a7632938f --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kformula_kfo.png diff --git a/pics/crystalsvg/cr22-mime-kivio_flw.png b/pics/crystalsvg/cr22-mime-kivio_flw.png Binary files differnew file mode 100644 index 000000000..88d2d7d34 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kivio_flw.png diff --git a/pics/crystalsvg/cr22-mime-kmultiple.png b/pics/crystalsvg/cr22-mime-kmultiple.png Binary files differnew file mode 100644 index 000000000..485cc80de --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kmultiple.png diff --git a/pics/crystalsvg/cr22-mime-koffice.png b/pics/crystalsvg/cr22-mime-koffice.png Binary files differnew file mode 100644 index 000000000..877b8fb83 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-koffice.png diff --git a/pics/crystalsvg/cr22-mime-kpresenter_kpr.png b/pics/crystalsvg/cr22-mime-kpresenter_kpr.png Binary files differnew file mode 100644 index 000000000..163e67a74 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kpresenter_kpr.png diff --git a/pics/crystalsvg/cr22-mime-krita_kra.png b/pics/crystalsvg/cr22-mime-krita_kra.png Binary files differnew file mode 100644 index 000000000..6a7caddc7 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-krita_kra.png diff --git a/pics/crystalsvg/cr22-mime-kspread_ksp.png b/pics/crystalsvg/cr22-mime-kspread_ksp.png Binary files differnew file mode 100644 index 000000000..ea67b3d5a --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kspread_ksp.png diff --git a/pics/crystalsvg/cr22-mime-kugar_kud.png b/pics/crystalsvg/cr22-mime-kugar_kud.png Binary files differnew file mode 100644 index 000000000..e3289ed4b --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kugar_kud.png diff --git a/pics/crystalsvg/cr22-mime-kword_kwd.png b/pics/crystalsvg/cr22-mime-kword_kwd.png Binary files differnew file mode 100644 index 000000000..4af114e1b --- /dev/null +++ b/pics/crystalsvg/cr22-mime-kword_kwd.png diff --git a/pics/crystalsvg/cr22-mime-log.png b/pics/crystalsvg/cr22-mime-log.png Binary files differnew file mode 100644 index 000000000..c520d1828 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-log.png diff --git a/pics/crystalsvg/cr22-mime-make.png b/pics/crystalsvg/cr22-mime-make.png Binary files differnew file mode 100644 index 000000000..bdd047152 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-make.png diff --git a/pics/crystalsvg/cr22-mime-man.png b/pics/crystalsvg/cr22-mime-man.png Binary files differnew file mode 100644 index 000000000..d35a19714 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-man.png diff --git a/pics/crystalsvg/cr22-mime-message.png b/pics/crystalsvg/cr22-mime-message.png Binary files differnew file mode 100644 index 000000000..24db3c5a1 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-message.png diff --git a/pics/crystalsvg/cr22-mime-metafont.png b/pics/crystalsvg/cr22-mime-metafont.png Binary files differnew file mode 100644 index 000000000..454a329bf --- /dev/null +++ b/pics/crystalsvg/cr22-mime-metafont.png diff --git a/pics/crystalsvg/cr22-mime-midi.png b/pics/crystalsvg/cr22-mime-midi.png Binary files differnew file mode 100644 index 000000000..6e39aa824 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-midi.png diff --git a/pics/crystalsvg/cr22-mime-mozilla_doc.png b/pics/crystalsvg/cr22-mime-mozilla_doc.png Binary files differnew file mode 100644 index 000000000..49b8eebe1 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-mozilla_doc.png diff --git a/pics/crystalsvg/cr22-mime-netscape_doc.png b/pics/crystalsvg/cr22-mime-netscape_doc.png Binary files differnew file mode 100644 index 000000000..a35f48c6b --- /dev/null +++ b/pics/crystalsvg/cr22-mime-netscape_doc.png diff --git a/pics/crystalsvg/cr22-mime-news.png b/pics/crystalsvg/cr22-mime-news.png Binary files differnew file mode 100644 index 000000000..b0a5a2237 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-news.png diff --git a/pics/crystalsvg/cr22-mime-pdf.png b/pics/crystalsvg/cr22-mime-pdf.png Binary files differnew file mode 100644 index 000000000..41bbe5616 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-pdf.png diff --git a/pics/crystalsvg/cr22-mime-pk.png b/pics/crystalsvg/cr22-mime-pk.png Binary files differnew file mode 100644 index 000000000..d7d81a28a --- /dev/null +++ b/pics/crystalsvg/cr22-mime-pk.png diff --git a/pics/crystalsvg/cr22-mime-postscript.png b/pics/crystalsvg/cr22-mime-postscript.png Binary files differnew file mode 100644 index 000000000..4459aaf75 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-postscript.png diff --git a/pics/crystalsvg/cr22-mime-quicktime.png b/pics/crystalsvg/cr22-mime-quicktime.png Binary files differnew file mode 100644 index 000000000..914917055 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-quicktime.png diff --git a/pics/crystalsvg/cr22-mime-readme.png b/pics/crystalsvg/cr22-mime-readme.png Binary files differnew file mode 100644 index 000000000..5198e2c2e --- /dev/null +++ b/pics/crystalsvg/cr22-mime-readme.png diff --git a/pics/crystalsvg/cr22-mime-recycled.png b/pics/crystalsvg/cr22-mime-recycled.png Binary files differnew file mode 100644 index 000000000..aae1835ca --- /dev/null +++ b/pics/crystalsvg/cr22-mime-recycled.png diff --git a/pics/crystalsvg/cr22-mime-rpm.png b/pics/crystalsvg/cr22-mime-rpm.png Binary files differnew file mode 100644 index 000000000..ebef4c7ff --- /dev/null +++ b/pics/crystalsvg/cr22-mime-rpm.png diff --git a/pics/crystalsvg/cr22-mime-shellscript.png b/pics/crystalsvg/cr22-mime-shellscript.png Binary files differnew file mode 100644 index 000000000..59de8cfef --- /dev/null +++ b/pics/crystalsvg/cr22-mime-shellscript.png diff --git a/pics/crystalsvg/cr22-mime-soffice.png b/pics/crystalsvg/cr22-mime-soffice.png Binary files differnew file mode 100644 index 000000000..862eb5203 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-soffice.png diff --git a/pics/crystalsvg/cr22-mime-sound.png b/pics/crystalsvg/cr22-mime-sound.png Binary files differnew file mode 100644 index 000000000..2fab2dfab --- /dev/null +++ b/pics/crystalsvg/cr22-mime-sound.png diff --git a/pics/crystalsvg/cr22-mime-source.png b/pics/crystalsvg/cr22-mime-source.png Binary files differnew file mode 100644 index 000000000..20cdf4cfa --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source.png diff --git a/pics/crystalsvg/cr22-mime-source_c.png b/pics/crystalsvg/cr22-mime-source_c.png Binary files differnew file mode 100644 index 000000000..fd4aa2276 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_c.png diff --git a/pics/crystalsvg/cr22-mime-source_cpp.png b/pics/crystalsvg/cr22-mime-source_cpp.png Binary files differnew file mode 100644 index 000000000..4f8b50e7e --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_cpp.png diff --git a/pics/crystalsvg/cr22-mime-source_f.png b/pics/crystalsvg/cr22-mime-source_f.png Binary files differnew file mode 100644 index 000000000..598acdd32 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_f.png diff --git a/pics/crystalsvg/cr22-mime-source_h.png b/pics/crystalsvg/cr22-mime-source_h.png Binary files differnew file mode 100644 index 000000000..cceca2fc3 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_h.png diff --git a/pics/crystalsvg/cr22-mime-source_j.png b/pics/crystalsvg/cr22-mime-source_j.png Binary files differnew file mode 100644 index 000000000..c2830c669 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_j.png diff --git a/pics/crystalsvg/cr22-mime-source_java.png b/pics/crystalsvg/cr22-mime-source_java.png Binary files differnew file mode 100644 index 000000000..0f11ce9a6 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_java.png diff --git a/pics/crystalsvg/cr22-mime-source_l.png b/pics/crystalsvg/cr22-mime-source_l.png Binary files differnew file mode 100644 index 000000000..167a0393b --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_l.png diff --git a/pics/crystalsvg/cr22-mime-source_moc.png b/pics/crystalsvg/cr22-mime-source_moc.png Binary files differnew file mode 100644 index 000000000..c3e2dcfcc --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_moc.png diff --git a/pics/crystalsvg/cr22-mime-source_o.png b/pics/crystalsvg/cr22-mime-source_o.png Binary files differnew file mode 100644 index 000000000..289101683 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_o.png diff --git a/pics/crystalsvg/cr22-mime-source_p.png b/pics/crystalsvg/cr22-mime-source_p.png Binary files differnew file mode 100644 index 000000000..127a61919 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_p.png diff --git a/pics/crystalsvg/cr22-mime-source_pl.png b/pics/crystalsvg/cr22-mime-source_pl.png Binary files differnew file mode 100644 index 000000000..ffd12c53b --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_pl.png diff --git a/pics/crystalsvg/cr22-mime-source_py.png b/pics/crystalsvg/cr22-mime-source_py.png Binary files differnew file mode 100644 index 000000000..2da44a75f --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_py.png diff --git a/pics/crystalsvg/cr22-mime-source_s.png b/pics/crystalsvg/cr22-mime-source_s.png Binary files differnew file mode 100644 index 000000000..0315fe0b9 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_s.png diff --git a/pics/crystalsvg/cr22-mime-source_y.png b/pics/crystalsvg/cr22-mime-source_y.png Binary files differnew file mode 100644 index 000000000..70ec309bd --- /dev/null +++ b/pics/crystalsvg/cr22-mime-source_y.png diff --git a/pics/crystalsvg/cr22-mime-spreadsheet.png b/pics/crystalsvg/cr22-mime-spreadsheet.png Binary files differnew file mode 100644 index 000000000..4e478c0f4 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-spreadsheet.png diff --git a/pics/crystalsvg/cr22-mime-tar.png b/pics/crystalsvg/cr22-mime-tar.png Binary files differnew file mode 100644 index 000000000..fdc7a5255 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-tar.png diff --git a/pics/crystalsvg/cr22-mime-tex.png b/pics/crystalsvg/cr22-mime-tex.png Binary files differnew file mode 100644 index 000000000..21901b4f9 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-tex.png diff --git a/pics/crystalsvg/cr22-mime-tgz.png b/pics/crystalsvg/cr22-mime-tgz.png Binary files differnew file mode 100644 index 000000000..a7d9230ae --- /dev/null +++ b/pics/crystalsvg/cr22-mime-tgz.png diff --git a/pics/crystalsvg/cr22-mime-txt.png b/pics/crystalsvg/cr22-mime-txt.png Binary files differnew file mode 100644 index 000000000..47d096853 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-txt.png diff --git a/pics/crystalsvg/cr22-mime-txt2.png b/pics/crystalsvg/cr22-mime-txt2.png Binary files differnew file mode 100644 index 000000000..db26e1587 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-txt2.png diff --git a/pics/crystalsvg/cr22-mime-unknown.png b/pics/crystalsvg/cr22-mime-unknown.png Binary files differnew file mode 100644 index 000000000..1b149459e --- /dev/null +++ b/pics/crystalsvg/cr22-mime-unknown.png diff --git a/pics/crystalsvg/cr22-mime-vcalendar.png b/pics/crystalsvg/cr22-mime-vcalendar.png Binary files differnew file mode 100644 index 000000000..d754cb405 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-vcalendar.png diff --git a/pics/crystalsvg/cr22-mime-vcard.png b/pics/crystalsvg/cr22-mime-vcard.png Binary files differnew file mode 100644 index 000000000..a8b942902 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-vcard.png diff --git a/pics/crystalsvg/cr22-mime-vectorgfx.png b/pics/crystalsvg/cr22-mime-vectorgfx.png Binary files differnew file mode 100644 index 000000000..065de7d18 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-vectorgfx.png diff --git a/pics/crystalsvg/cr22-mime-video.png b/pics/crystalsvg/cr22-mime-video.png Binary files differnew file mode 100644 index 000000000..643fc459c --- /dev/null +++ b/pics/crystalsvg/cr22-mime-video.png diff --git a/pics/crystalsvg/cr22-mime-widget_doc.png b/pics/crystalsvg/cr22-mime-widget_doc.png Binary files differnew file mode 100644 index 000000000..520e27332 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-widget_doc.png diff --git a/pics/crystalsvg/cr22-mime-wordprocessing.png b/pics/crystalsvg/cr22-mime-wordprocessing.png Binary files differnew file mode 100644 index 000000000..378000015 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-wordprocessing.png diff --git a/pics/crystalsvg/cr22-mime-zip.png b/pics/crystalsvg/cr22-mime-zip.png Binary files differnew file mode 100644 index 000000000..27ac93625 --- /dev/null +++ b/pics/crystalsvg/cr22-mime-zip.png diff --git a/pics/crystalsvg/cr32-action-about_kde.png b/pics/crystalsvg/cr32-action-about_kde.png Binary files differnew file mode 100644 index 000000000..a0f2439c3 --- /dev/null +++ b/pics/crystalsvg/cr32-action-about_kde.png diff --git a/pics/crystalsvg/cr32-action-add.png b/pics/crystalsvg/cr32-action-add.png Binary files differnew file mode 100644 index 000000000..f98e2a8ca --- /dev/null +++ b/pics/crystalsvg/cr32-action-add.png diff --git a/pics/crystalsvg/cr32-action-apply.png b/pics/crystalsvg/cr32-action-apply.png Binary files differnew file mode 100644 index 000000000..d20ad607e --- /dev/null +++ b/pics/crystalsvg/cr32-action-apply.png diff --git a/pics/crystalsvg/cr32-action-attach.png b/pics/crystalsvg/cr32-action-attach.png Binary files differnew file mode 100644 index 000000000..10b7dfcab --- /dev/null +++ b/pics/crystalsvg/cr32-action-attach.png diff --git a/pics/crystalsvg/cr32-action-back.png b/pics/crystalsvg/cr32-action-back.png Binary files differnew file mode 100644 index 000000000..60caccf07 --- /dev/null +++ b/pics/crystalsvg/cr32-action-back.png diff --git a/pics/crystalsvg/cr32-action-blend.png b/pics/crystalsvg/cr32-action-blend.png Binary files differnew file mode 100644 index 000000000..c193576cb --- /dev/null +++ b/pics/crystalsvg/cr32-action-blend.png diff --git a/pics/crystalsvg/cr32-action-bookmark.png b/pics/crystalsvg/cr32-action-bookmark.png Binary files differnew file mode 100644 index 000000000..028869cbe --- /dev/null +++ b/pics/crystalsvg/cr32-action-bookmark.png diff --git a/pics/crystalsvg/cr32-action-bookmark_add.png b/pics/crystalsvg/cr32-action-bookmark_add.png Binary files differnew file mode 100644 index 000000000..9b95bd31d --- /dev/null +++ b/pics/crystalsvg/cr32-action-bookmark_add.png diff --git a/pics/crystalsvg/cr32-action-bookmark_folder.png b/pics/crystalsvg/cr32-action-bookmark_folder.png Binary files differnew file mode 100644 index 000000000..e899c09e4 --- /dev/null +++ b/pics/crystalsvg/cr32-action-bookmark_folder.png diff --git a/pics/crystalsvg/cr32-action-bookmark_toolbar.png b/pics/crystalsvg/cr32-action-bookmark_toolbar.png Binary files differnew file mode 100644 index 000000000..14fff1bda --- /dev/null +++ b/pics/crystalsvg/cr32-action-bookmark_toolbar.png diff --git a/pics/crystalsvg/cr32-action-bookmarks_list_add.png b/pics/crystalsvg/cr32-action-bookmarks_list_add.png Binary files differnew file mode 100644 index 000000000..9b95bd31d --- /dev/null +++ b/pics/crystalsvg/cr32-action-bookmarks_list_add.png diff --git a/pics/crystalsvg/cr32-action-bottom.png b/pics/crystalsvg/cr32-action-bottom.png Binary files differnew file mode 100644 index 000000000..b87b77e1c --- /dev/null +++ b/pics/crystalsvg/cr32-action-bottom.png diff --git a/pics/crystalsvg/cr32-action-button_cancel.png b/pics/crystalsvg/cr32-action-button_cancel.png Binary files differnew file mode 100644 index 000000000..c6464d90a --- /dev/null +++ b/pics/crystalsvg/cr32-action-button_cancel.png diff --git a/pics/crystalsvg/cr32-action-button_ok.png b/pics/crystalsvg/cr32-action-button_ok.png Binary files differnew file mode 100644 index 000000000..230de5302 --- /dev/null +++ b/pics/crystalsvg/cr32-action-button_ok.png diff --git a/pics/crystalsvg/cr32-action-centrejust.png b/pics/crystalsvg/cr32-action-centrejust.png Binary files differnew file mode 100644 index 000000000..6613559d1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-centrejust.png diff --git a/pics/crystalsvg/cr32-action-charset.png b/pics/crystalsvg/cr32-action-charset.png Binary files differnew file mode 100644 index 000000000..a6e26303f --- /dev/null +++ b/pics/crystalsvg/cr32-action-charset.png diff --git a/pics/crystalsvg/cr32-action-clear_left.png b/pics/crystalsvg/cr32-action-clear_left.png Binary files differnew file mode 100644 index 000000000..0d29007cd --- /dev/null +++ b/pics/crystalsvg/cr32-action-clear_left.png diff --git a/pics/crystalsvg/cr32-action-colorize.png b/pics/crystalsvg/cr32-action-colorize.png Binary files differnew file mode 100644 index 000000000..3b39c5616 --- /dev/null +++ b/pics/crystalsvg/cr32-action-colorize.png diff --git a/pics/crystalsvg/cr32-action-colorpicker.png b/pics/crystalsvg/cr32-action-colorpicker.png Binary files differnew file mode 100644 index 000000000..38197e440 --- /dev/null +++ b/pics/crystalsvg/cr32-action-colorpicker.png diff --git a/pics/crystalsvg/cr32-action-compfile.png b/pics/crystalsvg/cr32-action-compfile.png Binary files differnew file mode 100644 index 000000000..12a996fda --- /dev/null +++ b/pics/crystalsvg/cr32-action-compfile.png diff --git a/pics/crystalsvg/cr32-action-configure.png b/pics/crystalsvg/cr32-action-configure.png Binary files differnew file mode 100644 index 000000000..11415643f --- /dev/null +++ b/pics/crystalsvg/cr32-action-configure.png diff --git a/pics/crystalsvg/cr32-action-connect_creating.png b/pics/crystalsvg/cr32-action-connect_creating.png Binary files differnew file mode 100644 index 000000000..3da161062 --- /dev/null +++ b/pics/crystalsvg/cr32-action-connect_creating.png diff --git a/pics/crystalsvg/cr32-action-connect_established.png b/pics/crystalsvg/cr32-action-connect_established.png Binary files differnew file mode 100644 index 000000000..a96b5bd63 --- /dev/null +++ b/pics/crystalsvg/cr32-action-connect_established.png diff --git a/pics/crystalsvg/cr32-action-connect_no.png b/pics/crystalsvg/cr32-action-connect_no.png Binary files differnew file mode 100644 index 000000000..81290d6cd --- /dev/null +++ b/pics/crystalsvg/cr32-action-connect_no.png diff --git a/pics/crystalsvg/cr32-action-contents.png b/pics/crystalsvg/cr32-action-contents.png Binary files differnew file mode 100644 index 000000000..2e86079c0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-contents.png diff --git a/pics/crystalsvg/cr32-action-contents2.png b/pics/crystalsvg/cr32-action-contents2.png Binary files differnew file mode 100644 index 000000000..6b00ccd58 --- /dev/null +++ b/pics/crystalsvg/cr32-action-contents2.png diff --git a/pics/crystalsvg/cr32-action-contexthelp.png b/pics/crystalsvg/cr32-action-contexthelp.png Binary files differnew file mode 100644 index 000000000..8b5c78bb7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-contexthelp.png diff --git a/pics/crystalsvg/cr32-action-decrypted.png b/pics/crystalsvg/cr32-action-decrypted.png Binary files differnew file mode 100644 index 000000000..0becd65ab --- /dev/null +++ b/pics/crystalsvg/cr32-action-decrypted.png diff --git a/pics/crystalsvg/cr32-action-down.png b/pics/crystalsvg/cr32-action-down.png Binary files differnew file mode 100644 index 000000000..cd92e2eb5 --- /dev/null +++ b/pics/crystalsvg/cr32-action-down.png diff --git a/pics/crystalsvg/cr32-action-edit.png b/pics/crystalsvg/cr32-action-edit.png Binary files differnew file mode 100644 index 000000000..1d6914515 --- /dev/null +++ b/pics/crystalsvg/cr32-action-edit.png diff --git a/pics/crystalsvg/cr32-action-editclear.png b/pics/crystalsvg/cr32-action-editclear.png Binary files differnew file mode 100644 index 000000000..774071c84 --- /dev/null +++ b/pics/crystalsvg/cr32-action-editclear.png diff --git a/pics/crystalsvg/cr32-action-editcopy.png b/pics/crystalsvg/cr32-action-editcopy.png Binary files differnew file mode 100644 index 000000000..f882aa2ad --- /dev/null +++ b/pics/crystalsvg/cr32-action-editcopy.png diff --git a/pics/crystalsvg/cr32-action-editcut.png b/pics/crystalsvg/cr32-action-editcut.png Binary files differnew file mode 100644 index 000000000..79d2dcae3 --- /dev/null +++ b/pics/crystalsvg/cr32-action-editcut.png diff --git a/pics/crystalsvg/cr32-action-editdelete.png b/pics/crystalsvg/cr32-action-editdelete.png Binary files differnew file mode 100644 index 000000000..945d221ee --- /dev/null +++ b/pics/crystalsvg/cr32-action-editdelete.png diff --git a/pics/crystalsvg/cr32-action-editpaste.png b/pics/crystalsvg/cr32-action-editpaste.png Binary files differnew file mode 100644 index 000000000..a192060bd --- /dev/null +++ b/pics/crystalsvg/cr32-action-editpaste.png diff --git a/pics/crystalsvg/cr32-action-editshred.png b/pics/crystalsvg/cr32-action-editshred.png Binary files differnew file mode 100644 index 000000000..831df1183 --- /dev/null +++ b/pics/crystalsvg/cr32-action-editshred.png diff --git a/pics/crystalsvg/cr32-action-edittrash.png b/pics/crystalsvg/cr32-action-edittrash.png Binary files differnew file mode 100644 index 000000000..245eeb696 --- /dev/null +++ b/pics/crystalsvg/cr32-action-edittrash.png diff --git a/pics/crystalsvg/cr32-action-emptytrash.png b/pics/crystalsvg/cr32-action-emptytrash.png Binary files differnew file mode 100644 index 000000000..422151cd4 --- /dev/null +++ b/pics/crystalsvg/cr32-action-emptytrash.png diff --git a/pics/crystalsvg/cr32-action-encrypted.png b/pics/crystalsvg/cr32-action-encrypted.png Binary files differnew file mode 100644 index 000000000..f6db91460 --- /dev/null +++ b/pics/crystalsvg/cr32-action-encrypted.png diff --git a/pics/crystalsvg/cr32-action-eraser.png b/pics/crystalsvg/cr32-action-eraser.png Binary files differnew file mode 100644 index 000000000..92efe9701 --- /dev/null +++ b/pics/crystalsvg/cr32-action-eraser.png diff --git a/pics/crystalsvg/cr32-action-exec.png b/pics/crystalsvg/cr32-action-exec.png Binary files differnew file mode 100644 index 000000000..d38538649 --- /dev/null +++ b/pics/crystalsvg/cr32-action-exec.png diff --git a/pics/crystalsvg/cr32-action-exit.png b/pics/crystalsvg/cr32-action-exit.png Binary files differnew file mode 100644 index 000000000..744588794 --- /dev/null +++ b/pics/crystalsvg/cr32-action-exit.png diff --git a/pics/crystalsvg/cr32-action-fileclose.png b/pics/crystalsvg/cr32-action-fileclose.png Binary files differnew file mode 100644 index 000000000..8acc84d11 --- /dev/null +++ b/pics/crystalsvg/cr32-action-fileclose.png diff --git a/pics/crystalsvg/cr32-action-filefind.png b/pics/crystalsvg/cr32-action-filefind.png Binary files differnew file mode 100644 index 000000000..13f9d93b6 --- /dev/null +++ b/pics/crystalsvg/cr32-action-filefind.png diff --git a/pics/crystalsvg/cr32-action-fileimport.png b/pics/crystalsvg/cr32-action-fileimport.png Binary files differnew file mode 100644 index 000000000..4c7e5a92a --- /dev/null +++ b/pics/crystalsvg/cr32-action-fileimport.png diff --git a/pics/crystalsvg/cr32-action-filenew.png b/pics/crystalsvg/cr32-action-filenew.png Binary files differnew file mode 100644 index 000000000..6e838b325 --- /dev/null +++ b/pics/crystalsvg/cr32-action-filenew.png diff --git a/pics/crystalsvg/cr32-action-fileopen.png b/pics/crystalsvg/cr32-action-fileopen.png Binary files differnew file mode 100644 index 000000000..503a00459 --- /dev/null +++ b/pics/crystalsvg/cr32-action-fileopen.png diff --git a/pics/crystalsvg/cr32-action-fileprint.png b/pics/crystalsvg/cr32-action-fileprint.png Binary files differnew file mode 100644 index 000000000..d554b554f --- /dev/null +++ b/pics/crystalsvg/cr32-action-fileprint.png diff --git a/pics/crystalsvg/cr32-action-filequickprint.png b/pics/crystalsvg/cr32-action-filequickprint.png Binary files differnew file mode 100644 index 000000000..2ef5f6c87 --- /dev/null +++ b/pics/crystalsvg/cr32-action-filequickprint.png diff --git a/pics/crystalsvg/cr32-action-filesave.png b/pics/crystalsvg/cr32-action-filesave.png Binary files differnew file mode 100644 index 000000000..dd00abd16 --- /dev/null +++ b/pics/crystalsvg/cr32-action-filesave.png diff --git a/pics/crystalsvg/cr32-action-filesaveas.png b/pics/crystalsvg/cr32-action-filesaveas.png Binary files differnew file mode 100644 index 000000000..61a080ecd --- /dev/null +++ b/pics/crystalsvg/cr32-action-filesaveas.png diff --git a/pics/crystalsvg/cr32-action-filter.png b/pics/crystalsvg/cr32-action-filter.png Binary files differnew file mode 100644 index 000000000..d524d7066 --- /dev/null +++ b/pics/crystalsvg/cr32-action-filter.png diff --git a/pics/crystalsvg/cr32-action-find.png b/pics/crystalsvg/cr32-action-find.png Binary files differnew file mode 100644 index 000000000..176e838a1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-find.png diff --git a/pics/crystalsvg/cr32-action-finish.png b/pics/crystalsvg/cr32-action-finish.png Binary files differnew file mode 100644 index 000000000..5b39fa99d --- /dev/null +++ b/pics/crystalsvg/cr32-action-finish.png diff --git a/pics/crystalsvg/cr32-action-folder_new.png b/pics/crystalsvg/cr32-action-folder_new.png Binary files differnew file mode 100644 index 000000000..dfc7a103a --- /dev/null +++ b/pics/crystalsvg/cr32-action-folder_new.png diff --git a/pics/crystalsvg/cr32-action-fonts.png b/pics/crystalsvg/cr32-action-fonts.png Binary files differnew file mode 100644 index 000000000..7688e8a0c --- /dev/null +++ b/pics/crystalsvg/cr32-action-fonts.png diff --git a/pics/crystalsvg/cr32-action-forward.png b/pics/crystalsvg/cr32-action-forward.png Binary files differnew file mode 100644 index 000000000..d3e6d1e59 --- /dev/null +++ b/pics/crystalsvg/cr32-action-forward.png diff --git a/pics/crystalsvg/cr32-action-frameprint.png b/pics/crystalsvg/cr32-action-frameprint.png Binary files differnew file mode 100644 index 000000000..1aedfe2b9 --- /dev/null +++ b/pics/crystalsvg/cr32-action-frameprint.png diff --git a/pics/crystalsvg/cr32-action-gear.png b/pics/crystalsvg/cr32-action-gear.png Binary files differnew file mode 100644 index 000000000..430a62341 --- /dev/null +++ b/pics/crystalsvg/cr32-action-gear.png diff --git a/pics/crystalsvg/cr32-action-gohome.png b/pics/crystalsvg/cr32-action-gohome.png Binary files differnew file mode 100644 index 000000000..69cad3b4c --- /dev/null +++ b/pics/crystalsvg/cr32-action-gohome.png diff --git a/pics/crystalsvg/cr32-action-goto.png b/pics/crystalsvg/cr32-action-goto.png Binary files differnew file mode 100644 index 000000000..101162f1b --- /dev/null +++ b/pics/crystalsvg/cr32-action-goto.png diff --git a/pics/crystalsvg/cr32-action-halfencrypted.png b/pics/crystalsvg/cr32-action-halfencrypted.png Binary files differnew file mode 100644 index 000000000..d8dc4a900 --- /dev/null +++ b/pics/crystalsvg/cr32-action-halfencrypted.png diff --git a/pics/crystalsvg/cr32-action-help.png b/pics/crystalsvg/cr32-action-help.png Binary files differnew file mode 100644 index 000000000..93bf094a1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-help.png diff --git a/pics/crystalsvg/cr32-action-identity.png b/pics/crystalsvg/cr32-action-identity.png Binary files differnew file mode 100644 index 000000000..03ab8fcea --- /dev/null +++ b/pics/crystalsvg/cr32-action-identity.png diff --git a/pics/crystalsvg/cr32-action-indent.png b/pics/crystalsvg/cr32-action-indent.png Binary files differnew file mode 100644 index 000000000..bea32b71b --- /dev/null +++ b/pics/crystalsvg/cr32-action-indent.png diff --git a/pics/crystalsvg/cr32-action-kde.png b/pics/crystalsvg/cr32-action-kde.png Binary files differnew file mode 100644 index 000000000..ecf8aaef9 --- /dev/null +++ b/pics/crystalsvg/cr32-action-kde.png diff --git a/pics/crystalsvg/cr32-action-kdevelop_down.png b/pics/crystalsvg/cr32-action-kdevelop_down.png Binary files differnew file mode 100644 index 000000000..cd92e2eb5 --- /dev/null +++ b/pics/crystalsvg/cr32-action-kdevelop_down.png diff --git a/pics/crystalsvg/cr32-action-launch.png b/pics/crystalsvg/cr32-action-launch.png Binary files differnew file mode 100644 index 000000000..ebe0b99b1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-launch.png diff --git a/pics/crystalsvg/cr32-action-leftjust.png b/pics/crystalsvg/cr32-action-leftjust.png Binary files differnew file mode 100644 index 000000000..def6784db --- /dev/null +++ b/pics/crystalsvg/cr32-action-leftjust.png diff --git a/pics/crystalsvg/cr32-action-locationbar_erase.png b/pics/crystalsvg/cr32-action-locationbar_erase.png Binary files differnew file mode 100644 index 000000000..d7df0aee7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-locationbar_erase.png diff --git a/pics/crystalsvg/cr32-action-lock.png b/pics/crystalsvg/cr32-action-lock.png Binary files differnew file mode 100644 index 000000000..d6c284ad0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-lock.png diff --git a/pics/crystalsvg/cr32-action-mail_delete.png b/pics/crystalsvg/cr32-action-mail_delete.png Binary files differnew file mode 100644 index 000000000..f66cc0595 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_delete.png diff --git a/pics/crystalsvg/cr32-action-mail_find.png b/pics/crystalsvg/cr32-action-mail_find.png Binary files differnew file mode 100644 index 000000000..bae182de1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_find.png diff --git a/pics/crystalsvg/cr32-action-mail_forward.png b/pics/crystalsvg/cr32-action-mail_forward.png Binary files differnew file mode 100644 index 000000000..85cfef42f --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_forward.png diff --git a/pics/crystalsvg/cr32-action-mail_generic.png b/pics/crystalsvg/cr32-action-mail_generic.png Binary files differnew file mode 100644 index 000000000..6d1832ee7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_generic.png diff --git a/pics/crystalsvg/cr32-action-mail_get.png b/pics/crystalsvg/cr32-action-mail_get.png Binary files differnew file mode 100644 index 000000000..e0362d709 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_get.png diff --git a/pics/crystalsvg/cr32-action-mail_new.png b/pics/crystalsvg/cr32-action-mail_new.png Binary files differnew file mode 100644 index 000000000..95553d882 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_new.png diff --git a/pics/crystalsvg/cr32-action-mail_post_to.png b/pics/crystalsvg/cr32-action-mail_post_to.png Binary files differnew file mode 100644 index 000000000..51d77e377 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_post_to.png diff --git a/pics/crystalsvg/cr32-action-mail_reply.png b/pics/crystalsvg/cr32-action-mail_reply.png Binary files differnew file mode 100644 index 000000000..170f2be45 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_reply.png diff --git a/pics/crystalsvg/cr32-action-mail_replyall.png b/pics/crystalsvg/cr32-action-mail_replyall.png Binary files differnew file mode 100644 index 000000000..8a1d3b39a --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_replyall.png diff --git a/pics/crystalsvg/cr32-action-mail_replylist.png b/pics/crystalsvg/cr32-action-mail_replylist.png Binary files differnew file mode 100644 index 000000000..6f584b857 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_replylist.png diff --git a/pics/crystalsvg/cr32-action-mail_send.png b/pics/crystalsvg/cr32-action-mail_send.png Binary files differnew file mode 100644 index 000000000..01bd04655 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mail_send.png diff --git a/pics/crystalsvg/cr32-action-make_kdevelop.png b/pics/crystalsvg/cr32-action-make_kdevelop.png Binary files differnew file mode 100644 index 000000000..b83b55a08 --- /dev/null +++ b/pics/crystalsvg/cr32-action-make_kdevelop.png diff --git a/pics/crystalsvg/cr32-action-math_abs.png b/pics/crystalsvg/cr32-action-math_abs.png Binary files differnew file mode 100644 index 000000000..f8eca4119 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_abs.png diff --git a/pics/crystalsvg/cr32-action-math_brace.png b/pics/crystalsvg/cr32-action-math_brace.png Binary files differnew file mode 100644 index 000000000..72153a058 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_brace.png diff --git a/pics/crystalsvg/cr32-action-math_brackets.png b/pics/crystalsvg/cr32-action-math_brackets.png Binary files differnew file mode 100644 index 000000000..b4463fe23 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_brackets.png diff --git a/pics/crystalsvg/cr32-action-math_frac.png b/pics/crystalsvg/cr32-action-math_frac.png Binary files differnew file mode 100644 index 000000000..f321244a7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_frac.png diff --git a/pics/crystalsvg/cr32-action-math_int.png b/pics/crystalsvg/cr32-action-math_int.png Binary files differnew file mode 100644 index 000000000..183e9bf11 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_int.png diff --git a/pics/crystalsvg/cr32-action-math_lsub.png b/pics/crystalsvg/cr32-action-math_lsub.png Binary files differnew file mode 100644 index 000000000..9f3fbf68c --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_lsub.png diff --git a/pics/crystalsvg/cr32-action-math_lsup.png b/pics/crystalsvg/cr32-action-math_lsup.png Binary files differnew file mode 100644 index 000000000..68cf08d3b --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_lsup.png diff --git a/pics/crystalsvg/cr32-action-math_matrix.png b/pics/crystalsvg/cr32-action-math_matrix.png Binary files differnew file mode 100644 index 000000000..e30804f03 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_matrix.png diff --git a/pics/crystalsvg/cr32-action-math_onetwomatrix.png b/pics/crystalsvg/cr32-action-math_onetwomatrix.png Binary files differnew file mode 100644 index 000000000..02860b75d --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_onetwomatrix.png diff --git a/pics/crystalsvg/cr32-action-math_paren.png b/pics/crystalsvg/cr32-action-math_paren.png Binary files differnew file mode 100644 index 000000000..77a5bd474 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_paren.png diff --git a/pics/crystalsvg/cr32-action-math_prod.png b/pics/crystalsvg/cr32-action-math_prod.png Binary files differnew file mode 100644 index 000000000..796b04226 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_prod.png diff --git a/pics/crystalsvg/cr32-action-math_rsub.png b/pics/crystalsvg/cr32-action-math_rsub.png Binary files differnew file mode 100644 index 000000000..4d7fc7bf5 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_rsub.png diff --git a/pics/crystalsvg/cr32-action-math_rsup.png b/pics/crystalsvg/cr32-action-math_rsup.png Binary files differnew file mode 100644 index 000000000..bf764e059 --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_rsup.png diff --git a/pics/crystalsvg/cr32-action-math_sqrt.png b/pics/crystalsvg/cr32-action-math_sqrt.png Binary files differnew file mode 100644 index 000000000..69df3f61e --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_sqrt.png diff --git a/pics/crystalsvg/cr32-action-math_sum.png b/pics/crystalsvg/cr32-action-math_sum.png Binary files differnew file mode 100644 index 000000000..ae1e2fb5c --- /dev/null +++ b/pics/crystalsvg/cr32-action-math_sum.png diff --git a/pics/crystalsvg/cr32-action-messagebox_critical.png b/pics/crystalsvg/cr32-action-messagebox_critical.png Binary files differnew file mode 100644 index 000000000..1de7a6fda --- /dev/null +++ b/pics/crystalsvg/cr32-action-messagebox_critical.png diff --git a/pics/crystalsvg/cr32-action-messagebox_info.png b/pics/crystalsvg/cr32-action-messagebox_info.png Binary files differnew file mode 100644 index 000000000..96642db7f --- /dev/null +++ b/pics/crystalsvg/cr32-action-messagebox_info.png diff --git a/pics/crystalsvg/cr32-action-messagebox_warning.png b/pics/crystalsvg/cr32-action-messagebox_warning.png Binary files differnew file mode 100644 index 000000000..d83f3491e --- /dev/null +++ b/pics/crystalsvg/cr32-action-messagebox_warning.png diff --git a/pics/crystalsvg/cr32-action-misc.png b/pics/crystalsvg/cr32-action-misc.png Binary files differnew file mode 100644 index 000000000..6d2147703 --- /dev/null +++ b/pics/crystalsvg/cr32-action-misc.png diff --git a/pics/crystalsvg/cr32-action-mouse.png b/pics/crystalsvg/cr32-action-mouse.png Binary files differnew file mode 100644 index 000000000..c4a2d4603 --- /dev/null +++ b/pics/crystalsvg/cr32-action-mouse.png diff --git a/pics/crystalsvg/cr32-action-music_32ndnote.png b/pics/crystalsvg/cr32-action-music_32ndnote.png Binary files differnew file mode 100644 index 000000000..a049cd20e --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_32ndnote.png diff --git a/pics/crystalsvg/cr32-action-music_cleficon.png b/pics/crystalsvg/cr32-action-music_cleficon.png Binary files differnew file mode 100644 index 000000000..cbda79890 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_cleficon.png diff --git a/pics/crystalsvg/cr32-action-music_cross.png b/pics/crystalsvg/cr32-action-music_cross.png Binary files differnew file mode 100644 index 000000000..53111ee09 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_cross.png diff --git a/pics/crystalsvg/cr32-action-music_dottednote.png b/pics/crystalsvg/cr32-action-music_dottednote.png Binary files differnew file mode 100644 index 000000000..85d930196 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_dottednote.png diff --git a/pics/crystalsvg/cr32-action-music_eightnote.png b/pics/crystalsvg/cr32-action-music_eightnote.png Binary files differnew file mode 100644 index 000000000..0c05f0a68 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_eightnote.png diff --git a/pics/crystalsvg/cr32-action-music_fermatenote.png b/pics/crystalsvg/cr32-action-music_fermatenote.png Binary files differnew file mode 100644 index 000000000..0ef22f228 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_fermatenote.png diff --git a/pics/crystalsvg/cr32-action-music_flat.png b/pics/crystalsvg/cr32-action-music_flat.png Binary files differnew file mode 100644 index 000000000..fe5adfaee --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_flat.png diff --git a/pics/crystalsvg/cr32-action-music_fullnote.png b/pics/crystalsvg/cr32-action-music_fullnote.png Binary files differnew file mode 100644 index 000000000..c20172813 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_fullnote.png diff --git a/pics/crystalsvg/cr32-action-music_halfnote.png b/pics/crystalsvg/cr32-action-music_halfnote.png Binary files differnew file mode 100644 index 000000000..f2138f87b --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_halfnote.png diff --git a/pics/crystalsvg/cr32-action-music_natur.png b/pics/crystalsvg/cr32-action-music_natur.png Binary files differnew file mode 100644 index 000000000..ee9dbf121 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_natur.png diff --git a/pics/crystalsvg/cr32-action-music_quarternote.png b/pics/crystalsvg/cr32-action-music_quarternote.png Binary files differnew file mode 100644 index 000000000..4755fca93 --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_quarternote.png diff --git a/pics/crystalsvg/cr32-action-music_sixteenthnote.png b/pics/crystalsvg/cr32-action-music_sixteenthnote.png Binary files differnew file mode 100644 index 000000000..09320ba0d --- /dev/null +++ b/pics/crystalsvg/cr32-action-music_sixteenthnote.png diff --git a/pics/crystalsvg/cr32-action-next.png b/pics/crystalsvg/cr32-action-next.png Binary files differnew file mode 100644 index 000000000..09a97b93b --- /dev/null +++ b/pics/crystalsvg/cr32-action-next.png diff --git a/pics/crystalsvg/cr32-action-openterm.png b/pics/crystalsvg/cr32-action-openterm.png Binary files differnew file mode 100644 index 000000000..6200541d8 --- /dev/null +++ b/pics/crystalsvg/cr32-action-openterm.png diff --git a/pics/crystalsvg/cr32-action-player_eject.png b/pics/crystalsvg/cr32-action-player_eject.png Binary files differnew file mode 100644 index 000000000..5b9050b79 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_eject.png diff --git a/pics/crystalsvg/cr32-action-player_end.png b/pics/crystalsvg/cr32-action-player_end.png Binary files differnew file mode 100644 index 000000000..9649ed9a6 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_end.png diff --git a/pics/crystalsvg/cr32-action-player_fwd.png b/pics/crystalsvg/cr32-action-player_fwd.png Binary files differnew file mode 100644 index 000000000..5c9fd91b0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_fwd.png diff --git a/pics/crystalsvg/cr32-action-player_pause.png b/pics/crystalsvg/cr32-action-player_pause.png Binary files differnew file mode 100644 index 000000000..c30cfc1a4 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_pause.png diff --git a/pics/crystalsvg/cr32-action-player_play.png b/pics/crystalsvg/cr32-action-player_play.png Binary files differnew file mode 100644 index 000000000..2fe3df459 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_play.png diff --git a/pics/crystalsvg/cr32-action-player_playlist.png b/pics/crystalsvg/cr32-action-player_playlist.png Binary files differnew file mode 100644 index 000000000..a0d02f568 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_playlist.png diff --git a/pics/crystalsvg/cr32-action-player_rew.png b/pics/crystalsvg/cr32-action-player_rew.png Binary files differnew file mode 100644 index 000000000..ca44d8510 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_rew.png diff --git a/pics/crystalsvg/cr32-action-player_start.png b/pics/crystalsvg/cr32-action-player_start.png Binary files differnew file mode 100644 index 000000000..f5ac4e0d9 --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_start.png diff --git a/pics/crystalsvg/cr32-action-player_stop.png b/pics/crystalsvg/cr32-action-player_stop.png Binary files differnew file mode 100644 index 000000000..24e01f2ef --- /dev/null +++ b/pics/crystalsvg/cr32-action-player_stop.png diff --git a/pics/crystalsvg/cr32-action-previous.png b/pics/crystalsvg/cr32-action-previous.png Binary files differnew file mode 100644 index 000000000..2a2c6df9d --- /dev/null +++ b/pics/crystalsvg/cr32-action-previous.png diff --git a/pics/crystalsvg/cr32-action-project_open.png b/pics/crystalsvg/cr32-action-project_open.png Binary files differnew file mode 100644 index 000000000..ad60d350f --- /dev/null +++ b/pics/crystalsvg/cr32-action-project_open.png diff --git a/pics/crystalsvg/cr32-action-queue.png b/pics/crystalsvg/cr32-action-queue.png Binary files differnew file mode 100644 index 000000000..f53c0a45e --- /dev/null +++ b/pics/crystalsvg/cr32-action-queue.png diff --git a/pics/crystalsvg/cr32-action-rebuild.png b/pics/crystalsvg/cr32-action-rebuild.png Binary files differnew file mode 100644 index 000000000..b987c5858 --- /dev/null +++ b/pics/crystalsvg/cr32-action-rebuild.png diff --git a/pics/crystalsvg/cr32-action-redo.png b/pics/crystalsvg/cr32-action-redo.png Binary files differnew file mode 100644 index 000000000..a424839e7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-redo.png diff --git a/pics/crystalsvg/cr32-action-reload.png b/pics/crystalsvg/cr32-action-reload.png Binary files differnew file mode 100644 index 000000000..bf523dd33 --- /dev/null +++ b/pics/crystalsvg/cr32-action-reload.png diff --git a/pics/crystalsvg/cr32-action-reload_all_tabs.png b/pics/crystalsvg/cr32-action-reload_all_tabs.png Binary files differnew file mode 100644 index 000000000..bf523dd33 --- /dev/null +++ b/pics/crystalsvg/cr32-action-reload_all_tabs.png diff --git a/pics/crystalsvg/cr32-action-reload_page.png b/pics/crystalsvg/cr32-action-reload_page.png Binary files differnew file mode 100644 index 000000000..bf523dd33 --- /dev/null +++ b/pics/crystalsvg/cr32-action-reload_page.png diff --git a/pics/crystalsvg/cr32-action-remove.png b/pics/crystalsvg/cr32-action-remove.png Binary files differnew file mode 100644 index 000000000..c03d56b53 --- /dev/null +++ b/pics/crystalsvg/cr32-action-remove.png diff --git a/pics/crystalsvg/cr32-action-revert.png b/pics/crystalsvg/cr32-action-revert.png Binary files differnew file mode 100644 index 000000000..5111dd0b2 --- /dev/null +++ b/pics/crystalsvg/cr32-action-revert.png diff --git a/pics/crystalsvg/cr32-action-rightjust.png b/pics/crystalsvg/cr32-action-rightjust.png Binary files differnew file mode 100644 index 000000000..968cc1ce7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-rightjust.png diff --git a/pics/crystalsvg/cr32-action-rotate.png b/pics/crystalsvg/cr32-action-rotate.png Binary files differnew file mode 100644 index 000000000..79c9a7509 --- /dev/null +++ b/pics/crystalsvg/cr32-action-rotate.png diff --git a/pics/crystalsvg/cr32-action-rotate_ccw.png b/pics/crystalsvg/cr32-action-rotate_ccw.png Binary files differnew file mode 100644 index 000000000..79c9a7509 --- /dev/null +++ b/pics/crystalsvg/cr32-action-rotate_ccw.png diff --git a/pics/crystalsvg/cr32-action-rotate_cw.png b/pics/crystalsvg/cr32-action-rotate_cw.png Binary files differnew file mode 100644 index 000000000..e123acff0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-rotate_cw.png diff --git a/pics/crystalsvg/cr32-action-run.png b/pics/crystalsvg/cr32-action-run.png Binary files differnew file mode 100644 index 000000000..6d2147703 --- /dev/null +++ b/pics/crystalsvg/cr32-action-run.png diff --git a/pics/crystalsvg/cr32-action-save_all.png b/pics/crystalsvg/cr32-action-save_all.png Binary files differnew file mode 100644 index 000000000..e48ceeb16 --- /dev/null +++ b/pics/crystalsvg/cr32-action-save_all.png diff --git a/pics/crystalsvg/cr32-action-share.png b/pics/crystalsvg/cr32-action-share.png Binary files differnew file mode 100644 index 000000000..07729057f --- /dev/null +++ b/pics/crystalsvg/cr32-action-share.png diff --git a/pics/crystalsvg/cr32-action-show_side_panel.png b/pics/crystalsvg/cr32-action-show_side_panel.png Binary files differnew file mode 100644 index 000000000..2970a1c41 --- /dev/null +++ b/pics/crystalsvg/cr32-action-show_side_panel.png diff --git a/pics/crystalsvg/cr32-action-signature.png b/pics/crystalsvg/cr32-action-signature.png Binary files differnew file mode 100644 index 000000000..546c4b651 --- /dev/null +++ b/pics/crystalsvg/cr32-action-signature.png diff --git a/pics/crystalsvg/cr32-action-spellcheck.png b/pics/crystalsvg/cr32-action-spellcheck.png Binary files differnew file mode 100644 index 000000000..74e528b93 --- /dev/null +++ b/pics/crystalsvg/cr32-action-spellcheck.png diff --git a/pics/crystalsvg/cr32-action-start.png b/pics/crystalsvg/cr32-action-start.png Binary files differnew file mode 100644 index 000000000..2a575fd9f --- /dev/null +++ b/pics/crystalsvg/cr32-action-start.png diff --git a/pics/crystalsvg/cr32-action-stop.png b/pics/crystalsvg/cr32-action-stop.png Binary files differnew file mode 100644 index 000000000..1e5a4e766 --- /dev/null +++ b/pics/crystalsvg/cr32-action-stop.png diff --git a/pics/crystalsvg/cr32-action-switchuser.png b/pics/crystalsvg/cr32-action-switchuser.png Binary files differnew file mode 100644 index 000000000..c453b4f7c --- /dev/null +++ b/pics/crystalsvg/cr32-action-switchuser.png diff --git a/pics/crystalsvg/cr32-action-text_block.png b/pics/crystalsvg/cr32-action-text_block.png Binary files differnew file mode 100644 index 000000000..c4a9b8cc8 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_block.png diff --git a/pics/crystalsvg/cr32-action-text_bold.png b/pics/crystalsvg/cr32-action-text_bold.png Binary files differnew file mode 100644 index 000000000..7984923fe --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_bold.png diff --git a/pics/crystalsvg/cr32-action-text_center.png b/pics/crystalsvg/cr32-action-text_center.png Binary files differnew file mode 100644 index 000000000..4ddfee40f --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_center.png diff --git a/pics/crystalsvg/cr32-action-text_italic.png b/pics/crystalsvg/cr32-action-text_italic.png Binary files differnew file mode 100644 index 000000000..1a9baadb1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_italic.png diff --git a/pics/crystalsvg/cr32-action-text_left.png b/pics/crystalsvg/cr32-action-text_left.png Binary files differnew file mode 100644 index 000000000..54d22a3a0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_left.png diff --git a/pics/crystalsvg/cr32-action-text_right.png b/pics/crystalsvg/cr32-action-text_right.png Binary files differnew file mode 100644 index 000000000..20dba5b8e --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_right.png diff --git a/pics/crystalsvg/cr32-action-text_strike.png b/pics/crystalsvg/cr32-action-text_strike.png Binary files differnew file mode 100644 index 000000000..f4c5d0459 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_strike.png diff --git a/pics/crystalsvg/cr32-action-text_sub.png b/pics/crystalsvg/cr32-action-text_sub.png Binary files differnew file mode 100644 index 000000000..befa3eae7 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_sub.png diff --git a/pics/crystalsvg/cr32-action-text_super.png b/pics/crystalsvg/cr32-action-text_super.png Binary files differnew file mode 100644 index 000000000..6b72c1a09 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_super.png diff --git a/pics/crystalsvg/cr32-action-text_under.png b/pics/crystalsvg/cr32-action-text_under.png Binary files differnew file mode 100644 index 000000000..e9ac03b96 --- /dev/null +++ b/pics/crystalsvg/cr32-action-text_under.png diff --git a/pics/crystalsvg/cr32-action-today.png b/pics/crystalsvg/cr32-action-today.png Binary files differnew file mode 100644 index 000000000..2a842d2ec --- /dev/null +++ b/pics/crystalsvg/cr32-action-today.png diff --git a/pics/crystalsvg/cr32-action-toggle_log.png b/pics/crystalsvg/cr32-action-toggle_log.png Binary files differnew file mode 100644 index 000000000..2e86079c0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-toggle_log.png diff --git a/pics/crystalsvg/cr32-action-top.png b/pics/crystalsvg/cr32-action-top.png Binary files differnew file mode 100644 index 000000000..99787283f --- /dev/null +++ b/pics/crystalsvg/cr32-action-top.png diff --git a/pics/crystalsvg/cr32-action-undo.png b/pics/crystalsvg/cr32-action-undo.png Binary files differnew file mode 100644 index 000000000..e5f15b2f3 --- /dev/null +++ b/pics/crystalsvg/cr32-action-undo.png diff --git a/pics/crystalsvg/cr32-action-unindent.png b/pics/crystalsvg/cr32-action-unindent.png Binary files differnew file mode 100644 index 000000000..406d1fa3b --- /dev/null +++ b/pics/crystalsvg/cr32-action-unindent.png diff --git a/pics/crystalsvg/cr32-action-unlock.png b/pics/crystalsvg/cr32-action-unlock.png Binary files differnew file mode 100644 index 000000000..0becd65ab --- /dev/null +++ b/pics/crystalsvg/cr32-action-unlock.png diff --git a/pics/crystalsvg/cr32-action-up.png b/pics/crystalsvg/cr32-action-up.png Binary files differnew file mode 100644 index 000000000..a5b094412 --- /dev/null +++ b/pics/crystalsvg/cr32-action-up.png diff --git a/pics/crystalsvg/cr32-action-view_bottom.png b/pics/crystalsvg/cr32-action-view_bottom.png Binary files differnew file mode 100644 index 000000000..2508244ed --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_bottom.png diff --git a/pics/crystalsvg/cr32-action-view_choose.png b/pics/crystalsvg/cr32-action-view_choose.png Binary files differnew file mode 100644 index 000000000..d23705ef3 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_choose.png diff --git a/pics/crystalsvg/cr32-action-view_detailed.png b/pics/crystalsvg/cr32-action-view_detailed.png Binary files differnew file mode 100644 index 000000000..f3f6fc2c0 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_detailed.png diff --git a/pics/crystalsvg/cr32-action-view_fit_height.png b/pics/crystalsvg/cr32-action-view_fit_height.png Binary files differnew file mode 100644 index 000000000..656b56380 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_fit_height.png diff --git a/pics/crystalsvg/cr32-action-view_fit_width.png b/pics/crystalsvg/cr32-action-view_fit_width.png Binary files differnew file mode 100644 index 000000000..ddb15c801 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_fit_width.png diff --git a/pics/crystalsvg/cr32-action-view_fit_window.png b/pics/crystalsvg/cr32-action-view_fit_window.png Binary files differnew file mode 100644 index 000000000..ee06ca7cf --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_fit_window.png diff --git a/pics/crystalsvg/cr32-action-view_icon.png b/pics/crystalsvg/cr32-action-view_icon.png Binary files differnew file mode 100644 index 000000000..589cecdc6 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_icon.png diff --git a/pics/crystalsvg/cr32-action-view_left_right.png b/pics/crystalsvg/cr32-action-view_left_right.png Binary files differnew file mode 100644 index 000000000..c244998eb --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_left_right.png diff --git a/pics/crystalsvg/cr32-action-view_multicolumn.png b/pics/crystalsvg/cr32-action-view_multicolumn.png Binary files differnew file mode 100644 index 000000000..cf33991c1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_multicolumn.png diff --git a/pics/crystalsvg/cr32-action-view_remove.png b/pics/crystalsvg/cr32-action-view_remove.png Binary files differnew file mode 100644 index 000000000..3061dee44 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_remove.png diff --git a/pics/crystalsvg/cr32-action-view_right.png b/pics/crystalsvg/cr32-action-view_right.png Binary files differnew file mode 100644 index 000000000..fcd428b98 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_right.png diff --git a/pics/crystalsvg/cr32-action-view_sidetree.png b/pics/crystalsvg/cr32-action-view_sidetree.png Binary files differnew file mode 100644 index 000000000..2970a1c41 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_sidetree.png diff --git a/pics/crystalsvg/cr32-action-view_text.png b/pics/crystalsvg/cr32-action-view_text.png Binary files differnew file mode 100644 index 000000000..ea06f93b1 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_text.png diff --git a/pics/crystalsvg/cr32-action-view_top_bottom.png b/pics/crystalsvg/cr32-action-view_top_bottom.png Binary files differnew file mode 100644 index 000000000..c63f75e08 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_top_bottom.png diff --git a/pics/crystalsvg/cr32-action-view_tree.png b/pics/crystalsvg/cr32-action-view_tree.png Binary files differnew file mode 100644 index 000000000..5280317e8 --- /dev/null +++ b/pics/crystalsvg/cr32-action-view_tree.png diff --git a/pics/crystalsvg/cr32-action-viewmag+.png b/pics/crystalsvg/cr32-action-viewmag+.png Binary files differnew file mode 100644 index 000000000..8f15c1d14 --- /dev/null +++ b/pics/crystalsvg/cr32-action-viewmag+.png diff --git a/pics/crystalsvg/cr32-action-viewmag-.png b/pics/crystalsvg/cr32-action-viewmag-.png Binary files differnew file mode 100644 index 000000000..cc8ff5055 --- /dev/null +++ b/pics/crystalsvg/cr32-action-viewmag-.png diff --git a/pics/crystalsvg/cr32-action-viewmag.png b/pics/crystalsvg/cr32-action-viewmag.png Binary files differnew file mode 100644 index 000000000..500dcd867 --- /dev/null +++ b/pics/crystalsvg/cr32-action-viewmag.png diff --git a/pics/crystalsvg/cr32-action-viewmag1.png b/pics/crystalsvg/cr32-action-viewmag1.png Binary files differnew file mode 100644 index 000000000..68e45b600 --- /dev/null +++ b/pics/crystalsvg/cr32-action-viewmag1.png diff --git a/pics/crystalsvg/cr32-action-viewmagfit.png b/pics/crystalsvg/cr32-action-viewmagfit.png Binary files differnew file mode 100644 index 000000000..0c68edabf --- /dev/null +++ b/pics/crystalsvg/cr32-action-viewmagfit.png diff --git a/pics/crystalsvg/cr32-action-window_fullscreen.png b/pics/crystalsvg/cr32-action-window_fullscreen.png Binary files differnew file mode 100644 index 000000000..5c9864f58 --- /dev/null +++ b/pics/crystalsvg/cr32-action-window_fullscreen.png diff --git a/pics/crystalsvg/cr32-action-window_new.png b/pics/crystalsvg/cr32-action-window_new.png Binary files differnew file mode 100644 index 000000000..b7eadc065 --- /dev/null +++ b/pics/crystalsvg/cr32-action-window_new.png diff --git a/pics/crystalsvg/cr32-action-window_nofullscreen.png b/pics/crystalsvg/cr32-action-window_nofullscreen.png Binary files differnew file mode 100644 index 000000000..bff406c34 --- /dev/null +++ b/pics/crystalsvg/cr32-action-window_nofullscreen.png diff --git a/pics/crystalsvg/cr32-action-wizard.png b/pics/crystalsvg/cr32-action-wizard.png Binary files differnew file mode 100644 index 000000000..686a2daab --- /dev/null +++ b/pics/crystalsvg/cr32-action-wizard.png diff --git a/pics/crystalsvg/cr32-app-kmenu.png b/pics/crystalsvg/cr32-app-kmenu.png Binary files differnew file mode 100644 index 000000000..a0f2439c3 --- /dev/null +++ b/pics/crystalsvg/cr32-app-kmenu.png diff --git a/pics/crystalsvg/cr32-app-kttsd.png b/pics/crystalsvg/cr32-app-kttsd.png Binary files differnew file mode 100644 index 000000000..dde233382 --- /dev/null +++ b/pics/crystalsvg/cr32-app-kttsd.png diff --git a/pics/crystalsvg/cr32-app-password.png b/pics/crystalsvg/cr32-app-password.png Binary files differnew file mode 100644 index 000000000..f59040a8e --- /dev/null +++ b/pics/crystalsvg/cr32-app-password.png diff --git a/pics/crystalsvg/cr32-device-3floppy_mount.png b/pics/crystalsvg/cr32-device-3floppy_mount.png Binary files differnew file mode 100644 index 000000000..ce6e31709 --- /dev/null +++ b/pics/crystalsvg/cr32-device-3floppy_mount.png diff --git a/pics/crystalsvg/cr32-device-3floppy_unmount.png b/pics/crystalsvg/cr32-device-3floppy_unmount.png Binary files differnew file mode 100644 index 000000000..b593aea58 --- /dev/null +++ b/pics/crystalsvg/cr32-device-3floppy_unmount.png diff --git a/pics/crystalsvg/cr32-device-5floppy_mount.png b/pics/crystalsvg/cr32-device-5floppy_mount.png Binary files differnew file mode 100644 index 000000000..5d4c20b64 --- /dev/null +++ b/pics/crystalsvg/cr32-device-5floppy_mount.png diff --git a/pics/crystalsvg/cr32-device-5floppy_unmount.png b/pics/crystalsvg/cr32-device-5floppy_unmount.png Binary files differnew file mode 100644 index 000000000..c2da5f536 --- /dev/null +++ b/pics/crystalsvg/cr32-device-5floppy_unmount.png diff --git a/pics/crystalsvg/cr32-device-blockdevice.png b/pics/crystalsvg/cr32-device-blockdevice.png Binary files differnew file mode 100644 index 000000000..6553907ba --- /dev/null +++ b/pics/crystalsvg/cr32-device-blockdevice.png diff --git a/pics/crystalsvg/cr32-device-camera_mount.png b/pics/crystalsvg/cr32-device-camera_mount.png Binary files differnew file mode 100644 index 000000000..a246314ed --- /dev/null +++ b/pics/crystalsvg/cr32-device-camera_mount.png diff --git a/pics/crystalsvg/cr32-device-camera_unmount.png b/pics/crystalsvg/cr32-device-camera_unmount.png Binary files differnew file mode 100644 index 000000000..3db04de45 --- /dev/null +++ b/pics/crystalsvg/cr32-device-camera_unmount.png diff --git a/pics/crystalsvg/cr32-device-cdaudio_mount.png b/pics/crystalsvg/cr32-device-cdaudio_mount.png Binary files differnew file mode 100644 index 000000000..f92dc012c --- /dev/null +++ b/pics/crystalsvg/cr32-device-cdaudio_mount.png diff --git a/pics/crystalsvg/cr32-device-cdaudio_unmount.png b/pics/crystalsvg/cr32-device-cdaudio_unmount.png Binary files differnew file mode 100644 index 000000000..20ab6508a --- /dev/null +++ b/pics/crystalsvg/cr32-device-cdaudio_unmount.png diff --git a/pics/crystalsvg/cr32-device-cdrom_mount.png b/pics/crystalsvg/cr32-device-cdrom_mount.png Binary files differnew file mode 100644 index 000000000..9b5db4a49 --- /dev/null +++ b/pics/crystalsvg/cr32-device-cdrom_mount.png diff --git a/pics/crystalsvg/cr32-device-cdrom_unmount.png b/pics/crystalsvg/cr32-device-cdrom_unmount.png Binary files differnew file mode 100644 index 000000000..ad3239a41 --- /dev/null +++ b/pics/crystalsvg/cr32-device-cdrom_unmount.png diff --git a/pics/crystalsvg/cr32-device-cdwriter_mount.png b/pics/crystalsvg/cr32-device-cdwriter_mount.png Binary files differnew file mode 100644 index 000000000..7b3e43847 --- /dev/null +++ b/pics/crystalsvg/cr32-device-cdwriter_mount.png diff --git a/pics/crystalsvg/cr32-device-cdwriter_unmount.png b/pics/crystalsvg/cr32-device-cdwriter_unmount.png Binary files differnew file mode 100644 index 000000000..5e308e2cc --- /dev/null +++ b/pics/crystalsvg/cr32-device-cdwriter_unmount.png diff --git a/pics/crystalsvg/cr32-device-chardevice.png b/pics/crystalsvg/cr32-device-chardevice.png Binary files differnew file mode 100644 index 000000000..6ebcc0484 --- /dev/null +++ b/pics/crystalsvg/cr32-device-chardevice.png diff --git a/pics/crystalsvg/cr32-device-compact_flash_mount.png b/pics/crystalsvg/cr32-device-compact_flash_mount.png Binary files differnew file mode 100644 index 000000000..af427719a --- /dev/null +++ b/pics/crystalsvg/cr32-device-compact_flash_mount.png diff --git a/pics/crystalsvg/cr32-device-compact_flash_unmount.png b/pics/crystalsvg/cr32-device-compact_flash_unmount.png Binary files differnew file mode 100644 index 000000000..b977c82dc --- /dev/null +++ b/pics/crystalsvg/cr32-device-compact_flash_unmount.png diff --git a/pics/crystalsvg/cr32-device-dvd_mount.png b/pics/crystalsvg/cr32-device-dvd_mount.png Binary files differnew file mode 100644 index 000000000..5867745aa --- /dev/null +++ b/pics/crystalsvg/cr32-device-dvd_mount.png diff --git a/pics/crystalsvg/cr32-device-dvd_unmount.png b/pics/crystalsvg/cr32-device-dvd_unmount.png Binary files differnew file mode 100644 index 000000000..7b2bc15d8 --- /dev/null +++ b/pics/crystalsvg/cr32-device-dvd_unmount.png diff --git a/pics/crystalsvg/cr32-device-hdd_mount.png b/pics/crystalsvg/cr32-device-hdd_mount.png Binary files differnew file mode 100644 index 000000000..6b7c03c04 --- /dev/null +++ b/pics/crystalsvg/cr32-device-hdd_mount.png diff --git a/pics/crystalsvg/cr32-device-hdd_unmount.png b/pics/crystalsvg/cr32-device-hdd_unmount.png Binary files differnew file mode 100644 index 000000000..739f4cf2e --- /dev/null +++ b/pics/crystalsvg/cr32-device-hdd_unmount.png diff --git a/pics/crystalsvg/cr32-device-ipod_mount.png b/pics/crystalsvg/cr32-device-ipod_mount.png Binary files differnew file mode 100644 index 000000000..e8d727a89 --- /dev/null +++ b/pics/crystalsvg/cr32-device-ipod_mount.png diff --git a/pics/crystalsvg/cr32-device-ipod_unmount.png b/pics/crystalsvg/cr32-device-ipod_unmount.png Binary files differnew file mode 100644 index 000000000..1fa37e653 --- /dev/null +++ b/pics/crystalsvg/cr32-device-ipod_unmount.png diff --git a/pics/crystalsvg/cr32-device-joystick.png b/pics/crystalsvg/cr32-device-joystick.png Binary files differnew file mode 100644 index 000000000..35ed3172f --- /dev/null +++ b/pics/crystalsvg/cr32-device-joystick.png diff --git a/pics/crystalsvg/cr32-device-memory.png b/pics/crystalsvg/cr32-device-memory.png Binary files differnew file mode 100644 index 000000000..3db350699 --- /dev/null +++ b/pics/crystalsvg/cr32-device-memory.png diff --git a/pics/crystalsvg/cr32-device-memory_stick_mount.png b/pics/crystalsvg/cr32-device-memory_stick_mount.png Binary files differnew file mode 100644 index 000000000..18e0293d9 --- /dev/null +++ b/pics/crystalsvg/cr32-device-memory_stick_mount.png diff --git a/pics/crystalsvg/cr32-device-memory_stick_unmount.png b/pics/crystalsvg/cr32-device-memory_stick_unmount.png Binary files differnew file mode 100644 index 000000000..96f5f16d7 --- /dev/null +++ b/pics/crystalsvg/cr32-device-memory_stick_unmount.png diff --git a/pics/crystalsvg/cr32-device-mo_mount.png b/pics/crystalsvg/cr32-device-mo_mount.png Binary files differnew file mode 100644 index 000000000..e08139239 --- /dev/null +++ b/pics/crystalsvg/cr32-device-mo_mount.png diff --git a/pics/crystalsvg/cr32-device-mo_unmount.png b/pics/crystalsvg/cr32-device-mo_unmount.png Binary files differnew file mode 100644 index 000000000..955efc8ce --- /dev/null +++ b/pics/crystalsvg/cr32-device-mo_unmount.png diff --git a/pics/crystalsvg/cr32-device-mouse.png b/pics/crystalsvg/cr32-device-mouse.png Binary files differnew file mode 100644 index 000000000..c4a2d4603 --- /dev/null +++ b/pics/crystalsvg/cr32-device-mouse.png diff --git a/pics/crystalsvg/cr32-device-nfs_mount.png b/pics/crystalsvg/cr32-device-nfs_mount.png Binary files differnew file mode 100644 index 000000000..75a92b0d4 --- /dev/null +++ b/pics/crystalsvg/cr32-device-nfs_mount.png diff --git a/pics/crystalsvg/cr32-device-nfs_unmount.png b/pics/crystalsvg/cr32-device-nfs_unmount.png Binary files differnew file mode 100644 index 000000000..97e330148 --- /dev/null +++ b/pics/crystalsvg/cr32-device-nfs_unmount.png diff --git a/pics/crystalsvg/cr32-device-pda_black.png b/pics/crystalsvg/cr32-device-pda_black.png Binary files differnew file mode 100644 index 000000000..d0e65a8d5 --- /dev/null +++ b/pics/crystalsvg/cr32-device-pda_black.png diff --git a/pics/crystalsvg/cr32-device-pda_blue.png b/pics/crystalsvg/cr32-device-pda_blue.png Binary files differnew file mode 100644 index 000000000..4af100a8f --- /dev/null +++ b/pics/crystalsvg/cr32-device-pda_blue.png diff --git a/pics/crystalsvg/cr32-device-print_class.png b/pics/crystalsvg/cr32-device-print_class.png Binary files differnew file mode 100644 index 000000000..1e0cf1b32 --- /dev/null +++ b/pics/crystalsvg/cr32-device-print_class.png diff --git a/pics/crystalsvg/cr32-device-printer1.png b/pics/crystalsvg/cr32-device-printer1.png Binary files differnew file mode 100644 index 000000000..d554b554f --- /dev/null +++ b/pics/crystalsvg/cr32-device-printer1.png diff --git a/pics/crystalsvg/cr32-device-scanner.png b/pics/crystalsvg/cr32-device-scanner.png Binary files differnew file mode 100644 index 000000000..c972caff3 --- /dev/null +++ b/pics/crystalsvg/cr32-device-scanner.png diff --git a/pics/crystalsvg/cr32-device-sd_mmc_mount.png b/pics/crystalsvg/cr32-device-sd_mmc_mount.png Binary files differnew file mode 100644 index 000000000..368cce4b5 --- /dev/null +++ b/pics/crystalsvg/cr32-device-sd_mmc_mount.png diff --git a/pics/crystalsvg/cr32-device-sd_mmc_unmount.png b/pics/crystalsvg/cr32-device-sd_mmc_unmount.png Binary files differnew file mode 100644 index 000000000..f1ac47c1c --- /dev/null +++ b/pics/crystalsvg/cr32-device-sd_mmc_unmount.png diff --git a/pics/crystalsvg/cr32-device-smart_media_mount.png b/pics/crystalsvg/cr32-device-smart_media_mount.png Binary files differnew file mode 100644 index 000000000..dac249fcd --- /dev/null +++ b/pics/crystalsvg/cr32-device-smart_media_mount.png diff --git a/pics/crystalsvg/cr32-device-smart_media_unmount.png b/pics/crystalsvg/cr32-device-smart_media_unmount.png Binary files differnew file mode 100644 index 000000000..e7246dd25 --- /dev/null +++ b/pics/crystalsvg/cr32-device-smart_media_unmount.png diff --git a/pics/crystalsvg/cr32-device-system.png b/pics/crystalsvg/cr32-device-system.png Binary files differnew file mode 100644 index 000000000..61eabf335 --- /dev/null +++ b/pics/crystalsvg/cr32-device-system.png diff --git a/pics/crystalsvg/cr32-device-tablet.png b/pics/crystalsvg/cr32-device-tablet.png Binary files differnew file mode 100644 index 000000000..121029a60 --- /dev/null +++ b/pics/crystalsvg/cr32-device-tablet.png diff --git a/pics/crystalsvg/cr32-device-tv.png b/pics/crystalsvg/cr32-device-tv.png Binary files differnew file mode 100644 index 000000000..9ae5c964c --- /dev/null +++ b/pics/crystalsvg/cr32-device-tv.png diff --git a/pics/crystalsvg/cr32-device-usbpendrive_mount.png b/pics/crystalsvg/cr32-device-usbpendrive_mount.png Binary files differnew file mode 100644 index 000000000..b2689a713 --- /dev/null +++ b/pics/crystalsvg/cr32-device-usbpendrive_mount.png diff --git a/pics/crystalsvg/cr32-device-usbpendrive_unmount.png b/pics/crystalsvg/cr32-device-usbpendrive_unmount.png Binary files differnew file mode 100644 index 000000000..bb92e41e0 --- /dev/null +++ b/pics/crystalsvg/cr32-device-usbpendrive_unmount.png diff --git a/pics/crystalsvg/cr32-device-zip_mount.png b/pics/crystalsvg/cr32-device-zip_mount.png Binary files differnew file mode 100644 index 000000000..d88efd6dd --- /dev/null +++ b/pics/crystalsvg/cr32-device-zip_mount.png diff --git a/pics/crystalsvg/cr32-device-zip_unmount.png b/pics/crystalsvg/cr32-device-zip_unmount.png Binary files differnew file mode 100644 index 000000000..9a331535f --- /dev/null +++ b/pics/crystalsvg/cr32-device-zip_unmount.png diff --git a/pics/crystalsvg/cr32-filesys-desktop.png b/pics/crystalsvg/cr32-filesys-desktop.png Binary files differnew file mode 100644 index 000000000..7f9c9aff9 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-desktop.png diff --git a/pics/crystalsvg/cr32-filesys-exec.png b/pics/crystalsvg/cr32-filesys-exec.png Binary files differnew file mode 100644 index 000000000..ac16b2882 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-exec.png diff --git a/pics/crystalsvg/cr32-filesys-file_broken.png b/pics/crystalsvg/cr32-filesys-file_broken.png Binary files differnew file mode 100644 index 000000000..0303876a7 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-file_broken.png diff --git a/pics/crystalsvg/cr32-filesys-folder.png b/pics/crystalsvg/cr32-filesys-folder.png Binary files differnew file mode 100644 index 000000000..e79a1b515 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder.png diff --git a/pics/crystalsvg/cr32-filesys-folder_crystal.png b/pics/crystalsvg/cr32-filesys-folder_crystal.png Binary files differnew file mode 100644 index 000000000..e3c31773f --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_crystal.png diff --git a/pics/crystalsvg/cr32-filesys-folder_favorite.png b/pics/crystalsvg/cr32-filesys-folder_favorite.png Binary files differnew file mode 100644 index 000000000..9ee22ff88 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_favorite.png diff --git a/pics/crystalsvg/cr32-filesys-folder_green.png b/pics/crystalsvg/cr32-filesys-folder_green.png Binary files differnew file mode 100644 index 000000000..f4c89df3d --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_green.png diff --git a/pics/crystalsvg/cr32-filesys-folder_green_open.png b/pics/crystalsvg/cr32-filesys-folder_green_open.png Binary files differnew file mode 100644 index 000000000..d699ed8ac --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_green_open.png diff --git a/pics/crystalsvg/cr32-filesys-folder_grey.png b/pics/crystalsvg/cr32-filesys-folder_grey.png Binary files differnew file mode 100644 index 000000000..2012e361e --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_grey.png diff --git a/pics/crystalsvg/cr32-filesys-folder_grey_open.png b/pics/crystalsvg/cr32-filesys-folder_grey_open.png Binary files differnew file mode 100644 index 000000000..2dcab7780 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_grey_open.png diff --git a/pics/crystalsvg/cr32-filesys-folder_home.png b/pics/crystalsvg/cr32-filesys-folder_home.png Binary files differnew file mode 100644 index 000000000..baa8912e9 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_home.png diff --git a/pics/crystalsvg/cr32-filesys-folder_home2.png b/pics/crystalsvg/cr32-filesys-folder_home2.png Binary files differnew file mode 100644 index 000000000..76113fd02 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_home2.png diff --git a/pics/crystalsvg/cr32-filesys-folder_html.png b/pics/crystalsvg/cr32-filesys-folder_html.png Binary files differnew file mode 100644 index 000000000..0644f1317 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_html.png diff --git a/pics/crystalsvg/cr32-filesys-folder_image.png b/pics/crystalsvg/cr32-filesys-folder_image.png Binary files differnew file mode 100644 index 000000000..a856a401c --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_image.png diff --git a/pics/crystalsvg/cr32-filesys-folder_important.png b/pics/crystalsvg/cr32-filesys-folder_important.png Binary files differnew file mode 100644 index 000000000..9f82d14d3 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_important.png diff --git a/pics/crystalsvg/cr32-filesys-folder_locked.png b/pics/crystalsvg/cr32-filesys-folder_locked.png Binary files differnew file mode 100644 index 000000000..0e20d8cfc --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_locked.png diff --git a/pics/crystalsvg/cr32-filesys-folder_man.png b/pics/crystalsvg/cr32-filesys-folder_man.png Binary files differnew file mode 100644 index 000000000..c771364a0 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_man.png diff --git a/pics/crystalsvg/cr32-filesys-folder_open.png b/pics/crystalsvg/cr32-filesys-folder_open.png Binary files differnew file mode 100644 index 000000000..18cfb602d --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_open.png diff --git a/pics/crystalsvg/cr32-filesys-folder_orange.png b/pics/crystalsvg/cr32-filesys-folder_orange.png Binary files differnew file mode 100644 index 000000000..7aea20347 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_orange.png diff --git a/pics/crystalsvg/cr32-filesys-folder_orange_open.png b/pics/crystalsvg/cr32-filesys-folder_orange_open.png Binary files differnew file mode 100644 index 000000000..1631a1754 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_orange_open.png diff --git a/pics/crystalsvg/cr32-filesys-folder_print.png b/pics/crystalsvg/cr32-filesys-folder_print.png Binary files differnew file mode 100644 index 000000000..07f67ec6f --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_print.png diff --git a/pics/crystalsvg/cr32-filesys-folder_red.png b/pics/crystalsvg/cr32-filesys-folder_red.png Binary files differnew file mode 100644 index 000000000..0a65a3dd9 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_red.png diff --git a/pics/crystalsvg/cr32-filesys-folder_red_open.png b/pics/crystalsvg/cr32-filesys-folder_red_open.png Binary files differnew file mode 100644 index 000000000..58b1ec83e --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_red_open.png diff --git a/pics/crystalsvg/cr32-filesys-folder_sound.png b/pics/crystalsvg/cr32-filesys-folder_sound.png Binary files differnew file mode 100644 index 000000000..b5f8992d6 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_sound.png diff --git a/pics/crystalsvg/cr32-filesys-folder_tar.png b/pics/crystalsvg/cr32-filesys-folder_tar.png Binary files differnew file mode 100644 index 000000000..a6d667acb --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_tar.png diff --git a/pics/crystalsvg/cr32-filesys-folder_txt.png b/pics/crystalsvg/cr32-filesys-folder_txt.png Binary files differnew file mode 100644 index 000000000..a26a8d06c --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_txt.png diff --git a/pics/crystalsvg/cr32-filesys-folder_video.png b/pics/crystalsvg/cr32-filesys-folder_video.png Binary files differnew file mode 100644 index 000000000..1e25d51af --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_video.png diff --git a/pics/crystalsvg/cr32-filesys-folder_violet.png b/pics/crystalsvg/cr32-filesys-folder_violet.png Binary files differnew file mode 100644 index 000000000..d3fa4f2cf --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_violet.png diff --git a/pics/crystalsvg/cr32-filesys-folder_violet_open.png b/pics/crystalsvg/cr32-filesys-folder_violet_open.png Binary files differnew file mode 100644 index 000000000..4bc735cff --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_violet_open.png diff --git a/pics/crystalsvg/cr32-filesys-folder_yellow.png b/pics/crystalsvg/cr32-filesys-folder_yellow.png Binary files differnew file mode 100644 index 000000000..2bfe6da69 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_yellow.png diff --git a/pics/crystalsvg/cr32-filesys-folder_yellow_open.png b/pics/crystalsvg/cr32-filesys-folder_yellow_open.png Binary files differnew file mode 100644 index 000000000..67984a2a2 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-folder_yellow_open.png diff --git a/pics/crystalsvg/cr32-filesys-ftp.png b/pics/crystalsvg/cr32-filesys-ftp.png Binary files differnew file mode 100644 index 000000000..edd48d583 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-ftp.png diff --git a/pics/crystalsvg/cr32-filesys-link_overlay.png b/pics/crystalsvg/cr32-filesys-link_overlay.png Binary files differnew file mode 100644 index 000000000..0810fed25 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-link_overlay.png diff --git a/pics/crystalsvg/cr32-filesys-lock_overlay.png b/pics/crystalsvg/cr32-filesys-lock_overlay.png Binary files differnew file mode 100644 index 000000000..fb4548941 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-lock_overlay.png diff --git a/pics/crystalsvg/cr32-filesys-network.png b/pics/crystalsvg/cr32-filesys-network.png Binary files differnew file mode 100644 index 000000000..a3ee15c4a --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-network.png diff --git a/pics/crystalsvg/cr32-filesys-network_local.png b/pics/crystalsvg/cr32-filesys-network_local.png Binary files differnew file mode 100644 index 000000000..9067d8fbc --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-network_local.png diff --git a/pics/crystalsvg/cr32-filesys-pipe.png b/pics/crystalsvg/cr32-filesys-pipe.png Binary files differnew file mode 100644 index 000000000..b23fad2f2 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-pipe.png diff --git a/pics/crystalsvg/cr32-filesys-trashcan_empty.png b/pics/crystalsvg/cr32-filesys-trashcan_empty.png Binary files differnew file mode 100644 index 000000000..422151cd4 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-trashcan_empty.png diff --git a/pics/crystalsvg/cr32-filesys-trashcan_full.png b/pics/crystalsvg/cr32-filesys-trashcan_full.png Binary files differnew file mode 100644 index 000000000..245eeb696 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-trashcan_full.png diff --git a/pics/crystalsvg/cr32-filesys-www.png b/pics/crystalsvg/cr32-filesys-www.png Binary files differnew file mode 100644 index 000000000..53787cf1e --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-www.png diff --git a/pics/crystalsvg/cr32-filesys-zip_overlay.png b/pics/crystalsvg/cr32-filesys-zip_overlay.png Binary files differnew file mode 100644 index 000000000..0b8263c91 --- /dev/null +++ b/pics/crystalsvg/cr32-filesys-zip_overlay.png diff --git a/pics/crystalsvg/cr32-key_enter.png b/pics/crystalsvg/cr32-key_enter.png Binary files differnew file mode 100644 index 000000000..3474ea5da --- /dev/null +++ b/pics/crystalsvg/cr32-key_enter.png diff --git a/pics/crystalsvg/cr32-mime-applix.png b/pics/crystalsvg/cr32-mime-applix.png Binary files differnew file mode 100644 index 000000000..e6d8cbf8d --- /dev/null +++ b/pics/crystalsvg/cr32-mime-applix.png diff --git a/pics/crystalsvg/cr32-mime-ascii.png b/pics/crystalsvg/cr32-mime-ascii.png Binary files differnew file mode 100644 index 000000000..cdd115f4f --- /dev/null +++ b/pics/crystalsvg/cr32-mime-ascii.png diff --git a/pics/crystalsvg/cr32-mime-binary.png b/pics/crystalsvg/cr32-mime-binary.png Binary files differnew file mode 100644 index 000000000..cb2ff548e --- /dev/null +++ b/pics/crystalsvg/cr32-mime-binary.png diff --git a/pics/crystalsvg/cr32-mime-bt.png b/pics/crystalsvg/cr32-mime-bt.png Binary files differnew file mode 100644 index 000000000..c7d1fdedd --- /dev/null +++ b/pics/crystalsvg/cr32-mime-bt.png diff --git a/pics/crystalsvg/cr32-mime-cdimage.png b/pics/crystalsvg/cr32-mime-cdimage.png Binary files differnew file mode 100644 index 000000000..1c2adb2d4 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-cdimage.png diff --git a/pics/crystalsvg/cr32-mime-cdr.png b/pics/crystalsvg/cr32-mime-cdr.png Binary files differnew file mode 100644 index 000000000..afbf730ef --- /dev/null +++ b/pics/crystalsvg/cr32-mime-cdr.png diff --git a/pics/crystalsvg/cr32-mime-cdtrack.png b/pics/crystalsvg/cr32-mime-cdtrack.png Binary files differnew file mode 100644 index 000000000..a3dcfbb4c --- /dev/null +++ b/pics/crystalsvg/cr32-mime-cdtrack.png diff --git a/pics/crystalsvg/cr32-mime-colorscm.png b/pics/crystalsvg/cr32-mime-colorscm.png Binary files differnew file mode 100644 index 000000000..5c6638671 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-colorscm.png diff --git a/pics/crystalsvg/cr32-mime-core.png b/pics/crystalsvg/cr32-mime-core.png Binary files differnew file mode 100644 index 000000000..9f4b6cc3d --- /dev/null +++ b/pics/crystalsvg/cr32-mime-core.png diff --git a/pics/crystalsvg/cr32-mime-deb.png b/pics/crystalsvg/cr32-mime-deb.png Binary files differnew file mode 100644 index 000000000..fa6276803 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-deb.png diff --git a/pics/crystalsvg/cr32-mime-document.png b/pics/crystalsvg/cr32-mime-document.png Binary files differnew file mode 100644 index 000000000..1ddec2794 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-document.png diff --git a/pics/crystalsvg/cr32-mime-document2.png b/pics/crystalsvg/cr32-mime-document2.png Binary files differnew file mode 100644 index 000000000..e22c50301 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-document2.png diff --git a/pics/crystalsvg/cr32-mime-dvi.png b/pics/crystalsvg/cr32-mime-dvi.png Binary files differnew file mode 100644 index 000000000..d2137c759 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-dvi.png diff --git a/pics/crystalsvg/cr32-mime-empty.png b/pics/crystalsvg/cr32-mime-empty.png Binary files differnew file mode 100644 index 000000000..f274fd436 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-empty.png diff --git a/pics/crystalsvg/cr32-mime-exec_wine.png b/pics/crystalsvg/cr32-mime-exec_wine.png Binary files differnew file mode 100644 index 000000000..503d7e15b --- /dev/null +++ b/pics/crystalsvg/cr32-mime-exec_wine.png diff --git a/pics/crystalsvg/cr32-mime-file_locked.png b/pics/crystalsvg/cr32-mime-file_locked.png Binary files differnew file mode 100644 index 000000000..71e275169 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-file_locked.png diff --git a/pics/crystalsvg/cr32-mime-file_temporary.png b/pics/crystalsvg/cr32-mime-file_temporary.png Binary files differnew file mode 100644 index 000000000..12b3db5c0 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-file_temporary.png diff --git a/pics/crystalsvg/cr32-mime-font.png b/pics/crystalsvg/cr32-mime-font.png Binary files differnew file mode 100644 index 000000000..431ca00ec --- /dev/null +++ b/pics/crystalsvg/cr32-mime-font.png diff --git a/pics/crystalsvg/cr32-mime-font_bitmap.png b/pics/crystalsvg/cr32-mime-font_bitmap.png Binary files differnew file mode 100644 index 000000000..2e6b00f0c --- /dev/null +++ b/pics/crystalsvg/cr32-mime-font_bitmap.png diff --git a/pics/crystalsvg/cr32-mime-font_truetype.png b/pics/crystalsvg/cr32-mime-font_truetype.png Binary files differnew file mode 100644 index 000000000..ec61965e6 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-font_truetype.png diff --git a/pics/crystalsvg/cr32-mime-font_type1.png b/pics/crystalsvg/cr32-mime-font_type1.png Binary files differnew file mode 100644 index 000000000..660863190 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-font_type1.png diff --git a/pics/crystalsvg/cr32-mime-gettext.png b/pics/crystalsvg/cr32-mime-gettext.png Binary files differnew file mode 100644 index 000000000..660863190 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-gettext.png diff --git a/pics/crystalsvg/cr32-mime-gf.png b/pics/crystalsvg/cr32-mime-gf.png Binary files differnew file mode 100644 index 000000000..41ddff69e --- /dev/null +++ b/pics/crystalsvg/cr32-mime-gf.png diff --git a/pics/crystalsvg/cr32-mime-html.png b/pics/crystalsvg/cr32-mime-html.png Binary files differnew file mode 100644 index 000000000..9490e6e63 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-html.png diff --git a/pics/crystalsvg/cr32-mime-image.png b/pics/crystalsvg/cr32-mime-image.png Binary files differnew file mode 100644 index 000000000..d6a9bc31b --- /dev/null +++ b/pics/crystalsvg/cr32-mime-image.png diff --git a/pics/crystalsvg/cr32-mime-info.png b/pics/crystalsvg/cr32-mime-info.png Binary files differnew file mode 100644 index 000000000..8f5f806d5 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-info.png diff --git a/pics/crystalsvg/cr32-mime-karbon_karbon.png b/pics/crystalsvg/cr32-mime-karbon_karbon.png Binary files differnew file mode 100644 index 000000000..1845139a3 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-karbon_karbon.png diff --git a/pics/crystalsvg/cr32-mime-kchart_chrt.png b/pics/crystalsvg/cr32-mime-kchart_chrt.png Binary files differnew file mode 100644 index 000000000..c5ea4f9f2 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kchart_chrt.png diff --git a/pics/crystalsvg/cr32-mime-kexi_kexi.png b/pics/crystalsvg/cr32-mime-kexi_kexi.png Binary files differnew file mode 100644 index 000000000..a0fa5aada --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kexi_kexi.png diff --git a/pics/crystalsvg/cr32-mime-kformula_kfo.png b/pics/crystalsvg/cr32-mime-kformula_kfo.png Binary files differnew file mode 100644 index 000000000..07186d476 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kformula_kfo.png diff --git a/pics/crystalsvg/cr32-mime-kivio_flw.png b/pics/crystalsvg/cr32-mime-kivio_flw.png Binary files differnew file mode 100644 index 000000000..e8d300cde --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kivio_flw.png diff --git a/pics/crystalsvg/cr32-mime-kmultiple.png b/pics/crystalsvg/cr32-mime-kmultiple.png Binary files differnew file mode 100644 index 000000000..45cb5ffe8 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kmultiple.png diff --git a/pics/crystalsvg/cr32-mime-kpresenter_kpr.png b/pics/crystalsvg/cr32-mime-kpresenter_kpr.png Binary files differnew file mode 100644 index 000000000..26772b90a --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kpresenter_kpr.png diff --git a/pics/crystalsvg/cr32-mime-krita_kra.png b/pics/crystalsvg/cr32-mime-krita_kra.png Binary files differnew file mode 100644 index 000000000..f1104a5ca --- /dev/null +++ b/pics/crystalsvg/cr32-mime-krita_kra.png diff --git a/pics/crystalsvg/cr32-mime-kspread_ksp.png b/pics/crystalsvg/cr32-mime-kspread_ksp.png Binary files differnew file mode 100644 index 000000000..3f1cfb698 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kspread_ksp.png diff --git a/pics/crystalsvg/cr32-mime-kugar_kud.png b/pics/crystalsvg/cr32-mime-kugar_kud.png Binary files differnew file mode 100644 index 000000000..3e1d71dc9 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kugar_kud.png diff --git a/pics/crystalsvg/cr32-mime-kword_kwd.png b/pics/crystalsvg/cr32-mime-kword_kwd.png Binary files differnew file mode 100644 index 000000000..599c01700 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-kword_kwd.png diff --git a/pics/crystalsvg/cr32-mime-log.png b/pics/crystalsvg/cr32-mime-log.png Binary files differnew file mode 100644 index 000000000..c491c08d5 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-log.png diff --git a/pics/crystalsvg/cr32-mime-make.png b/pics/crystalsvg/cr32-mime-make.png Binary files differnew file mode 100644 index 000000000..99d8d82a5 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-make.png diff --git a/pics/crystalsvg/cr32-mime-man.png b/pics/crystalsvg/cr32-mime-man.png Binary files differnew file mode 100644 index 000000000..99b740ad4 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-man.png diff --git a/pics/crystalsvg/cr32-mime-message.png b/pics/crystalsvg/cr32-mime-message.png Binary files differnew file mode 100644 index 000000000..b987e1210 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-message.png diff --git a/pics/crystalsvg/cr32-mime-metafont.png b/pics/crystalsvg/cr32-mime-metafont.png Binary files differnew file mode 100644 index 000000000..b18512344 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-metafont.png diff --git a/pics/crystalsvg/cr32-mime-midi.png b/pics/crystalsvg/cr32-mime-midi.png Binary files differnew file mode 100644 index 000000000..d07d039e2 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-midi.png diff --git a/pics/crystalsvg/cr32-mime-misc.png b/pics/crystalsvg/cr32-mime-misc.png Binary files differnew file mode 100644 index 000000000..39a03f10f --- /dev/null +++ b/pics/crystalsvg/cr32-mime-misc.png diff --git a/pics/crystalsvg/cr32-mime-netscape_doc.png b/pics/crystalsvg/cr32-mime-netscape_doc.png Binary files differnew file mode 100644 index 000000000..b43ea49e4 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-netscape_doc.png diff --git a/pics/crystalsvg/cr32-mime-pdf.png b/pics/crystalsvg/cr32-mime-pdf.png Binary files differnew file mode 100644 index 000000000..fca2c672e --- /dev/null +++ b/pics/crystalsvg/cr32-mime-pdf.png diff --git a/pics/crystalsvg/cr32-mime-pk.png b/pics/crystalsvg/cr32-mime-pk.png Binary files differnew file mode 100644 index 000000000..8e77ed5c9 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-pk.png diff --git a/pics/crystalsvg/cr32-mime-postscript.png b/pics/crystalsvg/cr32-mime-postscript.png Binary files differnew file mode 100644 index 000000000..8f941d8a1 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-postscript.png diff --git a/pics/crystalsvg/cr32-mime-quicktime.png b/pics/crystalsvg/cr32-mime-quicktime.png Binary files differnew file mode 100644 index 000000000..637d39292 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-quicktime.png diff --git a/pics/crystalsvg/cr32-mime-readme.png b/pics/crystalsvg/cr32-mime-readme.png Binary files differnew file mode 100644 index 000000000..6785a42f3 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-readme.png diff --git a/pics/crystalsvg/cr32-mime-recycled.png b/pics/crystalsvg/cr32-mime-recycled.png Binary files differnew file mode 100644 index 000000000..40d17ed60 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-recycled.png diff --git a/pics/crystalsvg/cr32-mime-resource.png b/pics/crystalsvg/cr32-mime-resource.png Binary files differnew file mode 100644 index 000000000..8de6ec360 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-resource.png diff --git a/pics/crystalsvg/cr32-mime-rpm.png b/pics/crystalsvg/cr32-mime-rpm.png Binary files differnew file mode 100644 index 000000000..8c0ea5e1e --- /dev/null +++ b/pics/crystalsvg/cr32-mime-rpm.png diff --git a/pics/crystalsvg/cr32-mime-shellscript.png b/pics/crystalsvg/cr32-mime-shellscript.png Binary files differnew file mode 100644 index 000000000..a0f6727d7 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-shellscript.png diff --git a/pics/crystalsvg/cr32-mime-soffice.png b/pics/crystalsvg/cr32-mime-soffice.png Binary files differnew file mode 100644 index 000000000..6498d2291 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-soffice.png diff --git a/pics/crystalsvg/cr32-mime-sound.png b/pics/crystalsvg/cr32-mime-sound.png Binary files differnew file mode 100644 index 000000000..9fefadaaf --- /dev/null +++ b/pics/crystalsvg/cr32-mime-sound.png diff --git a/pics/crystalsvg/cr32-mime-source.png b/pics/crystalsvg/cr32-mime-source.png Binary files differnew file mode 100644 index 000000000..e9d7305f1 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source.png diff --git a/pics/crystalsvg/cr32-mime-source_c.png b/pics/crystalsvg/cr32-mime-source_c.png Binary files differnew file mode 100644 index 000000000..9a0096fb2 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_c.png diff --git a/pics/crystalsvg/cr32-mime-source_cpp.png b/pics/crystalsvg/cr32-mime-source_cpp.png Binary files differnew file mode 100644 index 000000000..26fbe224f --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_cpp.png diff --git a/pics/crystalsvg/cr32-mime-source_f.png b/pics/crystalsvg/cr32-mime-source_f.png Binary files differnew file mode 100644 index 000000000..e1e6466d3 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_f.png diff --git a/pics/crystalsvg/cr32-mime-source_h.png b/pics/crystalsvg/cr32-mime-source_h.png Binary files differnew file mode 100644 index 000000000..394ca8578 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_h.png diff --git a/pics/crystalsvg/cr32-mime-source_j.png b/pics/crystalsvg/cr32-mime-source_j.png Binary files differnew file mode 100644 index 000000000..6148fe562 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_j.png diff --git a/pics/crystalsvg/cr32-mime-source_java.png b/pics/crystalsvg/cr32-mime-source_java.png Binary files differnew file mode 100644 index 000000000..17877c0d8 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_java.png diff --git a/pics/crystalsvg/cr32-mime-source_l.png b/pics/crystalsvg/cr32-mime-source_l.png Binary files differnew file mode 100644 index 000000000..b87b7a4db --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_l.png diff --git a/pics/crystalsvg/cr32-mime-source_moc.png b/pics/crystalsvg/cr32-mime-source_moc.png Binary files differnew file mode 100644 index 000000000..2c5447e67 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_moc.png diff --git a/pics/crystalsvg/cr32-mime-source_o.png b/pics/crystalsvg/cr32-mime-source_o.png Binary files differnew file mode 100644 index 000000000..3fdbe51bc --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_o.png diff --git a/pics/crystalsvg/cr32-mime-source_p.png b/pics/crystalsvg/cr32-mime-source_p.png Binary files differnew file mode 100644 index 000000000..e2b1266bc --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_p.png diff --git a/pics/crystalsvg/cr32-mime-source_php.png b/pics/crystalsvg/cr32-mime-source_php.png Binary files differnew file mode 100644 index 000000000..67b966d59 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_php.png diff --git a/pics/crystalsvg/cr32-mime-source_pl.png b/pics/crystalsvg/cr32-mime-source_pl.png Binary files differnew file mode 100644 index 000000000..5731b387b --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_pl.png diff --git a/pics/crystalsvg/cr32-mime-source_py.png b/pics/crystalsvg/cr32-mime-source_py.png Binary files differnew file mode 100644 index 000000000..b69b1d91e --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_py.png diff --git a/pics/crystalsvg/cr32-mime-source_s.png b/pics/crystalsvg/cr32-mime-source_s.png Binary files differnew file mode 100644 index 000000000..9ead3cbc0 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_s.png diff --git a/pics/crystalsvg/cr32-mime-source_y.png b/pics/crystalsvg/cr32-mime-source_y.png Binary files differnew file mode 100644 index 000000000..779ddfcfb --- /dev/null +++ b/pics/crystalsvg/cr32-mime-source_y.png diff --git a/pics/crystalsvg/cr32-mime-spreadsheet.png b/pics/crystalsvg/cr32-mime-spreadsheet.png Binary files differnew file mode 100644 index 000000000..b9b8d564b --- /dev/null +++ b/pics/crystalsvg/cr32-mime-spreadsheet.png diff --git a/pics/crystalsvg/cr32-mime-tar.png b/pics/crystalsvg/cr32-mime-tar.png Binary files differnew file mode 100644 index 000000000..2d092f3a5 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-tar.png diff --git a/pics/crystalsvg/cr32-mime-template_source.png b/pics/crystalsvg/cr32-mime-template_source.png Binary files differnew file mode 100644 index 000000000..d094596eb --- /dev/null +++ b/pics/crystalsvg/cr32-mime-template_source.png diff --git a/pics/crystalsvg/cr32-mime-tex.png b/pics/crystalsvg/cr32-mime-tex.png Binary files differnew file mode 100644 index 000000000..7f9ecd901 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-tex.png diff --git a/pics/crystalsvg/cr32-mime-tgz.png b/pics/crystalsvg/cr32-mime-tgz.png Binary files differnew file mode 100644 index 000000000..85021b22a --- /dev/null +++ b/pics/crystalsvg/cr32-mime-tgz.png diff --git a/pics/crystalsvg/cr32-mime-txt.png b/pics/crystalsvg/cr32-mime-txt.png Binary files differnew file mode 100644 index 000000000..c17e3c80a --- /dev/null +++ b/pics/crystalsvg/cr32-mime-txt.png diff --git a/pics/crystalsvg/cr32-mime-txt2.png b/pics/crystalsvg/cr32-mime-txt2.png Binary files differnew file mode 100644 index 000000000..a9a13568a --- /dev/null +++ b/pics/crystalsvg/cr32-mime-txt2.png diff --git a/pics/crystalsvg/cr32-mime-unknown.png b/pics/crystalsvg/cr32-mime-unknown.png Binary files differnew file mode 100644 index 000000000..f274fd436 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-unknown.png diff --git a/pics/crystalsvg/cr32-mime-vcalendar.png b/pics/crystalsvg/cr32-mime-vcalendar.png Binary files differnew file mode 100644 index 000000000..4e0b082a5 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-vcalendar.png diff --git a/pics/crystalsvg/cr32-mime-vcard.png b/pics/crystalsvg/cr32-mime-vcard.png Binary files differnew file mode 100644 index 000000000..326feb106 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-vcard.png diff --git a/pics/crystalsvg/cr32-mime-vectorgfx.png b/pics/crystalsvg/cr32-mime-vectorgfx.png Binary files differnew file mode 100644 index 000000000..7006d553c --- /dev/null +++ b/pics/crystalsvg/cr32-mime-vectorgfx.png diff --git a/pics/crystalsvg/cr32-mime-video.png b/pics/crystalsvg/cr32-mime-video.png Binary files differnew file mode 100644 index 000000000..de00f0ed1 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-video.png diff --git a/pics/crystalsvg/cr32-mime-widget_doc.png b/pics/crystalsvg/cr32-mime-widget_doc.png Binary files differnew file mode 100644 index 000000000..498591ac0 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-widget_doc.png diff --git a/pics/crystalsvg/cr32-mime-wordprocessing.png b/pics/crystalsvg/cr32-mime-wordprocessing.png Binary files differnew file mode 100644 index 000000000..048037327 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-wordprocessing.png diff --git a/pics/crystalsvg/cr32-mime-zip.png b/pics/crystalsvg/cr32-mime-zip.png Binary files differnew file mode 100644 index 000000000..0b8263c91 --- /dev/null +++ b/pics/crystalsvg/cr32-mime-zip.png diff --git a/pics/crystalsvg/cr48-action-add.png b/pics/crystalsvg/cr48-action-add.png Binary files differnew file mode 100644 index 000000000..b90d5f10a --- /dev/null +++ b/pics/crystalsvg/cr48-action-add.png diff --git a/pics/crystalsvg/cr48-action-back.png b/pics/crystalsvg/cr48-action-back.png Binary files differnew file mode 100644 index 000000000..fb16850c2 --- /dev/null +++ b/pics/crystalsvg/cr48-action-back.png diff --git a/pics/crystalsvg/cr48-action-bookmark.png b/pics/crystalsvg/cr48-action-bookmark.png Binary files differnew file mode 100644 index 000000000..aa335b286 --- /dev/null +++ b/pics/crystalsvg/cr48-action-bookmark.png diff --git a/pics/crystalsvg/cr48-action-colorpicker.png b/pics/crystalsvg/cr48-action-colorpicker.png Binary files differnew file mode 100644 index 000000000..e5414d6e6 --- /dev/null +++ b/pics/crystalsvg/cr48-action-colorpicker.png diff --git a/pics/crystalsvg/cr48-action-contents2.png b/pics/crystalsvg/cr48-action-contents2.png Binary files differnew file mode 100644 index 000000000..122f64231 --- /dev/null +++ b/pics/crystalsvg/cr48-action-contents2.png diff --git a/pics/crystalsvg/cr48-action-down.png b/pics/crystalsvg/cr48-action-down.png Binary files differnew file mode 100644 index 000000000..119a09910 --- /dev/null +++ b/pics/crystalsvg/cr48-action-down.png diff --git a/pics/crystalsvg/cr48-action-eraser.png b/pics/crystalsvg/cr48-action-eraser.png Binary files differnew file mode 100644 index 000000000..69e5b77a8 --- /dev/null +++ b/pics/crystalsvg/cr48-action-eraser.png diff --git a/pics/crystalsvg/cr48-action-exit.png b/pics/crystalsvg/cr48-action-exit.png Binary files differnew file mode 100644 index 000000000..f1ca32a50 --- /dev/null +++ b/pics/crystalsvg/cr48-action-exit.png diff --git a/pics/crystalsvg/cr48-action-fileclose.png b/pics/crystalsvg/cr48-action-fileclose.png Binary files differnew file mode 100644 index 000000000..568a0355a --- /dev/null +++ b/pics/crystalsvg/cr48-action-fileclose.png diff --git a/pics/crystalsvg/cr48-action-filenew.png b/pics/crystalsvg/cr48-action-filenew.png Binary files differnew file mode 100644 index 000000000..49a835563 --- /dev/null +++ b/pics/crystalsvg/cr48-action-filenew.png diff --git a/pics/crystalsvg/cr48-action-fileprint.png b/pics/crystalsvg/cr48-action-fileprint.png Binary files differnew file mode 100644 index 000000000..13adbd006 --- /dev/null +++ b/pics/crystalsvg/cr48-action-fileprint.png diff --git a/pics/crystalsvg/cr48-action-filequickprint.png b/pics/crystalsvg/cr48-action-filequickprint.png Binary files differnew file mode 100644 index 000000000..43dcc39b6 --- /dev/null +++ b/pics/crystalsvg/cr48-action-filequickprint.png diff --git a/pics/crystalsvg/cr48-action-forward.png b/pics/crystalsvg/cr48-action-forward.png Binary files differnew file mode 100644 index 000000000..69d0e5394 --- /dev/null +++ b/pics/crystalsvg/cr48-action-forward.png diff --git a/pics/crystalsvg/cr48-action-frameprint.png b/pics/crystalsvg/cr48-action-frameprint.png Binary files differnew file mode 100644 index 000000000..20caab858 --- /dev/null +++ b/pics/crystalsvg/cr48-action-frameprint.png diff --git a/pics/crystalsvg/cr48-action-gear.png b/pics/crystalsvg/cr48-action-gear.png Binary files differnew file mode 100644 index 000000000..de0678c1d --- /dev/null +++ b/pics/crystalsvg/cr48-action-gear.png diff --git a/pics/crystalsvg/cr48-action-gohome.png b/pics/crystalsvg/cr48-action-gohome.png Binary files differnew file mode 100644 index 000000000..6c132e84f --- /dev/null +++ b/pics/crystalsvg/cr48-action-gohome.png diff --git a/pics/crystalsvg/cr48-action-identity.png b/pics/crystalsvg/cr48-action-identity.png Binary files differnew file mode 100644 index 000000000..884c421bc --- /dev/null +++ b/pics/crystalsvg/cr48-action-identity.png diff --git a/pics/crystalsvg/cr48-action-indent.png b/pics/crystalsvg/cr48-action-indent.png Binary files differnew file mode 100644 index 000000000..829e32078 --- /dev/null +++ b/pics/crystalsvg/cr48-action-indent.png diff --git a/pics/crystalsvg/cr48-action-kde.png b/pics/crystalsvg/cr48-action-kde.png Binary files differnew file mode 100644 index 000000000..9df936014 --- /dev/null +++ b/pics/crystalsvg/cr48-action-kde.png diff --git a/pics/crystalsvg/cr48-action-launch.png b/pics/crystalsvg/cr48-action-launch.png Binary files differnew file mode 100644 index 000000000..d2acb27e8 --- /dev/null +++ b/pics/crystalsvg/cr48-action-launch.png diff --git a/pics/crystalsvg/cr48-action-lock.png b/pics/crystalsvg/cr48-action-lock.png Binary files differnew file mode 100644 index 000000000..82afff974 --- /dev/null +++ b/pics/crystalsvg/cr48-action-lock.png diff --git a/pics/crystalsvg/cr48-action-mail_new.png b/pics/crystalsvg/cr48-action-mail_new.png Binary files differnew file mode 100644 index 000000000..c7e11707d --- /dev/null +++ b/pics/crystalsvg/cr48-action-mail_new.png diff --git a/pics/crystalsvg/cr48-action-mail_post_to.png b/pics/crystalsvg/cr48-action-mail_post_to.png Binary files differnew file mode 100644 index 000000000..5ffcaf229 --- /dev/null +++ b/pics/crystalsvg/cr48-action-mail_post_to.png diff --git a/pics/crystalsvg/cr48-action-misc.png b/pics/crystalsvg/cr48-action-misc.png Binary files differnew file mode 100644 index 000000000..afd1172da --- /dev/null +++ b/pics/crystalsvg/cr48-action-misc.png diff --git a/pics/crystalsvg/cr48-action-next.png b/pics/crystalsvg/cr48-action-next.png Binary files differnew file mode 100644 index 000000000..ff48e0068 --- /dev/null +++ b/pics/crystalsvg/cr48-action-next.png diff --git a/pics/crystalsvg/cr48-action-player_playlist.png b/pics/crystalsvg/cr48-action-player_playlist.png Binary files differnew file mode 100644 index 000000000..e9b51c898 --- /dev/null +++ b/pics/crystalsvg/cr48-action-player_playlist.png diff --git a/pics/crystalsvg/cr48-action-previous.png b/pics/crystalsvg/cr48-action-previous.png Binary files differnew file mode 100644 index 000000000..bb8f99802 --- /dev/null +++ b/pics/crystalsvg/cr48-action-previous.png diff --git a/pics/crystalsvg/cr48-action-reload.png b/pics/crystalsvg/cr48-action-reload.png Binary files differnew file mode 100644 index 000000000..5b8270983 --- /dev/null +++ b/pics/crystalsvg/cr48-action-reload.png diff --git a/pics/crystalsvg/cr48-action-reload_all_tabs.png b/pics/crystalsvg/cr48-action-reload_all_tabs.png Binary files differnew file mode 100644 index 000000000..5b8270983 --- /dev/null +++ b/pics/crystalsvg/cr48-action-reload_all_tabs.png diff --git a/pics/crystalsvg/cr48-action-reload_page.png b/pics/crystalsvg/cr48-action-reload_page.png Binary files differnew file mode 100644 index 000000000..5b8270983 --- /dev/null +++ b/pics/crystalsvg/cr48-action-reload_page.png diff --git a/pics/crystalsvg/cr48-action-remove.png b/pics/crystalsvg/cr48-action-remove.png Binary files differnew file mode 100644 index 000000000..2e8547bfe --- /dev/null +++ b/pics/crystalsvg/cr48-action-remove.png diff --git a/pics/crystalsvg/cr48-action-rotate.png b/pics/crystalsvg/cr48-action-rotate.png Binary files differnew file mode 100644 index 000000000..9c57bcb9b --- /dev/null +++ b/pics/crystalsvg/cr48-action-rotate.png diff --git a/pics/crystalsvg/cr48-action-rotate_ccw.png b/pics/crystalsvg/cr48-action-rotate_ccw.png Binary files differnew file mode 100644 index 000000000..9c57bcb9b --- /dev/null +++ b/pics/crystalsvg/cr48-action-rotate_ccw.png diff --git a/pics/crystalsvg/cr48-action-rotate_cw.png b/pics/crystalsvg/cr48-action-rotate_cw.png Binary files differnew file mode 100644 index 000000000..7d8e13c57 --- /dev/null +++ b/pics/crystalsvg/cr48-action-rotate_cw.png diff --git a/pics/crystalsvg/cr48-action-share.png b/pics/crystalsvg/cr48-action-share.png Binary files differnew file mode 100644 index 000000000..6b87efe2a --- /dev/null +++ b/pics/crystalsvg/cr48-action-share.png diff --git a/pics/crystalsvg/cr48-action-stop.png b/pics/crystalsvg/cr48-action-stop.png Binary files differnew file mode 100644 index 000000000..6576cd38d --- /dev/null +++ b/pics/crystalsvg/cr48-action-stop.png diff --git a/pics/crystalsvg/cr48-action-switchuser.png b/pics/crystalsvg/cr48-action-switchuser.png Binary files differnew file mode 100644 index 000000000..c2f127764 --- /dev/null +++ b/pics/crystalsvg/cr48-action-switchuser.png diff --git a/pics/crystalsvg/cr48-action-unindent.png b/pics/crystalsvg/cr48-action-unindent.png Binary files differnew file mode 100644 index 000000000..0aa7819c3 --- /dev/null +++ b/pics/crystalsvg/cr48-action-unindent.png diff --git a/pics/crystalsvg/cr48-action-up.png b/pics/crystalsvg/cr48-action-up.png Binary files differnew file mode 100644 index 000000000..523198650 --- /dev/null +++ b/pics/crystalsvg/cr48-action-up.png diff --git a/pics/crystalsvg/cr48-action-wizard.png b/pics/crystalsvg/cr48-action-wizard.png Binary files differnew file mode 100644 index 000000000..da61055a2 --- /dev/null +++ b/pics/crystalsvg/cr48-action-wizard.png diff --git a/pics/crystalsvg/cr48-app-kmenu.png b/pics/crystalsvg/cr48-app-kmenu.png Binary files differnew file mode 100644 index 000000000..b3ca6b647 --- /dev/null +++ b/pics/crystalsvg/cr48-app-kmenu.png diff --git a/pics/crystalsvg/cr48-app-kttsd.png b/pics/crystalsvg/cr48-app-kttsd.png Binary files differnew file mode 100644 index 000000000..9b1475710 --- /dev/null +++ b/pics/crystalsvg/cr48-app-kttsd.png diff --git a/pics/crystalsvg/cr48-app-password.png b/pics/crystalsvg/cr48-app-password.png Binary files differnew file mode 100644 index 000000000..cfe82a935 --- /dev/null +++ b/pics/crystalsvg/cr48-app-password.png diff --git a/pics/crystalsvg/cr48-device-3floppy_mount.png b/pics/crystalsvg/cr48-device-3floppy_mount.png Binary files differnew file mode 100644 index 000000000..4bb270f85 --- /dev/null +++ b/pics/crystalsvg/cr48-device-3floppy_mount.png diff --git a/pics/crystalsvg/cr48-device-3floppy_unmount.png b/pics/crystalsvg/cr48-device-3floppy_unmount.png Binary files differnew file mode 100644 index 000000000..31704234a --- /dev/null +++ b/pics/crystalsvg/cr48-device-3floppy_unmount.png diff --git a/pics/crystalsvg/cr48-device-5floppy_mount.png b/pics/crystalsvg/cr48-device-5floppy_mount.png Binary files differnew file mode 100644 index 000000000..0efb79c06 --- /dev/null +++ b/pics/crystalsvg/cr48-device-5floppy_mount.png diff --git a/pics/crystalsvg/cr48-device-5floppy_unmount.png b/pics/crystalsvg/cr48-device-5floppy_unmount.png Binary files differnew file mode 100644 index 000000000..7f26c434b --- /dev/null +++ b/pics/crystalsvg/cr48-device-5floppy_unmount.png diff --git a/pics/crystalsvg/cr48-device-blockdevice.png b/pics/crystalsvg/cr48-device-blockdevice.png Binary files differnew file mode 100644 index 000000000..894d1485e --- /dev/null +++ b/pics/crystalsvg/cr48-device-blockdevice.png diff --git a/pics/crystalsvg/cr48-device-camera_mount.png b/pics/crystalsvg/cr48-device-camera_mount.png Binary files differnew file mode 100644 index 000000000..eb9de4302 --- /dev/null +++ b/pics/crystalsvg/cr48-device-camera_mount.png diff --git a/pics/crystalsvg/cr48-device-camera_unmount.png b/pics/crystalsvg/cr48-device-camera_unmount.png Binary files differnew file mode 100644 index 000000000..8442384a3 --- /dev/null +++ b/pics/crystalsvg/cr48-device-camera_unmount.png diff --git a/pics/crystalsvg/cr48-device-cdaudio_mount.png b/pics/crystalsvg/cr48-device-cdaudio_mount.png Binary files differnew file mode 100644 index 000000000..76c57d60d --- /dev/null +++ b/pics/crystalsvg/cr48-device-cdaudio_mount.png diff --git a/pics/crystalsvg/cr48-device-cdaudio_unmount.png b/pics/crystalsvg/cr48-device-cdaudio_unmount.png Binary files differnew file mode 100644 index 000000000..3e90fe2e1 --- /dev/null +++ b/pics/crystalsvg/cr48-device-cdaudio_unmount.png diff --git a/pics/crystalsvg/cr48-device-cdrom_mount.png b/pics/crystalsvg/cr48-device-cdrom_mount.png Binary files differnew file mode 100644 index 000000000..4f8b887ec --- /dev/null +++ b/pics/crystalsvg/cr48-device-cdrom_mount.png diff --git a/pics/crystalsvg/cr48-device-cdrom_unmount.png b/pics/crystalsvg/cr48-device-cdrom_unmount.png Binary files differnew file mode 100644 index 000000000..b20c50725 --- /dev/null +++ b/pics/crystalsvg/cr48-device-cdrom_unmount.png diff --git a/pics/crystalsvg/cr48-device-cdwriter_mount.png b/pics/crystalsvg/cr48-device-cdwriter_mount.png Binary files differnew file mode 100644 index 000000000..69d2050d0 --- /dev/null +++ b/pics/crystalsvg/cr48-device-cdwriter_mount.png diff --git a/pics/crystalsvg/cr48-device-cdwriter_unmount.png b/pics/crystalsvg/cr48-device-cdwriter_unmount.png Binary files differnew file mode 100644 index 000000000..ca8828292 --- /dev/null +++ b/pics/crystalsvg/cr48-device-cdwriter_unmount.png diff --git a/pics/crystalsvg/cr48-device-chardevice.png b/pics/crystalsvg/cr48-device-chardevice.png Binary files differnew file mode 100644 index 000000000..c3308ee2e --- /dev/null +++ b/pics/crystalsvg/cr48-device-chardevice.png diff --git a/pics/crystalsvg/cr48-device-compact_flash_mount.png b/pics/crystalsvg/cr48-device-compact_flash_mount.png Binary files differnew file mode 100644 index 000000000..c05afea95 --- /dev/null +++ b/pics/crystalsvg/cr48-device-compact_flash_mount.png diff --git a/pics/crystalsvg/cr48-device-compact_flash_unmount.png b/pics/crystalsvg/cr48-device-compact_flash_unmount.png Binary files differnew file mode 100644 index 000000000..d6c0f8ee5 --- /dev/null +++ b/pics/crystalsvg/cr48-device-compact_flash_unmount.png diff --git a/pics/crystalsvg/cr48-device-dvd_mount.png b/pics/crystalsvg/cr48-device-dvd_mount.png Binary files differnew file mode 100644 index 000000000..cf90118b1 --- /dev/null +++ b/pics/crystalsvg/cr48-device-dvd_mount.png diff --git a/pics/crystalsvg/cr48-device-dvd_unmount.png b/pics/crystalsvg/cr48-device-dvd_unmount.png Binary files differnew file mode 100644 index 000000000..60fda0c92 --- /dev/null +++ b/pics/crystalsvg/cr48-device-dvd_unmount.png diff --git a/pics/crystalsvg/cr48-device-hdd_mount.png b/pics/crystalsvg/cr48-device-hdd_mount.png Binary files differnew file mode 100644 index 000000000..1a73bb8c7 --- /dev/null +++ b/pics/crystalsvg/cr48-device-hdd_mount.png diff --git a/pics/crystalsvg/cr48-device-hdd_unmount.png b/pics/crystalsvg/cr48-device-hdd_unmount.png Binary files differnew file mode 100644 index 000000000..4cb286950 --- /dev/null +++ b/pics/crystalsvg/cr48-device-hdd_unmount.png diff --git a/pics/crystalsvg/cr48-device-ipod_mount.png b/pics/crystalsvg/cr48-device-ipod_mount.png Binary files differnew file mode 100644 index 000000000..6178c9bbd --- /dev/null +++ b/pics/crystalsvg/cr48-device-ipod_mount.png diff --git a/pics/crystalsvg/cr48-device-ipod_unmount.png b/pics/crystalsvg/cr48-device-ipod_unmount.png Binary files differnew file mode 100644 index 000000000..d0b6cfe0e --- /dev/null +++ b/pics/crystalsvg/cr48-device-ipod_unmount.png diff --git a/pics/crystalsvg/cr48-device-joystick.png b/pics/crystalsvg/cr48-device-joystick.png Binary files differnew file mode 100644 index 000000000..e7e3a1566 --- /dev/null +++ b/pics/crystalsvg/cr48-device-joystick.png diff --git a/pics/crystalsvg/cr48-device-memory.png b/pics/crystalsvg/cr48-device-memory.png Binary files differnew file mode 100644 index 000000000..99290fd49 --- /dev/null +++ b/pics/crystalsvg/cr48-device-memory.png diff --git a/pics/crystalsvg/cr48-device-memory_stick_mount.png b/pics/crystalsvg/cr48-device-memory_stick_mount.png Binary files differnew file mode 100644 index 000000000..ccf523319 --- /dev/null +++ b/pics/crystalsvg/cr48-device-memory_stick_mount.png diff --git a/pics/crystalsvg/cr48-device-memory_stick_unmount.png b/pics/crystalsvg/cr48-device-memory_stick_unmount.png Binary files differnew file mode 100644 index 000000000..4f30b981a --- /dev/null +++ b/pics/crystalsvg/cr48-device-memory_stick_unmount.png diff --git a/pics/crystalsvg/cr48-device-mo_mount.png b/pics/crystalsvg/cr48-device-mo_mount.png Binary files differnew file mode 100644 index 000000000..c61a78197 --- /dev/null +++ b/pics/crystalsvg/cr48-device-mo_mount.png diff --git a/pics/crystalsvg/cr48-device-mo_unmount.png b/pics/crystalsvg/cr48-device-mo_unmount.png Binary files differnew file mode 100644 index 000000000..885c93177 --- /dev/null +++ b/pics/crystalsvg/cr48-device-mo_unmount.png diff --git a/pics/crystalsvg/cr48-device-mouse.png b/pics/crystalsvg/cr48-device-mouse.png Binary files differnew file mode 100644 index 000000000..a35c2405e --- /dev/null +++ b/pics/crystalsvg/cr48-device-mouse.png diff --git a/pics/crystalsvg/cr48-device-nfs_mount.png b/pics/crystalsvg/cr48-device-nfs_mount.png Binary files differnew file mode 100644 index 000000000..6c5fd399d --- /dev/null +++ b/pics/crystalsvg/cr48-device-nfs_mount.png diff --git a/pics/crystalsvg/cr48-device-nfs_unmount.png b/pics/crystalsvg/cr48-device-nfs_unmount.png Binary files differnew file mode 100644 index 000000000..accbd8d63 --- /dev/null +++ b/pics/crystalsvg/cr48-device-nfs_unmount.png diff --git a/pics/crystalsvg/cr48-device-pda_black.png b/pics/crystalsvg/cr48-device-pda_black.png Binary files differnew file mode 100644 index 000000000..f3f952c94 --- /dev/null +++ b/pics/crystalsvg/cr48-device-pda_black.png diff --git a/pics/crystalsvg/cr48-device-pda_blue.png b/pics/crystalsvg/cr48-device-pda_blue.png Binary files differnew file mode 100644 index 000000000..793513d34 --- /dev/null +++ b/pics/crystalsvg/cr48-device-pda_blue.png diff --git a/pics/crystalsvg/cr48-device-print_class.png b/pics/crystalsvg/cr48-device-print_class.png Binary files differnew file mode 100644 index 000000000..6f9aa7fb3 --- /dev/null +++ b/pics/crystalsvg/cr48-device-print_class.png diff --git a/pics/crystalsvg/cr48-device-printer1.png b/pics/crystalsvg/cr48-device-printer1.png Binary files differnew file mode 100644 index 000000000..13adbd006 --- /dev/null +++ b/pics/crystalsvg/cr48-device-printer1.png diff --git a/pics/crystalsvg/cr48-device-scanner.png b/pics/crystalsvg/cr48-device-scanner.png Binary files differnew file mode 100644 index 000000000..7b03612cb --- /dev/null +++ b/pics/crystalsvg/cr48-device-scanner.png diff --git a/pics/crystalsvg/cr48-device-sd_mmc_mount.png b/pics/crystalsvg/cr48-device-sd_mmc_mount.png Binary files differnew file mode 100644 index 000000000..e96a39b76 --- /dev/null +++ b/pics/crystalsvg/cr48-device-sd_mmc_mount.png diff --git a/pics/crystalsvg/cr48-device-sd_mmc_unmount.png b/pics/crystalsvg/cr48-device-sd_mmc_unmount.png Binary files differnew file mode 100644 index 000000000..4359037ad --- /dev/null +++ b/pics/crystalsvg/cr48-device-sd_mmc_unmount.png diff --git a/pics/crystalsvg/cr48-device-smart_media_mount.png b/pics/crystalsvg/cr48-device-smart_media_mount.png Binary files differnew file mode 100644 index 000000000..2d3ad9cc4 --- /dev/null +++ b/pics/crystalsvg/cr48-device-smart_media_mount.png diff --git a/pics/crystalsvg/cr48-device-smart_media_unmount.png b/pics/crystalsvg/cr48-device-smart_media_unmount.png Binary files differnew file mode 100644 index 000000000..c86eac018 --- /dev/null +++ b/pics/crystalsvg/cr48-device-smart_media_unmount.png diff --git a/pics/crystalsvg/cr48-device-system.png b/pics/crystalsvg/cr48-device-system.png Binary files differnew file mode 100644 index 000000000..768f9748c --- /dev/null +++ b/pics/crystalsvg/cr48-device-system.png diff --git a/pics/crystalsvg/cr48-device-tablet.png b/pics/crystalsvg/cr48-device-tablet.png Binary files differnew file mode 100644 index 000000000..92cbe4a66 --- /dev/null +++ b/pics/crystalsvg/cr48-device-tablet.png diff --git a/pics/crystalsvg/cr48-device-tv.png b/pics/crystalsvg/cr48-device-tv.png Binary files differnew file mode 100644 index 000000000..17c96a1cf --- /dev/null +++ b/pics/crystalsvg/cr48-device-tv.png diff --git a/pics/crystalsvg/cr48-device-usbpendrive_mount.png b/pics/crystalsvg/cr48-device-usbpendrive_mount.png Binary files differnew file mode 100644 index 000000000..d3cb7d7ae --- /dev/null +++ b/pics/crystalsvg/cr48-device-usbpendrive_mount.png diff --git a/pics/crystalsvg/cr48-device-usbpendrive_unmount.png b/pics/crystalsvg/cr48-device-usbpendrive_unmount.png Binary files differnew file mode 100644 index 000000000..41d4f5cbf --- /dev/null +++ b/pics/crystalsvg/cr48-device-usbpendrive_unmount.png diff --git a/pics/crystalsvg/cr48-device-zip_mount.png b/pics/crystalsvg/cr48-device-zip_mount.png Binary files differnew file mode 100644 index 000000000..0bf0cc171 --- /dev/null +++ b/pics/crystalsvg/cr48-device-zip_mount.png diff --git a/pics/crystalsvg/cr48-device-zip_unmount.png b/pics/crystalsvg/cr48-device-zip_unmount.png Binary files differnew file mode 100644 index 000000000..7a5463482 --- /dev/null +++ b/pics/crystalsvg/cr48-device-zip_unmount.png diff --git a/pics/crystalsvg/cr48-filesys-desktop.png b/pics/crystalsvg/cr48-filesys-desktop.png Binary files differnew file mode 100644 index 000000000..5055c7df8 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-desktop.png diff --git a/pics/crystalsvg/cr48-filesys-exec.png b/pics/crystalsvg/cr48-filesys-exec.png Binary files differnew file mode 100644 index 000000000..2aa25245c --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-exec.png diff --git a/pics/crystalsvg/cr48-filesys-file_broken.png b/pics/crystalsvg/cr48-filesys-file_broken.png Binary files differnew file mode 100644 index 000000000..7d805ccac --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-file_broken.png diff --git a/pics/crystalsvg/cr48-filesys-folder.png b/pics/crystalsvg/cr48-filesys-folder.png Binary files differnew file mode 100644 index 000000000..045ca9d53 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder.png diff --git a/pics/crystalsvg/cr48-filesys-folder_crystal.png b/pics/crystalsvg/cr48-filesys-folder_crystal.png Binary files differnew file mode 100644 index 000000000..ec2256b8b --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_crystal.png diff --git a/pics/crystalsvg/cr48-filesys-folder_favorite.png b/pics/crystalsvg/cr48-filesys-folder_favorite.png Binary files differnew file mode 100644 index 000000000..e834f8f5a --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_favorite.png diff --git a/pics/crystalsvg/cr48-filesys-folder_green.png b/pics/crystalsvg/cr48-filesys-folder_green.png Binary files differnew file mode 100644 index 000000000..853c9bb50 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_green.png diff --git a/pics/crystalsvg/cr48-filesys-folder_green_open.png b/pics/crystalsvg/cr48-filesys-folder_green_open.png Binary files differnew file mode 100644 index 000000000..cc94b24ae --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_green_open.png diff --git a/pics/crystalsvg/cr48-filesys-folder_grey.png b/pics/crystalsvg/cr48-filesys-folder_grey.png Binary files differnew file mode 100644 index 000000000..872fe173f --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_grey.png diff --git a/pics/crystalsvg/cr48-filesys-folder_grey_open.png b/pics/crystalsvg/cr48-filesys-folder_grey_open.png Binary files differnew file mode 100644 index 000000000..c1bfa5dae --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_grey_open.png diff --git a/pics/crystalsvg/cr48-filesys-folder_home.png b/pics/crystalsvg/cr48-filesys-folder_home.png Binary files differnew file mode 100644 index 000000000..d08e6ab00 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_home.png diff --git a/pics/crystalsvg/cr48-filesys-folder_home2.png b/pics/crystalsvg/cr48-filesys-folder_home2.png Binary files differnew file mode 100644 index 000000000..6e7fcb61e --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_home2.png diff --git a/pics/crystalsvg/cr48-filesys-folder_html.png b/pics/crystalsvg/cr48-filesys-folder_html.png Binary files differnew file mode 100644 index 000000000..0bd00d75f --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_html.png diff --git a/pics/crystalsvg/cr48-filesys-folder_image.png b/pics/crystalsvg/cr48-filesys-folder_image.png Binary files differnew file mode 100644 index 000000000..633b13fff --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_image.png diff --git a/pics/crystalsvg/cr48-filesys-folder_important.png b/pics/crystalsvg/cr48-filesys-folder_important.png Binary files differnew file mode 100644 index 000000000..c8fe646fa --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_important.png diff --git a/pics/crystalsvg/cr48-filesys-folder_inbox.png b/pics/crystalsvg/cr48-filesys-folder_inbox.png Binary files differnew file mode 100644 index 000000000..4ecf5c2e6 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_inbox.png diff --git a/pics/crystalsvg/cr48-filesys-folder_locked.png b/pics/crystalsvg/cr48-filesys-folder_locked.png Binary files differnew file mode 100644 index 000000000..3b24364d4 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_locked.png diff --git a/pics/crystalsvg/cr48-filesys-folder_man.png b/pics/crystalsvg/cr48-filesys-folder_man.png Binary files differnew file mode 100644 index 000000000..0a50e320f --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_man.png diff --git a/pics/crystalsvg/cr48-filesys-folder_open.png b/pics/crystalsvg/cr48-filesys-folder_open.png Binary files differnew file mode 100644 index 000000000..3996a2cdb --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_open.png diff --git a/pics/crystalsvg/cr48-filesys-folder_orange.png b/pics/crystalsvg/cr48-filesys-folder_orange.png Binary files differnew file mode 100644 index 000000000..185d35abf --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_orange.png diff --git a/pics/crystalsvg/cr48-filesys-folder_orange_open.png b/pics/crystalsvg/cr48-filesys-folder_orange_open.png Binary files differnew file mode 100644 index 000000000..549fe4c1d --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_orange_open.png diff --git a/pics/crystalsvg/cr48-filesys-folder_outbox.png b/pics/crystalsvg/cr48-filesys-folder_outbox.png Binary files differnew file mode 100644 index 000000000..9b88a594d --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_outbox.png diff --git a/pics/crystalsvg/cr48-filesys-folder_print.png b/pics/crystalsvg/cr48-filesys-folder_print.png Binary files differnew file mode 100644 index 000000000..97f33bc05 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_print.png diff --git a/pics/crystalsvg/cr48-filesys-folder_red.png b/pics/crystalsvg/cr48-filesys-folder_red.png Binary files differnew file mode 100644 index 000000000..7600044a2 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_red.png diff --git a/pics/crystalsvg/cr48-filesys-folder_red_open.png b/pics/crystalsvg/cr48-filesys-folder_red_open.png Binary files differnew file mode 100644 index 000000000..253dca565 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_red_open.png diff --git a/pics/crystalsvg/cr48-filesys-folder_sound.png b/pics/crystalsvg/cr48-filesys-folder_sound.png Binary files differnew file mode 100644 index 000000000..b5ae9dcc6 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_sound.png diff --git a/pics/crystalsvg/cr48-filesys-folder_tar.png b/pics/crystalsvg/cr48-filesys-folder_tar.png Binary files differnew file mode 100644 index 000000000..083bbb7c1 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_tar.png diff --git a/pics/crystalsvg/cr48-filesys-folder_txt.png b/pics/crystalsvg/cr48-filesys-folder_txt.png Binary files differnew file mode 100644 index 000000000..073d1caee --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_txt.png diff --git a/pics/crystalsvg/cr48-filesys-folder_video.png b/pics/crystalsvg/cr48-filesys-folder_video.png Binary files differnew file mode 100644 index 000000000..4b34c3fff --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_video.png diff --git a/pics/crystalsvg/cr48-filesys-folder_violet.png b/pics/crystalsvg/cr48-filesys-folder_violet.png Binary files differnew file mode 100644 index 000000000..7fc0aedb2 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_violet.png diff --git a/pics/crystalsvg/cr48-filesys-folder_violet_open.png b/pics/crystalsvg/cr48-filesys-folder_violet_open.png Binary files differnew file mode 100644 index 000000000..82c21b0b5 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_violet_open.png diff --git a/pics/crystalsvg/cr48-filesys-folder_yellow.png b/pics/crystalsvg/cr48-filesys-folder_yellow.png Binary files differnew file mode 100644 index 000000000..4daf80002 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_yellow.png diff --git a/pics/crystalsvg/cr48-filesys-folder_yellow_open.png b/pics/crystalsvg/cr48-filesys-folder_yellow_open.png Binary files differnew file mode 100644 index 000000000..50713f274 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-folder_yellow_open.png diff --git a/pics/crystalsvg/cr48-filesys-ftp.png b/pics/crystalsvg/cr48-filesys-ftp.png Binary files differnew file mode 100644 index 000000000..34159c0ad --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-ftp.png diff --git a/pics/crystalsvg/cr48-filesys-link_overlay.png b/pics/crystalsvg/cr48-filesys-link_overlay.png Binary files differnew file mode 100644 index 000000000..baa6fa942 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-link_overlay.png diff --git a/pics/crystalsvg/cr48-filesys-lock_overlay.png b/pics/crystalsvg/cr48-filesys-lock_overlay.png Binary files differnew file mode 100644 index 000000000..481bfb4b9 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-lock_overlay.png diff --git a/pics/crystalsvg/cr48-filesys-network.png b/pics/crystalsvg/cr48-filesys-network.png Binary files differnew file mode 100644 index 000000000..76e8f92f5 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-network.png diff --git a/pics/crystalsvg/cr48-filesys-network_local.png b/pics/crystalsvg/cr48-filesys-network_local.png Binary files differnew file mode 100644 index 000000000..6aa43d4f0 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-network_local.png diff --git a/pics/crystalsvg/cr48-filesys-pipe.png b/pics/crystalsvg/cr48-filesys-pipe.png Binary files differnew file mode 100644 index 000000000..9b75ef834 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-pipe.png diff --git a/pics/crystalsvg/cr48-filesys-server.png b/pics/crystalsvg/cr48-filesys-server.png Binary files differnew file mode 100644 index 000000000..b21caca7e --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-server.png diff --git a/pics/crystalsvg/cr48-filesys-trashcan_empty.png b/pics/crystalsvg/cr48-filesys-trashcan_empty.png Binary files differnew file mode 100644 index 000000000..a54e6ec51 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-trashcan_empty.png diff --git a/pics/crystalsvg/cr48-filesys-trashcan_full.png b/pics/crystalsvg/cr48-filesys-trashcan_full.png Binary files differnew file mode 100644 index 000000000..a69a3b471 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-trashcan_full.png diff --git a/pics/crystalsvg/cr48-filesys-www.png b/pics/crystalsvg/cr48-filesys-www.png Binary files differnew file mode 100644 index 000000000..30de827a0 --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-www.png diff --git a/pics/crystalsvg/cr48-filesys-zip_overlay.png b/pics/crystalsvg/cr48-filesys-zip_overlay.png Binary files differnew file mode 100644 index 000000000..053f38e9d --- /dev/null +++ b/pics/crystalsvg/cr48-filesys-zip_overlay.png diff --git a/pics/crystalsvg/cr48-mime-applix.png b/pics/crystalsvg/cr48-mime-applix.png Binary files differnew file mode 100644 index 000000000..3316d8383 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-applix.png diff --git a/pics/crystalsvg/cr48-mime-ascii.png b/pics/crystalsvg/cr48-mime-ascii.png Binary files differnew file mode 100644 index 000000000..39af2b38e --- /dev/null +++ b/pics/crystalsvg/cr48-mime-ascii.png diff --git a/pics/crystalsvg/cr48-mime-binary.png b/pics/crystalsvg/cr48-mime-binary.png Binary files differnew file mode 100644 index 000000000..bb4651029 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-binary.png diff --git a/pics/crystalsvg/cr48-mime-bt.png b/pics/crystalsvg/cr48-mime-bt.png Binary files differnew file mode 100644 index 000000000..5ca3f1ded --- /dev/null +++ b/pics/crystalsvg/cr48-mime-bt.png diff --git a/pics/crystalsvg/cr48-mime-cdimage.png b/pics/crystalsvg/cr48-mime-cdimage.png Binary files differnew file mode 100644 index 000000000..bdf7c9180 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-cdimage.png diff --git a/pics/crystalsvg/cr48-mime-cdr.png b/pics/crystalsvg/cr48-mime-cdr.png Binary files differnew file mode 100644 index 000000000..d767779b7 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-cdr.png diff --git a/pics/crystalsvg/cr48-mime-cdtrack.png b/pics/crystalsvg/cr48-mime-cdtrack.png Binary files differnew file mode 100644 index 000000000..359ea8e81 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-cdtrack.png diff --git a/pics/crystalsvg/cr48-mime-colorscm.png b/pics/crystalsvg/cr48-mime-colorscm.png Binary files differnew file mode 100644 index 000000000..4aa04d607 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-colorscm.png diff --git a/pics/crystalsvg/cr48-mime-core.png b/pics/crystalsvg/cr48-mime-core.png Binary files differnew file mode 100644 index 000000000..b37fa6faa --- /dev/null +++ b/pics/crystalsvg/cr48-mime-core.png diff --git a/pics/crystalsvg/cr48-mime-deb.png b/pics/crystalsvg/cr48-mime-deb.png Binary files differnew file mode 100644 index 000000000..000b8bc13 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-deb.png diff --git a/pics/crystalsvg/cr48-mime-document.png b/pics/crystalsvg/cr48-mime-document.png Binary files differnew file mode 100644 index 000000000..21f079bf4 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-document.png diff --git a/pics/crystalsvg/cr48-mime-document2.png b/pics/crystalsvg/cr48-mime-document2.png Binary files differnew file mode 100644 index 000000000..029e12ae7 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-document2.png diff --git a/pics/crystalsvg/cr48-mime-dvi.png b/pics/crystalsvg/cr48-mime-dvi.png Binary files differnew file mode 100644 index 000000000..b74aee209 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-dvi.png diff --git a/pics/crystalsvg/cr48-mime-empty.png b/pics/crystalsvg/cr48-mime-empty.png Binary files differnew file mode 100644 index 000000000..399dcc7b8 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-empty.png diff --git a/pics/crystalsvg/cr48-mime-encrypted.png b/pics/crystalsvg/cr48-mime-encrypted.png Binary files differnew file mode 100644 index 000000000..b4ada7ad5 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-encrypted.png diff --git a/pics/crystalsvg/cr48-mime-exec_wine.png b/pics/crystalsvg/cr48-mime-exec_wine.png Binary files differnew file mode 100644 index 000000000..1e57f9537 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-exec_wine.png diff --git a/pics/crystalsvg/cr48-mime-font.png b/pics/crystalsvg/cr48-mime-font.png Binary files differnew file mode 100644 index 000000000..21a04810e --- /dev/null +++ b/pics/crystalsvg/cr48-mime-font.png diff --git a/pics/crystalsvg/cr48-mime-font_bitmap.png b/pics/crystalsvg/cr48-mime-font_bitmap.png Binary files differnew file mode 100644 index 000000000..1e6a9eb2a --- /dev/null +++ b/pics/crystalsvg/cr48-mime-font_bitmap.png diff --git a/pics/crystalsvg/cr48-mime-font_truetype.png b/pics/crystalsvg/cr48-mime-font_truetype.png Binary files differnew file mode 100644 index 000000000..d843013da --- /dev/null +++ b/pics/crystalsvg/cr48-mime-font_truetype.png diff --git a/pics/crystalsvg/cr48-mime-font_type1.png b/pics/crystalsvg/cr48-mime-font_type1.png Binary files differnew file mode 100644 index 000000000..c40bb5c24 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-font_type1.png diff --git a/pics/crystalsvg/cr48-mime-gettext.png b/pics/crystalsvg/cr48-mime-gettext.png Binary files differnew file mode 100644 index 000000000..c40bb5c24 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-gettext.png diff --git a/pics/crystalsvg/cr48-mime-gf.png b/pics/crystalsvg/cr48-mime-gf.png Binary files differnew file mode 100644 index 000000000..b6d592757 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-gf.png diff --git a/pics/crystalsvg/cr48-mime-html.png b/pics/crystalsvg/cr48-mime-html.png Binary files differnew file mode 100644 index 000000000..bddde59c0 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-html.png diff --git a/pics/crystalsvg/cr48-mime-image.png b/pics/crystalsvg/cr48-mime-image.png Binary files differnew file mode 100644 index 000000000..e174c3a1b --- /dev/null +++ b/pics/crystalsvg/cr48-mime-image.png diff --git a/pics/crystalsvg/cr48-mime-info.png b/pics/crystalsvg/cr48-mime-info.png Binary files differnew file mode 100644 index 000000000..f21142b51 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-info.png diff --git a/pics/crystalsvg/cr48-mime-karbon_karbon.png b/pics/crystalsvg/cr48-mime-karbon_karbon.png Binary files differnew file mode 100644 index 000000000..2cfdf5271 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-karbon_karbon.png diff --git a/pics/crystalsvg/cr48-mime-kchart_chrt.png b/pics/crystalsvg/cr48-mime-kchart_chrt.png Binary files differnew file mode 100644 index 000000000..f841f91f6 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kchart_chrt.png diff --git a/pics/crystalsvg/cr48-mime-kexi_kexi.png b/pics/crystalsvg/cr48-mime-kexi_kexi.png Binary files differnew file mode 100644 index 000000000..b140db8aa --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kexi_kexi.png diff --git a/pics/crystalsvg/cr48-mime-kformula_kfo.png b/pics/crystalsvg/cr48-mime-kformula_kfo.png Binary files differnew file mode 100644 index 000000000..d6902ff35 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kformula_kfo.png diff --git a/pics/crystalsvg/cr48-mime-kivio_flw.png b/pics/crystalsvg/cr48-mime-kivio_flw.png Binary files differnew file mode 100644 index 000000000..8821912cc --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kivio_flw.png diff --git a/pics/crystalsvg/cr48-mime-kmultiple.png b/pics/crystalsvg/cr48-mime-kmultiple.png Binary files differnew file mode 100644 index 000000000..00651fcd2 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kmultiple.png diff --git a/pics/crystalsvg/cr48-mime-koffice.png b/pics/crystalsvg/cr48-mime-koffice.png Binary files differnew file mode 100644 index 000000000..1ec069b9f --- /dev/null +++ b/pics/crystalsvg/cr48-mime-koffice.png diff --git a/pics/crystalsvg/cr48-mime-kpresenter_kpr.png b/pics/crystalsvg/cr48-mime-kpresenter_kpr.png Binary files differnew file mode 100644 index 000000000..30c1c6561 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kpresenter_kpr.png diff --git a/pics/crystalsvg/cr48-mime-krita_kra.png b/pics/crystalsvg/cr48-mime-krita_kra.png Binary files differnew file mode 100644 index 000000000..e61d08f24 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-krita_kra.png diff --git a/pics/crystalsvg/cr48-mime-kspread_ksp.png b/pics/crystalsvg/cr48-mime-kspread_ksp.png Binary files differnew file mode 100644 index 000000000..df1b750e4 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kspread_ksp.png diff --git a/pics/crystalsvg/cr48-mime-kugar_kud.png b/pics/crystalsvg/cr48-mime-kugar_kud.png Binary files differnew file mode 100644 index 000000000..fed9f1028 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kugar_kud.png diff --git a/pics/crystalsvg/cr48-mime-kword_kwd.png b/pics/crystalsvg/cr48-mime-kword_kwd.png Binary files differnew file mode 100644 index 000000000..4610ed6da --- /dev/null +++ b/pics/crystalsvg/cr48-mime-kword_kwd.png diff --git a/pics/crystalsvg/cr48-mime-log.png b/pics/crystalsvg/cr48-mime-log.png Binary files differnew file mode 100644 index 000000000..869da6d7e --- /dev/null +++ b/pics/crystalsvg/cr48-mime-log.png diff --git a/pics/crystalsvg/cr48-mime-make.png b/pics/crystalsvg/cr48-mime-make.png Binary files differnew file mode 100644 index 000000000..f3631a87c --- /dev/null +++ b/pics/crystalsvg/cr48-mime-make.png diff --git a/pics/crystalsvg/cr48-mime-man.png b/pics/crystalsvg/cr48-mime-man.png Binary files differnew file mode 100644 index 000000000..b221fd55f --- /dev/null +++ b/pics/crystalsvg/cr48-mime-man.png diff --git a/pics/crystalsvg/cr48-mime-message.png b/pics/crystalsvg/cr48-mime-message.png Binary files differnew file mode 100644 index 000000000..d93cc61ed --- /dev/null +++ b/pics/crystalsvg/cr48-mime-message.png diff --git a/pics/crystalsvg/cr48-mime-metafont.png b/pics/crystalsvg/cr48-mime-metafont.png Binary files differnew file mode 100644 index 000000000..fae5827cc --- /dev/null +++ b/pics/crystalsvg/cr48-mime-metafont.png diff --git a/pics/crystalsvg/cr48-mime-midi.png b/pics/crystalsvg/cr48-mime-midi.png Binary files differnew file mode 100644 index 000000000..519c3f7b4 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-midi.png diff --git a/pics/crystalsvg/cr48-mime-misc.png b/pics/crystalsvg/cr48-mime-misc.png Binary files differnew file mode 100644 index 000000000..0808fdfd4 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-misc.png diff --git a/pics/crystalsvg/cr48-mime-mozilla_doc.png b/pics/crystalsvg/cr48-mime-mozilla_doc.png Binary files differnew file mode 100644 index 000000000..02d83de20 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-mozilla_doc.png diff --git a/pics/crystalsvg/cr48-mime-netscape_doc.png b/pics/crystalsvg/cr48-mime-netscape_doc.png Binary files differnew file mode 100644 index 000000000..82ab1860c --- /dev/null +++ b/pics/crystalsvg/cr48-mime-netscape_doc.png diff --git a/pics/crystalsvg/cr48-mime-pdf.png b/pics/crystalsvg/cr48-mime-pdf.png Binary files differnew file mode 100644 index 000000000..9dee72819 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-pdf.png diff --git a/pics/crystalsvg/cr48-mime-pk.png b/pics/crystalsvg/cr48-mime-pk.png Binary files differnew file mode 100644 index 000000000..79f096124 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-pk.png diff --git a/pics/crystalsvg/cr48-mime-postscript.png b/pics/crystalsvg/cr48-mime-postscript.png Binary files differnew file mode 100644 index 000000000..c9b1ec168 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-postscript.png diff --git a/pics/crystalsvg/cr48-mime-quicktime.png b/pics/crystalsvg/cr48-mime-quicktime.png Binary files differnew file mode 100644 index 000000000..fa14e61c7 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-quicktime.png diff --git a/pics/crystalsvg/cr48-mime-readme.png b/pics/crystalsvg/cr48-mime-readme.png Binary files differnew file mode 100644 index 000000000..45e66bcdc --- /dev/null +++ b/pics/crystalsvg/cr48-mime-readme.png diff --git a/pics/crystalsvg/cr48-mime-recycled.png b/pics/crystalsvg/cr48-mime-recycled.png Binary files differnew file mode 100644 index 000000000..d70b01eb4 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-recycled.png diff --git a/pics/crystalsvg/cr48-mime-resource.png b/pics/crystalsvg/cr48-mime-resource.png Binary files differnew file mode 100644 index 000000000..8abea7bb8 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-resource.png diff --git a/pics/crystalsvg/cr48-mime-rpm.png b/pics/crystalsvg/cr48-mime-rpm.png Binary files differnew file mode 100644 index 000000000..70b1ab609 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-rpm.png diff --git a/pics/crystalsvg/cr48-mime-shellscript.png b/pics/crystalsvg/cr48-mime-shellscript.png Binary files differnew file mode 100644 index 000000000..bc37e0d09 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-shellscript.png diff --git a/pics/crystalsvg/cr48-mime-soffice.png b/pics/crystalsvg/cr48-mime-soffice.png Binary files differnew file mode 100644 index 000000000..eed7d172f --- /dev/null +++ b/pics/crystalsvg/cr48-mime-soffice.png diff --git a/pics/crystalsvg/cr48-mime-sound.png b/pics/crystalsvg/cr48-mime-sound.png Binary files differnew file mode 100644 index 000000000..b80dc415a --- /dev/null +++ b/pics/crystalsvg/cr48-mime-sound.png diff --git a/pics/crystalsvg/cr48-mime-source.png b/pics/crystalsvg/cr48-mime-source.png Binary files differnew file mode 100644 index 000000000..ee1314074 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source.png diff --git a/pics/crystalsvg/cr48-mime-source_c.png b/pics/crystalsvg/cr48-mime-source_c.png Binary files differnew file mode 100644 index 000000000..e2f303814 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_c.png diff --git a/pics/crystalsvg/cr48-mime-source_cpp.png b/pics/crystalsvg/cr48-mime-source_cpp.png Binary files differnew file mode 100644 index 000000000..b4a44c910 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_cpp.png diff --git a/pics/crystalsvg/cr48-mime-source_f.png b/pics/crystalsvg/cr48-mime-source_f.png Binary files differnew file mode 100644 index 000000000..34723c1c1 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_f.png diff --git a/pics/crystalsvg/cr48-mime-source_h.png b/pics/crystalsvg/cr48-mime-source_h.png Binary files differnew file mode 100644 index 000000000..4b7915c8f --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_h.png diff --git a/pics/crystalsvg/cr48-mime-source_j.png b/pics/crystalsvg/cr48-mime-source_j.png Binary files differnew file mode 100644 index 000000000..ff7a41bbe --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_j.png diff --git a/pics/crystalsvg/cr48-mime-source_java.png b/pics/crystalsvg/cr48-mime-source_java.png Binary files differnew file mode 100644 index 000000000..dd0da8456 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_java.png diff --git a/pics/crystalsvg/cr48-mime-source_l.png b/pics/crystalsvg/cr48-mime-source_l.png Binary files differnew file mode 100644 index 000000000..7230464d7 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_l.png diff --git a/pics/crystalsvg/cr48-mime-source_moc.png b/pics/crystalsvg/cr48-mime-source_moc.png Binary files differnew file mode 100644 index 000000000..d199e18f0 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_moc.png diff --git a/pics/crystalsvg/cr48-mime-source_o.png b/pics/crystalsvg/cr48-mime-source_o.png Binary files differnew file mode 100644 index 000000000..31185e7bb --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_o.png diff --git a/pics/crystalsvg/cr48-mime-source_p.png b/pics/crystalsvg/cr48-mime-source_p.png Binary files differnew file mode 100644 index 000000000..6c1191285 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_p.png diff --git a/pics/crystalsvg/cr48-mime-source_php.png b/pics/crystalsvg/cr48-mime-source_php.png Binary files differnew file mode 100644 index 000000000..61ef1029a --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_php.png diff --git a/pics/crystalsvg/cr48-mime-source_pl.png b/pics/crystalsvg/cr48-mime-source_pl.png Binary files differnew file mode 100644 index 000000000..50d005b26 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_pl.png diff --git a/pics/crystalsvg/cr48-mime-source_py.png b/pics/crystalsvg/cr48-mime-source_py.png Binary files differnew file mode 100644 index 000000000..a9c9d2334 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_py.png diff --git a/pics/crystalsvg/cr48-mime-source_s.png b/pics/crystalsvg/cr48-mime-source_s.png Binary files differnew file mode 100644 index 000000000..a0504ef46 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_s.png diff --git a/pics/crystalsvg/cr48-mime-source_y.png b/pics/crystalsvg/cr48-mime-source_y.png Binary files differnew file mode 100644 index 000000000..50abba6af --- /dev/null +++ b/pics/crystalsvg/cr48-mime-source_y.png diff --git a/pics/crystalsvg/cr48-mime-spreadsheet.png b/pics/crystalsvg/cr48-mime-spreadsheet.png Binary files differnew file mode 100644 index 000000000..f6a8d5996 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-spreadsheet.png diff --git a/pics/crystalsvg/cr48-mime-tar.png b/pics/crystalsvg/cr48-mime-tar.png Binary files differnew file mode 100644 index 000000000..d3bf2ab41 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-tar.png diff --git a/pics/crystalsvg/cr48-mime-template_source.png b/pics/crystalsvg/cr48-mime-template_source.png Binary files differnew file mode 100644 index 000000000..f37438397 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-template_source.png diff --git a/pics/crystalsvg/cr48-mime-tex.png b/pics/crystalsvg/cr48-mime-tex.png Binary files differnew file mode 100644 index 000000000..6cab0339a --- /dev/null +++ b/pics/crystalsvg/cr48-mime-tex.png diff --git a/pics/crystalsvg/cr48-mime-tgz.png b/pics/crystalsvg/cr48-mime-tgz.png Binary files differnew file mode 100644 index 000000000..535d82fe8 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-tgz.png diff --git a/pics/crystalsvg/cr48-mime-txt.png b/pics/crystalsvg/cr48-mime-txt.png Binary files differnew file mode 100644 index 000000000..6456b1373 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-txt.png diff --git a/pics/crystalsvg/cr48-mime-txt2.png b/pics/crystalsvg/cr48-mime-txt2.png Binary files differnew file mode 100644 index 000000000..8a796f9be --- /dev/null +++ b/pics/crystalsvg/cr48-mime-txt2.png diff --git a/pics/crystalsvg/cr48-mime-unknown.png b/pics/crystalsvg/cr48-mime-unknown.png Binary files differnew file mode 100644 index 000000000..3cd16fc1d --- /dev/null +++ b/pics/crystalsvg/cr48-mime-unknown.png diff --git a/pics/crystalsvg/cr48-mime-vcalendar.png b/pics/crystalsvg/cr48-mime-vcalendar.png Binary files differnew file mode 100644 index 000000000..f31178350 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-vcalendar.png diff --git a/pics/crystalsvg/cr48-mime-vcard.png b/pics/crystalsvg/cr48-mime-vcard.png Binary files differnew file mode 100644 index 000000000..5031409ba --- /dev/null +++ b/pics/crystalsvg/cr48-mime-vcard.png diff --git a/pics/crystalsvg/cr48-mime-vectorgfx.png b/pics/crystalsvg/cr48-mime-vectorgfx.png Binary files differnew file mode 100644 index 000000000..b1b34ba41 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-vectorgfx.png diff --git a/pics/crystalsvg/cr48-mime-video.png b/pics/crystalsvg/cr48-mime-video.png Binary files differnew file mode 100644 index 000000000..20127110b --- /dev/null +++ b/pics/crystalsvg/cr48-mime-video.png diff --git a/pics/crystalsvg/cr48-mime-widget_doc.png b/pics/crystalsvg/cr48-mime-widget_doc.png Binary files differnew file mode 100644 index 000000000..72460168c --- /dev/null +++ b/pics/crystalsvg/cr48-mime-widget_doc.png diff --git a/pics/crystalsvg/cr48-mime-wordprocessing.png b/pics/crystalsvg/cr48-mime-wordprocessing.png Binary files differnew file mode 100644 index 000000000..2f8b02fb8 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-wordprocessing.png diff --git a/pics/crystalsvg/cr48-mime-zip.png b/pics/crystalsvg/cr48-mime-zip.png Binary files differnew file mode 100644 index 000000000..7294e5db8 --- /dev/null +++ b/pics/crystalsvg/cr48-mime-zip.png diff --git a/pics/crystalsvg/cr64-action-favorites.png b/pics/crystalsvg/cr64-action-favorites.png Binary files differnew file mode 100644 index 000000000..ffa08a8c4 --- /dev/null +++ b/pics/crystalsvg/cr64-action-favorites.png diff --git a/pics/crystalsvg/cr64-action-fileopen.png b/pics/crystalsvg/cr64-action-fileopen.png Binary files differnew file mode 100644 index 000000000..068a38680 --- /dev/null +++ b/pics/crystalsvg/cr64-action-fileopen.png diff --git a/pics/crystalsvg/cr64-action-player_play.png b/pics/crystalsvg/cr64-action-player_play.png Binary files differnew file mode 100644 index 000000000..679dc86af --- /dev/null +++ b/pics/crystalsvg/cr64-action-player_play.png diff --git a/pics/crystalsvg/cr64-action-share.png b/pics/crystalsvg/cr64-action-share.png Binary files differnew file mode 100644 index 000000000..b9deda1d2 --- /dev/null +++ b/pics/crystalsvg/cr64-action-share.png diff --git a/pics/crystalsvg/cr64-app-kmenu.png b/pics/crystalsvg/cr64-app-kmenu.png Binary files differnew file mode 100644 index 000000000..061bee955 --- /dev/null +++ b/pics/crystalsvg/cr64-app-kmenu.png diff --git a/pics/crystalsvg/cr64-app-kttsd.png b/pics/crystalsvg/cr64-app-kttsd.png Binary files differnew file mode 100644 index 000000000..9cbc32558 --- /dev/null +++ b/pics/crystalsvg/cr64-app-kttsd.png diff --git a/pics/crystalsvg/cr64-app-password.png b/pics/crystalsvg/cr64-app-password.png Binary files differnew file mode 100644 index 000000000..214453811 --- /dev/null +++ b/pics/crystalsvg/cr64-app-password.png diff --git a/pics/crystalsvg/cr64-device-3floppy_mount.png b/pics/crystalsvg/cr64-device-3floppy_mount.png Binary files differnew file mode 100644 index 000000000..22e60f186 --- /dev/null +++ b/pics/crystalsvg/cr64-device-3floppy_mount.png diff --git a/pics/crystalsvg/cr64-device-3floppy_unmount.png b/pics/crystalsvg/cr64-device-3floppy_unmount.png Binary files differnew file mode 100644 index 000000000..b5b8e2c7e --- /dev/null +++ b/pics/crystalsvg/cr64-device-3floppy_unmount.png diff --git a/pics/crystalsvg/cr64-device-5floppy_mount.png b/pics/crystalsvg/cr64-device-5floppy_mount.png Binary files differnew file mode 100644 index 000000000..54f0ce54e --- /dev/null +++ b/pics/crystalsvg/cr64-device-5floppy_mount.png diff --git a/pics/crystalsvg/cr64-device-5floppy_unmount.png b/pics/crystalsvg/cr64-device-5floppy_unmount.png Binary files differnew file mode 100644 index 000000000..6e6c38864 --- /dev/null +++ b/pics/crystalsvg/cr64-device-5floppy_unmount.png diff --git a/pics/crystalsvg/cr64-device-blockdevice.png b/pics/crystalsvg/cr64-device-blockdevice.png Binary files differnew file mode 100644 index 000000000..656b6e73a --- /dev/null +++ b/pics/crystalsvg/cr64-device-blockdevice.png diff --git a/pics/crystalsvg/cr64-device-camera_mount.png b/pics/crystalsvg/cr64-device-camera_mount.png Binary files differnew file mode 100644 index 000000000..3e174b277 --- /dev/null +++ b/pics/crystalsvg/cr64-device-camera_mount.png diff --git a/pics/crystalsvg/cr64-device-camera_unmount.png b/pics/crystalsvg/cr64-device-camera_unmount.png Binary files differnew file mode 100644 index 000000000..91727bcf2 --- /dev/null +++ b/pics/crystalsvg/cr64-device-camera_unmount.png diff --git a/pics/crystalsvg/cr64-device-cdaudio_mount.png b/pics/crystalsvg/cr64-device-cdaudio_mount.png Binary files differnew file mode 100644 index 000000000..285661c8e --- /dev/null +++ b/pics/crystalsvg/cr64-device-cdaudio_mount.png diff --git a/pics/crystalsvg/cr64-device-cdaudio_unmount.png b/pics/crystalsvg/cr64-device-cdaudio_unmount.png Binary files differnew file mode 100644 index 000000000..e8af634aa --- /dev/null +++ b/pics/crystalsvg/cr64-device-cdaudio_unmount.png diff --git a/pics/crystalsvg/cr64-device-cdrom_mount.png b/pics/crystalsvg/cr64-device-cdrom_mount.png Binary files differnew file mode 100644 index 000000000..f0eeacfe3 --- /dev/null +++ b/pics/crystalsvg/cr64-device-cdrom_mount.png diff --git a/pics/crystalsvg/cr64-device-cdrom_unmount.png b/pics/crystalsvg/cr64-device-cdrom_unmount.png Binary files differnew file mode 100644 index 000000000..8b3eeb650 --- /dev/null +++ b/pics/crystalsvg/cr64-device-cdrom_unmount.png diff --git a/pics/crystalsvg/cr64-device-cdwriter_mount.png b/pics/crystalsvg/cr64-device-cdwriter_mount.png Binary files differnew file mode 100644 index 000000000..c06416280 --- /dev/null +++ b/pics/crystalsvg/cr64-device-cdwriter_mount.png diff --git a/pics/crystalsvg/cr64-device-cdwriter_unmount.png b/pics/crystalsvg/cr64-device-cdwriter_unmount.png Binary files differnew file mode 100644 index 000000000..02418a192 --- /dev/null +++ b/pics/crystalsvg/cr64-device-cdwriter_unmount.png diff --git a/pics/crystalsvg/cr64-device-chardevice.png b/pics/crystalsvg/cr64-device-chardevice.png Binary files differnew file mode 100644 index 000000000..337e2915d --- /dev/null +++ b/pics/crystalsvg/cr64-device-chardevice.png diff --git a/pics/crystalsvg/cr64-device-compact_flash_mount.png b/pics/crystalsvg/cr64-device-compact_flash_mount.png Binary files differnew file mode 100644 index 000000000..d19445b07 --- /dev/null +++ b/pics/crystalsvg/cr64-device-compact_flash_mount.png diff --git a/pics/crystalsvg/cr64-device-compact_flash_unmount.png b/pics/crystalsvg/cr64-device-compact_flash_unmount.png Binary files differnew file mode 100644 index 000000000..817caa3c9 --- /dev/null +++ b/pics/crystalsvg/cr64-device-compact_flash_unmount.png diff --git a/pics/crystalsvg/cr64-device-dvd_mount.png b/pics/crystalsvg/cr64-device-dvd_mount.png Binary files differnew file mode 100644 index 000000000..d43d7b6eb --- /dev/null +++ b/pics/crystalsvg/cr64-device-dvd_mount.png diff --git a/pics/crystalsvg/cr64-device-dvd_unmount.png b/pics/crystalsvg/cr64-device-dvd_unmount.png Binary files differnew file mode 100644 index 000000000..fe53dd896 --- /dev/null +++ b/pics/crystalsvg/cr64-device-dvd_unmount.png diff --git a/pics/crystalsvg/cr64-device-hdd_mount.png b/pics/crystalsvg/cr64-device-hdd_mount.png Binary files differnew file mode 100644 index 000000000..d467bb9c1 --- /dev/null +++ b/pics/crystalsvg/cr64-device-hdd_mount.png diff --git a/pics/crystalsvg/cr64-device-hdd_unmount.png b/pics/crystalsvg/cr64-device-hdd_unmount.png Binary files differnew file mode 100644 index 000000000..2b1594c0b --- /dev/null +++ b/pics/crystalsvg/cr64-device-hdd_unmount.png diff --git a/pics/crystalsvg/cr64-device-ipod_mount.png b/pics/crystalsvg/cr64-device-ipod_mount.png Binary files differnew file mode 100644 index 000000000..8adcd6d48 --- /dev/null +++ b/pics/crystalsvg/cr64-device-ipod_mount.png diff --git a/pics/crystalsvg/cr64-device-ipod_unmount.png b/pics/crystalsvg/cr64-device-ipod_unmount.png Binary files differnew file mode 100644 index 000000000..4e0b65873 --- /dev/null +++ b/pics/crystalsvg/cr64-device-ipod_unmount.png diff --git a/pics/crystalsvg/cr64-device-joystick.png b/pics/crystalsvg/cr64-device-joystick.png Binary files differnew file mode 100644 index 000000000..c1fb9f525 --- /dev/null +++ b/pics/crystalsvg/cr64-device-joystick.png diff --git a/pics/crystalsvg/cr64-device-memory.png b/pics/crystalsvg/cr64-device-memory.png Binary files differnew file mode 100644 index 000000000..005129fd4 --- /dev/null +++ b/pics/crystalsvg/cr64-device-memory.png diff --git a/pics/crystalsvg/cr64-device-memory_stick_mount.png b/pics/crystalsvg/cr64-device-memory_stick_mount.png Binary files differnew file mode 100644 index 000000000..a2a0384d7 --- /dev/null +++ b/pics/crystalsvg/cr64-device-memory_stick_mount.png diff --git a/pics/crystalsvg/cr64-device-memory_stick_unmount.png b/pics/crystalsvg/cr64-device-memory_stick_unmount.png Binary files differnew file mode 100644 index 000000000..f4d3a653a --- /dev/null +++ b/pics/crystalsvg/cr64-device-memory_stick_unmount.png diff --git a/pics/crystalsvg/cr64-device-mo_mount.png b/pics/crystalsvg/cr64-device-mo_mount.png Binary files differnew file mode 100644 index 000000000..5a8bc0f23 --- /dev/null +++ b/pics/crystalsvg/cr64-device-mo_mount.png diff --git a/pics/crystalsvg/cr64-device-mo_unmount.png b/pics/crystalsvg/cr64-device-mo_unmount.png Binary files differnew file mode 100644 index 000000000..dc25a2b22 --- /dev/null +++ b/pics/crystalsvg/cr64-device-mo_unmount.png diff --git a/pics/crystalsvg/cr64-device-mouse.png b/pics/crystalsvg/cr64-device-mouse.png Binary files differnew file mode 100644 index 000000000..b00e36187 --- /dev/null +++ b/pics/crystalsvg/cr64-device-mouse.png diff --git a/pics/crystalsvg/cr64-device-nfs_mount.png b/pics/crystalsvg/cr64-device-nfs_mount.png Binary files differnew file mode 100644 index 000000000..63671311f --- /dev/null +++ b/pics/crystalsvg/cr64-device-nfs_mount.png diff --git a/pics/crystalsvg/cr64-device-nfs_unmount.png b/pics/crystalsvg/cr64-device-nfs_unmount.png Binary files differnew file mode 100644 index 000000000..9320c4968 --- /dev/null +++ b/pics/crystalsvg/cr64-device-nfs_unmount.png diff --git a/pics/crystalsvg/cr64-device-pda_black.png b/pics/crystalsvg/cr64-device-pda_black.png Binary files differnew file mode 100644 index 000000000..7e22b587a --- /dev/null +++ b/pics/crystalsvg/cr64-device-pda_black.png diff --git a/pics/crystalsvg/cr64-device-pda_blue.png b/pics/crystalsvg/cr64-device-pda_blue.png Binary files differnew file mode 100644 index 000000000..cb0f3fe1e --- /dev/null +++ b/pics/crystalsvg/cr64-device-pda_blue.png diff --git a/pics/crystalsvg/cr64-device-print_class.png b/pics/crystalsvg/cr64-device-print_class.png Binary files differnew file mode 100644 index 000000000..1dca04a82 --- /dev/null +++ b/pics/crystalsvg/cr64-device-print_class.png diff --git a/pics/crystalsvg/cr64-device-printer1.png b/pics/crystalsvg/cr64-device-printer1.png Binary files differnew file mode 100644 index 000000000..5d22d215e --- /dev/null +++ b/pics/crystalsvg/cr64-device-printer1.png diff --git a/pics/crystalsvg/cr64-device-scanner.png b/pics/crystalsvg/cr64-device-scanner.png Binary files differnew file mode 100644 index 000000000..74fa14a65 --- /dev/null +++ b/pics/crystalsvg/cr64-device-scanner.png diff --git a/pics/crystalsvg/cr64-device-sd_mmc_mount.png b/pics/crystalsvg/cr64-device-sd_mmc_mount.png Binary files differnew file mode 100644 index 000000000..5ac2df895 --- /dev/null +++ b/pics/crystalsvg/cr64-device-sd_mmc_mount.png diff --git a/pics/crystalsvg/cr64-device-sd_mmc_unmount.png b/pics/crystalsvg/cr64-device-sd_mmc_unmount.png Binary files differnew file mode 100644 index 000000000..dcbe136c9 --- /dev/null +++ b/pics/crystalsvg/cr64-device-sd_mmc_unmount.png diff --git a/pics/crystalsvg/cr64-device-smart_media_mount.png b/pics/crystalsvg/cr64-device-smart_media_mount.png Binary files differnew file mode 100644 index 000000000..3b584d90c --- /dev/null +++ b/pics/crystalsvg/cr64-device-smart_media_mount.png diff --git a/pics/crystalsvg/cr64-device-smart_media_unmount.png b/pics/crystalsvg/cr64-device-smart_media_unmount.png Binary files differnew file mode 100644 index 000000000..32d564647 --- /dev/null +++ b/pics/crystalsvg/cr64-device-smart_media_unmount.png diff --git a/pics/crystalsvg/cr64-device-system.png b/pics/crystalsvg/cr64-device-system.png Binary files differnew file mode 100644 index 000000000..57e17a576 --- /dev/null +++ b/pics/crystalsvg/cr64-device-system.png diff --git a/pics/crystalsvg/cr64-device-tablet.png b/pics/crystalsvg/cr64-device-tablet.png Binary files differnew file mode 100644 index 000000000..86e53f9d7 --- /dev/null +++ b/pics/crystalsvg/cr64-device-tablet.png diff --git a/pics/crystalsvg/cr64-device-tv.png b/pics/crystalsvg/cr64-device-tv.png Binary files differnew file mode 100644 index 000000000..3c53997a0 --- /dev/null +++ b/pics/crystalsvg/cr64-device-tv.png diff --git a/pics/crystalsvg/cr64-device-usbpendrive_mount.png b/pics/crystalsvg/cr64-device-usbpendrive_mount.png Binary files differnew file mode 100644 index 000000000..0c2704b37 --- /dev/null +++ b/pics/crystalsvg/cr64-device-usbpendrive_mount.png diff --git a/pics/crystalsvg/cr64-device-usbpendrive_unmount.png b/pics/crystalsvg/cr64-device-usbpendrive_unmount.png Binary files differnew file mode 100644 index 000000000..53a365eb2 --- /dev/null +++ b/pics/crystalsvg/cr64-device-usbpendrive_unmount.png diff --git a/pics/crystalsvg/cr64-device-zip_mount.png b/pics/crystalsvg/cr64-device-zip_mount.png Binary files differnew file mode 100644 index 000000000..7db959c34 --- /dev/null +++ b/pics/crystalsvg/cr64-device-zip_mount.png diff --git a/pics/crystalsvg/cr64-device-zip_unmount.png b/pics/crystalsvg/cr64-device-zip_unmount.png Binary files differnew file mode 100644 index 000000000..85534fd8b --- /dev/null +++ b/pics/crystalsvg/cr64-device-zip_unmount.png diff --git a/pics/crystalsvg/cr64-filesys-desktop.png b/pics/crystalsvg/cr64-filesys-desktop.png Binary files differnew file mode 100644 index 000000000..4ef43e059 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-desktop.png diff --git a/pics/crystalsvg/cr64-filesys-exec.png b/pics/crystalsvg/cr64-filesys-exec.png Binary files differnew file mode 100644 index 000000000..f05e3e446 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-exec.png diff --git a/pics/crystalsvg/cr64-filesys-file_broken.png b/pics/crystalsvg/cr64-filesys-file_broken.png Binary files differnew file mode 100644 index 000000000..5bb9e3607 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-file_broken.png diff --git a/pics/crystalsvg/cr64-filesys-folder.png b/pics/crystalsvg/cr64-filesys-folder.png Binary files differnew file mode 100644 index 000000000..bc448c9b9 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder.png diff --git a/pics/crystalsvg/cr64-filesys-folder_crystal.png b/pics/crystalsvg/cr64-filesys-folder_crystal.png Binary files differnew file mode 100644 index 000000000..927ab039e --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_crystal.png diff --git a/pics/crystalsvg/cr64-filesys-folder_favorite.png b/pics/crystalsvg/cr64-filesys-folder_favorite.png Binary files differnew file mode 100644 index 000000000..dbf22d0d6 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_favorite.png diff --git a/pics/crystalsvg/cr64-filesys-folder_green.png b/pics/crystalsvg/cr64-filesys-folder_green.png Binary files differnew file mode 100644 index 000000000..6c4fe9780 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_green.png diff --git a/pics/crystalsvg/cr64-filesys-folder_green_open.png b/pics/crystalsvg/cr64-filesys-folder_green_open.png Binary files differnew file mode 100644 index 000000000..7513c79d4 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_green_open.png diff --git a/pics/crystalsvg/cr64-filesys-folder_grey.png b/pics/crystalsvg/cr64-filesys-folder_grey.png Binary files differnew file mode 100644 index 000000000..36201073c --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_grey.png diff --git a/pics/crystalsvg/cr64-filesys-folder_grey_open.png b/pics/crystalsvg/cr64-filesys-folder_grey_open.png Binary files differnew file mode 100644 index 000000000..9374dcc56 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_grey_open.png diff --git a/pics/crystalsvg/cr64-filesys-folder_home.png b/pics/crystalsvg/cr64-filesys-folder_home.png Binary files differnew file mode 100644 index 000000000..acf3e4aa8 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_home.png diff --git a/pics/crystalsvg/cr64-filesys-folder_home2.png b/pics/crystalsvg/cr64-filesys-folder_home2.png Binary files differnew file mode 100644 index 000000000..be2da3ea0 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_home2.png diff --git a/pics/crystalsvg/cr64-filesys-folder_html.png b/pics/crystalsvg/cr64-filesys-folder_html.png Binary files differnew file mode 100644 index 000000000..8843909f8 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_html.png diff --git a/pics/crystalsvg/cr64-filesys-folder_image.png b/pics/crystalsvg/cr64-filesys-folder_image.png Binary files differnew file mode 100644 index 000000000..a902ca5a7 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_image.png diff --git a/pics/crystalsvg/cr64-filesys-folder_important.png b/pics/crystalsvg/cr64-filesys-folder_important.png Binary files differnew file mode 100644 index 000000000..a534e6cea --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_important.png diff --git a/pics/crystalsvg/cr64-filesys-folder_locked.png b/pics/crystalsvg/cr64-filesys-folder_locked.png Binary files differnew file mode 100644 index 000000000..04d7b7404 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_locked.png diff --git a/pics/crystalsvg/cr64-filesys-folder_man.png b/pics/crystalsvg/cr64-filesys-folder_man.png Binary files differnew file mode 100644 index 000000000..177a3b978 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_man.png diff --git a/pics/crystalsvg/cr64-filesys-folder_open.png b/pics/crystalsvg/cr64-filesys-folder_open.png Binary files differnew file mode 100644 index 000000000..d454d5683 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_open.png diff --git a/pics/crystalsvg/cr64-filesys-folder_orange.png b/pics/crystalsvg/cr64-filesys-folder_orange.png Binary files differnew file mode 100644 index 000000000..76b666cfa --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_orange.png diff --git a/pics/crystalsvg/cr64-filesys-folder_orange_open.png b/pics/crystalsvg/cr64-filesys-folder_orange_open.png Binary files differnew file mode 100644 index 000000000..7e3280e3c --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_orange_open.png diff --git a/pics/crystalsvg/cr64-filesys-folder_print.png b/pics/crystalsvg/cr64-filesys-folder_print.png Binary files differnew file mode 100644 index 000000000..2937f8645 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_print.png diff --git a/pics/crystalsvg/cr64-filesys-folder_red.png b/pics/crystalsvg/cr64-filesys-folder_red.png Binary files differnew file mode 100644 index 000000000..0ab9daae3 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_red.png diff --git a/pics/crystalsvg/cr64-filesys-folder_red_open.png b/pics/crystalsvg/cr64-filesys-folder_red_open.png Binary files differnew file mode 100644 index 000000000..706a03197 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_red_open.png diff --git a/pics/crystalsvg/cr64-filesys-folder_sound.png b/pics/crystalsvg/cr64-filesys-folder_sound.png Binary files differnew file mode 100644 index 000000000..c383a4aba --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_sound.png diff --git a/pics/crystalsvg/cr64-filesys-folder_tar.png b/pics/crystalsvg/cr64-filesys-folder_tar.png Binary files differnew file mode 100644 index 000000000..473d16c59 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_tar.png diff --git a/pics/crystalsvg/cr64-filesys-folder_txt.png b/pics/crystalsvg/cr64-filesys-folder_txt.png Binary files differnew file mode 100644 index 000000000..4b1618057 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_txt.png diff --git a/pics/crystalsvg/cr64-filesys-folder_video.png b/pics/crystalsvg/cr64-filesys-folder_video.png Binary files differnew file mode 100644 index 000000000..41f49ed72 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_video.png diff --git a/pics/crystalsvg/cr64-filesys-folder_violet.png b/pics/crystalsvg/cr64-filesys-folder_violet.png Binary files differnew file mode 100644 index 000000000..1f26c4b27 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_violet.png diff --git a/pics/crystalsvg/cr64-filesys-folder_violet_open.png b/pics/crystalsvg/cr64-filesys-folder_violet_open.png Binary files differnew file mode 100644 index 000000000..7515a14bc --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_violet_open.png diff --git a/pics/crystalsvg/cr64-filesys-folder_yellow.png b/pics/crystalsvg/cr64-filesys-folder_yellow.png Binary files differnew file mode 100644 index 000000000..95200d8cc --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_yellow.png diff --git a/pics/crystalsvg/cr64-filesys-folder_yellow_open.png b/pics/crystalsvg/cr64-filesys-folder_yellow_open.png Binary files differnew file mode 100644 index 000000000..02557e83f --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-folder_yellow_open.png diff --git a/pics/crystalsvg/cr64-filesys-link_overlay.png b/pics/crystalsvg/cr64-filesys-link_overlay.png Binary files differnew file mode 100644 index 000000000..84a4bbd9e --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-link_overlay.png diff --git a/pics/crystalsvg/cr64-filesys-lock_overlay.png b/pics/crystalsvg/cr64-filesys-lock_overlay.png Binary files differnew file mode 100644 index 000000000..d7dcc5c4f --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-lock_overlay.png diff --git a/pics/crystalsvg/cr64-filesys-network.png b/pics/crystalsvg/cr64-filesys-network.png Binary files differnew file mode 100644 index 000000000..839300b99 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-network.png diff --git a/pics/crystalsvg/cr64-filesys-network_local.png b/pics/crystalsvg/cr64-filesys-network_local.png Binary files differnew file mode 100644 index 000000000..40f4ed3d9 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-network_local.png diff --git a/pics/crystalsvg/cr64-filesys-pipe.png b/pics/crystalsvg/cr64-filesys-pipe.png Binary files differnew file mode 100644 index 000000000..a8ab4256f --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-pipe.png diff --git a/pics/crystalsvg/cr64-filesys-trashcan_empty.png b/pics/crystalsvg/cr64-filesys-trashcan_empty.png Binary files differnew file mode 100644 index 000000000..c9529cd55 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-trashcan_empty.png diff --git a/pics/crystalsvg/cr64-filesys-trashcan_full.png b/pics/crystalsvg/cr64-filesys-trashcan_full.png Binary files differnew file mode 100644 index 000000000..91d4caf38 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-trashcan_full.png diff --git a/pics/crystalsvg/cr64-filesys-www.png b/pics/crystalsvg/cr64-filesys-www.png Binary files differnew file mode 100644 index 000000000..4aa66f355 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-www.png diff --git a/pics/crystalsvg/cr64-filesys-zip_overlay.png b/pics/crystalsvg/cr64-filesys-zip_overlay.png Binary files differnew file mode 100644 index 000000000..0a42bcce6 --- /dev/null +++ b/pics/crystalsvg/cr64-filesys-zip_overlay.png diff --git a/pics/crystalsvg/cr64-mime-applix.png b/pics/crystalsvg/cr64-mime-applix.png Binary files differnew file mode 100644 index 000000000..aa67eb0f9 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-applix.png diff --git a/pics/crystalsvg/cr64-mime-ascii.png b/pics/crystalsvg/cr64-mime-ascii.png Binary files differnew file mode 100644 index 000000000..f87f166f0 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-ascii.png diff --git a/pics/crystalsvg/cr64-mime-binary.png b/pics/crystalsvg/cr64-mime-binary.png Binary files differnew file mode 100644 index 000000000..11f7c8317 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-binary.png diff --git a/pics/crystalsvg/cr64-mime-bt.png b/pics/crystalsvg/cr64-mime-bt.png Binary files differnew file mode 100644 index 000000000..2ccbdd74e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-bt.png diff --git a/pics/crystalsvg/cr64-mime-cdimage.png b/pics/crystalsvg/cr64-mime-cdimage.png Binary files differnew file mode 100644 index 000000000..f63d20f7e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-cdimage.png diff --git a/pics/crystalsvg/cr64-mime-cdr.png b/pics/crystalsvg/cr64-mime-cdr.png Binary files differnew file mode 100644 index 000000000..5523c4042 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-cdr.png diff --git a/pics/crystalsvg/cr64-mime-cdtrack.png b/pics/crystalsvg/cr64-mime-cdtrack.png Binary files differnew file mode 100644 index 000000000..90d5dfe62 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-cdtrack.png diff --git a/pics/crystalsvg/cr64-mime-colorscm.png b/pics/crystalsvg/cr64-mime-colorscm.png Binary files differnew file mode 100644 index 000000000..60bf80274 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-colorscm.png diff --git a/pics/crystalsvg/cr64-mime-core.png b/pics/crystalsvg/cr64-mime-core.png Binary files differnew file mode 100644 index 000000000..8c60308a4 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-core.png diff --git a/pics/crystalsvg/cr64-mime-deb.png b/pics/crystalsvg/cr64-mime-deb.png Binary files differnew file mode 100644 index 000000000..2af353874 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-deb.png diff --git a/pics/crystalsvg/cr64-mime-document.png b/pics/crystalsvg/cr64-mime-document.png Binary files differnew file mode 100644 index 000000000..ed0799b92 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-document.png diff --git a/pics/crystalsvg/cr64-mime-document2.png b/pics/crystalsvg/cr64-mime-document2.png Binary files differnew file mode 100644 index 000000000..39b547c70 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-document2.png diff --git a/pics/crystalsvg/cr64-mime-dvi.png b/pics/crystalsvg/cr64-mime-dvi.png Binary files differnew file mode 100644 index 000000000..9d0ea9ddc --- /dev/null +++ b/pics/crystalsvg/cr64-mime-dvi.png diff --git a/pics/crystalsvg/cr64-mime-empty.png b/pics/crystalsvg/cr64-mime-empty.png Binary files differnew file mode 100644 index 000000000..c8b61c061 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-empty.png diff --git a/pics/crystalsvg/cr64-mime-encrypted.png b/pics/crystalsvg/cr64-mime-encrypted.png Binary files differnew file mode 100644 index 000000000..867039f9d --- /dev/null +++ b/pics/crystalsvg/cr64-mime-encrypted.png diff --git a/pics/crystalsvg/cr64-mime-exec_wine.png b/pics/crystalsvg/cr64-mime-exec_wine.png Binary files differnew file mode 100644 index 000000000..b8a25d046 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-exec_wine.png diff --git a/pics/crystalsvg/cr64-mime-font.png b/pics/crystalsvg/cr64-mime-font.png Binary files differnew file mode 100644 index 000000000..05078fa80 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-font.png diff --git a/pics/crystalsvg/cr64-mime-font_bitmap.png b/pics/crystalsvg/cr64-mime-font_bitmap.png Binary files differnew file mode 100644 index 000000000..e952db734 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-font_bitmap.png diff --git a/pics/crystalsvg/cr64-mime-font_truetype.png b/pics/crystalsvg/cr64-mime-font_truetype.png Binary files differnew file mode 100644 index 000000000..2978a16f3 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-font_truetype.png diff --git a/pics/crystalsvg/cr64-mime-font_type1.png b/pics/crystalsvg/cr64-mime-font_type1.png Binary files differnew file mode 100644 index 000000000..8474db7f8 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-font_type1.png diff --git a/pics/crystalsvg/cr64-mime-gf.png b/pics/crystalsvg/cr64-mime-gf.png Binary files differnew file mode 100644 index 000000000..5b45f2017 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-gf.png diff --git a/pics/crystalsvg/cr64-mime-html.png b/pics/crystalsvg/cr64-mime-html.png Binary files differnew file mode 100644 index 000000000..da2e70958 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-html.png diff --git a/pics/crystalsvg/cr64-mime-image.png b/pics/crystalsvg/cr64-mime-image.png Binary files differnew file mode 100644 index 000000000..787eebc3b --- /dev/null +++ b/pics/crystalsvg/cr64-mime-image.png diff --git a/pics/crystalsvg/cr64-mime-info.png b/pics/crystalsvg/cr64-mime-info.png Binary files differnew file mode 100644 index 000000000..3a75f4a78 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-info.png diff --git a/pics/crystalsvg/cr64-mime-karbon_karbon.png b/pics/crystalsvg/cr64-mime-karbon_karbon.png Binary files differnew file mode 100644 index 000000000..f4d0a3c32 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-karbon_karbon.png diff --git a/pics/crystalsvg/cr64-mime-kchart_chrt.png b/pics/crystalsvg/cr64-mime-kchart_chrt.png Binary files differnew file mode 100644 index 000000000..a771fc163 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kchart_chrt.png diff --git a/pics/crystalsvg/cr64-mime-kformula_kfo.png b/pics/crystalsvg/cr64-mime-kformula_kfo.png Binary files differnew file mode 100644 index 000000000..4b6f2f8d7 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kformula_kfo.png diff --git a/pics/crystalsvg/cr64-mime-kivio_flw.png b/pics/crystalsvg/cr64-mime-kivio_flw.png Binary files differnew file mode 100644 index 000000000..52aec1490 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kivio_flw.png diff --git a/pics/crystalsvg/cr64-mime-kmultiple.png b/pics/crystalsvg/cr64-mime-kmultiple.png Binary files differnew file mode 100644 index 000000000..ee7a8194e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kmultiple.png diff --git a/pics/crystalsvg/cr64-mime-koffice.png b/pics/crystalsvg/cr64-mime-koffice.png Binary files differnew file mode 100644 index 000000000..2e18a88ed --- /dev/null +++ b/pics/crystalsvg/cr64-mime-koffice.png diff --git a/pics/crystalsvg/cr64-mime-kpresenter_kpr.png b/pics/crystalsvg/cr64-mime-kpresenter_kpr.png Binary files differnew file mode 100644 index 000000000..8ab1fd955 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kpresenter_kpr.png diff --git a/pics/crystalsvg/cr64-mime-krita_kra.png b/pics/crystalsvg/cr64-mime-krita_kra.png Binary files differnew file mode 100644 index 000000000..2cb6fbefa --- /dev/null +++ b/pics/crystalsvg/cr64-mime-krita_kra.png diff --git a/pics/crystalsvg/cr64-mime-kspread_ksp.png b/pics/crystalsvg/cr64-mime-kspread_ksp.png Binary files differnew file mode 100644 index 000000000..f4e234d6e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kspread_ksp.png diff --git a/pics/crystalsvg/cr64-mime-kugar_kud.png b/pics/crystalsvg/cr64-mime-kugar_kud.png Binary files differnew file mode 100644 index 000000000..7b627da50 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kugar_kud.png diff --git a/pics/crystalsvg/cr64-mime-kword_kwd.png b/pics/crystalsvg/cr64-mime-kword_kwd.png Binary files differnew file mode 100644 index 000000000..270ced99f --- /dev/null +++ b/pics/crystalsvg/cr64-mime-kword_kwd.png diff --git a/pics/crystalsvg/cr64-mime-log.png b/pics/crystalsvg/cr64-mime-log.png Binary files differnew file mode 100644 index 000000000..bd84d83be --- /dev/null +++ b/pics/crystalsvg/cr64-mime-log.png diff --git a/pics/crystalsvg/cr64-mime-make.png b/pics/crystalsvg/cr64-mime-make.png Binary files differnew file mode 100644 index 000000000..340032664 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-make.png diff --git a/pics/crystalsvg/cr64-mime-man.png b/pics/crystalsvg/cr64-mime-man.png Binary files differnew file mode 100644 index 000000000..c95bead13 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-man.png diff --git a/pics/crystalsvg/cr64-mime-message.png b/pics/crystalsvg/cr64-mime-message.png Binary files differnew file mode 100644 index 000000000..e747fdd05 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-message.png diff --git a/pics/crystalsvg/cr64-mime-metafont.png b/pics/crystalsvg/cr64-mime-metafont.png Binary files differnew file mode 100644 index 000000000..d573e73a7 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-metafont.png diff --git a/pics/crystalsvg/cr64-mime-midi.png b/pics/crystalsvg/cr64-mime-midi.png Binary files differnew file mode 100644 index 000000000..eba026303 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-midi.png diff --git a/pics/crystalsvg/cr64-mime-misc.png b/pics/crystalsvg/cr64-mime-misc.png Binary files differnew file mode 100644 index 000000000..699f73437 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-misc.png diff --git a/pics/crystalsvg/cr64-mime-mozilla_doc.png b/pics/crystalsvg/cr64-mime-mozilla_doc.png Binary files differnew file mode 100644 index 000000000..de77a872e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-mozilla_doc.png diff --git a/pics/crystalsvg/cr64-mime-netscape_doc.png b/pics/crystalsvg/cr64-mime-netscape_doc.png Binary files differnew file mode 100644 index 000000000..ff29e35c3 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-netscape_doc.png diff --git a/pics/crystalsvg/cr64-mime-pdf.png b/pics/crystalsvg/cr64-mime-pdf.png Binary files differnew file mode 100644 index 000000000..96756b5df --- /dev/null +++ b/pics/crystalsvg/cr64-mime-pdf.png diff --git a/pics/crystalsvg/cr64-mime-pk.png b/pics/crystalsvg/cr64-mime-pk.png Binary files differnew file mode 100644 index 000000000..52cf5d62c --- /dev/null +++ b/pics/crystalsvg/cr64-mime-pk.png diff --git a/pics/crystalsvg/cr64-mime-postscript.png b/pics/crystalsvg/cr64-mime-postscript.png Binary files differnew file mode 100644 index 000000000..8d5ff928f --- /dev/null +++ b/pics/crystalsvg/cr64-mime-postscript.png diff --git a/pics/crystalsvg/cr64-mime-quicktime.png b/pics/crystalsvg/cr64-mime-quicktime.png Binary files differnew file mode 100644 index 000000000..77d4f2a89 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-quicktime.png diff --git a/pics/crystalsvg/cr64-mime-readme.png b/pics/crystalsvg/cr64-mime-readme.png Binary files differnew file mode 100644 index 000000000..980e17e1a --- /dev/null +++ b/pics/crystalsvg/cr64-mime-readme.png diff --git a/pics/crystalsvg/cr64-mime-recycled.png b/pics/crystalsvg/cr64-mime-recycled.png Binary files differnew file mode 100644 index 000000000..501109f34 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-recycled.png diff --git a/pics/crystalsvg/cr64-mime-resource.png b/pics/crystalsvg/cr64-mime-resource.png Binary files differnew file mode 100644 index 000000000..761853843 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-resource.png diff --git a/pics/crystalsvg/cr64-mime-rpm.png b/pics/crystalsvg/cr64-mime-rpm.png Binary files differnew file mode 100644 index 000000000..e14d5b349 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-rpm.png diff --git a/pics/crystalsvg/cr64-mime-shellscript.png b/pics/crystalsvg/cr64-mime-shellscript.png Binary files differnew file mode 100644 index 000000000..5d3145272 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-shellscript.png diff --git a/pics/crystalsvg/cr64-mime-soffice.png b/pics/crystalsvg/cr64-mime-soffice.png Binary files differnew file mode 100644 index 000000000..1855af575 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-soffice.png diff --git a/pics/crystalsvg/cr64-mime-sound.png b/pics/crystalsvg/cr64-mime-sound.png Binary files differnew file mode 100644 index 000000000..20e124a67 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-sound.png diff --git a/pics/crystalsvg/cr64-mime-source.png b/pics/crystalsvg/cr64-mime-source.png Binary files differnew file mode 100644 index 000000000..6ea5b6da3 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source.png diff --git a/pics/crystalsvg/cr64-mime-source_c.png b/pics/crystalsvg/cr64-mime-source_c.png Binary files differnew file mode 100644 index 000000000..8244b717d --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_c.png diff --git a/pics/crystalsvg/cr64-mime-source_cpp.png b/pics/crystalsvg/cr64-mime-source_cpp.png Binary files differnew file mode 100644 index 000000000..74def256a --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_cpp.png diff --git a/pics/crystalsvg/cr64-mime-source_f.png b/pics/crystalsvg/cr64-mime-source_f.png Binary files differnew file mode 100644 index 000000000..ee121645e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_f.png diff --git a/pics/crystalsvg/cr64-mime-source_h.png b/pics/crystalsvg/cr64-mime-source_h.png Binary files differnew file mode 100644 index 000000000..aaf61a8f6 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_h.png diff --git a/pics/crystalsvg/cr64-mime-source_j.png b/pics/crystalsvg/cr64-mime-source_j.png Binary files differnew file mode 100644 index 000000000..f6bd8efb8 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_j.png diff --git a/pics/crystalsvg/cr64-mime-source_java.png b/pics/crystalsvg/cr64-mime-source_java.png Binary files differnew file mode 100644 index 000000000..02b63d5c0 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_java.png diff --git a/pics/crystalsvg/cr64-mime-source_l.png b/pics/crystalsvg/cr64-mime-source_l.png Binary files differnew file mode 100644 index 000000000..38e09ba97 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_l.png diff --git a/pics/crystalsvg/cr64-mime-source_moc.png b/pics/crystalsvg/cr64-mime-source_moc.png Binary files differnew file mode 100644 index 000000000..8ee40b944 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_moc.png diff --git a/pics/crystalsvg/cr64-mime-source_o.png b/pics/crystalsvg/cr64-mime-source_o.png Binary files differnew file mode 100644 index 000000000..5cf084e3c --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_o.png diff --git a/pics/crystalsvg/cr64-mime-source_p.png b/pics/crystalsvg/cr64-mime-source_p.png Binary files differnew file mode 100644 index 000000000..20616ce03 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_p.png diff --git a/pics/crystalsvg/cr64-mime-source_php.png b/pics/crystalsvg/cr64-mime-source_php.png Binary files differnew file mode 100644 index 000000000..93582511c --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_php.png diff --git a/pics/crystalsvg/cr64-mime-source_pl.png b/pics/crystalsvg/cr64-mime-source_pl.png Binary files differnew file mode 100644 index 000000000..d626116df --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_pl.png diff --git a/pics/crystalsvg/cr64-mime-source_py.png b/pics/crystalsvg/cr64-mime-source_py.png Binary files differnew file mode 100644 index 000000000..c0361fcaf --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_py.png diff --git a/pics/crystalsvg/cr64-mime-source_s.png b/pics/crystalsvg/cr64-mime-source_s.png Binary files differnew file mode 100644 index 000000000..4ab913a3d --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_s.png diff --git a/pics/crystalsvg/cr64-mime-source_y.png b/pics/crystalsvg/cr64-mime-source_y.png Binary files differnew file mode 100644 index 000000000..80b004f39 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-source_y.png diff --git a/pics/crystalsvg/cr64-mime-spreadsheet.png b/pics/crystalsvg/cr64-mime-spreadsheet.png Binary files differnew file mode 100644 index 000000000..62a0df003 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-spreadsheet.png diff --git a/pics/crystalsvg/cr64-mime-tar.png b/pics/crystalsvg/cr64-mime-tar.png Binary files differnew file mode 100644 index 000000000..352f7e81b --- /dev/null +++ b/pics/crystalsvg/cr64-mime-tar.png diff --git a/pics/crystalsvg/cr64-mime-template_source.png b/pics/crystalsvg/cr64-mime-template_source.png Binary files differnew file mode 100644 index 000000000..399e40313 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-template_source.png diff --git a/pics/crystalsvg/cr64-mime-tex.png b/pics/crystalsvg/cr64-mime-tex.png Binary files differnew file mode 100644 index 000000000..f10e24fc9 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-tex.png diff --git a/pics/crystalsvg/cr64-mime-tgz.png b/pics/crystalsvg/cr64-mime-tgz.png Binary files differnew file mode 100644 index 000000000..16ebc4b9e --- /dev/null +++ b/pics/crystalsvg/cr64-mime-tgz.png diff --git a/pics/crystalsvg/cr64-mime-txt.png b/pics/crystalsvg/cr64-mime-txt.png Binary files differnew file mode 100644 index 000000000..fcd323000 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-txt.png diff --git a/pics/crystalsvg/cr64-mime-txt2.png b/pics/crystalsvg/cr64-mime-txt2.png Binary files differnew file mode 100644 index 000000000..753a7af5c --- /dev/null +++ b/pics/crystalsvg/cr64-mime-txt2.png diff --git a/pics/crystalsvg/cr64-mime-unknown.png b/pics/crystalsvg/cr64-mime-unknown.png Binary files differnew file mode 100644 index 000000000..2ce620f4c --- /dev/null +++ b/pics/crystalsvg/cr64-mime-unknown.png diff --git a/pics/crystalsvg/cr64-mime-vcalendar.png b/pics/crystalsvg/cr64-mime-vcalendar.png Binary files differnew file mode 100644 index 000000000..b8eb4bfad --- /dev/null +++ b/pics/crystalsvg/cr64-mime-vcalendar.png diff --git a/pics/crystalsvg/cr64-mime-vcard.png b/pics/crystalsvg/cr64-mime-vcard.png Binary files differnew file mode 100644 index 000000000..b77335cbf --- /dev/null +++ b/pics/crystalsvg/cr64-mime-vcard.png diff --git a/pics/crystalsvg/cr64-mime-vectorgfx.png b/pics/crystalsvg/cr64-mime-vectorgfx.png Binary files differnew file mode 100644 index 000000000..abae2227b --- /dev/null +++ b/pics/crystalsvg/cr64-mime-vectorgfx.png diff --git a/pics/crystalsvg/cr64-mime-video.png b/pics/crystalsvg/cr64-mime-video.png Binary files differnew file mode 100644 index 000000000..9dfb9a58a --- /dev/null +++ b/pics/crystalsvg/cr64-mime-video.png diff --git a/pics/crystalsvg/cr64-mime-widget_doc.png b/pics/crystalsvg/cr64-mime-widget_doc.png Binary files differnew file mode 100644 index 000000000..db7771283 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-widget_doc.png diff --git a/pics/crystalsvg/cr64-mime-wordprocessing.png b/pics/crystalsvg/cr64-mime-wordprocessing.png Binary files differnew file mode 100644 index 000000000..ec0c7ad05 --- /dev/null +++ b/pics/crystalsvg/cr64-mime-wordprocessing.png diff --git a/pics/crystalsvg/cr64-mime-zip.png b/pics/crystalsvg/cr64-mime-zip.png Binary files differnew file mode 100644 index 000000000..728b000db --- /dev/null +++ b/pics/crystalsvg/cr64-mime-zip.png diff --git a/pics/crystalsvg/crsc-action-about_kde.svgz b/pics/crystalsvg/crsc-action-about_kde.svgz Binary files differnew file mode 100644 index 000000000..98c3fcfd5 --- /dev/null +++ b/pics/crystalsvg/crsc-action-about_kde.svgz diff --git a/pics/crystalsvg/crsc-action-add.svgz b/pics/crystalsvg/crsc-action-add.svgz Binary files differnew file mode 100644 index 000000000..826b16fa3 --- /dev/null +++ b/pics/crystalsvg/crsc-action-add.svgz diff --git a/pics/crystalsvg/crsc-action-back.svgz b/pics/crystalsvg/crsc-action-back.svgz Binary files differnew file mode 100644 index 000000000..4ec58d07b --- /dev/null +++ b/pics/crystalsvg/crsc-action-back.svgz diff --git a/pics/crystalsvg/crsc-action-bottom.svgz b/pics/crystalsvg/crsc-action-bottom.svgz Binary files differnew file mode 100644 index 000000000..2c02b384c --- /dev/null +++ b/pics/crystalsvg/crsc-action-bottom.svgz diff --git a/pics/crystalsvg/crsc-action-colorpicker.svgz b/pics/crystalsvg/crsc-action-colorpicker.svgz Binary files differnew file mode 100644 index 000000000..810cfe6b1 --- /dev/null +++ b/pics/crystalsvg/crsc-action-colorpicker.svgz diff --git a/pics/crystalsvg/crsc-action-configure.svgz b/pics/crystalsvg/crsc-action-configure.svgz Binary files differnew file mode 100644 index 000000000..4057e8d5c --- /dev/null +++ b/pics/crystalsvg/crsc-action-configure.svgz diff --git a/pics/crystalsvg/crsc-action-contents2.svgz b/pics/crystalsvg/crsc-action-contents2.svgz Binary files differnew file mode 100644 index 000000000..5b0c8f1e7 --- /dev/null +++ b/pics/crystalsvg/crsc-action-contents2.svgz diff --git a/pics/crystalsvg/crsc-action-down.svgz b/pics/crystalsvg/crsc-action-down.svgz Binary files differnew file mode 100644 index 000000000..db6124913 --- /dev/null +++ b/pics/crystalsvg/crsc-action-down.svgz diff --git a/pics/crystalsvg/crsc-action-eraser.svgz b/pics/crystalsvg/crsc-action-eraser.svgz Binary files differnew file mode 100644 index 000000000..1a0278cc2 --- /dev/null +++ b/pics/crystalsvg/crsc-action-eraser.svgz diff --git a/pics/crystalsvg/crsc-action-exit.svgz b/pics/crystalsvg/crsc-action-exit.svgz Binary files differnew file mode 100644 index 000000000..f2a2d1665 --- /dev/null +++ b/pics/crystalsvg/crsc-action-exit.svgz diff --git a/pics/crystalsvg/crsc-action-fileclose.svgz b/pics/crystalsvg/crsc-action-fileclose.svgz Binary files differnew file mode 100644 index 000000000..dfc014ee5 --- /dev/null +++ b/pics/crystalsvg/crsc-action-fileclose.svgz diff --git a/pics/crystalsvg/crsc-action-filenew.svgz b/pics/crystalsvg/crsc-action-filenew.svgz Binary files differnew file mode 100644 index 000000000..e7133441e --- /dev/null +++ b/pics/crystalsvg/crsc-action-filenew.svgz diff --git a/pics/crystalsvg/crsc-action-fileopen.svgz b/pics/crystalsvg/crsc-action-fileopen.svgz Binary files differnew file mode 100644 index 000000000..8a9aa7b15 --- /dev/null +++ b/pics/crystalsvg/crsc-action-fileopen.svgz diff --git a/pics/crystalsvg/crsc-action-fileprint.svgz b/pics/crystalsvg/crsc-action-fileprint.svgz Binary files differnew file mode 100644 index 000000000..84964927a --- /dev/null +++ b/pics/crystalsvg/crsc-action-fileprint.svgz diff --git a/pics/crystalsvg/crsc-action-filequickprint.svgz b/pics/crystalsvg/crsc-action-filequickprint.svgz Binary files differnew file mode 100644 index 000000000..2865be52b --- /dev/null +++ b/pics/crystalsvg/crsc-action-filequickprint.svgz diff --git a/pics/crystalsvg/crsc-action-finish.svgz b/pics/crystalsvg/crsc-action-finish.svgz Binary files differnew file mode 100644 index 000000000..39f3f3c9c --- /dev/null +++ b/pics/crystalsvg/crsc-action-finish.svgz diff --git a/pics/crystalsvg/crsc-action-forward.svgz b/pics/crystalsvg/crsc-action-forward.svgz Binary files differnew file mode 100644 index 000000000..8759b4f64 --- /dev/null +++ b/pics/crystalsvg/crsc-action-forward.svgz diff --git a/pics/crystalsvg/crsc-action-frameprint.svgz b/pics/crystalsvg/crsc-action-frameprint.svgz Binary files differnew file mode 100644 index 000000000..bfb72cacf --- /dev/null +++ b/pics/crystalsvg/crsc-action-frameprint.svgz diff --git a/pics/crystalsvg/crsc-action-gohome.svgz b/pics/crystalsvg/crsc-action-gohome.svgz Binary files differnew file mode 100644 index 000000000..5c1aaa9d6 --- /dev/null +++ b/pics/crystalsvg/crsc-action-gohome.svgz diff --git a/pics/crystalsvg/crsc-action-info.svgz b/pics/crystalsvg/crsc-action-info.svgz Binary files differnew file mode 100644 index 000000000..edb8399e4 --- /dev/null +++ b/pics/crystalsvg/crsc-action-info.svgz diff --git a/pics/crystalsvg/crsc-action-launch.svgz b/pics/crystalsvg/crsc-action-launch.svgz Binary files differnew file mode 100644 index 000000000..9ef590eb6 --- /dev/null +++ b/pics/crystalsvg/crsc-action-launch.svgz diff --git a/pics/crystalsvg/crsc-action-lock.svgz b/pics/crystalsvg/crsc-action-lock.svgz Binary files differnew file mode 100644 index 000000000..b573928f6 --- /dev/null +++ b/pics/crystalsvg/crsc-action-lock.svgz diff --git a/pics/crystalsvg/crsc-action-mail_generic.svgz b/pics/crystalsvg/crsc-action-mail_generic.svgz Binary files differnew file mode 100644 index 000000000..159b0ce74 --- /dev/null +++ b/pics/crystalsvg/crsc-action-mail_generic.svgz diff --git a/pics/crystalsvg/crsc-action-mail_get.svgz b/pics/crystalsvg/crsc-action-mail_get.svgz Binary files differnew file mode 100644 index 000000000..6dc372540 --- /dev/null +++ b/pics/crystalsvg/crsc-action-mail_get.svgz diff --git a/pics/crystalsvg/crsc-action-mail_new.svgz b/pics/crystalsvg/crsc-action-mail_new.svgz Binary files differnew file mode 100644 index 000000000..eb842a775 --- /dev/null +++ b/pics/crystalsvg/crsc-action-mail_new.svgz diff --git a/pics/crystalsvg/crsc-action-mail_post_to.svgz b/pics/crystalsvg/crsc-action-mail_post_to.svgz Binary files differnew file mode 100644 index 000000000..86ba4a696 --- /dev/null +++ b/pics/crystalsvg/crsc-action-mail_post_to.svgz diff --git a/pics/crystalsvg/crsc-action-next.svgz b/pics/crystalsvg/crsc-action-next.svgz Binary files differnew file mode 100644 index 000000000..5815c0d0b --- /dev/null +++ b/pics/crystalsvg/crsc-action-next.svgz diff --git a/pics/crystalsvg/crsc-action-player_eject.svgz b/pics/crystalsvg/crsc-action-player_eject.svgz Binary files differnew file mode 100644 index 000000000..752809b9d --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_eject.svgz diff --git a/pics/crystalsvg/crsc-action-player_fwd.svgz b/pics/crystalsvg/crsc-action-player_fwd.svgz Binary files differnew file mode 100644 index 000000000..81090128f --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_fwd.svgz diff --git a/pics/crystalsvg/crsc-action-player_next.svgz b/pics/crystalsvg/crsc-action-player_next.svgz Binary files differnew file mode 100644 index 000000000..0ea4594fd --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_next.svgz diff --git a/pics/crystalsvg/crsc-action-player_pause.svgz b/pics/crystalsvg/crsc-action-player_pause.svgz Binary files differnew file mode 100644 index 000000000..41bba0bef --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_pause.svgz diff --git a/pics/crystalsvg/crsc-action-player_play.svgz b/pics/crystalsvg/crsc-action-player_play.svgz Binary files differnew file mode 100644 index 000000000..d8ea58dec --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_play.svgz diff --git a/pics/crystalsvg/crsc-action-player_rew.svgz b/pics/crystalsvg/crsc-action-player_rew.svgz Binary files differnew file mode 100644 index 000000000..a540d0ca2 --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_rew.svgz diff --git a/pics/crystalsvg/crsc-action-player_start.svgz b/pics/crystalsvg/crsc-action-player_start.svgz Binary files differnew file mode 100644 index 000000000..afe884a1d --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_start.svgz diff --git a/pics/crystalsvg/crsc-action-player_stop.svgz b/pics/crystalsvg/crsc-action-player_stop.svgz Binary files differnew file mode 100644 index 000000000..6c6c0340a --- /dev/null +++ b/pics/crystalsvg/crsc-action-player_stop.svgz diff --git a/pics/crystalsvg/crsc-action-previous.svgz b/pics/crystalsvg/crsc-action-previous.svgz Binary files differnew file mode 100644 index 000000000..b107a621d --- /dev/null +++ b/pics/crystalsvg/crsc-action-previous.svgz diff --git a/pics/crystalsvg/crsc-action-reload.svgz b/pics/crystalsvg/crsc-action-reload.svgz Binary files differnew file mode 100644 index 000000000..b17140011 --- /dev/null +++ b/pics/crystalsvg/crsc-action-reload.svgz diff --git a/pics/crystalsvg/crsc-action-reload_all_tabs.svgz b/pics/crystalsvg/crsc-action-reload_all_tabs.svgz Binary files differnew file mode 100644 index 000000000..b17140011 --- /dev/null +++ b/pics/crystalsvg/crsc-action-reload_all_tabs.svgz diff --git a/pics/crystalsvg/crsc-action-reload_page.svgz b/pics/crystalsvg/crsc-action-reload_page.svgz Binary files differnew file mode 100644 index 000000000..b17140011 --- /dev/null +++ b/pics/crystalsvg/crsc-action-reload_page.svgz diff --git a/pics/crystalsvg/crsc-action-remove.svgz b/pics/crystalsvg/crsc-action-remove.svgz Binary files differnew file mode 100644 index 000000000..49240941c --- /dev/null +++ b/pics/crystalsvg/crsc-action-remove.svgz diff --git a/pics/crystalsvg/crsc-action-rotate.svgz b/pics/crystalsvg/crsc-action-rotate.svgz Binary files differnew file mode 100644 index 000000000..c4e462980 --- /dev/null +++ b/pics/crystalsvg/crsc-action-rotate.svgz diff --git a/pics/crystalsvg/crsc-action-rotate_ccw.svgz b/pics/crystalsvg/crsc-action-rotate_ccw.svgz Binary files differnew file mode 100644 index 000000000..c4e462980 --- /dev/null +++ b/pics/crystalsvg/crsc-action-rotate_ccw.svgz diff --git a/pics/crystalsvg/crsc-action-rotate_cw.svgz b/pics/crystalsvg/crsc-action-rotate_cw.svgz Binary files differnew file mode 100644 index 000000000..b009c899e --- /dev/null +++ b/pics/crystalsvg/crsc-action-rotate_cw.svgz diff --git a/pics/crystalsvg/crsc-action-share.svgz b/pics/crystalsvg/crsc-action-share.svgz Binary files differnew file mode 100644 index 000000000..9356668fb --- /dev/null +++ b/pics/crystalsvg/crsc-action-share.svgz diff --git a/pics/crystalsvg/crsc-action-start.svgz b/pics/crystalsvg/crsc-action-start.svgz Binary files differnew file mode 100644 index 000000000..4e3799c01 --- /dev/null +++ b/pics/crystalsvg/crsc-action-start.svgz diff --git a/pics/crystalsvg/crsc-action-stop.svgz b/pics/crystalsvg/crsc-action-stop.svgz Binary files differnew file mode 100644 index 000000000..88e769ba9 --- /dev/null +++ b/pics/crystalsvg/crsc-action-stop.svgz diff --git a/pics/crystalsvg/crsc-action-switchuser.svgz b/pics/crystalsvg/crsc-action-switchuser.svgz Binary files differnew file mode 100644 index 000000000..0d67acd08 --- /dev/null +++ b/pics/crystalsvg/crsc-action-switchuser.svgz diff --git a/pics/crystalsvg/crsc-action-text_bild.svgz b/pics/crystalsvg/crsc-action-text_bild.svgz Binary files differnew file mode 100644 index 000000000..0b64dc2da --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_bild.svgz diff --git a/pics/crystalsvg/crsc-action-text_bold.svgz b/pics/crystalsvg/crsc-action-text_bold.svgz Binary files differnew file mode 100644 index 000000000..76ef3a0fc --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_bold.svgz diff --git a/pics/crystalsvg/crsc-action-text_italic.svgz b/pics/crystalsvg/crsc-action-text_italic.svgz Binary files differnew file mode 100644 index 000000000..2d402b1ad --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_italic.svgz diff --git a/pics/crystalsvg/crsc-action-text_strike.svgz b/pics/crystalsvg/crsc-action-text_strike.svgz Binary files differnew file mode 100644 index 000000000..7a09a48ed --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_strike.svgz diff --git a/pics/crystalsvg/crsc-action-text_sub.svgz b/pics/crystalsvg/crsc-action-text_sub.svgz Binary files differnew file mode 100644 index 000000000..066d51379 --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_sub.svgz diff --git a/pics/crystalsvg/crsc-action-text_super.svgz b/pics/crystalsvg/crsc-action-text_super.svgz Binary files differnew file mode 100644 index 000000000..e5c1774a2 --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_super.svgz diff --git a/pics/crystalsvg/crsc-action-text_under.svgz b/pics/crystalsvg/crsc-action-text_under.svgz Binary files differnew file mode 100644 index 000000000..d87be7b44 --- /dev/null +++ b/pics/crystalsvg/crsc-action-text_under.svgz diff --git a/pics/crystalsvg/crsc-action-top.svgz b/pics/crystalsvg/crsc-action-top.svgz Binary files differnew file mode 100644 index 000000000..735a8359d --- /dev/null +++ b/pics/crystalsvg/crsc-action-top.svgz diff --git a/pics/crystalsvg/crsc-action-up.svgz b/pics/crystalsvg/crsc-action-up.svgz Binary files differnew file mode 100644 index 000000000..3811f8d42 --- /dev/null +++ b/pics/crystalsvg/crsc-action-up.svgz diff --git a/pics/crystalsvg/crsc-action-view_fit_height.svgz b/pics/crystalsvg/crsc-action-view_fit_height.svgz Binary files differnew file mode 100644 index 000000000..070344186 --- /dev/null +++ b/pics/crystalsvg/crsc-action-view_fit_height.svgz diff --git a/pics/crystalsvg/crsc-action-view_fit_width.svgz b/pics/crystalsvg/crsc-action-view_fit_width.svgz Binary files differnew file mode 100644 index 000000000..e9bd732ef --- /dev/null +++ b/pics/crystalsvg/crsc-action-view_fit_width.svgz diff --git a/pics/crystalsvg/crsc-action-view_fit_window.svgz b/pics/crystalsvg/crsc-action-view_fit_window.svgz Binary files differnew file mode 100644 index 000000000..ed771488d --- /dev/null +++ b/pics/crystalsvg/crsc-action-view_fit_window.svgz diff --git a/pics/crystalsvg/crsc-action-wizard.svgz b/pics/crystalsvg/crsc-action-wizard.svgz Binary files differnew file mode 100644 index 000000000..c4ba6f2b0 --- /dev/null +++ b/pics/crystalsvg/crsc-action-wizard.svgz diff --git a/pics/crystalsvg/crsc-app-kmenu.svgz b/pics/crystalsvg/crsc-app-kmenu.svgz Binary files differnew file mode 100644 index 000000000..98c3fcfd5 --- /dev/null +++ b/pics/crystalsvg/crsc-app-kmenu.svgz diff --git a/pics/crystalsvg/crsc-app-kttsd.svgz b/pics/crystalsvg/crsc-app-kttsd.svgz Binary files differnew file mode 100644 index 000000000..199484f05 --- /dev/null +++ b/pics/crystalsvg/crsc-app-kttsd.svgz diff --git a/pics/crystalsvg/crsc-device-3floppy_mount.svgz b/pics/crystalsvg/crsc-device-3floppy_mount.svgz Binary files differnew file mode 100644 index 000000000..8c4cd8c58 --- /dev/null +++ b/pics/crystalsvg/crsc-device-3floppy_mount.svgz diff --git a/pics/crystalsvg/crsc-device-3floppy_unmount.svgz b/pics/crystalsvg/crsc-device-3floppy_unmount.svgz Binary files differnew file mode 100644 index 000000000..17fa545b4 --- /dev/null +++ b/pics/crystalsvg/crsc-device-3floppy_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-5floppy_mount.svgz b/pics/crystalsvg/crsc-device-5floppy_mount.svgz Binary files differnew file mode 100644 index 000000000..9689d2da6 --- /dev/null +++ b/pics/crystalsvg/crsc-device-5floppy_mount.svgz diff --git a/pics/crystalsvg/crsc-device-5floppy_unmount.svgz b/pics/crystalsvg/crsc-device-5floppy_unmount.svgz Binary files differnew file mode 100644 index 000000000..1305b82dc --- /dev/null +++ b/pics/crystalsvg/crsc-device-5floppy_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-blockdevice.svgz b/pics/crystalsvg/crsc-device-blockdevice.svgz Binary files differnew file mode 100644 index 000000000..ea3d15696 --- /dev/null +++ b/pics/crystalsvg/crsc-device-blockdevice.svgz diff --git a/pics/crystalsvg/crsc-device-camera_mount.svgz b/pics/crystalsvg/crsc-device-camera_mount.svgz Binary files differnew file mode 100644 index 000000000..11b992eb4 --- /dev/null +++ b/pics/crystalsvg/crsc-device-camera_mount.svgz diff --git a/pics/crystalsvg/crsc-device-camera_unmount.svgz b/pics/crystalsvg/crsc-device-camera_unmount.svgz Binary files differnew file mode 100644 index 000000000..5ff9bac65 --- /dev/null +++ b/pics/crystalsvg/crsc-device-camera_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-cdaudio_mount.svgz b/pics/crystalsvg/crsc-device-cdaudio_mount.svgz Binary files differnew file mode 100644 index 000000000..1680ab561 --- /dev/null +++ b/pics/crystalsvg/crsc-device-cdaudio_mount.svgz diff --git a/pics/crystalsvg/crsc-device-cdaudio_unmount.svgz b/pics/crystalsvg/crsc-device-cdaudio_unmount.svgz Binary files differnew file mode 100644 index 000000000..4bd7e35cd --- /dev/null +++ b/pics/crystalsvg/crsc-device-cdaudio_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-cdrom_mount.svgz b/pics/crystalsvg/crsc-device-cdrom_mount.svgz Binary files differnew file mode 100644 index 000000000..ca1e4c847 --- /dev/null +++ b/pics/crystalsvg/crsc-device-cdrom_mount.svgz diff --git a/pics/crystalsvg/crsc-device-cdrom_unmount.svgz b/pics/crystalsvg/crsc-device-cdrom_unmount.svgz Binary files differnew file mode 100644 index 000000000..4b2a48b2e --- /dev/null +++ b/pics/crystalsvg/crsc-device-cdrom_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-cdwriter_mount.svgz b/pics/crystalsvg/crsc-device-cdwriter_mount.svgz Binary files differnew file mode 100644 index 000000000..0a2471edb --- /dev/null +++ b/pics/crystalsvg/crsc-device-cdwriter_mount.svgz diff --git a/pics/crystalsvg/crsc-device-cdwriter_unmount.svgz b/pics/crystalsvg/crsc-device-cdwriter_unmount.svgz Binary files differnew file mode 100644 index 000000000..38a281170 --- /dev/null +++ b/pics/crystalsvg/crsc-device-cdwriter_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-chardevice.svgz b/pics/crystalsvg/crsc-device-chardevice.svgz Binary files differnew file mode 100644 index 000000000..f64e8b43b --- /dev/null +++ b/pics/crystalsvg/crsc-device-chardevice.svgz diff --git a/pics/crystalsvg/crsc-device-compact_flash_mount.svgz b/pics/crystalsvg/crsc-device-compact_flash_mount.svgz Binary files differnew file mode 100644 index 000000000..e714c6ca2 --- /dev/null +++ b/pics/crystalsvg/crsc-device-compact_flash_mount.svgz diff --git a/pics/crystalsvg/crsc-device-compact_flash_unmount.svgz b/pics/crystalsvg/crsc-device-compact_flash_unmount.svgz Binary files differnew file mode 100644 index 000000000..18ad176bd --- /dev/null +++ b/pics/crystalsvg/crsc-device-compact_flash_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-dvd_mount.svgz b/pics/crystalsvg/crsc-device-dvd_mount.svgz Binary files differnew file mode 100644 index 000000000..25c718faf --- /dev/null +++ b/pics/crystalsvg/crsc-device-dvd_mount.svgz diff --git a/pics/crystalsvg/crsc-device-dvd_unmount.svgz b/pics/crystalsvg/crsc-device-dvd_unmount.svgz Binary files differnew file mode 100644 index 000000000..21110e1eb --- /dev/null +++ b/pics/crystalsvg/crsc-device-dvd_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-hdd_mount.svgz b/pics/crystalsvg/crsc-device-hdd_mount.svgz Binary files differnew file mode 100644 index 000000000..e30e9c531 --- /dev/null +++ b/pics/crystalsvg/crsc-device-hdd_mount.svgz diff --git a/pics/crystalsvg/crsc-device-hdd_unmount.svgz b/pics/crystalsvg/crsc-device-hdd_unmount.svgz Binary files differnew file mode 100644 index 000000000..81ada8d07 --- /dev/null +++ b/pics/crystalsvg/crsc-device-hdd_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-ipod_mount.svgz b/pics/crystalsvg/crsc-device-ipod_mount.svgz Binary files differnew file mode 100644 index 000000000..096b5e3b3 --- /dev/null +++ b/pics/crystalsvg/crsc-device-ipod_mount.svgz diff --git a/pics/crystalsvg/crsc-device-ipod_unmount.svgz b/pics/crystalsvg/crsc-device-ipod_unmount.svgz Binary files differnew file mode 100644 index 000000000..92bdc9cd5 --- /dev/null +++ b/pics/crystalsvg/crsc-device-ipod_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-joystick.svgz b/pics/crystalsvg/crsc-device-joystick.svgz Binary files differnew file mode 100644 index 000000000..50bec41a9 --- /dev/null +++ b/pics/crystalsvg/crsc-device-joystick.svgz diff --git a/pics/crystalsvg/crsc-device-memory.svgz b/pics/crystalsvg/crsc-device-memory.svgz Binary files differnew file mode 100644 index 000000000..def05c576 --- /dev/null +++ b/pics/crystalsvg/crsc-device-memory.svgz diff --git a/pics/crystalsvg/crsc-device-memory_stick_mount.svgz b/pics/crystalsvg/crsc-device-memory_stick_mount.svgz Binary files differnew file mode 100644 index 000000000..d83aec8f5 --- /dev/null +++ b/pics/crystalsvg/crsc-device-memory_stick_mount.svgz diff --git a/pics/crystalsvg/crsc-device-memory_stick_unmount.svgz b/pics/crystalsvg/crsc-device-memory_stick_unmount.svgz Binary files differnew file mode 100644 index 000000000..8fb152279 --- /dev/null +++ b/pics/crystalsvg/crsc-device-memory_stick_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-mo_mount.svgz b/pics/crystalsvg/crsc-device-mo_mount.svgz Binary files differnew file mode 100644 index 000000000..1c2a85109 --- /dev/null +++ b/pics/crystalsvg/crsc-device-mo_mount.svgz diff --git a/pics/crystalsvg/crsc-device-mo_umount.svgz b/pics/crystalsvg/crsc-device-mo_umount.svgz Binary files differnew file mode 100644 index 000000000..fafa20baf --- /dev/null +++ b/pics/crystalsvg/crsc-device-mo_umount.svgz diff --git a/pics/crystalsvg/crsc-device-mo_unmount.svgz b/pics/crystalsvg/crsc-device-mo_unmount.svgz Binary files differnew file mode 100644 index 000000000..fafa20baf --- /dev/null +++ b/pics/crystalsvg/crsc-device-mo_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-mouse.svgz b/pics/crystalsvg/crsc-device-mouse.svgz Binary files differnew file mode 100644 index 000000000..88df3e0b1 --- /dev/null +++ b/pics/crystalsvg/crsc-device-mouse.svgz diff --git a/pics/crystalsvg/crsc-device-nfs_mount.svgz b/pics/crystalsvg/crsc-device-nfs_mount.svgz Binary files differnew file mode 100644 index 000000000..db6ec6e2d --- /dev/null +++ b/pics/crystalsvg/crsc-device-nfs_mount.svgz diff --git a/pics/crystalsvg/crsc-device-nfs_unmount.svgz b/pics/crystalsvg/crsc-device-nfs_unmount.svgz Binary files differnew file mode 100644 index 000000000..f870f20af --- /dev/null +++ b/pics/crystalsvg/crsc-device-nfs_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-pda_black.svgz b/pics/crystalsvg/crsc-device-pda_black.svgz Binary files differnew file mode 100644 index 000000000..1a76983e3 --- /dev/null +++ b/pics/crystalsvg/crsc-device-pda_black.svgz diff --git a/pics/crystalsvg/crsc-device-pda_blue.svgz b/pics/crystalsvg/crsc-device-pda_blue.svgz Binary files differnew file mode 100644 index 000000000..5f2e93756 --- /dev/null +++ b/pics/crystalsvg/crsc-device-pda_blue.svgz diff --git a/pics/crystalsvg/crsc-device-print_class.svgz b/pics/crystalsvg/crsc-device-print_class.svgz Binary files differnew file mode 100644 index 000000000..9d3237357 --- /dev/null +++ b/pics/crystalsvg/crsc-device-print_class.svgz diff --git a/pics/crystalsvg/crsc-device-printer1.svgz b/pics/crystalsvg/crsc-device-printer1.svgz Binary files differnew file mode 100644 index 000000000..d09e1ef53 --- /dev/null +++ b/pics/crystalsvg/crsc-device-printer1.svgz diff --git a/pics/crystalsvg/crsc-device-scanner.svgz b/pics/crystalsvg/crsc-device-scanner.svgz Binary files differnew file mode 100644 index 000000000..5b1cc4a6b --- /dev/null +++ b/pics/crystalsvg/crsc-device-scanner.svgz diff --git a/pics/crystalsvg/crsc-device-sd_mmc_mount.svgz b/pics/crystalsvg/crsc-device-sd_mmc_mount.svgz Binary files differnew file mode 100644 index 000000000..bdb6a5575 --- /dev/null +++ b/pics/crystalsvg/crsc-device-sd_mmc_mount.svgz diff --git a/pics/crystalsvg/crsc-device-sd_mmc_unmount.svgz b/pics/crystalsvg/crsc-device-sd_mmc_unmount.svgz Binary files differnew file mode 100644 index 000000000..2e1dc82aa --- /dev/null +++ b/pics/crystalsvg/crsc-device-sd_mmc_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-smartmedia_mount.svgz b/pics/crystalsvg/crsc-device-smartmedia_mount.svgz Binary files differnew file mode 100644 index 000000000..ea9d38cba --- /dev/null +++ b/pics/crystalsvg/crsc-device-smartmedia_mount.svgz diff --git a/pics/crystalsvg/crsc-device-smartmedia_unmount.svgz b/pics/crystalsvg/crsc-device-smartmedia_unmount.svgz Binary files differnew file mode 100644 index 000000000..6f1b6e68a --- /dev/null +++ b/pics/crystalsvg/crsc-device-smartmedia_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-system.svgz b/pics/crystalsvg/crsc-device-system.svgz Binary files differnew file mode 100644 index 000000000..d99bda03b --- /dev/null +++ b/pics/crystalsvg/crsc-device-system.svgz diff --git a/pics/crystalsvg/crsc-device-tablet.svgz b/pics/crystalsvg/crsc-device-tablet.svgz Binary files differnew file mode 100644 index 000000000..313e3a023 --- /dev/null +++ b/pics/crystalsvg/crsc-device-tablet.svgz diff --git a/pics/crystalsvg/crsc-device-tv.svgz b/pics/crystalsvg/crsc-device-tv.svgz Binary files differnew file mode 100644 index 000000000..035633323 --- /dev/null +++ b/pics/crystalsvg/crsc-device-tv.svgz diff --git a/pics/crystalsvg/crsc-device-usbpendrive_mount.svgz b/pics/crystalsvg/crsc-device-usbpendrive_mount.svgz Binary files differnew file mode 100644 index 000000000..39bddfccc --- /dev/null +++ b/pics/crystalsvg/crsc-device-usbpendrive_mount.svgz diff --git a/pics/crystalsvg/crsc-device-usbpendrive_unmount.svgz b/pics/crystalsvg/crsc-device-usbpendrive_unmount.svgz Binary files differnew file mode 100644 index 000000000..579103c68 --- /dev/null +++ b/pics/crystalsvg/crsc-device-usbpendrive_unmount.svgz diff --git a/pics/crystalsvg/crsc-device-zip_mount.svgz b/pics/crystalsvg/crsc-device-zip_mount.svgz Binary files differnew file mode 100644 index 000000000..dc5c361aa --- /dev/null +++ b/pics/crystalsvg/crsc-device-zip_mount.svgz diff --git a/pics/crystalsvg/crsc-device-zip_unmount.svgz b/pics/crystalsvg/crsc-device-zip_unmount.svgz Binary files differnew file mode 100644 index 000000000..982c9144c --- /dev/null +++ b/pics/crystalsvg/crsc-device-zip_unmount.svgz diff --git a/pics/crystalsvg/crsc-filesys-desktop.svgz b/pics/crystalsvg/crsc-filesys-desktop.svgz Binary files differnew file mode 100644 index 000000000..607fe0111 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-desktop.svgz diff --git a/pics/crystalsvg/crsc-filesys-exec.svgz b/pics/crystalsvg/crsc-filesys-exec.svgz Binary files differnew file mode 100644 index 000000000..75e3d8ae1 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-exec.svgz diff --git a/pics/crystalsvg/crsc-filesys-exec_wine.svgz b/pics/crystalsvg/crsc-filesys-exec_wine.svgz Binary files differnew file mode 100644 index 000000000..88fd74486 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-exec_wine.svgz diff --git a/pics/crystalsvg/crsc-filesys-file_broken.svgz b/pics/crystalsvg/crsc-filesys-file_broken.svgz Binary files differnew file mode 100644 index 000000000..b35d38772 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-file_broken.svgz diff --git a/pics/crystalsvg/crsc-filesys-file_important.svgz b/pics/crystalsvg/crsc-filesys-file_important.svgz Binary files differnew file mode 100644 index 000000000..2505f191e --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-file_important.svgz diff --git a/pics/crystalsvg/crsc-filesys-file_locked.svgz b/pics/crystalsvg/crsc-filesys-file_locked.svgz Binary files differnew file mode 100644 index 000000000..782f0f46e --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-file_locked.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder.svgz b/pics/crystalsvg/crsc-filesys-folder.svgz Binary files differnew file mode 100644 index 000000000..ca885199f --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_blue.svgz b/pics/crystalsvg/crsc-filesys-folder_blue.svgz Binary files differnew file mode 100644 index 000000000..ca885199f --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_blue.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_blue_open.svgz b/pics/crystalsvg/crsc-filesys-folder_blue_open.svgz Binary files differnew file mode 100644 index 000000000..fdabd48c7 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_blue_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_cyan.svgz b/pics/crystalsvg/crsc-filesys-folder_cyan.svgz Binary files differnew file mode 100644 index 000000000..fa067c187 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_cyan.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_cyan_open.svgz b/pics/crystalsvg/crsc-filesys-folder_cyan_open.svgz Binary files differnew file mode 100644 index 000000000..e1554515d --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_cyan_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_favorite.svgz b/pics/crystalsvg/crsc-filesys-folder_favorite.svgz Binary files differnew file mode 100644 index 000000000..c4e9ddc29 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_favorite.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_green.svgz b/pics/crystalsvg/crsc-filesys-folder_green.svgz Binary files differnew file mode 100644 index 000000000..017029732 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_green.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_green_open.svgz b/pics/crystalsvg/crsc-filesys-folder_green_open.svgz Binary files differnew file mode 100644 index 000000000..b32a64ef2 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_green_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_grey.svgz b/pics/crystalsvg/crsc-filesys-folder_grey.svgz Binary files differnew file mode 100644 index 000000000..e8097594f --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_grey.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_home.svgz b/pics/crystalsvg/crsc-filesys-folder_home.svgz Binary files differnew file mode 100644 index 000000000..4c8bf7777 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_home.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_html.svgz b/pics/crystalsvg/crsc-filesys-folder_html.svgz Binary files differnew file mode 100644 index 000000000..7ff6b6dff --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_html.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_image.svgz b/pics/crystalsvg/crsc-filesys-folder_image.svgz Binary files differnew file mode 100644 index 000000000..8a9161deb --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_image.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_important.svgz b/pics/crystalsvg/crsc-filesys-folder_important.svgz Binary files differnew file mode 100644 index 000000000..bf52c6948 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_important.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_locked.svgz b/pics/crystalsvg/crsc-filesys-folder_locked.svgz Binary files differnew file mode 100644 index 000000000..db23a570e --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_locked.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_man.svgz b/pics/crystalsvg/crsc-filesys-folder_man.svgz Binary files differnew file mode 100644 index 000000000..135761168 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_man.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_man2.svgz b/pics/crystalsvg/crsc-filesys-folder_man2.svgz Binary files differnew file mode 100644 index 000000000..a4372b108 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_man2.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_open.svgz b/pics/crystalsvg/crsc-filesys-folder_open.svgz Binary files differnew file mode 100644 index 000000000..fdabd48c7 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_orange.svgz b/pics/crystalsvg/crsc-filesys-folder_orange.svgz Binary files differnew file mode 100644 index 000000000..3d3b7d3c1 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_orange.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_orange_open.svgz b/pics/crystalsvg/crsc-filesys-folder_orange_open.svgz Binary files differnew file mode 100644 index 000000000..c18acadd8 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_orange_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_print.svgz b/pics/crystalsvg/crsc-filesys-folder_print.svgz Binary files differnew file mode 100644 index 000000000..36f1e68bd --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_print.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_red.svgz b/pics/crystalsvg/crsc-filesys-folder_red.svgz Binary files differnew file mode 100644 index 000000000..5ea0651cb --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_red.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_red_open.svgz b/pics/crystalsvg/crsc-filesys-folder_red_open.svgz Binary files differnew file mode 100644 index 000000000..8b87f200c --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_red_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_sound.svgz b/pics/crystalsvg/crsc-filesys-folder_sound.svgz Binary files differnew file mode 100644 index 000000000..ad18b6a9b --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_sound.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_tar.svgz b/pics/crystalsvg/crsc-filesys-folder_tar.svgz Binary files differnew file mode 100644 index 000000000..86156aa3e --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_tar.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_txt.svgz b/pics/crystalsvg/crsc-filesys-folder_txt.svgz Binary files differnew file mode 100644 index 000000000..190f9ef1b --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_txt.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_violet.svgz b/pics/crystalsvg/crsc-filesys-folder_violet.svgz Binary files differnew file mode 100644 index 000000000..af44e0d9b --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_violet.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_violet_open.svgz b/pics/crystalsvg/crsc-filesys-folder_violet_open.svgz Binary files differnew file mode 100644 index 000000000..2dcfdc85f --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_violet_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_yellow.svgz b/pics/crystalsvg/crsc-filesys-folder_yellow.svgz Binary files differnew file mode 100644 index 000000000..3d3b7d3c1 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_yellow.svgz diff --git a/pics/crystalsvg/crsc-filesys-folder_yellow_open.svgz b/pics/crystalsvg/crsc-filesys-folder_yellow_open.svgz Binary files differnew file mode 100644 index 000000000..c18acadd8 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-folder_yellow_open.svgz diff --git a/pics/crystalsvg/crsc-filesys-home_blue.svgz b/pics/crystalsvg/crsc-filesys-home_blue.svgz Binary files differnew file mode 100644 index 000000000..5d93eb841 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-home_blue.svgz diff --git a/pics/crystalsvg/crsc-filesys-home_white.svgz b/pics/crystalsvg/crsc-filesys-home_white.svgz Binary files differnew file mode 100644 index 000000000..b56c209b2 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-home_white.svgz diff --git a/pics/crystalsvg/crsc-filesys-link_overlay.svgz b/pics/crystalsvg/crsc-filesys-link_overlay.svgz Binary files differnew file mode 100644 index 000000000..34a6d272c --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-link_overlay.svgz diff --git a/pics/crystalsvg/crsc-filesys-lock_overlay.svgz b/pics/crystalsvg/crsc-filesys-lock_overlay.svgz Binary files differnew file mode 100644 index 000000000..935b72d46 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-lock_overlay.svgz diff --git a/pics/crystalsvg/crsc-filesys-network.svgz b/pics/crystalsvg/crsc-filesys-network.svgz Binary files differnew file mode 100644 index 000000000..b640e95b8 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-network.svgz diff --git a/pics/crystalsvg/crsc-filesys-network_local.svgz b/pics/crystalsvg/crsc-filesys-network_local.svgz Binary files differnew file mode 100644 index 000000000..f2b1cefd2 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-network_local.svgz diff --git a/pics/crystalsvg/crsc-filesys-pipe.svgz b/pics/crystalsvg/crsc-filesys-pipe.svgz Binary files differnew file mode 100644 index 000000000..75d9169b3 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-pipe.svgz diff --git a/pics/crystalsvg/crsc-filesys-services.svgz b/pics/crystalsvg/crsc-filesys-services.svgz Binary files differnew file mode 100644 index 000000000..b4712b468 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-services.svgz diff --git a/pics/crystalsvg/crsc-filesys-temporary.svgz b/pics/crystalsvg/crsc-filesys-temporary.svgz Binary files differnew file mode 100644 index 000000000..f9af70bdf --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-temporary.svgz diff --git a/pics/crystalsvg/crsc-filesys-trashcan_empty.svgz b/pics/crystalsvg/crsc-filesys-trashcan_empty.svgz Binary files differnew file mode 100644 index 000000000..7fec1ebc1 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-trashcan_empty.svgz diff --git a/pics/crystalsvg/crsc-filesys-trashcan_full.svgz b/pics/crystalsvg/crsc-filesys-trashcan_full.svgz Binary files differnew file mode 100644 index 000000000..e70457fe0 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-trashcan_full.svgz diff --git a/pics/crystalsvg/crsc-filesys-www.svgz b/pics/crystalsvg/crsc-filesys-www.svgz Binary files differnew file mode 100644 index 000000000..2208ebfce --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-www.svgz diff --git a/pics/crystalsvg/crsc-filesys-zip_overlay.svgz b/pics/crystalsvg/crsc-filesys-zip_overlay.svgz Binary files differnew file mode 100644 index 000000000..6ada6bba8 --- /dev/null +++ b/pics/crystalsvg/crsc-filesys-zip_overlay.svgz diff --git a/pics/crystalsvg/crsc-mime-applix.svgz b/pics/crystalsvg/crsc-mime-applix.svgz Binary files differnew file mode 100644 index 000000000..848f60100 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-applix.svgz diff --git a/pics/crystalsvg/crsc-mime-ascii.svgz b/pics/crystalsvg/crsc-mime-ascii.svgz Binary files differnew file mode 100644 index 000000000..9c57aa362 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-ascii.svgz diff --git a/pics/crystalsvg/crsc-mime-binary.svgz b/pics/crystalsvg/crsc-mime-binary.svgz Binary files differnew file mode 100644 index 000000000..03dc9c0aa --- /dev/null +++ b/pics/crystalsvg/crsc-mime-binary.svgz diff --git a/pics/crystalsvg/crsc-mime-cdimage.svgz b/pics/crystalsvg/crsc-mime-cdimage.svgz Binary files differnew file mode 100644 index 000000000..300ba9113 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-cdimage.svgz diff --git a/pics/crystalsvg/crsc-mime-cdr.svgz b/pics/crystalsvg/crsc-mime-cdr.svgz Binary files differnew file mode 100644 index 000000000..4e489736d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-cdr.svgz diff --git a/pics/crystalsvg/crsc-mime-cdtrack.svgz b/pics/crystalsvg/crsc-mime-cdtrack.svgz Binary files differnew file mode 100644 index 000000000..adbc2c36d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-cdtrack.svgz diff --git a/pics/crystalsvg/crsc-mime-colorscm.svgz b/pics/crystalsvg/crsc-mime-colorscm.svgz Binary files differnew file mode 100644 index 000000000..8cd36ffe6 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-colorscm.svgz diff --git a/pics/crystalsvg/crsc-mime-core.svgz b/pics/crystalsvg/crsc-mime-core.svgz Binary files differnew file mode 100644 index 000000000..327199348 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-core.svgz diff --git a/pics/crystalsvg/crsc-mime-deb.svgz b/pics/crystalsvg/crsc-mime-deb.svgz Binary files differnew file mode 100644 index 000000000..fe0500c80 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-deb.svgz diff --git a/pics/crystalsvg/crsc-mime-document.svgz b/pics/crystalsvg/crsc-mime-document.svgz Binary files differnew file mode 100644 index 000000000..7ec01cb18 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-document.svgz diff --git a/pics/crystalsvg/crsc-mime-document2.svgz b/pics/crystalsvg/crsc-mime-document2.svgz Binary files differnew file mode 100644 index 000000000..ceb63b565 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-document2.svgz diff --git a/pics/crystalsvg/crsc-mime-dvi.svgz b/pics/crystalsvg/crsc-mime-dvi.svgz Binary files differnew file mode 100644 index 000000000..5421f97b0 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-dvi.svgz diff --git a/pics/crystalsvg/crsc-mime-empty.svgz b/pics/crystalsvg/crsc-mime-empty.svgz Binary files differnew file mode 100644 index 000000000..4a9a4ae04 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-empty.svgz diff --git a/pics/crystalsvg/crsc-mime-encrypted.svgz b/pics/crystalsvg/crsc-mime-encrypted.svgz Binary files differnew file mode 100644 index 000000000..f70d2159d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-encrypted.svgz diff --git a/pics/crystalsvg/crsc-mime-exec_wine.svgz b/pics/crystalsvg/crsc-mime-exec_wine.svgz Binary files differnew file mode 100644 index 000000000..5d576f5ca --- /dev/null +++ b/pics/crystalsvg/crsc-mime-exec_wine.svgz diff --git a/pics/crystalsvg/crsc-mime-file_locked.svgz b/pics/crystalsvg/crsc-mime-file_locked.svgz Binary files differnew file mode 100644 index 000000000..47d763de3 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-file_locked.svgz diff --git a/pics/crystalsvg/crsc-mime-file_temporary.svgz b/pics/crystalsvg/crsc-mime-file_temporary.svgz Binary files differnew file mode 100644 index 000000000..29632f160 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-file_temporary.svgz diff --git a/pics/crystalsvg/crsc-mime-font.svgz b/pics/crystalsvg/crsc-mime-font.svgz Binary files differnew file mode 100644 index 000000000..ed3606c29 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-font.svgz diff --git a/pics/crystalsvg/crsc-mime-font_bitmap.svgz b/pics/crystalsvg/crsc-mime-font_bitmap.svgz Binary files differnew file mode 100644 index 000000000..86daf6872 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-font_bitmap.svgz diff --git a/pics/crystalsvg/crsc-mime-font_truetype.svgz b/pics/crystalsvg/crsc-mime-font_truetype.svgz Binary files differnew file mode 100644 index 000000000..ba91c712e --- /dev/null +++ b/pics/crystalsvg/crsc-mime-font_truetype.svgz diff --git a/pics/crystalsvg/crsc-mime-font_type1.svgz b/pics/crystalsvg/crsc-mime-font_type1.svgz Binary files differnew file mode 100644 index 000000000..80b5fcc07 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-font_type1.svgz diff --git a/pics/crystalsvg/crsc-mime-gf.svgz b/pics/crystalsvg/crsc-mime-gf.svgz Binary files differnew file mode 100644 index 000000000..4dad1484d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-gf.svgz diff --git a/pics/crystalsvg/crsc-mime-html.svgz b/pics/crystalsvg/crsc-mime-html.svgz Binary files differnew file mode 100644 index 000000000..4bc202777 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-html.svgz diff --git a/pics/crystalsvg/crsc-mime-image.svgz b/pics/crystalsvg/crsc-mime-image.svgz Binary files differnew file mode 100644 index 000000000..3c82fd849 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-image.svgz diff --git a/pics/crystalsvg/crsc-mime-image2.svgz b/pics/crystalsvg/crsc-mime-image2.svgz Binary files differnew file mode 100644 index 000000000..15cd07f2f --- /dev/null +++ b/pics/crystalsvg/crsc-mime-image2.svgz diff --git a/pics/crystalsvg/crsc-mime-karbon_karbon.svgz b/pics/crystalsvg/crsc-mime-karbon_karbon.svgz Binary files differnew file mode 100644 index 000000000..87b5dbcd2 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-karbon_karbon.svgz diff --git a/pics/crystalsvg/crsc-mime-kexi_kexi.svgz b/pics/crystalsvg/crsc-mime-kexi_kexi.svgz Binary files differnew file mode 100644 index 000000000..dbf75c7a9 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-kexi_kexi.svgz diff --git a/pics/crystalsvg/crsc-mime-kmultiple.svgz b/pics/crystalsvg/crsc-mime-kmultiple.svgz Binary files differnew file mode 100644 index 000000000..c8b696048 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-kmultiple.svgz diff --git a/pics/crystalsvg/crsc-mime-koffice.svgz b/pics/crystalsvg/crsc-mime-koffice.svgz Binary files differnew file mode 100644 index 000000000..14baa630c --- /dev/null +++ b/pics/crystalsvg/crsc-mime-koffice.svgz diff --git a/pics/crystalsvg/crsc-mime-kugardata.svgz b/pics/crystalsvg/crsc-mime-kugardata.svgz Binary files differnew file mode 100644 index 000000000..869819a3f --- /dev/null +++ b/pics/crystalsvg/crsc-mime-kugardata.svgz diff --git a/pics/crystalsvg/crsc-mime-log.svgz b/pics/crystalsvg/crsc-mime-log.svgz Binary files differnew file mode 100644 index 000000000..4fc3af175 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-log.svgz diff --git a/pics/crystalsvg/crsc-mime-make.svgz b/pics/crystalsvg/crsc-mime-make.svgz Binary files differnew file mode 100644 index 000000000..5d8099f0b --- /dev/null +++ b/pics/crystalsvg/crsc-mime-make.svgz diff --git a/pics/crystalsvg/crsc-mime-man.svgz b/pics/crystalsvg/crsc-mime-man.svgz Binary files differnew file mode 100644 index 000000000..3b3bd84b0 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-man.svgz diff --git a/pics/crystalsvg/crsc-mime-message.svgz b/pics/crystalsvg/crsc-mime-message.svgz Binary files differnew file mode 100644 index 000000000..caae4161a --- /dev/null +++ b/pics/crystalsvg/crsc-mime-message.svgz diff --git a/pics/crystalsvg/crsc-mime-metafont.svgz b/pics/crystalsvg/crsc-mime-metafont.svgz Binary files differnew file mode 100644 index 000000000..4dad1484d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-metafont.svgz diff --git a/pics/crystalsvg/crsc-mime-mozilla_doc.svgz b/pics/crystalsvg/crsc-mime-mozilla_doc.svgz Binary files differnew file mode 100644 index 000000000..abfa4d256 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-mozilla_doc.svgz diff --git a/pics/crystalsvg/crsc-mime-netscape_doc.svgz b/pics/crystalsvg/crsc-mime-netscape_doc.svgz Binary files differnew file mode 100644 index 000000000..a73a25b6d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-netscape_doc.svgz diff --git a/pics/crystalsvg/crsc-mime-pdf.svgz b/pics/crystalsvg/crsc-mime-pdf.svgz Binary files differnew file mode 100644 index 000000000..ab50d2862 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-pdf.svgz diff --git a/pics/crystalsvg/crsc-mime-pk.svgz b/pics/crystalsvg/crsc-mime-pk.svgz Binary files differnew file mode 100644 index 000000000..ce3ad76bb --- /dev/null +++ b/pics/crystalsvg/crsc-mime-pk.svgz diff --git a/pics/crystalsvg/crsc-mime-postscript.svgz b/pics/crystalsvg/crsc-mime-postscript.svgz Binary files differnew file mode 100644 index 000000000..9569cb3c4 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-postscript.svgz diff --git a/pics/crystalsvg/crsc-mime-quicktime.svgz b/pics/crystalsvg/crsc-mime-quicktime.svgz Binary files differnew file mode 100644 index 000000000..b67c3b327 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-quicktime.svgz diff --git a/pics/crystalsvg/crsc-mime-readme.svgz b/pics/crystalsvg/crsc-mime-readme.svgz Binary files differnew file mode 100644 index 000000000..756484dcb --- /dev/null +++ b/pics/crystalsvg/crsc-mime-readme.svgz diff --git a/pics/crystalsvg/crsc-mime-recycled.svgz b/pics/crystalsvg/crsc-mime-recycled.svgz Binary files differnew file mode 100644 index 000000000..cbe91e022 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-recycled.svgz diff --git a/pics/crystalsvg/crsc-mime-resource.svgz b/pics/crystalsvg/crsc-mime-resource.svgz Binary files differnew file mode 100644 index 000000000..b397911cd --- /dev/null +++ b/pics/crystalsvg/crsc-mime-resource.svgz diff --git a/pics/crystalsvg/crsc-mime-rpm.svgz b/pics/crystalsvg/crsc-mime-rpm.svgz Binary files differnew file mode 100644 index 000000000..9e4b52f0a --- /dev/null +++ b/pics/crystalsvg/crsc-mime-rpm.svgz diff --git a/pics/crystalsvg/crsc-mime-shellscript.svgz b/pics/crystalsvg/crsc-mime-shellscript.svgz Binary files differnew file mode 100644 index 000000000..4704aadab --- /dev/null +++ b/pics/crystalsvg/crsc-mime-shellscript.svgz diff --git a/pics/crystalsvg/crsc-mime-soffice.svgz b/pics/crystalsvg/crsc-mime-soffice.svgz Binary files differnew file mode 100644 index 000000000..f7454b2de --- /dev/null +++ b/pics/crystalsvg/crsc-mime-soffice.svgz diff --git a/pics/crystalsvg/crsc-mime-sound.svgz b/pics/crystalsvg/crsc-mime-sound.svgz Binary files differnew file mode 100644 index 000000000..c625e3e3d --- /dev/null +++ b/pics/crystalsvg/crsc-mime-sound.svgz diff --git a/pics/crystalsvg/crsc-mime-source.svgz b/pics/crystalsvg/crsc-mime-source.svgz Binary files differnew file mode 100644 index 000000000..a4d0c60e5 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source.svgz diff --git a/pics/crystalsvg/crsc-mime-source_c.svgz b/pics/crystalsvg/crsc-mime-source_c.svgz Binary files differnew file mode 100644 index 000000000..84769e9db --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_c.svgz diff --git a/pics/crystalsvg/crsc-mime-source_cpp.svgz b/pics/crystalsvg/crsc-mime-source_cpp.svgz Binary files differnew file mode 100644 index 000000000..df7ddaa01 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_cpp.svgz diff --git a/pics/crystalsvg/crsc-mime-source_f.svgz b/pics/crystalsvg/crsc-mime-source_f.svgz Binary files differnew file mode 100644 index 000000000..5bf543560 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_f.svgz diff --git a/pics/crystalsvg/crsc-mime-source_h.svgz b/pics/crystalsvg/crsc-mime-source_h.svgz Binary files differnew file mode 100644 index 000000000..e614663ef --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_h.svgz diff --git a/pics/crystalsvg/crsc-mime-source_j.svgz b/pics/crystalsvg/crsc-mime-source_j.svgz Binary files differnew file mode 100644 index 000000000..aeb46180b --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_j.svgz diff --git a/pics/crystalsvg/crsc-mime-source_java.svgz b/pics/crystalsvg/crsc-mime-source_java.svgz Binary files differnew file mode 100644 index 000000000..96d8d63b3 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_java.svgz diff --git a/pics/crystalsvg/crsc-mime-source_l.svgz b/pics/crystalsvg/crsc-mime-source_l.svgz Binary files differnew file mode 100644 index 000000000..8dbdbb345 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_l.svgz diff --git a/pics/crystalsvg/crsc-mime-source_moc.svgz b/pics/crystalsvg/crsc-mime-source_moc.svgz Binary files differnew file mode 100644 index 000000000..8a981dc21 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_moc.svgz diff --git a/pics/crystalsvg/crsc-mime-source_o.svgz b/pics/crystalsvg/crsc-mime-source_o.svgz Binary files differnew file mode 100644 index 000000000..4cd0a5963 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_o.svgz diff --git a/pics/crystalsvg/crsc-mime-source_p.svgz b/pics/crystalsvg/crsc-mime-source_p.svgz Binary files differnew file mode 100644 index 000000000..8db7608aa --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_p.svgz diff --git a/pics/crystalsvg/crsc-mime-source_php.svgz b/pics/crystalsvg/crsc-mime-source_php.svgz Binary files differnew file mode 100644 index 000000000..4f464a6f4 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_php.svgz diff --git a/pics/crystalsvg/crsc-mime-source_pl.svgz b/pics/crystalsvg/crsc-mime-source_pl.svgz Binary files differnew file mode 100644 index 000000000..61514588b --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_pl.svgz diff --git a/pics/crystalsvg/crsc-mime-source_py.svgz b/pics/crystalsvg/crsc-mime-source_py.svgz Binary files differnew file mode 100644 index 000000000..8fd5f835c --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_py.svgz diff --git a/pics/crystalsvg/crsc-mime-source_s.svgz b/pics/crystalsvg/crsc-mime-source_s.svgz Binary files differnew file mode 100644 index 000000000..661f5b96c --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_s.svgz diff --git a/pics/crystalsvg/crsc-mime-source_y.svgz b/pics/crystalsvg/crsc-mime-source_y.svgz Binary files differnew file mode 100644 index 000000000..bd53f044f --- /dev/null +++ b/pics/crystalsvg/crsc-mime-source_y.svgz diff --git a/pics/crystalsvg/crsc-mime-spreadsheet.svgz b/pics/crystalsvg/crsc-mime-spreadsheet.svgz Binary files differnew file mode 100644 index 000000000..b59685482 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-spreadsheet.svgz diff --git a/pics/crystalsvg/crsc-mime-tar.svgz b/pics/crystalsvg/crsc-mime-tar.svgz Binary files differnew file mode 100644 index 000000000..7bdd512e4 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-tar.svgz diff --git a/pics/crystalsvg/crsc-mime-tex.svgz b/pics/crystalsvg/crsc-mime-tex.svgz Binary files differnew file mode 100644 index 000000000..242c25922 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-tex.svgz diff --git a/pics/crystalsvg/crsc-mime-tgz.svgz b/pics/crystalsvg/crsc-mime-tgz.svgz Binary files differnew file mode 100644 index 000000000..d3c692604 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-tgz.svgz diff --git a/pics/crystalsvg/crsc-mime-txt.svgz b/pics/crystalsvg/crsc-mime-txt.svgz Binary files differnew file mode 100644 index 000000000..3ed0f5a20 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-txt.svgz diff --git a/pics/crystalsvg/crsc-mime-txt2.svgz b/pics/crystalsvg/crsc-mime-txt2.svgz Binary files differnew file mode 100644 index 000000000..4cdd5b929 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-txt2.svgz diff --git a/pics/crystalsvg/crsc-mime-unknown.svgz b/pics/crystalsvg/crsc-mime-unknown.svgz Binary files differnew file mode 100644 index 000000000..4a9a4ae04 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-unknown.svgz diff --git a/pics/crystalsvg/crsc-mime-vcalendar.svgz b/pics/crystalsvg/crsc-mime-vcalendar.svgz Binary files differnew file mode 100644 index 000000000..0badc4384 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-vcalendar.svgz diff --git a/pics/crystalsvg/crsc-mime-vcard.svgz b/pics/crystalsvg/crsc-mime-vcard.svgz Binary files differnew file mode 100644 index 000000000..9245a84dd --- /dev/null +++ b/pics/crystalsvg/crsc-mime-vcard.svgz diff --git a/pics/crystalsvg/crsc-mime-vectorgfx.svgz b/pics/crystalsvg/crsc-mime-vectorgfx.svgz Binary files differnew file mode 100644 index 000000000..817530388 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-vectorgfx.svgz diff --git a/pics/crystalsvg/crsc-mime-video.svgz b/pics/crystalsvg/crsc-mime-video.svgz Binary files differnew file mode 100644 index 000000000..b5cfdfe1a --- /dev/null +++ b/pics/crystalsvg/crsc-mime-video.svgz diff --git a/pics/crystalsvg/crsc-mime-widget_doc.svgz b/pics/crystalsvg/crsc-mime-widget_doc.svgz Binary files differnew file mode 100644 index 000000000..d98a4dad9 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-widget_doc.svgz diff --git a/pics/crystalsvg/crsc-mime-wordprocessing.svgz b/pics/crystalsvg/crsc-mime-wordprocessing.svgz Binary files differnew file mode 100644 index 000000000..266e125fe --- /dev/null +++ b/pics/crystalsvg/crsc-mime-wordprocessing.svgz diff --git a/pics/crystalsvg/crsc-mime-zip.svgz b/pics/crystalsvg/crsc-mime-zip.svgz Binary files differnew file mode 100644 index 000000000..6ada6bba8 --- /dev/null +++ b/pics/crystalsvg/crsc-mime-zip.svgz diff --git a/pics/crystalsvg/index.theme b/pics/crystalsvg/index.theme new file mode 100644 index 000000000..769c233d9 --- /dev/null +++ b/pics/crystalsvg/index.theme @@ -0,0 +1,238 @@ +[Icon Theme] +Name=Crystal SVG +Name[af]=Kristal SVG +Name[be]=Крышталь (SVG) +Name[bn]=কৃস্টাল এস-ভি-জি +Name[br]=Strink SVG +Name[es]=SVG estilo Crystal +Name[fa]=بلور SVG +Name[hi]=क्रिस्टल एसवीजी +Name[ja]=クリスタル SVG +Name[ka]=Crystal SVG ნახატი +Name[lb]=Crystal-SVG +Name[lt]=Kristalinis SVG +Name[lv]=Kristāla SVG +Name[ne]=क्रिस्टल SVG +Name[ro]=Cristal SVG +Name[ru]=Рисунок Crystal SVG +Name[sr]=Кристал SVG +Name[sr@Latn]=Kristal SVG +Name[sv]=Kristall SVG +Name[ta]=க்ரிஸ்டல் எஸ்விஜி +Name[te]=క్రిస్టల్ ఎస్ విజి +Name[tg]=Расмҳои Crystal SVG +Name[th]=คริสตัล SVG +Name[uz]=Kristal SVG +Name[uz@cyrillic]=Кристал SVG +Name[vi]=SVG Crystal +Name[zh_CN]=水晶 SVG +Comment=Icon Theme by Everaldo.com Design Studio +Comment[af]=Ikoon Tema deur Everaldo.com Design Studio +Comment[be]=Тэма значак ад Everaldo.com Design Studio +Comment[bg]=Тема с икони от Евералдо (www.everaldo.com) +Comment[bn]=এভারাল্ডোর (www.everaldo.com) তৈরি আইকন থিম +Comment[br]=Giz arlun gant Everaldo.com Design Studio +Comment[bs]=Tema ikona, pravio Everaldo.com dizajn studio +Comment[ca]=Tema d'icones de l'estudi de disseny Everaldo.com +Comment[cs]=Motiv ikon studia Everaldo.com +Comment[csb]=Zestôw ikònów z Everaldo.com Design Studio +Comment[da]=Ikontema af Everaldo.com Design Studio +Comment[de]=Symboldesign von Everaldo.com Design Studio +Comment[el]=Θέμα εικονιδίων από το Everaldo.com Design Studio +Comment[eo]=Piktogrametoso de Everaldo.com Design Studio +Comment[es]=Tema de iconoss de Everaldo.com Design Studio +Comment[et]=Disainistuudio Everaldo.com ikooniteema +Comment[eu]=Everaldoren ikono-gaia (www.everaldo.com) +Comment[fa]=چهرۀ شمایل توسط استادیو طرح Everaldo.com +Comment[fi]=Everaldo.com-suunnittelutoimiston tekemä kuvaketeema +Comment[fr]=Thème d'icônes par Everaldo.com Design Studio +Comment[fy]=ikoan tema makke troch Everaldo.com Design Studio +Comment[ga]=Téama Deilbhíní le Everaldo.com Design Studio +Comment[gl]=Tema de Ícones por Everaldo.com Design Studio +Comment[he]=ערכת סמלים מאת הסטודיו של Everaldo.com +Comment[hi]=प्रतीक प्रसंग Everaldo.com डिज़ाइन स्टूडियो द्वारा +Comment[hr]=Tema ikona koju je izradio Everaldo.com Design Studio +Comment[hu]=Ikontéma, készítette: Everaldo.com Design Studio +Comment[id]=Tema Ikon dari Studio Design Everaldo.com +Comment[is]=Táknmyndaþema eftir Everaldo.com Design Studio +Comment[it]=Tema icone dello studio di design Everaldo.com +Comment[ja]=Everaldo.com デザインスタジオによるアイコンテーマ +Comment[ka]=პიქტოგრამების თემა Everaldo.com Design Studio-დან +Comment[kk]=Everaldo.com Design Studio таңбаша нақышы +Comment[km]=ស្បែករបស់រូបតំណាងដោយ Everaldo.com Design Studio +Comment[ko]=Everaldo.com 디자인 스튜디오가 만든 아이콘 테마 +Comment[lb]=Symbolthema vum Everaldo.com Design Studio +Comment[lt]=Everaldo.com Design Studio ženkliukų tema +Comment[lv]=Ikonu tēma no Everaldo.com Design Studio +Comment[mk]=Тема на икони од студиото за дизајн на Everaldo.com +Comment[ms]=Tema Ikon oleh Everaldo.com Design Studio +Comment[nb]=Ikontema av Everaldo.com Design Studio +Comment[nds]=Lüttbildmuster vun Everaldo.com Design Studio +Comment[ne]=इभेराल्डो.कम डिजाइन स्टुडियोद्वारा विषयवस्तु प्रतिमा +Comment[nl]=Pictogramthema van ontwerpbureau Everaldo.com +Comment[nn]=Ikontema av Everaldo.com Design Studio +Comment[pa]=Everaldo.com ਡਿਜ਼ਾਇਨ ਸਟੂਡੀਓ ਦਾ ਆਈਕਾਨ ਸਰੂਪ +Comment[pl]=Zestaw ikon z Everaldo.com Design Studio +Comment[pt]=Tema de Ícones por Everaldo.com Design Studio +Comment[pt_BR]=Tema de Ícones por Everaldo.com +Comment[ro]=Tematică de iconiţe de Everaldo.com Design Studio +Comment[ru]=Тема значков от Everaldo.com Design Studio +Comment[rw]=Insanganyamatsiko y'Agashushondanga ikozwe na Situdiyo ihanga Everaldo.com +Comment[se]=Govašfáddá maid Everaldo.com Design Studio lea ráhkadan +Comment[sk]=Téma ikon od Everaldo.com Design Studio +Comment[sl]=Ikonska tema oblikovalskega studia Everaldo.com +Comment[sr]=Тема икона дизајнерског студија Everaldo.com +Comment[sr@Latn]=Tema ikona dizajnerskog studija Everaldo.com +Comment[sv]=Ikontema av Everaldo.com designstudio +Comment[ta]=எவரால்டோ.காம் வடிவமைப்பு படப்பிடிப்பகத்தின் சின்னம் +Comment[te]=ఎవెరాల్డొ.కాం వారి ప్రతిమ వైవిద్యాంశం +Comment[tg]=Мавзӯъҳои нишонаҳо аз Everaldo.com Design Studio +Comment[th]=ชุดรูปแบบไอคอนโดย Everaldo.com Design Studio +Comment[tr]=Simge Teması: Everaldo.com Tasarım Stüdyosu +Comment[tt]=Everaldo.com Design Studio tarafınnan İkon Tışlawı +Comment[uk]=Тема піктограм від студії дизайну Everaldo.com +Comment[uz]=Everaldo.com dizayn studiosi tomonidan nishonchalar mavzusi +Comment[uz@cyrillic]=Everaldo.com дизайн студиоси томонидан нишончалар мавзуси +Comment[vi]=Sắc thái biểu tượng của Xưởng vẽ Thiết kế Everaldo.com +Comment[zh_CN]=Everaldo 设计工作室制作的图标主题 +Comment[zh_HK]=由 Everaldo.com 提供的圖示主題 +Comment[zh_TW]=由 Everaldo.com Design Studio 所提供的圖示主題 +DisplayDepth=32 + +Inherits=hicolor + +Example=folder +LinkOverlay=link_overlay +LockOverlay=lock_overlay +ZipOverlay=zip_overlay +DesktopDefault=48 +DesktopSizes=16,22,32,48,64,128 +ToolbarDefault=22 +ToolbarSizes=16,22,32,48 +MainToolbarDefault=22 +MainToolbarSizes=16,22,32,48 +SmallDefault=16 +SmallSizes=16 +PanelDefault=32 +PanelSizes=16,22,32,48,64,128 +Directories=16x16/actions,16x16/apps,16x16/devices,16x16/filesystems,16x16/mimetypes,22x22/actions,22x22/apps,22x22/devices,22x22/filesystems,22x22/mimetypes,32x32/actions,32x32/apps,32x32/devices,32x32/filesystems,32x32/mimetypes,48x48/actions,48x48/apps,48x48/devices,48x48/filesystems,48x48/mimetypes,64x64/actions,64x64/apps,64x64/devices,64x64/filesystems,64x64/mimetypes,128x128/actions,128x128/apps,128x128/devices,128x128/filesystems,128x128/mimetypes +[16x16/actions] +Size=16 +Context=Actions +Type=Threshold +[16x16/apps] +Size=16 +Context=Applications +Type=Threshold +[16x16/devices] +Size=16 +Context=Devices +Type=Threshold +[16x16/filesystems] +Size=16 +Context=FileSystems +Type=Threshold +[16x16/mimetypes] +Size=16 +Context=MimeTypes +Type=Threshold +[22x22/actions] +Size=22 +Context=Actions +Type=Threshold +[22x22/apps] +Size=22 +Context=Applications +Type=Threshold +[22x22/devices] +Size=22 +Context=Devices +Type=Threshold +[22x22/filesystems] +Size=22 +Context=FileSystems +Type=Threshold +[22x22/mimetypes] +Size=22 +Context=MimeTypes +Type=Threshold +[32x32/actions] +Size=32 +Context=Actions +Type=Threshold +[32x32/apps] +Size=32 +Context=Applications +Type=Threshold +[32x32/devices] +Size=32 +Context=Devices +Type=Threshold +[32x32/filesystems] +Size=32 +Context=FileSystems +Type=Threshold +[32x32/mimetypes] +Size=32 +Context=MimeTypes +Type=Threshold +[48x48/actions] +Size=48 +Context=Actions +Type=Threshold +[48x48/apps] +Size=48 +Context=Applications +Type=Threshold +[48x48/devices] +Size=48 +Context=Devices +Type=Threshold +[48x48/filesystems] +Size=48 +Context=FileSystems +Type=Threshold +[48x48/mimetypes] +Size=48 +Context=MimeTypes +Type=Threshold +[64x64/actions] +Size=64 +Context=Actions +Type=Threshold +[64x64/apps] +Size=64 +Context=Applications +Type=Threshold +[64x64/devices] +Size=64 +Context=Devices +Type=Threshold +[64x64/filesystems] +Size=64 +Context=FileSystems +Type=Threshold +[64x64/mimetypes] +Size=64 +Context=MimeTypes +Type=Threshold +[128x128/actions] +Size=128 +Context=Actions +Type=Threshold +[128x128/apps] +Size=128 +Context=Applications +Type=Threshold +[128x128/devices] +Size=128 +Context=Devices +Type=Threshold +[128x128/filesystems] +Size=128 +Context=FileSystems +Type=Threshold +[128x128/mimetypes] +Size=128 +Context=MimeTypes +Type=Threshold diff --git a/pics/emoticons/Makefile.am b/pics/emoticons/Makefile.am new file mode 100644 index 000000000..7b43d7ed1 --- /dev/null +++ b/pics/emoticons/Makefile.am @@ -0,0 +1,2 @@ +icondir = $(datadir)/emoticons/Default +icon_DATA = angry.png bat.png beer.png biggrin.png cake.png camera.png cat.png clock.png cocktail.png confused.png cry.png cup.png dog.png email.png embarassed.png emoticons.xml film.png kiss.png lightbulb.png love.png note.png oh.png omg.png phone.png present.png rose.png sad.png shade.png sleep.png smile.png star.png teeth.png thumbs_down.png thumbs_up.png tongue.png unhappy.png unlove.png wilted_rose.png wink.png foot_in_mouth.png innocent.png undecided.png diff --git a/pics/emoticons/angry.png b/pics/emoticons/angry.png Binary files differnew file mode 100644 index 000000000..685004fa4 --- /dev/null +++ b/pics/emoticons/angry.png diff --git a/pics/emoticons/bat.png b/pics/emoticons/bat.png Binary files differnew file mode 100644 index 000000000..116eeaaa5 --- /dev/null +++ b/pics/emoticons/bat.png diff --git a/pics/emoticons/beer.png b/pics/emoticons/beer.png Binary files differnew file mode 100644 index 000000000..4f070d366 --- /dev/null +++ b/pics/emoticons/beer.png diff --git a/pics/emoticons/biggrin.png b/pics/emoticons/biggrin.png Binary files differnew file mode 100644 index 000000000..aebbd838d --- /dev/null +++ b/pics/emoticons/biggrin.png diff --git a/pics/emoticons/cake.png b/pics/emoticons/cake.png Binary files differnew file mode 100644 index 000000000..a4c647b9d --- /dev/null +++ b/pics/emoticons/cake.png diff --git a/pics/emoticons/camera.png b/pics/emoticons/camera.png Binary files differnew file mode 100644 index 000000000..87229eaf3 --- /dev/null +++ b/pics/emoticons/camera.png diff --git a/pics/emoticons/cat.png b/pics/emoticons/cat.png Binary files differnew file mode 100644 index 000000000..8bcbf8bc3 --- /dev/null +++ b/pics/emoticons/cat.png diff --git a/pics/emoticons/clock.png b/pics/emoticons/clock.png Binary files differnew file mode 100644 index 000000000..bc2963a33 --- /dev/null +++ b/pics/emoticons/clock.png diff --git a/pics/emoticons/cocktail.png b/pics/emoticons/cocktail.png Binary files differnew file mode 100644 index 000000000..df4856d11 --- /dev/null +++ b/pics/emoticons/cocktail.png diff --git a/pics/emoticons/confused.png b/pics/emoticons/confused.png Binary files differnew file mode 100644 index 000000000..c6b495aba --- /dev/null +++ b/pics/emoticons/confused.png diff --git a/pics/emoticons/cry.png b/pics/emoticons/cry.png Binary files differnew file mode 100644 index 000000000..69ce50c8c --- /dev/null +++ b/pics/emoticons/cry.png diff --git a/pics/emoticons/cup.png b/pics/emoticons/cup.png Binary files differnew file mode 100644 index 000000000..6df581ea5 --- /dev/null +++ b/pics/emoticons/cup.png diff --git a/pics/emoticons/dog.png b/pics/emoticons/dog.png Binary files differnew file mode 100644 index 000000000..66810c7b6 --- /dev/null +++ b/pics/emoticons/dog.png diff --git a/pics/emoticons/email.png b/pics/emoticons/email.png Binary files differnew file mode 100644 index 000000000..728f5a3ed --- /dev/null +++ b/pics/emoticons/email.png diff --git a/pics/emoticons/embarassed.png b/pics/emoticons/embarassed.png Binary files differnew file mode 100644 index 000000000..3dc100b10 --- /dev/null +++ b/pics/emoticons/embarassed.png diff --git a/pics/emoticons/emoticons.xml b/pics/emoticons/emoticons.xml new file mode 100644 index 000000000..dad55e221 --- /dev/null +++ b/pics/emoticons/emoticons.xml @@ -0,0 +1,185 @@ +<?xml version="1.0"?> +<messaging-emoticon-map > + +<emoticon file="angry"> + <string>:-@</string> + <string>:@</string> + <string>>:-(</string> + <string>>:(</string> +</emoticon> + +<emoticon file="bat"> + <string>:-[</string> + <string>:[</string> +</emoticon> + +<emoticon file="beer"> + <string>(B)</string> + <string>(b)</string> +</emoticon> + +<emoticon file="cake"> + <string>(^)</string> +</emoticon> + +<emoticon file="camera"> + <string>(P)</string> + <string>(p)</string> +</emoticon> + +<emoticon file="cat"> + <string>(@)</string> +</emoticon> + +<emoticon file="clock"> + <string>(O)</string> + <string>(o)</string> +</emoticon> + +<emoticon file="cocktail"> + <string>(D)</string> + <string>(d)</string> +</emoticon> + +<emoticon file="confused"> + <string>:-S</string> + <string>:S</string> + <string>:-s</string> + <string>:s</string> +</emoticon> + +<emoticon file="cry"> + <string>:'(</string> + <string>:'-(</string> + <string>;-(</string> + <string>;(</string> +</emoticon> + +<emoticon file="cup"> + <string>(C)</string> + <string>(c)</string> +</emoticon> + +<emoticon file="dog"> + <string>(&)</string> +</emoticon> + +<emoticon file="embarassed"> + <string>:-$</string> + <string>:$</string> +</emoticon> + +<emoticon file="email"> + <string>(E)</string> + <string>(e)</string> +</emoticon> + +<emoticon file="film"> + <string>(~)</string> +</emoticon> + +<emoticon file="kiss"> + <string>(K)</string> + <string>(k)</string> + <string>:-X</string> + <string>:X</string> + <string>:-x</string> + <string>:x</string> +</emoticon> + +<emoticon file="lightbulb"> + <string>(I)</string> + <string>(i)</string> +</emoticon> + +<emoticon file="love"> + <string>(L)</string> + <string>(l)</string> +</emoticon> + +<emoticon file="note"> + <string>(8)</string> +</emoticon> + +<emoticon file="omg"> + <string>:-O</string> + <string>:O</string> + <string>:-o</string> + <string>:o</string> +</emoticon> + +<emoticon file="phone"> + <string>(T)</string> + <string>(t)</string> +</emoticon> + +<emoticon file="present"> + <string>(G)</string> + <string>(g)</string> +</emoticon> + +<emoticon file="rose"> + <string>(F)</string> + <string>(f)</string> +</emoticon> + +<emoticon file="sad"> + <string>:-(</string> + <string>:(</string> +</emoticon> + +<emoticon file="shade"> + <string>(H)</string> + <string>(h)</string> + <string>8-)</string> + <string>8)</string> +</emoticon> + +<emoticon file="smile"> + <string>:-)</string> + <string>:)</string> + <string>:o)</string> +</emoticon> + +<emoticon file="star"> + <string>(*)</string> +</emoticon> + +<emoticon file="teeth"> + <string>:-D</string> + <string>:D</string> +</emoticon> + +<emoticon file="thumbs_down"> + <string>(N)</string> + <string>(n)</string> +</emoticon> + +<emoticon file="thumbs_up"> + <string>(Y)</string> + <string>(y)</string> +</emoticon> + +<emoticon file="tongue"> + <string>:-P</string> + <string>:P</string> + <string>:-p</string> + <string>:p</string> +</emoticon> + +<emoticon file="unlove"> + <string>(U)</string> + <string>(u)</string> +</emoticon> + +<emoticon file="wilted_rose"> + <string>(W)</string> + <string>(w)</string> +</emoticon> + +<emoticon file="wink"> + <string>;-)</string> + <string>;)</string> +</emoticon> + +</messaging-emoticon-map> diff --git a/pics/emoticons/film.png b/pics/emoticons/film.png Binary files differnew file mode 100644 index 000000000..95e7d3c0c --- /dev/null +++ b/pics/emoticons/film.png diff --git a/pics/emoticons/foot_in_mouth.png b/pics/emoticons/foot_in_mouth.png Binary files differnew file mode 100644 index 000000000..b066d3f64 --- /dev/null +++ b/pics/emoticons/foot_in_mouth.png diff --git a/pics/emoticons/innocent.png b/pics/emoticons/innocent.png Binary files differnew file mode 100644 index 000000000..6bb845615 --- /dev/null +++ b/pics/emoticons/innocent.png diff --git a/pics/emoticons/kiss.png b/pics/emoticons/kiss.png Binary files differnew file mode 100644 index 000000000..973626377 --- /dev/null +++ b/pics/emoticons/kiss.png diff --git a/pics/emoticons/lightbulb.png b/pics/emoticons/lightbulb.png Binary files differnew file mode 100644 index 000000000..5dd5860ac --- /dev/null +++ b/pics/emoticons/lightbulb.png diff --git a/pics/emoticons/love.png b/pics/emoticons/love.png Binary files differnew file mode 100644 index 000000000..084c4543c --- /dev/null +++ b/pics/emoticons/love.png diff --git a/pics/emoticons/note.png b/pics/emoticons/note.png Binary files differnew file mode 100644 index 000000000..d6d9cd948 --- /dev/null +++ b/pics/emoticons/note.png diff --git a/pics/emoticons/oh.png b/pics/emoticons/oh.png Binary files differnew file mode 100644 index 000000000..e4dda5768 --- /dev/null +++ b/pics/emoticons/oh.png diff --git a/pics/emoticons/omg.png b/pics/emoticons/omg.png Binary files differnew file mode 100644 index 000000000..9e16d5323 --- /dev/null +++ b/pics/emoticons/omg.png diff --git a/pics/emoticons/phone.png b/pics/emoticons/phone.png Binary files differnew file mode 100644 index 000000000..e680956fc --- /dev/null +++ b/pics/emoticons/phone.png diff --git a/pics/emoticons/present.png b/pics/emoticons/present.png Binary files differnew file mode 100644 index 000000000..76b65c0f9 --- /dev/null +++ b/pics/emoticons/present.png diff --git a/pics/emoticons/rose.png b/pics/emoticons/rose.png Binary files differnew file mode 100644 index 000000000..6bdabc8ff --- /dev/null +++ b/pics/emoticons/rose.png diff --git a/pics/emoticons/sad.png b/pics/emoticons/sad.png Binary files differnew file mode 100644 index 000000000..34ecdb82a --- /dev/null +++ b/pics/emoticons/sad.png diff --git a/pics/emoticons/shade.png b/pics/emoticons/shade.png Binary files differnew file mode 100644 index 000000000..9ebffa757 --- /dev/null +++ b/pics/emoticons/shade.png diff --git a/pics/emoticons/sleep.png b/pics/emoticons/sleep.png Binary files differnew file mode 100644 index 000000000..5ce5e27cf --- /dev/null +++ b/pics/emoticons/sleep.png diff --git a/pics/emoticons/smile.png b/pics/emoticons/smile.png Binary files differnew file mode 100644 index 000000000..49d678dd8 --- /dev/null +++ b/pics/emoticons/smile.png diff --git a/pics/emoticons/star.png b/pics/emoticons/star.png Binary files differnew file mode 100644 index 000000000..1064002c1 --- /dev/null +++ b/pics/emoticons/star.png diff --git a/pics/emoticons/teeth.png b/pics/emoticons/teeth.png Binary files differnew file mode 100644 index 000000000..8c1d69728 --- /dev/null +++ b/pics/emoticons/teeth.png diff --git a/pics/emoticons/thumbs_down.png b/pics/emoticons/thumbs_down.png Binary files differnew file mode 100644 index 000000000..cb963d2cc --- /dev/null +++ b/pics/emoticons/thumbs_down.png diff --git a/pics/emoticons/thumbs_up.png b/pics/emoticons/thumbs_up.png Binary files differnew file mode 100644 index 000000000..78a15e464 --- /dev/null +++ b/pics/emoticons/thumbs_up.png diff --git a/pics/emoticons/tongue.png b/pics/emoticons/tongue.png Binary files differnew file mode 100644 index 000000000..ce1371ea9 --- /dev/null +++ b/pics/emoticons/tongue.png diff --git a/pics/emoticons/undecided.png b/pics/emoticons/undecided.png Binary files differnew file mode 100644 index 000000000..a5a1f2294 --- /dev/null +++ b/pics/emoticons/undecided.png diff --git a/pics/emoticons/unhappy.png b/pics/emoticons/unhappy.png Binary files differnew file mode 100644 index 000000000..f9a4ead89 --- /dev/null +++ b/pics/emoticons/unhappy.png diff --git a/pics/emoticons/unlove.png b/pics/emoticons/unlove.png Binary files differnew file mode 100644 index 000000000..1421a4d1e --- /dev/null +++ b/pics/emoticons/unlove.png diff --git a/pics/emoticons/wilted_rose.png b/pics/emoticons/wilted_rose.png Binary files differnew file mode 100644 index 000000000..f4ea1af87 --- /dev/null +++ b/pics/emoticons/wilted_rose.png diff --git a/pics/emoticons/wink.png b/pics/emoticons/wink.png Binary files differnew file mode 100644 index 000000000..a63d71702 --- /dev/null +++ b/pics/emoticons/wink.png diff --git a/pics/hicolor/Makefile.am b/pics/hicolor/Makefile.am new file mode 100644 index 000000000..30fe1b5e0 --- /dev/null +++ b/pics/hicolor/Makefile.am @@ -0,0 +1,2 @@ +hicolordir=$(kde_icondir)/hicolor +hicolor_DATA=index.theme diff --git a/pics/hicolor/index.theme b/pics/hicolor/index.theme new file mode 100644 index 000000000..e6a45a1b2 --- /dev/null +++ b/pics/hicolor/index.theme @@ -0,0 +1,718 @@ +[Icon Theme] +Name=KDE-HiColor +Name[af]=Kde-hoëkleur +Name[br]=KDE-Livioù uhel +Name[cs]=Mnohobarevný KDE +Name[csb]=KDE-wiele farwów +Name[cy]=Uchel-liw KDE +Name[de]=KDE-HighColor +Name[el]=KDE-Πολλά χρώματα +Name[eo]=KDE-multkolora +Name[es]=Color de alta profundidad de KDE +Name[fi]=KDE-monivärinen +Name[fy]=KDE Hege Kleuren +Name[he]=KDE ברמת צבע גבוהה +Name[hi]=केडीई उच्च रंग +Name[hr]=KDE s puno boja +Name[id]=KDE-WarnaTajam +Name[is]=KDE-fjöllita +Name[it]=KDE-Molti colori +Name[ja]=KDE ハイカラー +Name[km]=KDE-ពណ៌ខ្ពស់ +Name[ko]=KDE-많은 색 +Name[lb]=KDE-VillFaarwen +Name[lt]=KDE daug spalvų +Name[mi]=TaeTeitei-KDE +Name[mn]=KDE-64000-Өнгө +Name[mt]=KDE-Ħafna Kuluri +Name[nb]=KDE Mange farger +Name[nds]=KDE-HighColor +Name[ne]=KDE-हाइकलर +Name[nl]=KDE Hoge Kleuren +Name[nn]=KDE-Høgfarge +Name[nso]=Kholoro ya Godimo ya KDE +Name[pa]=KDE-ਗੂੜੇ ਰੰਗ +Name[pl]=KDE-dużo kolorów +Name[pt_BR]=KDE de Alta Resolução +Name[ro]=KDE multe culori +Name[se]=Ivdnás KDE +Name[sl]=HighColor KDE +Name[sr]=KDE са пуно боја +Name[sr@Latn]=KDE sa puno boja +Name[sv]=KDE-färgrik +Name[ta]=கேடிஇ-உயர்வண்ணம் +Name[te]=కెడిఈ-ఎక్కువ రంగు +Name[tg]=Рангбаландии KDE +Name[th]=KDE - ความละเอียดสีสูง +Name[tr]=KDE-Yüksek Renk +Name[tt]=KDE-KüpTösle +Name[uk]=Багатокольорова KDE +Name[ven]=Muvhala wa ntha wa-KDE +Name[vi]=Màu cao KDE +Name[wa]=KDE-HôtèsColeurs +Name[zh_CN]=KDE 高色彩 +Name[zh_HK]=KDE 高彩圖示 +Name[zh_TW]=KDE 高彩 +Name[zu]=Umbala Ophezulu lwe-KDE +Comment=Fallback icon theme +Comment[af]=Valterug Ikoon Tema +Comment[be]=Дадатковая тэма значак +Comment[bg]=Тема с икони с висококачествени цветове (24, 32 бита) +Comment[bs]=Standardna tema ikona +Comment[ca]=Tema d'icona de reserva +Comment[cs]=Záložní motiv ikon +Comment[csb]=Zestôw ikònów dlô wiôldżi lëczbë farwów +Comment[da]=Ikontema at falde tilbage til +Comment[de]=Ausweich-Symboldesign +Comment[el]=Επαναφορά θέμα εικονιδίων +Comment[eo]=Fallback piktogrametoso +Comment[es]=Tema de iconos de respaldo +Comment[et]=Vaikimisi ikooniteema +Comment[eu]=Fallback ikono-gaia +Comment[fa]=چهرۀ شمایل اصلاح حالت عمل +Comment[fi]=Varmistuskuvaketeema +Comment[fr]=Revenir au thème d'icônes +Comment[fy]=Standert Ikoan tema +Comment[gl]=Tema de Ícones de respaldo +Comment[he]=ערכת סמלים לגיבוי +Comment[hi]=फालबैक प्रतीक प्रसंग +Comment[hr]=Fallback tema ikona +Comment[hu]=Másodlagos ikontéma +Comment[id]=Tema ikon cadangan +Comment[is]=Sjálfgefin táknmyndaþema +Comment[it]=Tema icone standard +Comment[ja]=フォールバックアイコンテーマ +Comment[ka]=პიქტოგრამების სამარაგო თემა +Comment[kk]=Fallback таңбаша нақышы +Comment[km]=ស្បែករបស់រូបតំណាង Fallback +Comment[lb]=Ersatzsymbolthema +Comment[lt]=Fallback ženklelių tema +Comment[lv]=Noklusējuma ikonu tēma +Comment[mk]=Стандардна тема со икони +Comment[ms]=Tema ikon sandaran +Comment[nb]=Fallback ikontema +Comment[nds]=Lüttbildmuster to'n Utweken +Comment[ne]=पछिहटाउने प्रतिमा विषयवस्तु +Comment[nl]=Standaard pictogramthema +Comment[nn]=Reserveikontema +Comment[pa]=ਪਿੱਠਵਰਤੀ ਆਈਕਾਨ ਸਰੂਪ +Comment[pl]=Zestaw ikon dla dużej liczby kolorów +Comment[pt]=Tema de ícones de salvaguarda +Comment[pt_BR]=Tema de Ícones +Comment[ro]=Tematică de iconiţe de rezervă +Comment[ru]=Резервная тема значков +Comment[rw]=Insanganyamatsiko y'agashushondanga k'ikizigamwe +Comment[se]=Standárda govašfáddá +Comment[sk]=Náhradná téma ikon +Comment[sl]=Zasilna ikonska tema +Comment[sr]=Резервна тема икона +Comment[sr@Latn]=Rezervna tema ikona +Comment[sv]=Reservikontema +Comment[ta]=பின்விழும் சின்ன தலைப்பு +Comment[te]=ఫాల్ బేక్ ప్రతిమ వైవిద్యాంశం +Comment[tg]=Мавзӯъи нишонаҳо рангбаландӣ +Comment[th]=ชุดรูปแบบไอคอนสำรหับถอยกลับมาตั้งหลัก +Comment[tr]=Yedek simge teması +Comment[tt]=Fallback ikon tışlawı +Comment[uk]=Основна тема піктограм +Comment[vi]=Sắc thái biểu tượng dự trữ +Comment[zh_CN]=默认图标主题 +Comment[zh_HK]=後備高彩圖示主題 +Comment[zh_TW]=最後圖示主題 +DisplayDepth=32 +Example=exec +LinkOverlay=link +LockOverlay=lockoverlay +ZipOverlay=zip +DesktopDefault=32 +DesktopSizes=16,32,48,64 +ToolbarDefault=22 +ToolbarSizes=16,22,32 +MainToolbarDefault=22 +MainToolbarSizes=16,22,32 +SmallDefault=16 +SmallSizes=16 +PanelDefault=32 +PanelSizes=16,22,32,48 +Hidden=true +Directories=192x192/apps,128x128/actions,128x128/apps,128x128/devices,128x128/filesystems,128x128/mimetypes,96x96/actions,96x96/apps,96x96/devices,96x96/filesystems,96x96/mimetypes,72x72/apps,64x64/actions,64x64/apps,64x64/devices,64x64/filesystems,64x64/mimetypes,48x48/actions,48x48/apps,48x48/devices,48x48/filesystems,48x48/mimetypes,36x36/apps,32x32/actions,32x32/apps,32x32/devices,32x32/filesystems,32x32/mimetypes,24x24/apps,22x22/actions,22x22/apps,22x22/devices,22x22/filesystems,22x22/mimetypes,16x16/actions,16x16/apps,16x16/devices,16x16/filesystems,16x16/mimetypes,scalable/actions,scalable/apps,scalable/devices,scalable/filesystems,scalable/mimetypes,16x16/stock/chart,16x16/stock/code,16x16/stock/data,16x16/stock/document,16x16/stock/form,16x16/stock/generic,16x16/stock/image,16x16/stock/io,16x16/stock/media,16x16/stock/navigation,16x16/stock/net,16x16/stock/object,16x16/stock/table,16x16/stock/text,24x24/stock/chart,24x24/stock/code,24x24/stock/data,24x24/stock/document,24x24/stock/form,24x24/stock/generic,24x24/stock/image,24x24/stock/io,24x24/stock/media,24x24/stock/navigation,24x24/stock/net,24x24/stock/object,24x24/stock/table,24x24/stock/text,32x32/stock/chart,32x32/stock/code,32x32/stock/data,32x32/stock/document,32x32/stock/form,32x32/stock/generic,32x32/stock/image,32x32/stock/io,32x32/stock/media,32x32/stock/navigation,32x32/stock/net,32x32/stock/object,32x32/stock/table,32x32/stock/text,36x36/stock/chart,36x36/stock/code,36x36/stock/data,36x36/stock/document,36x36/stock/form,36x36/stock/generic,36x36/stock/image,36x36/stock/io,36x36/stock/media,36x36/stock/navigation,36x36/stock/net,36x36/stock/object,36x36/stock/table,36x36/stock/text,48x48/stock/chart,48x48/stock/code,48x48/stock/data,48x48/stock/document,48x48/stock/form,48x48/stock/generic,48x48/stock/image,48x48/stock/io,48x48/stock/media,48x48/stock/navigation,48x48/stock/net,48x48/stock/object,48x48/stock/table,48x48/stock/text + +[16x16/actions] +Size=16 +Context=Actions +Type=Threshold + +[16x16/apps] +Size=16 +Context=Applications +Type=Threshold + +[16x16/devices] +Size=16 +Context=Devices +Type=Threshold + +[16x16/filesystems] +Size=16 +Context=FileSystems +Type=Threshold + +[16x16/mimetypes] +Size=16 +Context=MimeTypes +Type=Threshold + +[22x22/actions] +Size=22 +Context=Actions +Type=Threshold + +[22x22/apps] +Size=22 +Context=Applications +Type=Threshold + +[22x22/devices] +Size=22 +Context=Devices +Type=Threshold + +[22x22/filesystems] +Size=22 +Context=FileSystems +Type=Threshold + +[22x22/mimetypes] +Size=22 +Context=MimeTypes +Type=Threshold + +[24x24/apps] +Size=22 +Context=Applications +Type=Threshold + +[32x32/actions] +Size=32 +Context=Actions +Type=Threshold + +[32x32/apps] +Size=32 +Context=Applications +Type=Threshold + +[32x32/devices] +Size=32 +Context=Devices +Type=Threshold + +[32x32/filesystems] +Size=32 +Context=FileSystems +Type=Threshold + +[32x32/mimetypes] +Size=32 +Context=MimeTypes +Type=Threshold + +[36x36/apps] +Size=36 +Context=Applications +Type=Threshold + +[48x48/actions] +Size=48 +Context=Actions +Type=Threshold + +[48x48/apps] +Size=48 +Context=Applications +Type=Threshold + +[48x48/devices] +Size=48 +Context=Devices +Type=Threshold + +[48x48/filesystems] +Size=48 +Context=FileSystems +Type=Threshold + +[48x48/mimetypes] +Size=48 +Context=MimeTypes +Type=Threshold + +[64x64/actions] +Size=64 +Context=Actions +Type=Threshold + +[64x64/apps] +Size=64 +Context=Applications +Type=Threshold + +[64x64/devices] +Size=64 +Context=Devices +Type=Threshold + +[64x64/filesystems] +Size=64 +Context=FileSystems +Type=Threshold + +[64x64/mimetypes] +Size=64 +Context=MimeTypes +Type=Threshold + +[72x72/apps] +Size=72 +Context=Applications +Type=Threshold + +[96x96/actions] +Size=96 +Context=Actions +Type=Threshold + +[96x96/apps] +Size=96 +Context=Applications +Type=Threshold + +[96x96/devices] +Size=96 +Context=Devices +Type=Threshold + +[96x96/filesystems] +Size=96 +Context=FileSystems +Type=Threshold + +[96x96/mimetypes] +Size=96 +Context=MimeTypes +Type=Threshold + +[128x128/actions] +Size=128 +Context=Actions +Type=Threshold + +[128x128/apps] +Size=128 +Context=Applications +Type=Threshold + +[128x128/devices] +Size=128 +Context=Devices +Type=Threshold + +[128x128/filesystems] +Size=128 +Context=FileSystems +Type=Threshold + +[128x128/mimetypes] +Size=128 +Context=MimeTypes +Type=Threshold + +[192x192/apps] +Size=192 +Context=Applications +Type=Threshold + +[scalable/actions] +MinSize=1 +Size=128 +MaxSize=256 +Context=Actions +Type=Scalable + +[scalable/apps] +MinSize=1 +Size=128 +MaxSize=256 +Context=Applications +Type=Scalable + +[scalable/devices] +MinSize=1 +Size=128 +MaxSize=256 +Context=Devices +Type=Scalable + +[scalable/filesystems] +MinSize=1 +Size=128 +MaxSize=256 +Context=FileSystems +Type=Scalable + +[scalable/mimetypes] +MinSize=1 +Size=128 +MaxSize=256 +Context=MimeTypes +Type=Scalable + +[16x16/stock/chart] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/code] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/data] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/document] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/form] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/generic] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/image] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/io] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/media] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/navigation] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/net] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/object] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/table] +Size=16 +Context=Stock +Type=Threshold + +[16x16/stock/text] +Size=16 +Context=Stock +Type=Threshold + +[24x24/stock/chart] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/code] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/data] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/document] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/form] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/generic] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/image] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/io] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/media] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/navigation] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/net] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/object] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/table] +Size=24 +Context=Stock +Type=Threshold + +[24x24/stock/text] +Size=24 +Context=Stock +Type=Threshold + +[32x32/stock/chart] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/code] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/data] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/document] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/form] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/generic] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/image] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/io] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/media] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/navigation] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/net] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/object] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/table] +Size=32 +Context=Stock +Type=Threshold + +[32x32/stock/text] +Size=32 +Context=Stock +Type=Threshold + +[36x36/stock/chart] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/code] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/data] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/document] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/form] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/generic] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/image] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/io] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/media] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/navigation] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/net] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/object] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/table] +Size=36 +Context=Stock +Type=Threshold + +[36x36/stock/text] +Size=36 +Context=Stock +Type=Threshold + +[48x48/stock/chart] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/code] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/data] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/document] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/form] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/generic] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/image] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/io] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/media] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/navigation] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/net] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/object] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/table] +Size=48 +Context=Stock +Type=Threshold + +[48x48/stock/text] +Size=48 +Context=Stock +Type=Threshold diff --git a/pics/ksvgtopng.cpp b/pics/ksvgtopng.cpp new file mode 100644 index 000000000..27f2545da --- /dev/null +++ b/pics/ksvgtopng.cpp @@ -0,0 +1,59 @@ +#include <qimage.h> +#include <qstring.h> + +#include <kimageeffect.h> + +#include <ksvgiconengine.h> +#include <ksvgiconpainter.h> + +#include <iostream> + +using std::cout; +using std::endl; + +int main(int argc, char **argv) +{ + if(argc < 5) + { + cout << "Usage : ksvgtopng width height svgfilename outputfilename" << endl; + cout << "Please use full path name for svgfilename" << endl; + return -1; + } + + int width = atoi(argv[1]); + int height = atoi(argv[2]); + + QImage *img = 0; + + KSVGIconEngine *svgEngine = new KSVGIconEngine(); + + if(svgEngine->load(width, height, argv[3])) + { + img = svgEngine->painter()->image(); +/* + // Apply icon sharpening + double factor = 0; + + if(width == 16) + factor = 30; + else if(width == 32) + factor = 20; + else if(width == 48) + factor = 10; + else if(width == 64) + factor = 5; + + *img = KImageEffect::sharpen(*img, factor); +*/ + } + else + img = new QImage(); + + delete svgEngine; + + img->save(argv[4], "PNG"); + + delete img; + + return 0; +} |