Menu

/trunk/src/PythonQtStdOut.cpp Commit Log


Commit Date  
[r274] (5.7 kB) by florianlink

- started PY3K porting
- use Py_TYPE and PyVarObject_HEAD_INIT
- added define for PyString_FromString()
- removed old-classes support for PY3K

2014-09-04 10:56:12 View
Download
[r242] (5.7 kB) by florianlink

integrated changes from https://github.com/commontk/PythonQt#patched-2
renamed errorOccurred() to hadError()
renamed resetErrorFlag() to clearError()
added optional system exit handler
added iatty method

2013-01-29 14:18:47 View
Download
[r222] (5.4 kB) by florianlink

merged from MeVisLab: fixed wrong reuse of C++ wrappers, added unicode print support to sys.stdout redirection

2012-06-14 07:31:11 View
Download
[r200] (5.0 kB) by florianlink

merged contributions from https://github.com/commontk/PythonQt/compare/svn-mirror...patched
manually reworked the contributions, VTK wrapping needs new callback

2011-11-14 10:05:40 View
Download
[r170] (4.9 kB) by florianlink

updated old license information and current date

2010-03-16 07:39:14 View
Download
[r43] (4.9 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] (4.9 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] (4.6 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.