Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2006-06-07 | 1 | -1/+1 |
| | |||||
* | * If BuildApplet.py is used as an applet it starts with a version of | Ronald Oussoren | 2006-06-07 | 1 | -0/+12 |
| | | | | | | | | sys.exutable that isn't usuable on an #!-line. That results in generated applets that don't actually work. Work around this problem by resetting sys.executable. * argvemulator.py didn't work on intel macs. This patch fixes this (bug #1491468) | ||||
* | A first cut at replacing the icons on MacOS X. This replaces all icons by icons | Ronald Oussoren | 2006-05-14 | 1 | -0/+0 |
| | | | | | | | 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. | ||||
* | Updated version numbers. | Jack Jansen | 2004-12-27 | 1 | -4/+4 |
| | |||||
* | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot | Jack Jansen | 2004-12-27 | 1 | -3/+7 |
| | | | | | | | option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 7 | -402/+398 |
| | |||||
* | - Added a note about fixversions.py | Jack Jansen | 2004-07-15 | 1 | -14/+12 |
| | | | | - Ran it. | ||||
* | Getting rid of support for MacOS9 and earlier. This is the first step, | Jack Jansen | 2003-11-19 | 21 | -2540/+0 |
| | | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next. | ||||
* | Ported from 23maint branch: add icons to BuildApplet. | Jack Jansen | 2003-11-19 | 2 | -0/+57 |
| | |||||
* | Various tweaks to make the packages work better. Still not 100%, though. | Jack Jansen | 2003-07-22 | 1 | -4/+18 |
| | |||||
* | Import EasyDialogs only when needed, so this works if there is no window | Jack Jansen | 2003-06-16 | 1 | -1/+1 |
| | | | | manager (if it isn't needed). | ||||
* | Added a --python option, which sets the python to be used in the #! line | Jack Jansen | 2003-05-25 | 1 | -2/+7 |
| | | | | in the bootstrap script of the applet. | ||||
* | Suppress wartning on macfs import. | Jack Jansen | 2003-05-09 | 1 | -0/+2 |
| | |||||
* | Rename funny long suite to Disk_File_Folder. | Jack Jansen | 2003-05-01 | 1 | -1/+2 |
| | |||||
* | By default be verbose. | Jack Jansen | 2003-04-29 | 1 | -7/+9 |
| | |||||
* | Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation | Jack Jansen | 2003-03-29 | 1 | -1132/+0 |
| | | | | remains to be done. | ||||
* | - Added an is_scriptable method to test applications for having | Jack Jansen | 2003-03-29 | 1 | -12/+55 |
| | | | | | | | | a scripting dictionary. Made up by me, not guaranteed to be correct (and, indeed, Internet Explorer does not seem to play by the book). - Added the interactive main program as a separate routine, so it can be called from the IDE later. Also made it less interactive by default: only the input app and output package folder are asked for. | ||||
* | - Prefer using events (in stead of poking around in resource files) to | Jack Jansen | 2003-03-29 | 1 | -13/+19 |
| | | | | | | get terminology resources. Unfortunately there doesn't seem to be any application I can ask for the basic StdSuites terminology (?). - Prefer OSX-native versions of applications over OS9 versions. | ||||
* | Sometimes a class is used as a base class of itself. Obviously there's | Jack Jansen | 2003-03-29 | 1 | -2/+6 |
| | | | | | | something I don't understand, but for now ignore this. Output the file name such that it cannot contain non-ascii characters. | ||||
* | Sigh: didn't catch all lists that needed to be sorted. | Jack Jansen | 2003-03-28 | 1 | -4/+22 |
| | |||||
* | - Sort various lists (list of events, OSA-classes, etc) before generating | Jack Jansen | 2003-03-28 | 1 | -10/+25 |
| | | | | | | | code. This makes it a lot easier to compare the generated code for two different versions of the suite. - Various tweaks to the code to generate suites without looking at resource files manually. | ||||
* | If GetAppTerminology fails (which seems to be the usual case on OSX?) | Jack Jansen | 2003-03-26 | 1 | -11/+45 |
| | | | | | we try to manually launch the application and send it an ascr/gdte event to get its terminology. | ||||
* | Not all objects have an _propdict and _privpropdict, so cater for that. | Jack Jansen | 2003-03-23 | 1 | -3/+3 |
| | |||||
* | Generate all the standard OSA suite packages. Has absolute pathname | Jack Jansen | 2003-03-21 | 1 | -0/+44 |
| | | | | dependencies all over the place, but this is better than nothing, for now. | ||||
* | Got rid of the "enum not found" interaction, and added code to allow | Jack Jansen | 2003-03-21 | 1 | -20/+43 |
| | | | | overriding the creator signature. | ||||
* | Allow gensuitemodule to be run non-interactively, from the OSX command | Jack Jansen | 2003-03-21 | 1 | -22/+79 |
| | | | | line. 90% of the work is done, missing enums still cause a dialog to appear. | ||||
* | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
| | |||||
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 1 | -6/+7 |
| | |||||
* | First try to use the OSATerminology module to get the terminology | Jack Jansen | 2003-03-06 | 1 | -9/+36 |
| | | | | | | | resources before reverting to manually reading the resources. Unfortunately there is still a bug in here somewhere: it doesn't work for all applications. | ||||
* | Allow specifiying the destination for --extra files (default: same | Jack Jansen | 2003-02-24 | 1 | -6/+8 |
| | | | | filename as the source, but in Contents/Resources in the app bundle). | ||||
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | Got rid of macfs. | Jack Jansen | 2003-02-06 | 1 | -5/+4 |
| | |||||
* | Got rid of FSSpecs. | Jack Jansen | 2003-02-06 | 1 | -29/+28 |
| | |||||
* | Got rid of macfs and made a bit more OSX-friendly. | Jack Jansen | 2003-02-05 | 1 | -7/+10 |
| | |||||
* | removing old junk | Just van Rossum | 2003-02-05 | 1 | -60/+0 |
| | |||||
* | Removed unused import of macfs. | Jack Jansen | 2003-02-05 | 1 | -1/+0 |
| | |||||
* | I don't think this script serves a useful purpose anymore, and I can't | Jack Jansen | 2003-02-05 | 1 | -97/+0 |
| | | | | be bothered to fix it. | ||||
* | patch #678211 from Robin Dunn | Just van Rossum | 2003-02-01 | 1 | -7/+15 |
| | |||||
* | Fix an omission in the previous checkin. | Jack Jansen | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 7 | -22/+25 |
| | |||||
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 2 | -35/+32 |
| | |||||
* | Getting rid of StandardGetFile | Jack Jansen | 2003-01-22 | 3 | -17/+13 |
| | |||||
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 7 | -62/+31 |
| | |||||
* | Updated for demise of macfs. | Jack Jansen | 2002-12-24 | 2 | -2/+0 |
| | |||||
* | Got rid of non-carbon stuff, and added new Alias, File and Folder modules. | Jack Jansen | 2002-12-13 | 2 | -112/+31 |
| | |||||
* | Tweaked button sizes and hid unused items. | Jack Jansen | 2002-12-13 | 1 | -0/+0 |
| | |||||
* | make the --link option match the original: just symlink the executable | Just van Rossum | 2002-11-22 | 1 | -2/+2 |
| | |||||
* | Replaced the bundle building code with calls to the new bundlebuilder | Just van Rossum | 2002-11-22 | 1 | -133/+75 |
| | | | | | | | | | module. Jack: I've compared the .app output of the orginal with the new and I can't find any significant differences. However, bundlebuilder.py contains its' own command line interface and I think we should use that instead. I'll have a look to see whether I can patch Mac/OSX/Makefile.jaguar to this effect. | ||||
* | Go from filename to FSSpec via FSRefs, to work around outdated macfs module | Jack Jansen | 2002-11-15 | 1 | -1/+1 |
| | | | | in python 2.2. | ||||
* | Make the Resources directory if needed. | Jack Jansen | 2002-11-15 | 1 | -0/+2 |
| |