Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dynamically loaded toolbox modules don't need to link against each other ↵ | Jack Jansen | 2001-05-17 | 1 | -21/+26 |
| | | | | anymore, due to the new glue code that ties them together. | ||||
* | Bah, somehow the macroman<->iso-latin-1 translation got lost during the ↵ | Jack Jansen | 2001-05-15 | 1 | -13/+13 |
| | | | | merge. Checking in one fixed file to make sure MacCVS Pro isn't the problem. If it isn't a flurry of checkins will follow tomorrow. If it is... well... | ||||
* | On OSX always copy PythonCore. It turns out an orphaned alias in ↵ | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
| | | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. | ||||
* | Changed some of the dialogs to be a little clearer. | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
| | |||||
* | Oops, ISO translation was off. Fixed. | Jack Jansen | 2001-03-27 | 1 | -13/+13 |
| | |||||
* | Added dummy _tkinter module for Carbon, which explains that Tkinter isnt ↵ | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
| | | | | supported under Carbon. | ||||
* | Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. | Jack Jansen | 2001-03-15 | 2 | -5/+12 |
| | | | | Don't do sys.prefix==os.getcwd() check unless we're an applet. | ||||
* | Finished implementation of removing incorrect preferences file. | Jack Jansen | 2001-03-09 | 1 | -1/+3 |
| | |||||
* | Detect that the preference file may be incorrect, and offer to remove it. ↵ | Jack Jansen | 2001-03-08 | 2 | -2/+17 |
| | | | | This isn't finished yet. | ||||
* | macostools.copy() now has an optional forcetype flag, which sets the ↵ | Jack Jansen | 2001-03-06 | 2 | -2/+2 |
| | | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). | ||||
* | Re-try the file copy once if it fails. This works around an obscure and ↵ | Jack Jansen | 2001-03-06 | 1 | -3/+9 |
| | | | | non-reproducibe bug in GUSI. | ||||
* | Also build Imaging for Carbon. | Jack Jansen | 2001-03-01 | 1 | -17/+1 |
| | |||||
* | Oops, need to import Res. | Jack Jansen | 2001-02-28 | 1 | -1/+4 |
| | |||||
* | If we can't find our splash dialog (i.e. we're probably running from source) ↵ | Jack Jansen | 2001-02-28 | 1 | -4/+25 |
| | | | | go into interactive mode: print what we're doing and ask about carbon/classic configure. | ||||
* | Added Popt resource for "dont show console" | Jack Jansen | 2001-02-27 | 4 | -1/+1 |
| | | | | Changed SIZE resource to be carbon-compatible. | ||||
* | Various tweaks to make it work on MacOSX. | Jack Jansen | 2001-02-27 | 1 | -2/+9 |
| | |||||
* | - Removed debug | Jack Jansen | 2001-02-17 | 2 | -2/+1 |
| | | | | - Make sure splash screens are visible | ||||
* | ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵ | Jack Jansen | 2001-02-17 | 3 | -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 Jansen | 2001-02-17 | 1 | -4/+34 |
| | |||||
* | DialogWindows now have a self.dlg in addition to self.wid. | Jack Jansen | 2001-02-14 | 1 | -10/+10 |
| | |||||
* | Also create alias to PythonCoreCarbon. | Jack Jansen | 2001-02-14 | 1 | -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 Jansen | 2001-02-13 | 1 | -15/+53 |
| | |||||
* | Added modules _testcapi, _weakref, _symtable. | Jack Jansen | 2001-02-12 | 1 | -0/+3 |
| | |||||
* | Added buttons for building interpreter, carbon standalone. | Jack Jansen | 2001-02-12 | 2 | -11/+37 |
| | | | | Added modules _testcapi, _weakref, _symtable. | ||||
* | Replaced by :Lib:cfmfile.py. | Jack Jansen | 2001-02-08 | 1 | -236/+0 |
| | |||||
* | Make balloon code dependent on existence of Help module | Jack Jansen | 2001-01-29 | 1 | -3/+10 |
| | |||||
* | Removed device from the list of Qd incompatibilities. It should be there, ↵ | Jack Jansen | 2001-01-29 | 1 | -1/+1 |
| | | | | but causes too many false positives. | ||||
* | Ported the icglue module to carbon. | Jack Jansen | 2001-01-29 | 2 | -1/+3 |
| | |||||
* | Added Help, Scrap and icglue missing methods. | Jack Jansen | 2001-01-29 | 1 | -2/+19 |
| | |||||
* | ucnhash module has gone. | Jack Jansen | 2001-01-25 | 2 | -3/+0 |
| | |||||
* | Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and ↵ | Jack Jansen | 2001-01-24 | 2 | -3/+16 |
| | | | | waste uses a mixture between Waste 2.0 and Waste 1.3. | ||||
* | Build directives for PythonStandalone were missing. | Jack Jansen | 2001-01-24 | 1 | -0/+4 |
| | |||||
* | Added the GrafPort attributes that are unavailable under Carbon. | Jack Jansen | 2001-01-24 | 1 | -0/+5 |
| | |||||
* | 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 |
| |