Menu

/trunk/src/PythonQt.cpp Commit Log


Commit Date  
[r396] (72.3 kB) by florianlink

fixed error handling for evalFile
made name->objectName alias optional (off by default, add PYTHONQT_SUPPORT_NAME_PROPERTY to DEFINES if you need it)
added py_delete() slot support for built-in delete() method

2015-05-29 09:01:41 View
Download
[r395] (72.3 kB) by florianlink

reuse wrapper if it inherits, not only if it is the same class

2015-05-04 09:01:22 View
Download
[r393] (72.3 kB) by florianlink

removed extra incref on PyObject* that are returned from slots. The ref-count needs to be increased by slots returning a PyObject (or by returning a new PyObject, which already has its initial ref count)

2015-04-22 08:07:45 View
Download
[r375] (72.2 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] (71.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
[r355] (71.1 kB) by florianlink

added support for size_t in properties and slots

2014-09-29 15:12:13 View
Download
[r339] (71.0 kB) by florianlink

added support for new BoolResult class to support bool* parameters

2014-09-18 15:37:10 View
Download
[r335] (70.6 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
[r330] (70.5 kB) by florianlink

added more aliases

2014-09-17 09:46:07 View
Download
[r329] (70.0 kB) by florianlink

added new conversions for QList/QPair/QHash/QMap
support QMetaType::QVariant, which was added in Qt 4.8

2014-09-17 09:12:19 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.