From: Ronald Oussoren Date: Sun, 14 May 2006 20:35:41 +0000 (+0000) Subject: A first cut at replacing the icons on MacOS X. This replaces all icons by icons X-Git-Tag: v2.5b1~653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff8c0221237e345455e6e55b8e4f88118a84e455;p=thirdparty%2FPython%2Fcpython.git A first cut at replacing the icons on MacOS X. This replaces all icons by icons based on the new python.org logo. These are also the first icons that are "proper" OSX icons. These icons were created by Jacob Rus. --- diff --git a/Mac/OSX/Icons/Disk Image.icns b/Mac/OSX/Icons/Disk Image.icns new file mode 100644 index 000000000000..35f16bf6e507 Binary files /dev/null and b/Mac/OSX/Icons/Disk Image.icns differ diff --git a/Mac/OSX/Icons/IDLE.icns b/Mac/OSX/Icons/IDLE.icns index ffe7ef0ff120..c12c9da52aa6 100644 Binary files a/Mac/OSX/Icons/IDLE.icns and b/Mac/OSX/Icons/IDLE.icns differ diff --git a/Mac/OSX/Icons/Python Folder.icns b/Mac/OSX/Icons/Python Folder.icns new file mode 100644 index 000000000000..ae766ee15898 Binary files /dev/null and b/Mac/OSX/Icons/Python Folder.icns differ diff --git a/Mac/OSX/Icons/PythonCompiled.icns b/Mac/OSX/Icons/PythonCompiled.icns index afead3e42e88..7d9f3202c7e5 100644 Binary files a/Mac/OSX/Icons/PythonCompiled.icns and b/Mac/OSX/Icons/PythonCompiled.icns differ diff --git a/Mac/OSX/Icons/PythonLauncher.icns b/Mac/OSX/Icons/PythonLauncher.icns index d5dd12fde301..e09fd381e4df 100644 Binary files a/Mac/OSX/Icons/PythonLauncher.icns and b/Mac/OSX/Icons/PythonLauncher.icns differ diff --git a/Mac/OSX/Icons/PythonSource.icns b/Mac/OSX/Icons/PythonSource.icns index 4ac7a9687441..9e35c1ecbe95 100644 Binary files a/Mac/OSX/Icons/PythonSource.icns and b/Mac/OSX/Icons/PythonSource.icns differ diff --git a/Mac/OSX/Icons/ReadMe.txt b/Mac/OSX/Icons/ReadMe.txt new file mode 100644 index 000000000000..226836abd732 --- /dev/null +++ b/Mac/OSX/Icons/ReadMe.txt @@ -0,0 +1,3 @@ +The icons for use on MacOS X were created by Jacob Rus +with some feedback from the folks on pythonmac-sig@python.org. + diff --git a/Mac/OSXResources/app/Resources/PythonApplet.icns b/Mac/OSXResources/app/Resources/PythonApplet.icns index ffe7ef0ff120..e959c432889e 100644 Binary files a/Mac/OSXResources/app/Resources/PythonApplet.icns and b/Mac/OSXResources/app/Resources/PythonApplet.icns differ diff --git a/Mac/OSXResources/app/Resources/PythonInterpreter.icns b/Mac/OSXResources/app/Resources/PythonInterpreter.icns index d5dd12fde301..e09fd381e4df 100644 Binary files a/Mac/OSXResources/app/Resources/PythonInterpreter.icns and b/Mac/OSXResources/app/Resources/PythonInterpreter.icns differ diff --git a/Mac/scripts/BuildApplet.icns b/Mac/scripts/BuildApplet.icns index 26ee1c07c4ea..ea0214c67469 100644 Binary files a/Mac/scripts/BuildApplet.icns and b/Mac/scripts/BuildApplet.icns differ