Menu

Code Commit Log


Commit Date  
[r58] by florianlink

changed implementation to allow deriving python classes from PythonQt classes
(it is still work in progress and is not very useful yet without having shell classes that reimplement the C++ virtual functions)

2009-04-15 11:49:47 Tree
[r57] by florianlink

named the struct and implemented classInfo() as a member of the struct and not the typedef (this seems to be a GCC issue, it worked well on MSVC8)

2009-04-15 06:38:52 Tree
[r56] by florianlink

fixed test case

2009-04-14 15:16:35 Tree
[r55] by florianlink

fixed bad reference counting and borrowed references

2009-04-14 15:16:24 Tree
[r54] 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 Tree
[r53] by florianlink

renamed guards

2009-04-14 07:00:12 Tree
[r52] 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 Tree
[r51] by florianlink

- added hasOwner method to manage ownership more nicely
- added force flag to make delete() work
- added check for hasOwner

2009-04-09 14:58:49 Tree
[r50] by florianlink

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

2009-04-09 13:41:13 Tree
[r49] by florianlink

added initial generated wrappers for Qt 4.4.3

2009-04-09 10:23:17 Tree
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.