Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 9 | -0/+0 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Replaced all remaining BinHex files with their binary counterparts. | Jack Jansen | 1998-08-20 | 20 | -633/+0 |
| | |||||
* | Binhextree doesn't binhex anymore, it just copies the projects around. This | Jack Jansen | 1998-08-20 | 1 | -4/+6 |
| | | | | does make the name a bit of a non-sequitur:-) | ||||
* | Use buildtools where appropriate. | Jack Jansen | 1998-07-31 | 1 | -3/+4 |
| | | | | Build BuildApplication applet too. | ||||
* | Build a full standalone application from a python script (Just) | Jack Jansen | 1998-07-31 | 2 | -0/+189 |
| | |||||
* | Common code used to the buildtools module (Just) | Jack Jansen | 1998-07-31 | 2 | -326/+51 |
| | |||||
* | Added build.macfreeze to the "special" folders. | Jack Jansen | 1998-06-26 | 1 | -1/+1 |
| | |||||
* | Use dialog auto-placement whenever appropriate. | Jack Jansen | 1998-04-27 | 8 | -343/+345 |
| | |||||
* | If there's no comment for an error we use the symbolic name as the | Jack Jansen | 1998-04-21 | 2 | -43/+528 |
| | | | | | error message. Not really fantastic, but "reqAborted" is better than "MacOS error -1105" at least. | ||||
* | Removed unused import of addpack | Jack Jansen | 1998-04-21 | 1 | -1/+0 |
| | |||||
* | 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). | ||||
* | Added Sndihooks module | Jack Jansen | 1998-04-15 | 1 | -0/+2 |
| | |||||
* | Default button on main window wasn't set correctly | Jack Jansen | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Added some debug prints (if enabled by setting DEBUG) | Jack Jansen | 1998-02-20 | 1 | -2/+34 |
| | |||||
* | BuildApplet will now also update old applets | Jack Jansen | 1998-02-20 | 2 | -68/+96 |
| | |||||
* | Build balloon help for EditPythonPrefs | Jack Jansen | 1997-10-10 | 2 | -4/+72 |
| | |||||
* | Fixup sys.path to be able to find macostools | Jack Jansen | 1997-10-10 | 1 | -0/+1 |
| | |||||
* | Implemented balloon help for EditPythonPrefs | Jack Jansen | 1997-09-09 | 4 | -30/+250 |
| | |||||
* | Added Help module | Jack Jansen | 1997-09-09 | 1 | -0/+2 |
| | |||||
* | Added a button to increment buildno, so it doesn't happen | Jack Jansen | 1997-09-09 | 2 | -11/+14 |
| | | | | automatically all the time. | ||||
* | Major overhaul: this is now little more than a user interface, the | Jack Jansen | 1997-09-08 | 2 | -404/+123 |
| | | | | | | | preference handling code is in modules pythonprefs and preferences. This should finally make it easier for someone (Just?) to write a decent interface to preference setting, and it'll allow setting initial sys.path and such from ConfigurePython. | ||||
* | Run NumPy installer, if present. | Jack Jansen | 1997-09-08 | 2 | -42/+135 |
| | | | | Added a couple of splash screens to show what we're doing | ||||
* | Fullbuild now maintains BUILDNO for mac builds | Jack Jansen | 1997-09-01 | 2 | -15/+35 |
| | |||||
* | Names changed | Jack Jansen | 1997-09-01 | 2 | -38/+38 |
| | |||||
* | Put all prints inside "if verbose:" | Jack Jansen | 1997-08-27 | 1 | -20/+23 |
| | |||||
* | Removed debug print | Jack Jansen | 1997-08-27 | 1 | -1/+0 |
| | |||||
* | Modified for CW Pro projects and new filenames | Jack Jansen | 1997-08-27 | 1 | -68/+46 |
| | |||||
* | MkPluginAliases now knows about fat PythonCore (and all resource files | Jack Jansen | 1997-08-19 | 8 | -163/+164 |
| | | | | got binhexed again) | ||||
* | Modified for CW Pro 1 projects. Convention used: .mu files are old | Jack Jansen | 1997-08-08 | 3 | -56/+70 |
| | | | | | | | project files, which have to be cleaned up before checking in, .prj files are CW Pro 1 projects (which are always clean). Prj files are still binhexed, even though they only have a data fork (and, hence, could be checked in in binary mode). | ||||
* | Generate class, property and comparison code (finally!). The resulting | Jack Jansen | 1997-08-08 | 1 | -41/+201 |
| | | | | | | code isn't ideal yet: xxx.Window(1).Paragraph(3).font will only work if all the classes and properties are declared in the same suite, but at least font(Paragraph(3, Window(1))) always works. | ||||
* | Added zlib | Jack Jansen | 1997-06-03 | 1 | -0/+2 |
| | |||||
* | Nothing important | Jack Jansen | 1997-05-23 | 3 | -30/+30 |
| | |||||
* | MSL errno.h has moved some errors around, and doesn't document | Jack Jansen | 1997-05-15 | 3 | -6/+24 |
| | | | | them in comments, so we do that ourselves. | ||||
* | Use ProgressBar to show progress in stead of print | Jack Jansen | 1997-05-13 | 1 | -15/+29 |
| | |||||
* | - toolboxmodules built first (others depend on it) | Jack Jansen | 1997-05-07 | 2 | -20/+19 |
| | | | | | - Changed name of fat interpreter to PythonFAT (Python conflicted with toplevel folder of the same name, unfortunately) | ||||
* | Sometimes tried to modify a tuple. Fixed. | Jack Jansen | 1997-05-07 | 1 | -0/+1 |
| | |||||
* | - Use cfmfile to (finally) implement building fat Pythons | Jack Jansen | 1997-05-06 | 2 | -62/+137 |
| | | | | - Turned the 10 or so yes/no questions into a single dialog | ||||
* | Module to merge 'cfrg' resources (to create fat ppc/cfm68k programs | Jack Jansen | 1997-05-06 | 1 | -0/+235 |
| | | | | and shared libraries). | ||||
* | Added calldll module | Jack Jansen | 1997-02-20 | 1 | -0/+1 |
| | |||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -61/+60 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Added _tkinter modules in Image extension | Jack Jansen | 1997-01-31 | 1 | -0/+2 |
| | |||||
* | Added icglue modules and (optionally) NumPy and PIL extensions | Jack Jansen | 1997-01-07 | 1 | -0/+11 |
| | |||||
* | Added gdbm plugins | Jack Jansen | 1996-12-23 | 1 | -0/+2 |
| | |||||
* | If sys.argv is empty ask for input file and output folder | Jack Jansen | 1996-12-23 | 1 | -0/+26 |
| | |||||
* | Fixed to allow sys.path initializer to be longer than 255 chars. | Jack Jansen | 1996-11-20 | 2 | -63/+68 |
| | |||||
* | Keep the folder structure in Mac:mwerks:projects similar to the | Jack Jansen | 1996-11-09 | 1 | -2/+2 |
| | | | | toplevel build folder structure. | ||||
* | Removed addpack calls | Jack Jansen | 1996-11-09 | 1 | -2/+0 |
| | |||||
* | Probably just binhexed again... | Jack Jansen | 1996-10-23 | 5 | -184/+184 |
| | |||||
* | Different default location for distribution templates | Jack Jansen | 1996-10-23 | 1 | -4/+4 |
| | |||||
* | Only copy project files from build* and plugins to the projects | Jack Jansen | 1996-10-23 | 1 | -17/+33 |
| | | | | folder, leave other projects where they are |