summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Port of universal binary support for Mac OSX from python 2.5. This takes awayRonald Oussoren2006-10-081-0/+0
| | | | | | | | the need for the out-of-tree universal binary support that was used to build the 2.4.3 installer. Missing here relative to that tree are some changes to IDLE, IMHO those patches aren't appropriate for the 2.4 branch and users are better of using 2.5's IDLE.
* Backport:Jack Jansen2004-12-311-3/+7
| | | | | | Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot option to various tools, and do the right thing when we're doing a destroot install.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-187-402/+398
|
* - Added a note about fixversions.pyJack Jansen2004-07-151-14/+12
| | | | - Ran it.
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-1921-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 Jansen2003-11-192-0/+57
|
* Various tweaks to make the packages work better. Still not 100%, though.Jack Jansen2003-07-221-4/+18
|
* Import EasyDialogs only when needed, so this works if there is no windowJack Jansen2003-06-161-1/+1
| | | | manager (if it isn't needed).
* Added a --python option, which sets the python to be used in the #! lineJack Jansen2003-05-251-2/+7
| | | | in the bootstrap script of the applet.
* Suppress wartning on macfs import.Jack Jansen2003-05-091-0/+2
|
* Rename funny long suite to Disk_File_Folder.Jack Jansen2003-05-011-1/+2
|
* By default be verbose.Jack Jansen2003-04-291-7/+9
|
* Moved gensuitemodule from Mac/scripts to Lib/plat-mac. DocumentationJack Jansen2003-03-291-1132/+0
| | | | remains to be done.
* - Added an is_scriptable method to test applications for havingJack Jansen2003-03-291-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) toJack Jansen2003-03-291-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'sJack Jansen2003-03-291-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 Jansen2003-03-281-4/+22
|
* - Sort various lists (list of events, OSA-classes, etc) before generatingJack Jansen2003-03-281-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 Jansen2003-03-261-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 Jansen2003-03-231-3/+3
|
* Generate all the standard OSA suite packages. Has absolute pathnameJack Jansen2003-03-211-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 allowJack Jansen2003-03-211-20/+43
| | | | overriding the creator signature.
* Allow gensuitemodule to be run non-interactively, from the OSX commandJack Jansen2003-03-211-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 Jansen2003-03-212-2/+4
|
* Patch 702620 by Donovan Preston: Fix AE inheritance.Jack Jansen2003-03-211-6/+7
|
* First try to use the OSATerminology module to get the terminologyJack Jansen2003-03-061-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: sameJack Jansen2003-02-241-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 Jansen2003-02-211-1/+1
|
* Got rid of macfs.Jack Jansen2003-02-061-5/+4
|
* Got rid of FSSpecs.Jack Jansen2003-02-061-29/+28
|
* Got rid of macfs and made a bit more OSX-friendly.Jack Jansen2003-02-051-7/+10
|
* removing old junkJust van Rossum2003-02-051-60/+0
|
* Removed unused import of macfs.Jack Jansen2003-02-051-1/+0
|
* I don't think this script serves a useful purpose anymore, and I can'tJack Jansen2003-02-051-97/+0
| | | | be bothered to fix it.
* patch #678211 from Robin DunnJust van Rossum2003-02-011-7/+15
|
* Fix an omission in the previous checkin.Jack Jansen2003-01-261-1/+1
|
* Use new file dialogs.Jack Jansen2003-01-267-22/+25
|
* Use new file dialogs.Jack Jansen2003-01-262-35/+32
|
* Getting rid of StandardGetFileJack Jansen2003-01-223-17/+13
|
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-087-62/+31
|
* Updated for demise of macfs.Jack Jansen2002-12-242-2/+0
|
* Got rid of non-carbon stuff, and added new Alias, File and Folder modules.Jack Jansen2002-12-132-112/+31
|
* Tweaked button sizes and hid unused items.Jack Jansen2002-12-131-0/+0
|
* make the --link option match the original: just symlink the executableJust van Rossum2002-11-221-2/+2
|
* Replaced the bundle building code with calls to the new bundlebuilderJust van Rossum2002-11-221-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 moduleJack Jansen2002-11-151-1/+1
| | | | in python 2.2.
* Make the Resources directory if needed.Jack Jansen2002-11-151-0/+2
|
* Script to create .app bundles. Largely untested.Jack Jansen2002-11-061-0/+160
|
* Silly me, I enabled the old help module. Fixed.Jack Jansen2002-09-062-2/+3
|
* Added carbon Help module.Jack Jansen2002-09-062-1/+2
|