Menu

/trunk/src/PythonQtSignalReceiver.cpp Commit Log


Commit Date  
[r170] (7.0 kB) by florianlink

updated old license information and current date

2010-03-16 07:39:14 View
Download
[r103] (7.0 kB) by florianlink

added error handling for virtual method overloads, added more global functions (qsrand etc.), added support for exec_ etc (python keyword overlap resolution), change virtual method handling, this will require code regeneration (I will do that tomorrow)

2009-05-26 11:46:09 View
Download
[r90] (7.2 kB) by florianlink

cleanup of code and addition of (yet unused) classinfo passed to method/slot info to allow local enum support on creation

2009-05-25 09:04:20 View
Download
[r60] (6.8 kB) by florianlink

- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt
- changed signal receiver code so that it can be reused for virtual method dispatch
- moved decorators completely into PythonQtClassInfo
- changed python to qt conversion so that it can work with an already allocated object (needed for return values of virtual functions
- added support for multiple inheritance and upcasting (e.g. a QWidget is automatically casted to a QPaintDevice when passed to QPainter.begin())
- removed default constructors of std decorators because they are now codegenerated
- regenerated bindings

- improved the code generator to suppot

2009-04-21 08:43:07 View
Download
[r39] (6.3 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] (5.1 kB) by ezust

reorganized SVN tree into branches, tags and trunk

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.