Menu

/trunk/src/PythonQt.cpp Commit Log


Commit Date  
[r434] (81.9 kB) by florianlink

improved PY3K conversions
fixed QProperty meta object init

2016-06-20 08:26:33 View
Download
[r419] (81.9 kB) by florianlink

added basic support for QtCore.Signal, QtCore.Property and QtCore.Slot

2016-05-30 09:29:47 View
Download
[r409] (74.1 kB) by florianlink

added changes from MeVisLab code base

2016-04-26 11:00:17 View
Download
[r398] (72.7 kB) by florianlink

fixed a missign QMetaObject::disconnect which leads to connection leaking
added removeSignalHandlers()

2015-06-03 09:42:12 View
Download
[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
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.