summaryrefslogtreecommitdiffstats
path: root/Mac/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Use dialog auto-placement whenever appropriate.Jack Jansen1998-04-278-343/+345
|
* If there's no comment for an error we use the symbolic name as theJack Jansen1998-04-212-43/+528
| | | | | error message. Not really fantastic, but "reqAborted" is better than "MacOS error -1105" at least.
* Removed unused import of addpackJack Jansen1998-04-211-1/+0
|
* Moved some code around: occasionally the SetCreatorFileType didn'tJack Jansen1998-04-211-8/+10
| | | | | work because the finder got there first (at leats, that's what I think happened).
* Added Sndihooks moduleJack Jansen1998-04-151-0/+2
|
* Default button on main window wasn't set correctlyJack Jansen1998-02-201-1/+1
|
* Added some debug prints (if enabled by setting DEBUG)Jack Jansen1998-02-201-2/+34
|
* BuildApplet will now also update old appletsJack Jansen1998-02-202-68/+96
|
* Build balloon help for EditPythonPrefsJack Jansen1997-10-102-4/+72
|
* Fixup sys.path to be able to find macostoolsJack Jansen1997-10-101-0/+1
|
* Implemented balloon help for EditPythonPrefsJack Jansen1997-09-094-30/+250
|
* Added Help moduleJack Jansen1997-09-091-0/+2
|
* Added a button to increment buildno, so it doesn't happenJack Jansen1997-09-092-11/+14
| | | | automatically all the time.
* Major overhaul: this is now little more than a user interface, theJack Jansen1997-09-082-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 Jansen1997-09-082-42/+135
| | | | Added a couple of splash screens to show what we're doing
* Fullbuild now maintains BUILDNO for mac buildsJack Jansen1997-09-012-15/+35
|
* Names changedJack Jansen1997-09-012-38/+38
|
* Put all prints inside "if verbose:"Jack Jansen1997-08-271-20/+23
|
* Removed debug printJack Jansen1997-08-271-1/+0
|
* Modified for CW Pro projects and new filenamesJack Jansen1997-08-271-68/+46
|
* MkPluginAliases now knows about fat PythonCore (and all resource filesJack Jansen1997-08-198-163/+164
| | | | got binhexed again)
* Modified for CW Pro 1 projects. Convention used: .mu files are oldJack Jansen1997-08-083-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 resultingJack Jansen1997-08-081-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 zlibJack Jansen1997-06-031-0/+2
|
* Nothing importantJack Jansen1997-05-233-30/+30
|
* MSL errno.h has moved some errors around, and doesn't documentJack Jansen1997-05-153-6/+24
| | | | them in comments, so we do that ourselves.
* Use ProgressBar to show progress in stead of printJack Jansen1997-05-131-15/+29
|
* - toolboxmodules built first (others depend on it)Jack Jansen1997-05-072-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 Jansen1997-05-071-0/+1
|
* - Use cfmfile to (finally) implement building fat PythonsJack Jansen1997-05-062-62/+137
| | | | - Turned the 10 or so yes/no questions into a single dialog
* Module to merge 'cfrg' resources (to create fat ppc/cfm68k programsJack Jansen1997-05-061-0/+235
| | | | and shared libraries).
* Added calldll moduleJack Jansen1997-02-201-0/+1
|
* Added/updated copyright noticesJack Jansen1997-01-311-61/+60
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Added _tkinter modules in Image extensionJack Jansen1997-01-311-0/+2
|
* Added icglue modules and (optionally) NumPy and PIL extensionsJack Jansen1997-01-071-0/+11
|
* Added gdbm pluginsJack Jansen1996-12-231-0/+2
|
* If sys.argv is empty ask for input file and output folderJack Jansen1996-12-231-0/+26
|
* Fixed to allow sys.path initializer to be longer than 255 chars.Jack Jansen1996-11-202-63/+68
|
* Keep the folder structure in Mac:mwerks:projects similar to theJack Jansen1996-11-091-2/+2
| | | | toplevel build folder structure.
* Removed addpack callsJack Jansen1996-11-091-2/+0
|
* Probably just binhexed again...Jack Jansen1996-10-235-184/+184
|
* Different default location for distribution templatesJack Jansen1996-10-231-4/+4
|
* Only copy project files from build* and plugins to the projectsJack Jansen1996-10-231-17/+33
| | | | folder, leave other projects where they are
* Build imgmodules.cfm68k tooJack Jansen1996-10-231-1/+1
|
* Get preference file name from a resource.Jack Jansen1996-10-221-3/+22
| | | | Changed for 1.8.0 CWGUSI release
* Also put aliases to PythonCore{PPC,CFM68K} in the extensions folderJack Jansen1996-10-221-1/+35
|
* Moved resources to 510/511: the numbers above 512 gave problems whenJack Jansen1996-10-112-63/+64
| | | | editing preferences in applets with their own dialogs
* Create img modules for cfm68k too.Jack Jansen1996-10-081-0/+11
|
* Use auto-start functionality of aetools.TalkTo and aetools.Error forJack Jansen1996-09-202-14/+4
| | | | server-generated errors.
* raise aetools.Error in stead of MacOS.Error on server-generated errorsJack Jansen1996-09-201-1/+1
|