From 862002b67a9dd4fd06866c867f634105126cf640 Mon Sep 17 00:00:00 2001 From: JiHO Date: Sat, 28 Apr 2007 10:28:50 +0000 Subject: new documents icons for Mac OS X: - badged SVG icon - modified EPS, EPSI, postscript icons to resemble the SVG one and to follow Aqua HIG: "Traditionally, a document icon looks like a piece of paper with its top-right corner folded down. As previously suggested, Aqua document icons should make it obvious which application they are associated with. Preview documents, for example, include a graphic of the media (the pictures) used in the application icon. For simplicity and to avoid confusing the document with the application itself, the viewing tool is not repeated in the document icon. [...] When you want to put an identifying badge over a document icon, treat the badge as an integrated element within the document instead of putting it over the top of the base image and breaking out of the overall document shape." => we should remove the paintbrush on Inkscape logo for future versions of document icons - added icons for AI, PDF, SVGZ, WMF - changed the names to use the same naming convention for all icons - added a generic inkscape_document.icns with a bigger application icon and no badge. not used yet - modified Info.plist.in to reflect those changes (bzr r2967) --- packaging/macosx/Resources/EPS.icns | Bin 45195 -> 0 bytes packaging/macosx/Resources/EPSI.icns | Bin 45195 -> 0 bytes packaging/macosx/Resources/SVG_plain.icns | Bin 45252 -> 0 bytes packaging/macosx/Resources/inkscape_ai.icns | Bin 0 -> 41430 bytes packaging/macosx/Resources/inkscape_document.icns | Bin 0 -> 42471 bytes packaging/macosx/Resources/inkscape_eps.icns | Bin 0 -> 41831 bytes packaging/macosx/Resources/inkscape_epsi.icns | Bin 0 -> 42037 bytes packaging/macosx/Resources/inkscape_pdf.icns | Bin 0 -> 41927 bytes packaging/macosx/Resources/inkscape_ps.icns | Bin 0 -> 41570 bytes packaging/macosx/Resources/inkscape_svg.icns | Bin 52648 -> 42041 bytes packaging/macosx/Resources/inkscape_svgz.icns | Bin 0 -> 42313 bytes packaging/macosx/Resources/inkscape_wmf.icns | Bin 0 -> 42268 bytes packaging/macosx/Resources/postscript.icns | Bin 45198 -> 0 bytes 13 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 packaging/macosx/Resources/EPS.icns delete mode 100644 packaging/macosx/Resources/EPSI.icns delete mode 100644 packaging/macosx/Resources/SVG_plain.icns create mode 100644 packaging/macosx/Resources/inkscape_ai.icns create mode 100644 packaging/macosx/Resources/inkscape_document.icns create mode 100644 packaging/macosx/Resources/inkscape_eps.icns create mode 100644 packaging/macosx/Resources/inkscape_epsi.icns create mode 100644 packaging/macosx/Resources/inkscape_pdf.icns create mode 100644 packaging/macosx/Resources/inkscape_ps.icns create mode 100644 packaging/macosx/Resources/inkscape_svgz.icns create mode 100644 packaging/macosx/Resources/inkscape_wmf.icns delete mode 100644 packaging/macosx/Resources/postscript.icns (limited to 'packaging/macosx') diff --git a/packaging/macosx/Resources/EPS.icns b/packaging/macosx/Resources/EPS.icns deleted file mode 100644 index 153a21ec9..000000000 Binary files a/packaging/macosx/Resources/EPS.icns and /dev/null differ diff --git a/packaging/macosx/Resources/EPSI.icns b/packaging/macosx/Resources/EPSI.icns deleted file mode 100644 index 4b9a1893f..000000000 Binary files a/packaging/macosx/Resources/EPSI.icns and /dev/null differ diff --git a/packaging/macosx/Resources/SVG_plain.icns b/packaging/macosx/Resources/SVG_plain.icns deleted file mode 100644 index a309b25b4..000000000 Binary files a/packaging/macosx/Resources/SVG_plain.icns and /dev/null differ diff --git a/packaging/macosx/Resources/inkscape_ai.icns b/packaging/macosx/Resources/inkscape_ai.icns new file mode 100644 index 000000000..b48fe512a Binary files /dev/null and b/packaging/macosx/Resources/inkscape_ai.icns differ diff --git a/packaging/macosx/Resources/inkscape_document.icns b/packaging/macosx/Resources/inkscape_document.icns new file mode 100644 index 000000000..2448428ce Binary files /dev/null and b/packaging/macosx/Resources/inkscape_document.icns differ diff --git a/packaging/macosx/Resources/inkscape_eps.icns b/packaging/macosx/Resources/inkscape_eps.icns new file mode 100644 index 000000000..1adcc4678 Binary files /dev/null and b/packaging/macosx/Resources/inkscape_eps.icns differ diff --git a/packaging/macosx/Resources/inkscape_epsi.icns b/packaging/macosx/Resources/inkscape_epsi.icns new file mode 100644 index 000000000..402ca8f38 Binary files /dev/null and b/packaging/macosx/Resources/inkscape_epsi.icns differ diff --git a/packaging/macosx/Resources/inkscape_pdf.icns b/packaging/macosx/Resources/inkscape_pdf.icns new file mode 100644 index 000000000..b7930f1b1 Binary files /dev/null and b/packaging/macosx/Resources/inkscape_pdf.icns differ diff --git a/packaging/macosx/Resources/inkscape_ps.icns b/packaging/macosx/Resources/inkscape_ps.icns new file mode 100644 index 000000000..bff543a99 Binary files /dev/null and b/packaging/macosx/Resources/inkscape_ps.icns differ diff --git a/packaging/macosx/Resources/inkscape_svg.icns b/packaging/macosx/Resources/inkscape_svg.icns index 007bf52cb..e001024ed 100644 Binary files a/packaging/macosx/Resources/inkscape_svg.icns and b/packaging/macosx/Resources/inkscape_svg.icns differ diff --git a/packaging/macosx/Resources/inkscape_svgz.icns b/packaging/macosx/Resources/inkscape_svgz.icns new file mode 100644 index 000000000..1fd124c50 Binary files /dev/null and b/packaging/macosx/Resources/inkscape_svgz.icns differ diff --git a/packaging/macosx/Resources/inkscape_wmf.icns b/packaging/macosx/Resources/inkscape_wmf.icns new file mode 100644 index 000000000..80bc8f01c Binary files /dev/null and b/packaging/macosx/Resources/inkscape_wmf.icns differ diff --git a/packaging/macosx/Resources/postscript.icns b/packaging/macosx/Resources/postscript.icns deleted file mode 100644 index 1f12741da..000000000 Binary files a/packaging/macosx/Resources/postscript.icns and /dev/null differ -- cgit v1.2.3