Menu

/trunk/src/PythonQtInstanceWrapper.cpp Commit Log


Commit Date  
[r108] (21.8 kB) by florianlink

fixed VC8 compilation

2009-05-27 07:57:33 View
Download
[r91] (21.8 kB) by florianlink

cache enumWrappers in method infos and make use of the extra information for better enum overloading

2009-05-25 10:16:55 View
Download
[r87] (21.8 kB) by florianlink

added enum wrapper classes derived from python int, so that enums are distinguishable from normal python integers. This will allow better overload handling e.g. of QColor constructors in the future

2009-05-24 09:00:49 View
Download
[r84] (21.4 kB) by florianlink

moved check if a property can be set which was done to early

2009-05-21 19:25:55 View
Download
[r77] (21.4 kB) by florianlink

fixed enum handling for static methods calls and added correct support for decorated enum detection

2009-05-09 19:32:42 View
Download
[r70] (21.4 kB) by florianlink

improved so that dict contains properties and that dir() shows all available things, including the derived base attributes

2009-04-22 09:05:25 View
Download
[r66] (21.2 kB) by florianlink

added support for setattr to allow derived classes to add own attributes

2009-04-21 15:24:52 View
Download
[r63] (20.4 kB) by florianlink

fixed attr lookup and support for invalid (unregistered) properties

2009-04-21 14:20:41 View
Download
[r60] (20.3 kB) by florianlink

- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt
- changed signal receiver code so that it can be reused for virtual method dispatch
- moved decorators completely into PythonQtClassInfo
- changed python to qt conversion so that it can work with an already allocated object (needed for return values of virtual functions
- added support for multiple inheritance and upcasting (e.g. a QWidget is automatically casted to a QPaintDevice when passed to QPainter.begin())
- removed default constructors of std decorators because they are now codegenerated
- regenerated bindings

- improved the code generator to suppot

2009-04-21 08:43:07 View
Download
[r59] (19.6 kB) by florianlink

- removed argument to fullSignature
- returning instance methods on class objects as well
- implemented unbound calls on instance methods returned on class objects

2009-04-15 12:54:21 View
Download
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.