From 303096bcb2b5f52ea51d5d7ddb738689b08a0a2f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 29 Aug 2013 21:26:15 +0200 Subject: change application icon I would like to thank Chris Ward (@tenzerothree, http://tenzerothree.com/) for working on the art for these icons and bringing some eye candy to the project. The PSDs made by Chris are available on our Dropbox [1], along with the exports I made to create OSX and Windows icons. The PSDs are almost completly vector and all the resolutions look really similar, except the 16px favicon which was handcrafted to look better and more recognizeable on the smaller pixel budget. For Mac OS X the icons were created using iconutils on the PNGs iconsets exported from the PSDs. These even support retina resolutions (except 512@2x). For Windows the .ico file was created with imagemagick. The included images are 16px, 24px, 32px, 48px 64px, 256px. These are the resolutions listed on MSDN for supporting Windows XP [2] and Windows versions based on Aero [3]. Only 32bit PNGs were used since it is 2013. For Linux nothing changed yet, even though @wm4 talked about using the PNGs directly there. This will probably be dealt with in a later commit. [1]: https://www.dropbox.com/sh/yelfoj9tbft7o06/A8vOT6JKaG [2]: http://msdn.microsoft.com/en-us/library/ms997636.aspx [3]: http://msdn.microsoft.com/en-us/library/aa511280.aspx --- TOOLS/osxbundle/mpv.app/Contents/Info.plist | 6 +++--- .../mpv.app/Contents/Resources/audio.icns | Bin 64076 -> 0 bytes .../mpv.app/Contents/Resources/document.icns | Bin 0 -> 311266 bytes .../osxbundle/mpv.app/Contents/Resources/icon.icns | Bin 142486 -> 742954 bytes .../mpv.app/Contents/Resources/movie.icns | Bin 157126 -> 0 bytes .../mpv.app/Contents/Resources/subtitles.icns | Bin 63323 -> 0 bytes 6 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns create mode 100644 TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns delete mode 100644 TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns delete mode 100644 TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns (limited to 'TOOLS/osxbundle') diff --git a/TOOLS/osxbundle/mpv.app/Contents/Info.plist b/TOOLS/osxbundle/mpv.app/Contents/Info.plist index d19c83564e..4661981803 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Info.plist +++ b/TOOLS/osxbundle/mpv.app/Contents/Info.plist @@ -35,7 +35,7 @@ wma CFBundleTypeIconFile - audio.icns + document.icns CFBundleTypeName Audio file CFBundleTypeRole @@ -122,7 +122,7 @@ wmv CFBundleTypeIconFile - movie.icns + document.icns CFBundleTypeName Movie file CFBundleTypeRole @@ -157,7 +157,7 @@ utf CFBundleTypeIconFile - subtitles.icns + document.icns CFBundleTypeName Subtitles file CFBundleTypeRole diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns deleted file mode 100644 index 239b9bab12..0000000000 Binary files a/TOOLS/osxbundle/mpv.app/Contents/Resources/audio.icns and /dev/null differ diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns new file mode 100644 index 0000000000..d6162960b2 Binary files /dev/null and b/TOOLS/osxbundle/mpv.app/Contents/Resources/document.icns differ diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns index eb056f5a15..035a934582 100644 Binary files a/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns and b/TOOLS/osxbundle/mpv.app/Contents/Resources/icon.icns differ diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns deleted file mode 100644 index 8c495894a4..0000000000 Binary files a/TOOLS/osxbundle/mpv.app/Contents/Resources/movie.icns and /dev/null differ diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns b/TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns deleted file mode 100644 index f4c7270691..0000000000 Binary files a/TOOLS/osxbundle/mpv.app/Contents/Resources/subtitles.icns and /dev/null differ -- cgit v1.2.3