From 1cf5a6e9d3cc9239ed64f7d12ba5cf47ee1d331c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 17 Sep 2014 21:39:03 +0200 Subject: Move assets/ to resources/assets/ While it's "semantically" incorrect (these files are not ResourceLoader resources), putting them in that subdirectory is a lot less hassle than introducing a new toplevel directory. Follow-up to 2b4b9a3f. Discussion that resulted in the toplevel assets/ took place on I6268d663 (now abandoned). Change-Id: Iedbfd802457fe35803899e3479540177760ec30b --- resources/assets/file-type-icons/COPYING | 43 +++++++++++++++++++++ resources/assets/file-type-icons/fileicon-c.png | Bin 0 -> 1753 bytes resources/assets/file-type-icons/fileicon-cpp.png | Bin 0 -> 1382 bytes resources/assets/file-type-icons/fileicon-deb.png | Bin 0 -> 4527 bytes resources/assets/file-type-icons/fileicon-djvu.png | Bin 0 -> 10436 bytes resources/assets/file-type-icons/fileicon-djvu.xcf | Bin 0 -> 83394 bytes resources/assets/file-type-icons/fileicon-dvi.png | Bin 0 -> 12476 bytes resources/assets/file-type-icons/fileicon-exe.png | Bin 0 -> 5469 bytes resources/assets/file-type-icons/fileicon-h.png | Bin 0 -> 803 bytes resources/assets/file-type-icons/fileicon-html.png | Bin 0 -> 7171 bytes resources/assets/file-type-icons/fileicon-iso.png | Bin 0 -> 6105 bytes resources/assets/file-type-icons/fileicon-java.png | Bin 0 -> 5706 bytes resources/assets/file-type-icons/fileicon-mid.png | Bin 0 -> 6316 bytes resources/assets/file-type-icons/fileicon-mov.png | Bin 0 -> 7579 bytes resources/assets/file-type-icons/fileicon-o.png | Bin 0 -> 1742 bytes resources/assets/file-type-icons/fileicon-ogg.png | Bin 0 -> 3151 bytes resources/assets/file-type-icons/fileicon-ogg.xcf | Bin 0 -> 40236 bytes resources/assets/file-type-icons/fileicon-pdf.png | Bin 0 -> 4710 bytes resources/assets/file-type-icons/fileicon-ps.png | Bin 0 -> 2786 bytes resources/assets/file-type-icons/fileicon-psd.png | Bin 0 -> 7756 bytes resources/assets/file-type-icons/fileicon-rm.png | Bin 0 -> 2519 bytes resources/assets/file-type-icons/fileicon-rpm.png | Bin 0 -> 3784 bytes resources/assets/file-type-icons/fileicon-svg.png | Bin 0 -> 4793 bytes resources/assets/file-type-icons/fileicon-tar.png | Bin 0 -> 6025 bytes resources/assets/file-type-icons/fileicon-tex.png | Bin 0 -> 3738 bytes resources/assets/file-type-icons/fileicon-ttf.png | Bin 0 -> 3193 bytes resources/assets/file-type-icons/fileicon-txt.png | Bin 0 -> 3388 bytes resources/assets/file-type-icons/fileicon-xcf.png | Bin 0 -> 12540 bytes resources/assets/file-type-icons/fileicon.png | Bin 0 -> 789 bytes resources/assets/licenses/cc-0.png | Bin 0 -> 969 bytes resources/assets/licenses/cc-by-nc-sa.png | Bin 0 -> 1530 bytes resources/assets/licenses/cc-by-sa.png | Bin 0 -> 1377 bytes resources/assets/licenses/cc-by.png | Bin 0 -> 1165 bytes resources/assets/licenses/gnu-fdl.png | Bin 0 -> 1573 bytes resources/assets/licenses/public-domain.png | Bin 0 -> 2017 bytes resources/assets/mediawiki.png | Bin 0 -> 22589 bytes resources/assets/poweredby_mediawiki_88x31.png | Bin 0 -> 3525 bytes 37 files changed, 43 insertions(+) create mode 100644 resources/assets/file-type-icons/COPYING create mode 100644 resources/assets/file-type-icons/fileicon-c.png create mode 100644 resources/assets/file-type-icons/fileicon-cpp.png create mode 100644 resources/assets/file-type-icons/fileicon-deb.png create mode 100644 resources/assets/file-type-icons/fileicon-djvu.png create mode 100644 resources/assets/file-type-icons/fileicon-djvu.xcf create mode 100644 resources/assets/file-type-icons/fileicon-dvi.png create mode 100644 resources/assets/file-type-icons/fileicon-exe.png create mode 100644 resources/assets/file-type-icons/fileicon-h.png create mode 100644 resources/assets/file-type-icons/fileicon-html.png create mode 100644 resources/assets/file-type-icons/fileicon-iso.png create mode 100644 resources/assets/file-type-icons/fileicon-java.png create mode 100644 resources/assets/file-type-icons/fileicon-mid.png create mode 100644 resources/assets/file-type-icons/fileicon-mov.png create mode 100644 resources/assets/file-type-icons/fileicon-o.png create mode 100644 resources/assets/file-type-icons/fileicon-ogg.png create mode 100644 resources/assets/file-type-icons/fileicon-ogg.xcf create mode 100644 resources/assets/file-type-icons/fileicon-pdf.png create mode 100644 resources/assets/file-type-icons/fileicon-ps.png create mode 100644 resources/assets/file-type-icons/fileicon-psd.png create mode 100644 resources/assets/file-type-icons/fileicon-rm.png create mode 100644 resources/assets/file-type-icons/fileicon-rpm.png create mode 100644 resources/assets/file-type-icons/fileicon-svg.png create mode 100644 resources/assets/file-type-icons/fileicon-tar.png create mode 100644 resources/assets/file-type-icons/fileicon-tex.png create mode 100644 resources/assets/file-type-icons/fileicon-ttf.png create mode 100644 resources/assets/file-type-icons/fileicon-txt.png create mode 100644 resources/assets/file-type-icons/fileicon-xcf.png create mode 100644 resources/assets/file-type-icons/fileicon.png create mode 100644 resources/assets/licenses/cc-0.png create mode 100644 resources/assets/licenses/cc-by-nc-sa.png create mode 100644 resources/assets/licenses/cc-by-sa.png create mode 100644 resources/assets/licenses/cc-by.png create mode 100644 resources/assets/licenses/gnu-fdl.png create mode 100644 resources/assets/licenses/public-domain.png create mode 100644 resources/assets/mediawiki.png create mode 100644 resources/assets/poweredby_mediawiki_88x31.png (limited to 'resources/assets') diff --git a/resources/assets/file-type-icons/COPYING b/resources/assets/file-type-icons/COPYING new file mode 100644 index 000000000000..136530a91e4b --- /dev/null +++ b/resources/assets/file-type-icons/COPYING @@ -0,0 +1,43 @@ +The icons used here are derived from the crystalsvg icons in the the +pics/crystalsvg/ directory of kdelibs-3.4.0 they were modified on 2005-05-15 +by Ævar Arnfjörð Bjarmason for use in MediaWiki. + +What follows is the contents of the LICENSE.crystalsvg file found in the pics/ +subdirectory of kdelibs-3.4.0: + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +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/resources/assets/file-type-icons/fileicon-c.png b/resources/assets/file-type-icons/fileicon-c.png new file mode 100644 index 000000000000..0d603b70900a Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-c.png differ diff --git a/resources/assets/file-type-icons/fileicon-cpp.png b/resources/assets/file-type-icons/fileicon-cpp.png new file mode 100644 index 000000000000..123688f00283 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-cpp.png differ diff --git a/resources/assets/file-type-icons/fileicon-deb.png b/resources/assets/file-type-icons/fileicon-deb.png new file mode 100644 index 000000000000..87ca3fabe117 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-deb.png differ diff --git a/resources/assets/file-type-icons/fileicon-djvu.png b/resources/assets/file-type-icons/fileicon-djvu.png new file mode 100644 index 000000000000..1da2276118cd Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-djvu.png differ diff --git a/resources/assets/file-type-icons/fileicon-djvu.xcf b/resources/assets/file-type-icons/fileicon-djvu.xcf new file mode 100644 index 000000000000..8043dcdb51b1 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-djvu.xcf differ diff --git a/resources/assets/file-type-icons/fileicon-dvi.png b/resources/assets/file-type-icons/fileicon-dvi.png new file mode 100644 index 000000000000..f37878d80a6b Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-dvi.png differ diff --git a/resources/assets/file-type-icons/fileicon-exe.png b/resources/assets/file-type-icons/fileicon-exe.png new file mode 100644 index 000000000000..dc020eb8134b Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-exe.png differ diff --git a/resources/assets/file-type-icons/fileicon-h.png b/resources/assets/file-type-icons/fileicon-h.png new file mode 100644 index 000000000000..339bf02506d6 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-h.png differ diff --git a/resources/assets/file-type-icons/fileicon-html.png b/resources/assets/file-type-icons/fileicon-html.png new file mode 100644 index 000000000000..f28f8a26d192 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-html.png differ diff --git a/resources/assets/file-type-icons/fileicon-iso.png b/resources/assets/file-type-icons/fileicon-iso.png new file mode 100644 index 000000000000..c73d2294d256 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-iso.png differ diff --git a/resources/assets/file-type-icons/fileicon-java.png b/resources/assets/file-type-icons/fileicon-java.png new file mode 100644 index 000000000000..a1b4f225e210 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-java.png differ diff --git a/resources/assets/file-type-icons/fileicon-mid.png b/resources/assets/file-type-icons/fileicon-mid.png new file mode 100644 index 000000000000..ce2bebb28366 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-mid.png differ diff --git a/resources/assets/file-type-icons/fileicon-mov.png b/resources/assets/file-type-icons/fileicon-mov.png new file mode 100644 index 000000000000..952de1f2f371 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-mov.png differ diff --git a/resources/assets/file-type-icons/fileicon-o.png b/resources/assets/file-type-icons/fileicon-o.png new file mode 100644 index 000000000000..f3523d96ae18 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-o.png differ diff --git a/resources/assets/file-type-icons/fileicon-ogg.png b/resources/assets/file-type-icons/fileicon-ogg.png new file mode 100644 index 000000000000..ef4d80160831 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-ogg.png differ diff --git a/resources/assets/file-type-icons/fileicon-ogg.xcf b/resources/assets/file-type-icons/fileicon-ogg.xcf new file mode 100644 index 000000000000..a91024bf219a Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-ogg.xcf differ diff --git a/resources/assets/file-type-icons/fileicon-pdf.png b/resources/assets/file-type-icons/fileicon-pdf.png new file mode 100644 index 000000000000..8c8da92ba4a2 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-pdf.png differ diff --git a/resources/assets/file-type-icons/fileicon-ps.png b/resources/assets/file-type-icons/fileicon-ps.png new file mode 100644 index 000000000000..e872833158a2 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-ps.png differ diff --git a/resources/assets/file-type-icons/fileicon-psd.png b/resources/assets/file-type-icons/fileicon-psd.png new file mode 100644 index 000000000000..598f190e181c Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-psd.png differ diff --git a/resources/assets/file-type-icons/fileicon-rm.png b/resources/assets/file-type-icons/fileicon-rm.png new file mode 100644 index 000000000000..81dbe0b7ddcb Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-rm.png differ diff --git a/resources/assets/file-type-icons/fileicon-rpm.png b/resources/assets/file-type-icons/fileicon-rpm.png new file mode 100644 index 000000000000..1903aacc2645 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-rpm.png differ diff --git a/resources/assets/file-type-icons/fileicon-svg.png b/resources/assets/file-type-icons/fileicon-svg.png new file mode 100644 index 000000000000..b782113a742c Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-svg.png differ diff --git a/resources/assets/file-type-icons/fileicon-tar.png b/resources/assets/file-type-icons/fileicon-tar.png new file mode 100644 index 000000000000..e5fd1b74d4e8 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-tar.png differ diff --git a/resources/assets/file-type-icons/fileicon-tex.png b/resources/assets/file-type-icons/fileicon-tex.png new file mode 100644 index 000000000000..a4372841d1fb Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-tex.png differ diff --git a/resources/assets/file-type-icons/fileicon-ttf.png b/resources/assets/file-type-icons/fileicon-ttf.png new file mode 100644 index 000000000000..1ed4e740cb65 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-ttf.png differ diff --git a/resources/assets/file-type-icons/fileicon-txt.png b/resources/assets/file-type-icons/fileicon-txt.png new file mode 100644 index 000000000000..9e988e711e33 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-txt.png differ diff --git a/resources/assets/file-type-icons/fileicon-xcf.png b/resources/assets/file-type-icons/fileicon-xcf.png new file mode 100644 index 000000000000..1037b506d56b Binary files /dev/null and b/resources/assets/file-type-icons/fileicon-xcf.png differ diff --git a/resources/assets/file-type-icons/fileicon.png b/resources/assets/file-type-icons/fileicon.png new file mode 100644 index 000000000000..59696a382b12 Binary files /dev/null and b/resources/assets/file-type-icons/fileicon.png differ diff --git a/resources/assets/licenses/cc-0.png b/resources/assets/licenses/cc-0.png new file mode 100644 index 000000000000..9d3fe5f8c9a9 Binary files /dev/null and b/resources/assets/licenses/cc-0.png differ diff --git a/resources/assets/licenses/cc-by-nc-sa.png b/resources/assets/licenses/cc-by-nc-sa.png new file mode 100644 index 000000000000..0d24a713e75e Binary files /dev/null and b/resources/assets/licenses/cc-by-nc-sa.png differ diff --git a/resources/assets/licenses/cc-by-sa.png b/resources/assets/licenses/cc-by-sa.png new file mode 100644 index 000000000000..518fb64706d7 Binary files /dev/null and b/resources/assets/licenses/cc-by-sa.png differ diff --git a/resources/assets/licenses/cc-by.png b/resources/assets/licenses/cc-by.png new file mode 100644 index 000000000000..9cca2f92cee3 Binary files /dev/null and b/resources/assets/licenses/cc-by.png differ diff --git a/resources/assets/licenses/gnu-fdl.png b/resources/assets/licenses/gnu-fdl.png new file mode 100644 index 000000000000..3feaf57f85de Binary files /dev/null and b/resources/assets/licenses/gnu-fdl.png differ diff --git a/resources/assets/licenses/public-domain.png b/resources/assets/licenses/public-domain.png new file mode 100644 index 000000000000..ebf0107288d2 Binary files /dev/null and b/resources/assets/licenses/public-domain.png differ diff --git a/resources/assets/mediawiki.png b/resources/assets/mediawiki.png new file mode 100644 index 000000000000..8c4211838594 Binary files /dev/null and b/resources/assets/mediawiki.png differ diff --git a/resources/assets/poweredby_mediawiki_88x31.png b/resources/assets/poweredby_mediawiki_88x31.png new file mode 100644 index 000000000000..30e1d2ea7e57 Binary files /dev/null and b/resources/assets/poweredby_mediawiki_88x31.png differ -- cgit v1.2.3