summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/BuildApplet.py
Commit message (Collapse)AuthorAgeFilesLines
* Common code used to the buildtools module (Just)Jack Jansen1998-07-311-290/+15
|
* Moved some code around: occasionally the SetCreatorFileType didn'tJack Jansen1998-04-211-8/+10
| | | | | work because the finder got there first (at leats, that's what I think happened).
* BuildApplet will now also update old appletsJack Jansen1998-02-201-33/+60
|
* Use ProgressBar to show progress in stead of printJack Jansen1997-05-131-15/+29
|
* Added macostools.touch() calls to inform the finder of our changes.Jack Jansen1996-09-151-0/+2
|
* Turned off debugging outputJack Jansen1996-09-091-2/+0
|
* Removed silly dialogJack Jansen1996-08-281-3/+2
|
* Set default item for dialogJack Jansen1996-01-221-0/+1
|
* Changed the way .rsrc and template are copied: hopefully this willJack Jansen1995-09-241-36/+53
| | | | finally get the bundle stuff right.
* Slightly reorganized so it is useable from another program, andJack Jansen1995-09-011-11/+26
| | | | put all print statements in 'if DEBUG'.
* - Allow PythonApplet to be an aliasJack Jansen1995-08-311-16/+23
| | | | - Correctly set bundle and init bits
* Added prompts to various file-select dialogsJack Jansen1995-08-141-1/+1
| | | | Renumbered resources to above 512
* A new home for scripts/appletsJack Jansen1995-07-291-0/+260
EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow..