Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Common code used to the buildtools module (Just) | Jack Jansen | 1998-07-31 | 1 | -290/+15 |
| | |||||
* | Moved some code around: occasionally the SetCreatorFileType didn't | Jack Jansen | 1998-04-21 | 1 | -8/+10 |
| | | | | | work because the finder got there first (at leats, that's what I think happened). | ||||
* | BuildApplet will now also update old applets | Jack Jansen | 1998-02-20 | 1 | -33/+60 |
| | |||||
* | Use ProgressBar to show progress in stead of print | Jack Jansen | 1997-05-13 | 1 | -15/+29 |
| | |||||
* | Added macostools.touch() calls to inform the finder of our changes. | Jack Jansen | 1996-09-15 | 1 | -0/+2 |
| | |||||
* | Turned off debugging output | Jack Jansen | 1996-09-09 | 1 | -2/+0 |
| | |||||
* | Removed silly dialog | Jack Jansen | 1996-08-28 | 1 | -3/+2 |
| | |||||
* | Set default item for dialog | Jack Jansen | 1996-01-22 | 1 | -0/+1 |
| | |||||
* | Changed the way .rsrc and template are copied: hopefully this will | Jack Jansen | 1995-09-24 | 1 | -36/+53 |
| | | | | finally get the bundle stuff right. | ||||
* | Slightly reorganized so it is useable from another program, and | Jack Jansen | 1995-09-01 | 1 | -11/+26 |
| | | | | put all print statements in 'if DEBUG'. | ||||
* | - Allow PythonApplet to be an alias | Jack Jansen | 1995-08-31 | 1 | -16/+23 |
| | | | | - Correctly set bundle and init bits | ||||
* | Added prompts to various file-select dialogs | Jack Jansen | 1995-08-14 | 1 | -1/+1 |
| | | | | Renumbered resources to above 512 | ||||
* | A new home for scripts/applets | Jack Jansen | 1995-07-29 | 1 | -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.. |