Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernized ColorPicker somewhat | Just van Rossum | 2003-05-24 | 1 | -0/+4 |
| | |||||
* | Pydoc also needs its #! line massaged. Fixes #733199. | Jack Jansen | 2003-05-09 | 1 | -2/+8 |
| | |||||
* | Pass DIRMODE and FILEMODE to Mac/OSX/Makefile on framework builds (and | Jack Jansen | 2003-05-09 | 2 | -2/+3 |
| | | | | | | | | honor them). Use this when building the MacOSX binary installer to get group-writeable files. Ths fix works for directories and executables, not for files just yet, because of bug #735274. | ||||
* | also support cmd-. in the interactive window | Just van Rossum | 2003-05-09 | 1 | -1/+25 |
| | |||||
* | Suppress wartning on macfs import. | Jack Jansen | 2003-05-09 | 1 | -0/+2 |
| | |||||
* | add explicit support for cancelling a running script (CFM-based MacPython ↵ | Just van Rossum | 2003-05-09 | 1 | -2/+25 |
| | | | | had this built-in) | ||||
* | more dead code removal | Just van Rossum | 2003-05-09 | 1 | -32/+2 |
| | |||||
* | dead code removal | Just van Rossum | 2003-05-09 | 1 | -33/+6 |
| | |||||
* | Merged 2.3b1 welcome message to the trunk. | Jack Jansen | 2003-05-07 | 1 | -4/+17 |
| | |||||
* | Merged 1.2.2.1 fixes: | Jack Jansen | 2003-05-07 | 1 | -12/+14 |
| | | | | | | - Don't generate README, but ask the user to provide it. - Create destination dir, if needed. - Updated for 2.3b1. | ||||
* | Fix for #731643: allow "lookup in documentation" to also work if the | Jack Jansen | 2003-05-06 | 4 | -5/+16 |
| | | | | interactive window is frontmost. | ||||
* | fixed typo | Just van Rossum | 2003-05-03 | 1 | -2/+2 |
| | |||||
* | Install automatic GIL switcher upon IDE startup. | Just van Rossum | 2003-05-03 | 1 | -0/+7 |
| | | | | | (Jack: maybe this could/should be done in Framework.py instead, that way apps don't have to think about it. PackMan springs to mind...) | ||||
* | Short and sweet module doing something very useful: for event loop | Just van Rossum | 2003-05-03 | 1 | -0/+149 |
| | | | | | based threads, release the GIL when the event loop goes to sleep, and acquire it again when the event loop wakes up again. OSX-only. | ||||
* | Fixed age-old beginner's error: don't start the main loop as a side | Just van Rossum | 2003-05-02 | 2 | -5/+2 |
| | | | | | effect of an import. (This is one step towards threading support in the IDE.) | ||||
* | Rename funny long suite to Disk_File_Folder. | Jack Jansen | 2003-05-01 | 1 | -1/+2 |
| | |||||
* | Added a note about Stefan Deibels list of contacts. | Jack Jansen | 2003-04-29 | 1 | -0/+1 |
| | |||||
* | The new bundlebuilder-generated applets contain an absolute reference | Jack Jansen | 2003-04-29 | 1 | -1/+10 |
| | | | | | | | to the Python used to create them (in the #! line). Therefore, when your Python installation is moved the applets become invalid. As the binary distribution is installed in a different place than where it was created we need to fix up the #! lines. | ||||
* | By default be verbose. | Jack Jansen | 2003-04-29 | 1 | -7/+9 |
| | |||||
* | Allow setting the auto dispose flag on window objects. | Jack Jansen | 2003-04-22 | 2 | -3/+42 |
| | |||||
* | Hiding packages was done incorrectly. Fixed. | Jack Jansen | 2003-04-22 | 1 | -9/+16 |
| | |||||
* | Oops, 'k' is the new format code for un unchecked 32 bit quantity, | Jack Jansen | 2003-04-17 | 1 | -4/+4 |
| | | | | not 'K'. | ||||
* | Converted manually written code to the new K format specifier. | Jack Jansen | 2003-04-17 | 2 | -6/+6 |
| | | | | Untested, but at least it still compiles. | ||||
* | Refer people to the help pages on failure to load the database. | Jack Jansen | 2003-04-16 | 1 | -1/+3 |
| | |||||
* | Added a note on getting 404 Not Found errors when loading the database. | Jack Jansen | 2003-04-16 | 1 | -1/+11 |
| | |||||
* | Added support for per-user installs. | Jack Jansen | 2003-04-16 | 1 | -19/+71 |
| | | | | | Don't show psuedo-packages by default, added a button to show them. Cleaned up interface a little (not enough, though). | ||||
* | Adapted GUI for per-user install. Doesn't do anything yet, though | Jack Jansen | 2003-04-15 | 1 | -14/+22 |
| | |||||
* | The minimal scripting example now actually works. | Jack Jansen | 2003-04-01 | 1 | -8/+10 |
| | |||||
* | Added a File->Generate OSA Suite command. | Jack Jansen | 2003-03-31 | 1 | -0/+5 |
| | |||||
* | Added 1-page introductions to creating GUIs in Python and the OSA | Jack Jansen | 2003-03-31 | 3 | -0/+108 |
| | | | | interface. | ||||
* | Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation | Jack Jansen | 2003-03-29 | 1 | -1132/+0 |
| | | | | remains to be done. | ||||
* | - Added an is_scriptable method to test applications for having | Jack Jansen | 2003-03-29 | 1 | -12/+55 |
| | | | | | | | | a scripting dictionary. Made up by me, not guaranteed to be correct (and, indeed, Internet Explorer does not seem to play by the book). - Added the interactive main program as a separate routine, so it can be called from the IDE later. Also made it less interactive by default: only the input app and output package folder are asked for. | ||||
* | - 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 |
| |