Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also build the Carbon extension modules. | Jack Jansen | 2001-01-23 | 1 | -4/+16 |
| | |||||
* | Ah well, why not check this in. A script to remove all .pyc files in a ↵ | Jack Jansen | 2001-01-23 | 1 | -0/+35 |
| | | | | folder hierarchy. | ||||
* | Added the actual builds of the carbon projects. | Jack Jansen | 2001-01-23 | 1 | -1/+23 |
| | |||||
* | Generate Carbon as well as classic PPC plugin projects. This module is ↵ | Jack Jansen | 2001-01-23 | 1 | -26/+62 |
| | | | | finally paying back the investment in it! | ||||
* | A script to search for methods that are missing in Carbon in Python | Jack Jansen | 2001-01-23 | 1 | -0/+145 |
| | | | | sources. So far only runs under unix, but what gives:-) | ||||
* | Sigh... First test before committing. InvalWindowRect and friends are window ↵ | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | | | | object methods. Fixed. | ||||
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 1 | -1/+1 |
| | |||||
* | Waste needs the ICProgKit API. | Jack Jansen | 2001-01-22 | 1 | -1/+3 |
| | |||||
* | Added support for forced project building. | Jack Jansen | 2001-01-21 | 2 | -17/+42 |
| | | | | Added carbon targets (mainly placeholders at the moment). | ||||
* | Added a force option (to force project generation, the default is now to ↵ | Jack Jansen | 2001-01-21 | 1 | -10/+16 |
| | | | | | | only generate if different). Try to convert all search paths to relative. | ||||
* | Use relative path for outputdir. | Jack Jansen | 2001-01-03 | 1 | -1/+19 |
| | |||||
* | Got rid of 68K support. | Jack Jansen | 2001-01-03 | 2 | -59/+41 |
| | | | | | Added optional generation of project files. Redesigned dialog. | ||||
* | Use re in stead of regex. | Jack Jansen | 2001-01-02 | 3 | -31/+34 |
| | |||||
* | Updated for new universal headers (oops... this was loooong due). | Jack Jansen | 2001-01-01 | 1 | -165/+856 |
| | |||||
* | Minor clarficiations in the dialogs about which errno file is wanted when (I ↵ | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
| | | | | had also forgotten:-). | ||||
* | New .mcp names for tkinter and imgmodules projects. | Jack Jansen | 2001-01-01 | 1 | -2/+2 |
| | |||||
* | Changed the search path for pyexpat to include all of the expat folder. | Jack Jansen | 2000-12-29 | 1 | -1/+1 |
| | |||||
* | Various tweaks. It now returns the exact same files as Matthias' tool 95% of ↵ | Jack Jansen | 2000-12-14 | 1 | -28/+55 |
| | | | | the time. | ||||
* | Oops, interaction() returned a single value in stead of a tuple (I thought ↵ | Jack Jansen | 2000-12-14 | 1 | -3/+2 |
| | | | | that bug was loooong fixed??!?). | ||||
* | First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. | Jack Jansen | 2000-12-14 | 1 | -0/+164 |
| | |||||
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -5/+3 |
| | | | | Drag moved to core toolbox modules (Win uses it). | ||||
* | Updated for the new project names. | Jack Jansen | 2000-12-03 | 1 | -70/+70 |
| | |||||
* | Got it working for all important plugins, and moved it from Build to scripts. | Jack Jansen | 2000-12-03 | 1 | -0/+108 |
| | |||||
* | Oops, all the options were off-by-one. Reported by Tom Bridgman. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
| | |||||
* | Fixed balloon help for options. Sort-of reported by Russell Finn. | Jack Jansen | 2000-10-19 | 4 | -31/+35 |
| | |||||
* | Different phrasing of keepconsole options, suggested by David Goodger. | Jack Jansen | 2000-10-19 | 1 | -0/+0 |
| | |||||
* | Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵ | Jack Jansen | 2000-10-13 | 1 | -2/+5 |
| | | | | has been on top of it. | ||||
* | Added some of the new Numeric modules (which weren't rebuilt). | Jack Jansen | 2000-10-13 | 1 | -0/+1 |
| | |||||
* | If we're installing to another partition than the system partition offer to ↵ | Jack Jansen | 2000-10-13 | 2 | -1/+16 |
| | | | | copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. | ||||
* | Better exit handling. | Jack Jansen | 2000-10-12 | 2 | -2/+1 |
| | |||||
* | Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵ | Jack Jansen | 2000-09-22 | 2 | -12/+30 |
| | | | | Default is "unseen output". Upped the Popt version number. | ||||
* | Moved to Unsupported. | Jack Jansen | 2000-09-12 | 3 | -164/+0 |
| | |||||
* | The logic for finding long matches before short ones was wrong (why did I ↵ | Jack Jansen | 2000-09-10 | 1 | -7/+7 |
| | | | | never notice this??!?), fixed. | ||||
* | Removed 68k support, added pyexpat, adapted for new NumPy. | Jack Jansen | 2000-09-08 | 2 | -2/+2 |
| | |||||
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
| | |||||
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
| | | | | | - don't identify() enum values. - make aetools.Error available in the package module. | ||||
* | Moved to unsupported: it doesn't work anymore and it has outlived its ↵ | Jack Jansen | 2000-08-20 | 1 | -240/+0 |
| | | | | usefulness so I don't want to fix it. | ||||
* | Enums we cannot find are set to None, and enumsubst understands this (no ↵ | Jack Jansen | 2000-08-20 | 1 | -4/+5 |
| | | | | substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). | ||||
* | Fixed event inheritance code (which didn't work at all). | Jack Jansen | 2000-08-20 | 1 | -117/+239 |
| | | | | Do two passes over the suites so we can figure out dependencies for enums and such. The manual method was getting too cumbersome for Finder suites. | ||||
* | Use the new package-based scripting support. | Jack Jansen | 2000-08-17 | 1 | -6/+16 |
| | |||||
* | Generate packages in stead of separate modules. The package main module ↵ | Jack Jansen | 2000-08-17 | 1 | -22/+120 |
| | | | | imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. | ||||
* | If any of the builds in a group fails offer to stop the fullbuild process ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+9 |
| | | | | and open the failing projects in codewarrior. | ||||
* | Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications ↵ | Jack Jansen | 2000-07-24 | 1 | -0/+5 |
| | | | | without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). | ||||
* | Added the unchash module. | Jack Jansen | 2000-07-07 | 1 | -2/+2 |
| | |||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 5 | -6/+6 |
| | | | | carbon-compatible). | ||||
* | Nav removed (it has moved to the core toolbox modules). | Jack Jansen | 2000-06-07 | 1 | -4/+0 |
| | |||||
* | Selecting the macfsn option didn't work, fixed. | Jack Jansen | 2000-05-09 | 5 | -7/+6 |
| | | | | | Fixed the help strings. Swapped the macfsn and help button numbers. | ||||
* | The applets need more memory nowadays, it seems (because of navservices, ↵ | Jack Jansen | 2000-05-07 | 3 | -0/+0 |
| | | | | maybe?). Give them 4M, that should be okay for a while. | ||||
* | Put the install folders in (vise), not vise, so the include files aren't ↵ | Jack Jansen | 2000-05-06 | 1 | -1/+1 |
| | | | | accidentally picked up by the normal build process. | ||||
* | Removed string-exception preference, added tabcheck and NavService ↵ | Jack Jansen | 2000-05-05 | 5 | -3/+7 |
| | | | | preference, upped version number. |