Menu

/trunk/src/PythonQtConversion.cpp Commit Log


Commit Date  
[r378] (51.7 kB) by florianlink

fixed bug that was introduced by refactoring
added ownership handling for QList<SomeObject*>

2015-01-20 14:07:09 View
Download
[r375] (51.1 kB) by florianlink

added initial support for passing ownership to C++ and Python using templates as markup

2015-01-15 10:39:23 View
Download
[r372] (50.8 kB) by florianlink

merged various improvements from MeVisLab repository
- support for properties on class wrappers
- support for return type completion on jedi library (using __doc__ of methods)
- auto importing known packages when classname appears on interface
- support of intrusive ref-counting for OpenInventor (and other ref counted libraries)
- and other small details

2014-12-15 16:31:32 View
Download
[r360] (48.5 kB) by florianlink

using AsLongLong to allow larger Python int values to be converted to double

2014-10-08 09:29:35 View
Download
[r344] (48.4 kB) by florianlink

support meta type based converters for pointer return values as well (e.g. QList<QInputEventMethod::Attribute>*), since wrapper generates * from const& return values

2014-09-24 15:18:43 View
Download
[r343] (48.4 kB) by florianlink

implemented polymorphic downcasting on subclasses
added better conversion of C++ to Python for virtual method overloads (and signals)

2014-09-24 13:06:14 View
Download
[r341] (47.8 kB) by florianlink

changed to only map unicode to QByteArray in non-strict mode

2014-09-22 07:09:16 View
Download
[r339] (47.8 kB) by florianlink

added support for new BoolResult class to support bool* parameters

2014-09-18 15:37:10 View
Download
[r335] (47.4 kB) by florianlink

fixed compilation for Qt 4.x
register QObjectList and QList<QObject*> to allow usage in Q_PROPERTY

2014-09-18 09:45:39 View
Download
[r333] (47.3 kB) by florianlink

simplified QList<Object*> conversion
added support for QList<...> and converters on Qt properties / QVariant conversion

2014-09-18 09:04:02 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.