From ff8c0221237e345455e6e55b8e4f88118a84e455 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Sun, 14 May 2006 20:35:41 +0000 Subject: 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. --- Mac/OSX/Icons/Disk Image.icns | Bin 0 -> 50703 bytes Mac/OSX/Icons/IDLE.icns | Bin 36565 -> 53456 bytes Mac/OSX/Icons/Python Folder.icns | Bin 0 -> 133608 bytes Mac/OSX/Icons/PythonCompiled.icns | Bin 57125 -> 60777 bytes Mac/OSX/Icons/PythonLauncher.icns | Bin 45913 -> 42658 bytes Mac/OSX/Icons/PythonSource.icns | Bin 50112 -> 54522 bytes Mac/OSX/Icons/ReadMe.txt | 3 +++ Mac/OSXResources/app/Resources/PythonApplet.icns | Bin 36565 -> 55208 bytes .../app/Resources/PythonInterpreter.icns | Bin 45913 -> 42658 bytes Mac/scripts/BuildApplet.icns | Bin 35833 -> 120107 bytes 10 files changed, 3 insertions(+) create mode 100644 Mac/OSX/Icons/Disk Image.icns create mode 100644 Mac/OSX/Icons/Python Folder.icns create mode 100644 Mac/OSX/Icons/ReadMe.txt diff --git a/Mac/OSX/Icons/Disk Image.icns b/Mac/OSX/Icons/Disk Image.icns new file mode 100644 index 0000000..35f16bf 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 ffe7ef0..c12c9da 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 0000000..ae766ee 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 afead3e..7d9f320 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 d5dd12f..e09fd38 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 4ac7a96..9e35c1e 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 0000000..226836a --- /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 ffe7ef0..e959c43 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 d5dd12f..e09fd38 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 26ee1c0..ea0214c 100644 Binary files a/Mac/scripts/BuildApplet.icns and b/Mac/scripts/BuildApplet.icns differ -- cgit v0.12