Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Prefer using events (in stead of poking around in resource files) to | Jack Jansen | 2003-03-29 | 1 | -13/+19 |
| | | | | | | get terminology resources. Unfortunately there doesn't seem to be any application I can ask for the basic StdSuites terminology (?). - Prefer OSX-native versions of applications over OS9 versions. | ||||
* | Sometimes a class is used as a base class of itself. Obviously there's | Jack Jansen | 2003-03-29 | 1 | -2/+6 |
| | | | | | | something I don't understand, but for now ignore this. Output the file name such that it cannot contain non-ascii characters. | ||||
* | Sigh: didn't catch all lists that needed to be sorted. | Jack Jansen | 2003-03-28 | 1 | -4/+22 |
| | |||||
* | - Sort various lists (list of events, OSA-classes, etc) before generating | Jack Jansen | 2003-03-28 | 1 | -10/+25 |
| | | | | | | | code. This makes it a lot easier to compare the generated code for two different versions of the suite. - Various tweaks to the code to generate suites without looking at resource files manually. | ||||
* | If GetAppTerminology fails (which seems to be the usual case on OSX?) | Jack Jansen | 2003-03-26 | 1 | -11/+45 |
| | | | | | we try to manually launch the application and send it an ascr/gdte event to get its terminology. | ||||
* | Modified to accept a command line argument too. | Jack Jansen | 2003-03-26 | 1 | -4/+8 |
| | |||||
* | Frank Vercruesse gave an okay on removing the copyright notice: | Jack Jansen | 2003-03-25 | 1 | -1/+1 |
| | | | | | "Hereby I make the script in question available under the terms and conditions of the latest Python License." | ||||
* | Not all objects have an _propdict and _privpropdict, so cater for that. | Jack Jansen | 2003-03-23 | 1 | -3/+3 |
| | |||||
* | Lots of tweaks to make this work in the new setting. Not fully tested yet. | Jack Jansen | 2003-03-22 | 2 | -33/+44 |
| | |||||
* | Tools to build a disk image with a binary installer for MacPython-OSX, | Jack Jansen | 2003-03-21 | 5 | -0/+300 |
| | | | | | | | donated by Robin Dunn and the rest of the wxPythonMac crew. These are the versions from cvs.wxwindows.org as of 22-Mar-03, checked in for reference. | ||||
* | Give a better error message when a string of the wrong size is | Jack Jansen | 2003-03-21 | 2 | -5/+9 |
| | | | | passed to RawBitMap. | ||||
* | Generate all the standard OSA suite packages. Has absolute pathname | Jack Jansen | 2003-03-21 | 1 | -0/+44 |
| | | | | dependencies all over the place, but this is better than nothing, for now. | ||||
* | Got rid of the "enum not found" interaction, and added code to allow | Jack Jansen | 2003-03-21 | 1 | -20/+43 |
| | | | | overriding the creator signature. | ||||
* | Allow gensuitemodule to be run non-interactively, from the OSX command | Jack Jansen | 2003-03-21 | 1 | -22/+79 |
| | | | | line. 90% of the work is done, missing enums still cause a dialog to appear. | ||||
* | Added _csv module, and getting rid of macfs. | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
| | |||||
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -5/+5 |
| | |||||
* | Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by ↵ | Jack Jansen | 2003-03-21 | 2 | -2/+4 |
| | | | | disabling unicode filenames on OS9. | ||||
* | Patch 702620 by Donovan Preston: Fix AE inheritance. | Jack Jansen | 2003-03-21 | 1 | -6/+7 |
| | |||||
* | GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by | Jack Jansen | 2003-03-19 | 1 | -2/+2 |
| | | | | Just. | ||||
* | Get rid of Mac.pth: plat-mac is now added through the normal mechanism. | Jack Jansen | 2003-03-17 | 2 | -4/+0 |
| | |||||
* | The MacPython introductory help is now called MacPython Help, and the | Jack Jansen | 2003-03-16 | 4 | -25/+41 |
| | | | | optional full documentation Python Documentation. | ||||
* | - Don't ask for bring-to-front when quitting through an appleevent. | Jack Jansen | 2003-03-16 | 1 | -6/+4 |
| | | | | - Changed checkbox labels as suggested by Kevin Ollivier. | ||||
* | Lots of textual changes suggested by Matthew Moelter. | Jack Jansen | 2003-03-16 | 1 | -13/+13 |
| | |||||
* | Add a simple Apple Help book to the framework. | Jack Jansen | 2003-03-11 | 1 | -5/+14 |
| | |||||
* | Adding MacPython online help. Only the basics are installed, with a | Jack Jansen | 2003-03-11 | 21 | -0/+493 |
| | | | | | | placeholder for the full documentation (pointing to the online docs and explaining you can also install them locally to make them searchable, etc). | ||||
* | This file was terribly outdated. The example is still silly (and won't | Jack Jansen | 2003-03-11 | 1 | -65/+28 |
| | | | | work), but at least the rest of the text is okay now. | ||||
* | Allow unicode pathnames where FSRefs are expected. Fixes 696253. | Jack Jansen | 2003-03-11 | 2 | -4/+10 |
| | |||||
* | Removed unused variable | Jack Jansen | 2003-03-07 | 1 | -1/+0 |
| | |||||
* | Got PythonStandalone to work again, mainly for debugging purposes (it's much ↵ | Jack Jansen | 2003-03-07 | 2 | -6/+6 |
| | | | | easier to debug GUSI errors in a static build). | ||||
* | First try to use the OSATerminology module to get the terminology | Jack Jansen | 2003-03-06 | 1 | -9/+36 |
| | | | | | | | resources before reverting to manually reading the resources. Unfortunately there is still a bug in here somewhere: it doesn't work for all applications. | ||||
* | Various tweaks by Jack because of the different module name, adaptation | Jack Jansen | 2003-03-06 | 1 | -43/+74 |
| | | | | to the Python style, etc. | ||||
* | Module to get OSA terminology description through the "official channels", | Jack Jansen | 2003-03-06 | 1 | -0/+70 |
| | | | | | | in stead of manually getting the AETE/AEUT resource. Donated by Donovan Preston. This is his original code (but with the filename changed) checked in for reference only. | ||||
* | Fix for bug #697546: don't auto-register the Python documentation | Jack Jansen | 2003-03-05 | 1 | -1/+3 |
| | | | | | | by putting the help book in an array. Somehow the fact that Python.app (and, hence, pythonw) got an automatic help menu messed up Tkinter's handling of the help menu. | ||||
* | These are no longer used. | Jack Jansen | 2003-03-05 | 2 | -54/+0 |
| | |||||
* | Gave the text fields a little more space, so they don't get cut off. | Jack Jansen | 2003-03-03 | 1 | -4/+4 |
| | |||||
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 2 | -2/+2 |
| | | | | | because we have no easy way to convert the python encoding string to a CF encoding parameter. | ||||
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 3 | -8/+11 |
| | | | | strings to CF strings. Fixes 682215. | ||||
* | Don't call AEInteractWithUser unconditionally on a quit appleevent. The | Jack Jansen | 2003-03-03 | 1 | -2/+0 |
| | | | | | | EasyDIalogs methods will call it if needed. Fixes #684975. | ||||
* | Check modes on install and temporary directories. Fixes #693230. | Jack Jansen | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | Removed silly print. | Jack Jansen | 2003-02-28 | 1 | -1/+0 |
| | |||||
* | StdFilterProc() uses InOut parameters. | Jack Jansen | 2003-02-27 | 2 | -5/+14 |
| | |||||
* | Added an "Open Recent" command. Fixes 607810. | Jack Jansen | 2003-02-25 | 2 | -0/+46 |
| | |||||
* | In Mac OS X framework builds don't assume that the executable will be | Jack Jansen | 2003-02-25 | 1 | -6/+6 |
| | | | | | | called python.exe but actually pass it from the main Makefile to Mac/OSX/Makefile. This makes framework builds work again on case sensitive filesystems. Fixes bug #677753. | ||||
* | Fix building of Idle applet. | Jack Jansen | 2003-02-24 | 1 | -5/+1 |
| | |||||
* | Allow specifiying the destination for --extra files (default: same | Jack Jansen | 2003-02-24 | 1 | -6/+8 |
| | | | | filename as the source, but in Contents/Resources in the app bundle). | ||||
* | Added a linkmodel attribute, showing how Python was built. This is so | Jack Jansen | 2003-02-23 | 1 | -0/+13 |
| | | | | | | | | | packages can check that extension modules are built for the right type of python. Current values can be static, framework, shared and cfm (for completeness, for MacPyton-OS9). Closes bug #691889. The reporter suggests backporting this to 2.2.3 and I think I agree. | ||||
* | Checking mac-specific stuff from the 2.3a2 branch in on the trunk. | Jack Jansen | 2003-02-21 | 12 | -30/+41 |
| | |||||
* | WASTEconst.py goes one level above the toolbox directory. | Jack Jansen | 2003-02-21 | 1 | -1/+1 |
| | |||||
* | Added a method WMAvailable(). This will return True if and only if there | Jack Jansen | 2003-02-21 | 1 | -0/+43 |
| | | | | | | | is a window manager and we can connect to it, i.e. if it is safe to try and put up windows. As a side effect the first call will make the current process frontmost. | ||||
* | Use pythonw as the default interpreter also for .py scripts (overridable | Jack Jansen | 2003-02-19 | 1 | -4/+9 |
| | | | | | by the user), as this will cause the least surprises with scripts brought over from other unixen. Suggested by Kevin Altis. |