Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 1 | -598/+0 |
| | | | | | | | in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on Mac OS X). The only items remaining in Mac/Lib are modules that are meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences in resources, etc). | ||||
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 1 | -1/+1 |
| | | | | attributes are no longer supported. | ||||
* | Got rid of the python.rsrc resource file. The error message strings and | Jack Jansen | 2002-11-07 | 1 | -1/+15 |
| | | | | | | | | | | dialogs are now stored in Mac/Lib, and loaded on demand through macresource. Not only does this simplify a MacPython based on Apple's Python, but it also makes Mac error codes come out symbolically when running command line python (if you have Mac/Lib in your path). The resource files are copied from Mac/Resources. The old ones will disappear after the OS9 build procedure has been adjusted. | ||||
* | Slightly better error message in case of missing resources. | Jack Jansen | 2002-08-02 | 1 | -5/+5 |
| | |||||
* | Turns out GetArgv() options can be 4-tuples too, with the last value being ↵ | Jack Jansen | 2002-06-26 | 1 | -3/+9 |
| | | | | | | the default (or something like that). Cater for this. Also put in a safeguard against very long help strings. | ||||
* | Don't call MacOS.SchedParams() in MachO, it doesn't exist. | Jack Jansen | 2001-09-09 | 1 | -4/+8 |
| | |||||
* | Patch by Dean Draayer: support for indeterminate progress bars. You | Jack Jansen | 2001-08-27 | 1 | -27/+37 |
| | | | | | | get these by specifying maxval=0, which is now also the default. Untested. | ||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 1 | -10/+10 |
| | |||||
* | ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso ↵ | Jack Jansen | 2001-07-27 | 1 | -1/+1 |
| | | | | Baciero. | ||||
* | Fixed typo in doc string. | Just van Rossum | 2001-06-26 | 1 | -1/+1 |
| | |||||
* | Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ↵ | Jack Jansen | 2001-02-23 | 1 | -2/+8 |
| | | | | in a hang on Carbon. | ||||
* | Dialogs and there windows were still confused in some spots. Fixed. | Jack Jansen | 2001-02-09 | 1 | -7/+8 |
| | |||||
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on ↵ | Jack Jansen | 2001-01-09 | 1 | -2/+2 |
| | | | | {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. | ||||
* | Various tweaks and bugfixes to GetArgv. It now appears good enough for ↵ | Jack Jansen | 2000-09-21 | 1 | -10/+10 |
| | | | | Distutils. | ||||
* | Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ↵ | Jack Jansen | 2000-09-19 | 1 | -4/+236 |
| | | | | create a unix-style sys.argv. | ||||
* | Call GetDialogWindow to convert dialogs to windows. | Jack Jansen | 2000-08-25 | 1 | -6/+6 |
| | |||||
* | Don't call BringToFront() on the dialog object, but call GetDialogWindow() ↵ | Jack Jansen | 2000-07-24 | 1 | -3/+3 |
| | | | | to get a window object. | ||||
* | In AskYesNoCancel() treat the "yes" and "no" buttons the same way as the cancel | Jack Jansen | 2000-02-10 | 1 | -4/+10 |
| | | | | button (i.e. an empty label hides the button). | ||||
* | Made all textfields in message and question boxes minimal height and ↵ | Jack Jansen | 2000-01-18 | 1 | -0/+10 |
| | | | | invisible, and use AutoSizeDialog() and ShowWindow() before doing interaction. | ||||
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -50/+26 |
| | |||||
* | Updated Message, question, YNC and progress dialogs for Appearance. Password | Jack Jansen | 1999-12-12 | 1 | -47/+33 |
| | | | | | remains to be done, and maybe we should convert everything to movablemodal too and make things like question look nicer. | ||||
* | Changes to ProgressBar: | Jack Jansen | 1999-11-05 | 1 | -4/+10 |
| | | | | | - Don't crash if max=0 - set() now has an optional max parameter, to set the maximum value. | ||||
* | AskString always set the dialog id to 257. Fixed. | Jack Jansen | 1999-10-05 | 1 | -1/+0 |
| | |||||
* | Uncommented AskYesNoCancel docstring (how did it get commented in the first ↵ | Jack Jansen | 1999-02-25 | 1 | -11/+11 |
| | | | | place?) | ||||
* | Added optional arguments to dialogs to allow setting of button titles. | Jack Jansen | 1999-02-16 | 1 | -4/+16 |
| | |||||
* | AskPassword(): added reference to the module doc string; added support for ↵ | Just van Rossum | 1999-02-15 | 1 | -2/+3 |
| | | | | autoKey events. --jvr | ||||
* | Added AskPassword() with same interface as AskString. By Steve Majewski with ↵ | Jack Jansen | 1999-02-10 | 1 | -0/+71 |
| | | | | some mods by me (SchedParams call, default value). Selects are still impossible, though, and the cursor doesn't blink. | ||||
* | Select the whole default input field in AskString (Joe Strout) | Jack Jansen | 1999-01-22 | 1 | -1/+2 |
| | |||||
* | Truncate messages if they are longer than 255 characters. Note that this is | Jack Jansen | 1998-09-28 | 1 | -0/+2 |
| | | | | not really a good solution for default input strings... | ||||
* | Convert \n to \r in strings that are displayed in the dialogs. | Jack Jansen | 1998-07-01 | 1 | -8/+19 |
| | |||||
* | Allow specifying own resources for all dialogs | Jack Jansen | 1997-06-20 | 1 | -7/+15 |
| | | | | Allow changing labels on yesnocancel dialog | ||||
* | Replaced MacOS.EnableAppSwitch with MacOS.SchedParams | Jack Jansen | 1997-06-12 | 1 | -2/+2 |
| | |||||
* | Add a few more BringToFont calls | Jack Jansen | 1997-05-13 | 1 | -0/+3 |
| | |||||
* | Fixes to progress bar by SDM, modified by Jack: | Jack Jansen | 1997-05-12 | 1 | -16/+79 |
| | | | | | | | - Window has a titlebar, and title() changes it - The label is changed with label() - The window is now movable-modal - Cancel is now called Stop, and works. | ||||
* | Fixed flashing in ProgressBar update. | Jack Jansen | 1996-10-15 | 1 | -9/+8 |
| | |||||
* | Fixed progressbar cleanup | Jack Jansen | 1996-10-04 | 1 | -6/+4 |
| | |||||
* | Added region argument to various ...Update calls. | Jack Jansen | 1996-04-10 | 1 | -2/+6 |
| | | | | Also, some rsrc files got rebinhexed (sigh) | ||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 1 | -4/+0 |
| | |||||
* | Added a ProgressBar() class (which shows a progress bar). Needs new | Jack Jansen | 1995-11-14 | 1 | -0/+63 |
| | | | | resource. | ||||
* | Various toolbox routines have gotten new names. | Jack Jansen | 1995-07-17 | 1 | -12/+12 |
| | |||||
* | two new modules for the Mac toolbox | Guido van Rossum | 1995-04-05 | 1 | -0/+110 |