Menu

/trunk/src/PythonQt.h Commit Log


Commit Date  
[r55] (21.3 kB) by florianlink

fixed bad reference counting and borrowed references

2009-04-14 15:16:24 View
Download
[r54] (21.3 kB) by florianlink

- wrapped instances are now wrapped by class specific subtypes to facilitate future deriving from python
- object creation has changed by using the python type system (calling the type object with PyObject_Call)

2009-04-14 14:52:30 View
Download
[r52] (20.9 kB) by florianlink

code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well

2009-04-14 06:56:20 View
Download
[r50] (20.9 kB) by florianlink

added PyLauncher example
added hadError() to scripting console
added addSysPath()

2009-04-09 13:41:13 View
Download
[r46] (20.8 kB) by florianlink

syncing with my current work, updating to 1.2, see changelog

2009-04-09 07:39:54 View
Download
[r43] (20.1 kB) by florianlink

- removed warnings
- fixed some memory leaks (only on cleanup)
- fixed bad QString usage as %s argument
- added PythonQtQFileImporter, which implements a default importer using QFile
- added PythonQt::self()->installDefaultImporter() to enable the new default importer
- modified example to make use of new importer
- removed ugly goto, which was copied from original zip import

2009-03-30 07:48:19 View
Download
[r39] (19.0 kB) by florianlink

merged in features from the MeVisLab repository
- added createModuleFromFile/createModuleFromScript/createUniqueModule
- switched object destruction to use QPointer and lazy wrapper removal to avoid expensive objectDestroyed signal connections
- added hash() support for PythnQtWrapper object
- added support for signal to python function connections where the function has less arguments than the emitted signal
- added setQObject[NoLonger]WrappedCallback API to support external reference counting on QObjects that are exposed to PythonQt
- implemented flush on std redirect to support python logging framework
- improved QVariant printing and fixed print error on MacX

2008-09-01 11:46:17 View
Download
[r32] (17.2 kB) by ezust

reorganized SVN tree into branches, tags and trunk

renamed from /src/PythonQt.h
2008-08-28 16:32:09 View
Download
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.