From fde688cbd8dd8ab2ba583c6645ba96c7b40ebd32 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Mon, 28 Nov 2005 15:20:20 +0000 Subject: [PATCH] added incredibly bad developer-art as a placeholder for an icon-naming-scheme compatible icon-theme. --- thirdparty/icon-theme/.htaccess | 2 ++ thirdparty/icon-theme/16x16/actions/contact-new.png | Bin 0 -> 210 bytes thirdparty/icon-theme/16x16/actions/document-properties.png | Bin 0 -> 173 bytes thirdparty/icon-theme/16x16/mimetypes/text-x-generic.png | Bin 0 -> 404 bytes thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png | Bin 0 -> 245 bytes thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.png | Bin 0 -> 228 bytes thirdparty/icon-theme/16x16/mimetypes/x-office-spreadsheet.png | Bin 0 -> 404 bytes thirdparty/icon-theme/16x16/status/dialog-information.png | Bin 0 -> 192 bytes thirdparty/icon-theme/16x16/status/dialog-warning.png | Bin 0 -> 192 bytes thirdparty/icon-theme/README.txt | 13 +++++++++++++ 10 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 thirdparty/icon-theme/.htaccess create mode 100644 thirdparty/icon-theme/16x16/actions/contact-new.png create mode 100644 thirdparty/icon-theme/16x16/actions/document-properties.png create mode 100644 thirdparty/icon-theme/16x16/mimetypes/text-x-generic.png create mode 100644 thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png create mode 100644 thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.png create mode 100644 thirdparty/icon-theme/16x16/mimetypes/x-office-spreadsheet.png create mode 100644 thirdparty/icon-theme/16x16/status/dialog-information.png create mode 100644 thirdparty/icon-theme/16x16/status/dialog-warning.png create mode 100644 thirdparty/icon-theme/README.txt diff --git a/thirdparty/icon-theme/.htaccess b/thirdparty/icon-theme/.htaccess new file mode 100644 index 0000000..1b04cea --- /dev/null +++ b/thirdparty/icon-theme/.htaccess @@ -0,0 +1,2 @@ +Order deny,allow +Allow from all diff --git a/thirdparty/icon-theme/16x16/actions/contact-new.png b/thirdparty/icon-theme/16x16/actions/contact-new.png new file mode 100644 index 0000000..d540f91 Binary files /dev/null and b/thirdparty/icon-theme/16x16/actions/contact-new.png differ diff --git a/thirdparty/icon-theme/16x16/actions/document-properties.png b/thirdparty/icon-theme/16x16/actions/document-properties.png new file mode 100644 index 0000000..877f62e Binary files /dev/null and b/thirdparty/icon-theme/16x16/actions/document-properties.png differ diff --git a/thirdparty/icon-theme/16x16/mimetypes/text-x-generic.png b/thirdparty/icon-theme/16x16/mimetypes/text-x-generic.png new file mode 100644 index 0000000..046f20f Binary files /dev/null and b/thirdparty/icon-theme/16x16/mimetypes/text-x-generic.png differ diff --git a/thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png b/thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png new file mode 100644 index 0000000..c8d9685 Binary files /dev/null and b/thirdparty/icon-theme/16x16/mimetypes/x-directory-normal.png differ diff --git a/thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.png b/thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.png new file mode 100644 index 0000000..b50ecf1 Binary files /dev/null and b/thirdparty/icon-theme/16x16/mimetypes/x-directory-trash.png differ diff --git a/thirdparty/icon-theme/16x16/mimetypes/x-office-spreadsheet.png b/thirdparty/icon-theme/16x16/mimetypes/x-office-spreadsheet.png new file mode 100644 index 0000000..e0d5e9c Binary files /dev/null and b/thirdparty/icon-theme/16x16/mimetypes/x-office-spreadsheet.png differ diff --git a/thirdparty/icon-theme/16x16/status/dialog-information.png b/thirdparty/icon-theme/16x16/status/dialog-information.png new file mode 100644 index 0000000..ac09119 Binary files /dev/null and b/thirdparty/icon-theme/16x16/status/dialog-information.png differ diff --git a/thirdparty/icon-theme/16x16/status/dialog-warning.png b/thirdparty/icon-theme/16x16/status/dialog-warning.png new file mode 100644 index 0000000..e54dc3e Binary files /dev/null and b/thirdparty/icon-theme/16x16/status/dialog-warning.png differ diff --git a/thirdparty/icon-theme/README.txt b/thirdparty/icon-theme/README.txt new file mode 100644 index 0000000..9e8eb00 --- /dev/null +++ b/thirdparty/icon-theme/README.txt @@ -0,0 +1,13 @@ +Note about icon themes: + +it is strongly recommended that you replace this with an icon-theme +naming convention compliant icon-theme. For example, we generally use +the Tango icon theme (www.tango-project.org). However, since this +is licensed under a Creative Commons license we are unable to distribute it +with the main content. + +Simple copy the contents of the tango theme into this directory to use it. + +If you get _no_ icons, ensure that there is a .htaccess file inside that directory +(e.g. if you symlink from /usr/share/icons/). + -- libgit2 0.21.4