History log of /external/python/cpython2/Mac/Modules/qt/qtsupport.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
506e6b065746325823e0201f99c79d82044552f2 30-Mar-2009 Ronald Oussoren <ronaldoussoren@mac.com> This patch fixes issue 1254695 (wrong argument type conversion in Carbon.Qt)
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
69387e19ef2c8f8f920de29087e42e52640db1ee 11-Jan-2004 Jack Jansen <jack.jansen@cwi.nl> More cases of input parameters passed by reference without const.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
ae57b7f8437693cd27eb4b1a1ceea2008fc37f48 11-Jan-2004 Jack Jansen <jack.jansen@cwi.nl> Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy:
the header file seems to be hand-written and missing the "const" keywords
for input parameters passed by reference.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
cb2117a83cf09dcccb7882f8b8210f74b8206ae0 04-Jan-2004 Jack Jansen <jack.jansen@cwi.nl> Allow passing NULL pointers by passing None. This also works for the
factory functions, so you can call quicktime functions that are implemented
as methods on NULL too.

Still don't allow quicktime functions to return NULL pointers, though: I
think this always signals an error condition.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
007b8eb7c46b2b72b9c82c5cfedad0bdedc60a6b 03-Jan-2004 Jack Jansen <jack.jansen@cwi.nl> Added interfaces for most of the stuff in QuickTimeComponents.h.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
067782438ec9cfb6ca0ab1fc499febb143c625ac 03-Jan-2004 Jack Jansen <jack.jansen@cwi.nl> Added support for ImageCompression.h APIs.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
59f7dc9b405f4b334524fd472dcb276ffd1aef22 03-Jan-2004 Jack Jansen <jack.jansen@cwi.nl> Updated for QuickTime 6.0, Universal Header 3.4.2.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
e48cef7aba0993ca6d01579f62900f0596960885 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
96cebde909bbb8034af576d8f31f465bbad90374 04-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Added PEP253 support to most Carbon modules. This isn't complete yet:
some of the more compilcated cases (CF, Res) haven't been done yet. Also,
various types should inherit from each other (anything with an as_Resource
method should be a Resource subtype, the CF types should become one family).
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
dbd5701d736a151d29fee4658228e16876626f47 30-Nov-2002 Jack Jansen <jack.jansen@cwi.nl> Converted the Carbon modules to use PEP252-style objects, with
descriptors in stead of manual getattr hooks to get at attributes
of the objects.

For Qd I have in stead gotten rid of most of the attribute access
in favor of the carbon-style accessor methods (with the exception
of visRgn, to be done later), and of the Carbon.Qd.qd global object,
for which accessor functions are also available.

For List I have fixed the fact that various methods were incorrectly
generated as functions.

CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with
basechain, so it will have to wait for PEP253 support.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
714d7268d5dcd9233bb8b3580cd9bce5a5a9fc50 25-Mar-2002 Jack Jansen <jack.jansen@cwi.nl> Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.

Should finally fix 531398. 2.2.1 candidate.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
77105a960b078d79a4e7827b320e66217a78a0f8 23-Aug-2001 Jack Jansen <jack.jansen@cwi.nl> The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
fa77e1a1b1ec479600a0f3a1dbc3faf28140d31f 22-May-2001 Jack Jansen <jack.jansen@cwi.nl> Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
0e04eecdbf8467cf3fe055e41e96fa48507b998c 17-May-2001 Jack Jansen <jack.jansen@cwi.nl> First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.

And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
723ad8ae738e02a5b6f6f1d172cf297db1c11b26 12-Dec-2000 Jack Jansen <jack.jansen@cwi.nl> More toolbox modules adapted to Universal Headers 3.3.2.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
9d8b96c8507644811ba92ead8f131060aafac19f 15-Jul-2000 Jack Jansen <jack.jansen@cwi.nl> pymactoolbox.h contains protoypes for all externally visible toolbox module
functions. Include it in stead of duplicating the declarations everywhere. Also
cleaned up toolbox module exports, and got rid of resNotFound error.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
0b13e7c1531351452703d6b9770194e53a3d3f69 07-Jul-2000 Jack Jansen <jack.jansen@cwi.nl> Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
c59996e6b1c8bd7b5f055b58610177d87a192a25 17-Mar-2000 Jack Jansen <jack.jansen@cwi.nl> Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive).
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
6f3fceb8d8d05039c18439cec96158b585d737a8 06-Mar-2000 Jack Jansen <jack.jansen@cwi.nl> Allow None as TimeBase value in TimeValue records (becomes NULL in C structure,
used for delta-t values by quicktime).
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
f6969fae012bd64ad66eb37e5065d45a37c43f02 23-Aug-1999 Jack Jansen <jack.jansen@cwi.nl> Removed availabe() method again: even on PPC it sometimes returns 1 while
quicktime isn't available. Use gestalt in stead for this functionality.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
493aa4809b787bf6677b241a2e8e2c023b6a0710 04-Aug-1999 Jack Jansen <jack.jansen@cwi.nl> Added available() method, which checks whether quicktime is installed at all (by
testing whether EnterMovies points to an actual routine or is a null pointer).
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
d81fc3cd64ff77e9c362b5a5fa09db21a089b691 22-Jul-1998 Jack Jansen <jack.jansen@cwi.nl> - Added a function MoviesTask, which is the same as the method but
with a null movie (giving time to all active movies)
- Made the graphics world parameter to SetMovieGWorld optional.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
b2006395b783244f3a721f128da8b78a26ee53bb 23-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Added support for the horribly complex TimeRecord, so we can position
movies, etc. TimeBase objects have also been slightly modified for
this (for instance: the DisposeTimeBase call shouldn't be done in the
__del__ routine, the timebase might belong to someone else).
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
1c4e61462720b441467ab41c62d0c37143af45e7 21-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Re-generated from new (3.1) universal headers
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
e0cf87b20df201400315a36dde232ec2152908cb 09-Apr-1997 Jack Jansen <jack.jansen@cwi.nl> Enabled resID input/output parameter to NewMovieFromFile. This changes
the Python interface, unfortunately.
Added a few calls that were blacklisted for no apparent reason.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
4a8c54e6d91549ae140970862d661dacf1112e31 24-Feb-1997 Jack Jansen <jack.jansen@cwi.nl> - Changed GestaltEqu.h to Gestalt.h
- Changed FragLoader.h to CodeFragments.h
- Removed Desk.h
- Regenerated bgen modules from new universal headers
- Changed some of the s# in PyArg_ParseTuple to m# (unfortunately:
this should have been a different commit)
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
9cfea10bf2fbebd65a2f81e60bc48576c905ee9e 09-Dec-1995 Jack Jansen <jack.jansen@cwi.nl> It now actually works. Also, MovieInWindow and VerySimplePlayer
example programs translated to python and added.
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
453ced57dc55e4a04b8b0039f3899b99e8cdaa43 30-Nov-1995 Jack Jansen <jack.jansen@cwi.nl> still untested (but it compiles)
/external/python/cpython2/Mac/Modules/qt/qtsupport.py
cb4eaadd688d1ebce9ec46334966d8bb0f0fd199 30-Nov-1995 Jack Jansen <jack.jansen@cwi.nl> QuickTime support (not yet functional)
/external/python/cpython2/Mac/Modules/qt/qtsupport.py