summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Collapse)AuthorAgeFilesLines
* - Removed debugJack Jansen2001-02-172-2/+1
| | | | - Make sure splash screens are visible
* ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵Jack Jansen2001-02-173-101/+81
| | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
* More modifications to bring the script output in line with the real thing.Jack Jansen2001-02-171-4/+34
|
* DialogWindows now have a self.dlg in addition to self.wid.Jack Jansen2001-02-141-10/+10
|
* Also create alias to PythonCoreCarbon.Jack Jansen2001-02-141-72/+3
| | | | Got rid of lots of 68k stuff.
* Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases.Jack Jansen2001-02-131-15/+53
|
* Added modules _testcapi, _weakref, _symtable.Jack Jansen2001-02-121-0/+3
|
* Added buttons for building interpreter, carbon standalone.Jack Jansen2001-02-122-11/+37
| | | | Added modules _testcapi, _weakref, _symtable.
* Replaced by :Lib:cfmfile.py.Jack Jansen2001-02-081-236/+0
|
* Make balloon code dependent on existence of Help moduleJack Jansen2001-01-291-3/+10
|
* Removed device from the list of Qd incompatibilities. It should be there, ↵Jack Jansen2001-01-291-1/+1
| | | | but causes too many false positives.
* Ported the icglue module to carbon.Jack Jansen2001-01-292-1/+3
|
* Added Help, Scrap and icglue missing methods.Jack Jansen2001-01-291-2/+19
|
* ucnhash module has gone.Jack Jansen2001-01-252-3/+0
|
* Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵Jack Jansen2001-01-242-3/+16
| | | | waste uses a mixture between Waste 2.0 and Waste 1.3.
* Build directives for PythonStandalone were missing.Jack Jansen2001-01-241-0/+4
|
* Added the GrafPort attributes that are unavailable under Carbon.Jack Jansen2001-01-241-0/+5
|
* Also build the Carbon extension modules.Jack Jansen2001-01-231-4/+16
|
* Ah well, why not check this in. A script to remove all .pyc files in a ↵Jack Jansen2001-01-231-0/+35
| | | | folder hierarchy.
* Added the actual builds of the carbon projects.Jack Jansen2001-01-231-1/+23
|
* Generate Carbon as well as classic PPC plugin projects. This module is ↵Jack Jansen2001-01-231-26/+62
| | | | finally paying back the investment in it!
* A script to search for methods that are missing in Carbon in PythonJack Jansen2001-01-231-0/+145
| | | | sources. So far only runs under unix, but what gives:-)
* Sigh... First test before committing. InvalWindowRect and friends are window ↵Jack Jansen2001-01-231-1/+1
| | | | object methods. Fixed.
* Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect.Jack Jansen2001-01-231-1/+1
|
* Waste needs the ICProgKit API.Jack Jansen2001-01-221-1/+3
|
* Added support for forced project building.Jack Jansen2001-01-212-17/+42
| | | | Added carbon targets (mainly placeholders at the moment).
* Added a force option (to force project generation, the default is now to ↵Jack Jansen2001-01-211-10/+16
| | | | | | only generate if different). Try to convert all search paths to relative.
* Use relative path for outputdir.Jack Jansen2001-01-031-1/+19
|
* Got rid of 68K support.Jack Jansen2001-01-032-59/+41
| | | | | Added optional generation of project files. Redesigned dialog.
* Use re in stead of regex.Jack Jansen2001-01-023-31/+34
|
* Updated for new universal headers (oops... this was loooong due).Jack Jansen2001-01-011-165/+856
|
* Minor clarficiations in the dialogs about which errno file is wanted when (I ↵Jack Jansen2001-01-011-2/+2
| | | | had also forgotten:-).
* New .mcp names for tkinter and imgmodules projects.Jack Jansen2001-01-011-2/+2
|
* Changed the search path for pyexpat to include all of the expat folder.Jack Jansen2000-12-291-1/+1
|
* Various tweaks. It now returns the exact same files as Matthias' tool 95% of ↵Jack Jansen2000-12-141-28/+55
| | | | the time.
* Oops, interaction() returned a single value in stead of a tuple (I thought ↵Jack Jansen2000-12-141-3/+2
| | | | that bug was loooong fixed??!?).
* First stab at a script that mimicks Matthias Neerachers tool used to build GUSI.Jack Jansen2000-12-141-0/+164
|
* Qdoffs now exports GWorld new/convert, and Qt uses them.Jack Jansen2000-12-122-5/+3
| | | | Drag moved to core toolbox modules (Win uses it).
* Updated for the new project names.Jack Jansen2000-12-031-70/+70
|
* Got it working for all important plugins, and moved it from Build to scripts.Jack Jansen2000-12-031-0/+108
|
* Oops, all the options were off-by-one. Reported by Tom Bridgman.Jack Jansen2000-10-191-0/+1
|
* Fixed balloon help for options. Sort-of reported by Russell Finn.Jack Jansen2000-10-194-31/+35
|
* Different phrasing of keepconsole options, suggested by David Goodger.Jack Jansen2000-10-191-0/+0
|
* Call SchedParams(1,0) so the dialog is correctly re-enabled after something ↵Jack Jansen2000-10-131-2/+5
| | | | has been on top of it.
* Added some of the new Numeric modules (which weren't rebuilt).Jack Jansen2000-10-131-0/+1
|
* If we're installing to another partition than the system partition offer to ↵Jack Jansen2000-10-132-1/+16
| | | | copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
* Better exit handling.Jack Jansen2000-10-122-2/+1
|
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. ↵Jack Jansen2000-09-222-12/+30
| | | | Default is "unseen output". Upped the Popt version number.
* Moved to Unsupported.Jack Jansen2000-09-123-164/+0
|
* The logic for finding long matches before short ones was wrong (why did I ↵Jack Jansen2000-09-101-7/+7
| | | | never notice this??!?), fixed.