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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff8c0221237e345455e6e55b8e4f88118a84e455;p=python 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 0000000000..35f16bf6e5 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 ffe7ef0ff1..c12c9da52a 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 0000000000..ae766ee158 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 afead3e42e..7d9f3202c7 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 d5dd12fde3..e09fd381e4 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 4ac7a96874..9e35c1ecbe 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 0000000000..226836abd7 --- /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 ffe7ef0ff1..e959c43288 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 d5dd12fde3..e09fd381e4 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 26ee1c07c4..ea0214c674 100644 Binary files a/Mac/scripts/BuildApplet.icns and b/Mac/scripts/BuildApplet.icns differ