aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 540 - "Duplicate entries in QRegExp docs"Hugo Parente Lima2012-03-081-7/+0
* Fix bug 685 - "The second arg. of QObject.findChildren doesn't have a default...Hugo Parente Lima2012-03-082-6/+27
* Fix bug 718 - "PySide/PyQt4 QByteArray incompatibilities: setNum method"Hugo Parente Lima2012-03-081-132/+16
* Add comments to some function removals.Hugo Parente Lima2012-03-081-35/+46
* Remove duplicated const functions from QRegExpLauro Neto2012-03-081-0/+7
* Fix bug 676 - "wrong QLocale.toFloat() description".Luciano Wolf2012-03-081-0/+24
* Added missing format attribute.Hugo Parente Lima2012-03-081-1/+1
* Updated CMake files to use the "--drop-type-entries" generator option.Marcelo Lira2012-03-081-5/+2
* Fix bug 681 - "Unicode support for trUtf8 method"Hugo Parente Lima2012-03-081-8/+27
* Increments reference of None object on custom code for QState.addTransition m...Marcelo Lira2012-03-081-0/+1
* Replaced all entries of reference-count with action=add to action=set.Hugo Parente Lima2012-03-081-6/+6
* Remove invalid function removals.Hugo Parente Lima2012-03-081-6/+0
* Fix 666 - "QByteArray does not support slices"Hugo Parente Lima2012-03-081-0/+11
* Fix bug 660 - "QMimeData type deleted prematurely when overriding mime-type i...Hugo Parente Lima2012-03-081-1/+2
* Export QTranslator::translate and QTranslator::load.Hugo Parente Lima2012-03-081-2/+20
* Export method QCryptographicHash::addData.Hugo Parente Lima2012-03-081-1/+8
* Remove some ancient method removals from QtCore typesystem.Hugo Parente Lima2012-03-081-2/+0
* Use PyString_GET_SIZE instead of PyString_Size on some inject codes.Hugo Parente Lima2012-03-081-2/+2
* Export QSettings::iniCodec and QXmlStreamWriter::codec methods.Hugo Parente Lima2012-03-081-4/+11
* QPersistentModelIndex now have the same implementation of internalPointer of ...Hugo Parente Lima2012-03-081-2/+10
* Fixed/implemented various QResources methods.Hugo Parente Lima2012-03-081-13/+39
* Fix comparisson of QByteArray with Python strings that have zeroes inside.Hugo Parente Lima2012-03-082-0/+48
* Added comments to some function removals.Hugo Parente Lima2012-03-081-3/+23
* Updated QAbstractItemModel.createIndex documentation to warning aboutRenato Araujo Oliveira Filho2012-03-081-2/+18
* Fix bug 656 - "cannot inherit from QCoreApplication"Hugo Parente Lima2012-03-081-1/+1
* Implement __repr__ function for class with Float attributes.Renato Araujo Oliveira Filho2012-03-081-0/+27
* Implemented fuction __repr__ for base types.Renato Araujo Oliveira Filho2012-03-081-0/+106
* 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