Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed 8-space indentation to 4 | Just van Rossum | 2003-06-21 | 1 | -711/+711 |
| | |||||
* | 'Progress' doesn't exists, causing 'from EasyDialogs import *' to fail | Just van Rossum | 2003-05-20 | 1 | -1/+1 |
| | |||||
* | SF patch #701494: more apply removals | Raymond Hettinger | 2003-04-06 | 1 | -741/+741 |
| | |||||
* | Allow floating point values in ProgressBar. | Jack Jansen | 2003-03-24 | 1 | -0/+2 |
| | |||||
* | Call AEInteractWithUser() before bringing up any of the dialogs (with the | Jack Jansen | 2003-03-03 | 1 | -1/+13 |
| | | | | | | exception of the ProgressBar, which I think is okay to show in the background). This is a prerequisitite for the fix of #684975. | ||||
* | Getting rid of macfs. | Jack Jansen | 2003-02-21 | 1 | -3/+3 |
| | |||||
* | Made AskFile* dialogs movable-modal by default, by providing a dummy | Jack Jansen | 2003-02-07 | 1 | -10/+26 |
| | | | | | | | eventProc (which simply drops all events on the floor). Also added a method SetDefaultEventProc through which frameworks can set a global event handler (which can still be overridden on a per-call basis with the eventProc argument). | ||||
* | FSRef and EasyDialogs pathname support was pretty much broken in ↵ | Jack Jansen | 2003-01-26 | 1 | -12/+16 |
| | | | | MacPython-OS9. Fixed. | ||||
* | Tuples and lists don't have a copy() method (yet?). | Jack Jansen | 2003-01-21 | 1 | -1/+1 |
| | |||||
* | Spell out the arguments to AskFileForOpen and friends, so help() gives useful | Jack Jansen | 2003-01-21 | 1 | -45/+100 |
| | | | | help. | ||||
* | Use new file dialogs in GetArgv() | Jack Jansen | 2003-01-21 | 1 | -11/+10 |
| | |||||
* | Fixed the first two bugs in the new file dialogs (found by Just): | Jack Jansen | 2003-01-17 | 1 | -1/+2 |
| | | | | | - AskFileForSave didn't work for string return values - filterProc didn't work. | ||||
* | Added methods AskFileForOpen(), AskFileForSave() and AskFolder(). These | Jack Jansen | 2003-01-17 | 1 | -2/+154 |
| | | | | | | | are going to replace StandardGetFile() and friends. Main differences are that these allow you to ask for specific datatypes to be returned (FSSpec, FSRef, string, unicode or subtypes thereof) and that they provide access to underlying features of Navigation Services through keyword arguments. | ||||
* | Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both | Jack Jansen | 2002-12-30 | 1 | -0/+598 |
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). |