Menu

/trunk/src/PythonQtSlot.cpp Commit Log


Commit Date  
[r171] (17.8 kB) by florianlink

fixed support for more than one * indirection via pointerCount, QPixmap crashed on char** constructor, which was thought to be * only

2010-03-17 15:56:30 View
Download
[r170] (18.0 kB) by florianlink

updated old license information and current date

2010-03-16 07:39:14 View
Download
[r150] (18.0 kB) by florianlink

added initial support for public member variable access via getters/setters

2010-03-06 21:41:46 View
Download
[r113] (18.0 kB) by florianlink

- fixed support for QList<AnyObject*>* (which occured with QObjectList* return values)
- improved children() std decorator to use QObjectList as well
- improved error handling on deleted objects

2009-06-23 13:40:22 View
Download
[r92] (17.3 kB) by florianlink

support enum values on signals as well, all tests should succeed now

2009-05-25 12:30:51 View
Download
[r91] (17.9 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
[r82] (18.0 kB) by florianlink

added support for return by value of classes that are NOT registered with QMetaType but which have a default constructor decorator

2009-05-19 08:44:05 View
Download
[r81] (17.0 kB) by florianlink

moved return value creation AFTER the successful check of the call parameters, otherwise the return value allocation is done for nothing

2009-05-19 08:04:36 View
Download
[r77] (16.6 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
[r60] (16.5 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
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.