aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#584 - "python pickle module can't treat QByteArray object of PySide"Hugo Parente Lima2012-03-081-18/+18
* Removed useless rejectionsHugo Parente Lima2012-03-081-281/+6
* Fix Qvariant to Cpp conversion.Renato Araujo Oliveira Filho2012-03-081-0/+2
* Fixes the fix in the commit a1cf8f03.Marcelo Lira2012-03-081-1/+2
* Fixes connecting signal to decorated slot.Marcelo Lira2012-03-081-1/+12
* Lock the gil on some hand written code to avoid crashes.Hugo Parente Lima2012-03-081-4/+4
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-2/+7
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-081-0/+31
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-1/+9
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-081-10/+20
* QObject.sender should not steal the returned object ownership to Python.Marcelo Lira2012-03-081-1/+1
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-4/+84
* Fixed ownership of the value returned by QAbstractItemModel::data(...).Marcelo Lira2012-03-081-0/+5
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-081-0/+35
* Fixed qt_metacall, now everything works as it should.Hugo Parente Lima2012-03-081-38/+28
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-241-3/+23
* Adapt to API changes in libshiboken.Hugo Parente Lima2010-11-236-25/+25
* Update to new Shiboken API (Renamed SbkObjectType)Renato Araujo Oliveira Filho2010-11-193-9/+9
* Updated to new shiboken API.Renato Araujo Oliveira Filho2010-11-191-8/+7
* Fix bug#470 - "Object::connect: No such signal QTimer::"timeout()" when using...Mickaƫl2010-11-161-1/+1
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-1/+0
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-122-4/+6
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Merge branch 1.0 into masterHugo Parente Lima2010-11-101-3/+8
|\
| * Fixed QVariant conversions for object types.renatofilho2010-11-101-3/+8
* | Changes needed to compile QtCore with libshiboken v1.0Hugo Parente Lima2010-11-106-23/+24
|/
* Fixed QVariant conversions for user type.renatofilho2010-11-091-5/+6
* Fixed QVariant conversion to C++renatofilho2010-11-091-7/+79
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-30/+1
* Renamed qsignal, qslot, qproperty files to pyside*.renatofilho2010-11-031-6/+6
* Created Singal/Slot/Property namespace for pure C structures.renatofilho2010-11-032-9/+9
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-281-3/+7
* Fix bug#438 - "Can't find Python.h on OS X"Hugo Parente Lima2010-10-281-1/+1
* Fix typesystem to use argument tags instead of hardcoded variable names.Hugo Parente Lima2010-10-281-2/+2
* Updated PySide cmake files to use Python library information from Shiboken.Marcelo Lira2010-10-261-1/+1
* Moved QML enum from QtCore to QtDeclarative typesystem.renatofilho2010-10-261-6/+5
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-221-16/+1
* Fix bug#420 - "Memory leak in setText"Hugo Parente Lima2010-10-211-1/+1
* Fix inject conversion rule used to fix bug408.Hugo Parente Lima2010-10-191-1/+1
* Added d-pointer to PySideSignalInstanceData struct.Hugo Parente Lima2010-10-191-9/+10
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-191-38/+24
|\
| * Adjusted QTimer.singleShot custom code since all Signals are callable now.Marcelo Lira2010-10-131-36/+22
| * Don't export symbols that don't need to be exported and rename many functions.Hugo Parente Lima2010-10-071-4/+4
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-191-2/+18
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-191-2/+38
* | Implemented support to deep copy on QtCore.renatofilho2010-10-131-64/+129
* | Adding several __reduce__ methods in QtCoreLauro Neto2010-10-131-2/+82
* | Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+3
|/
* Workaround to change the documentation about the return value of some functions.Hugo Parente Lima2010-10-071-2/+5
* Revert "Fixed doc of return values."Hugo Parente Lima2010-10-051-5/+2