aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak on QEasingCuverFunctor.Renato Filho2012-03-081-1/+1
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-084-9/+174
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-084-95/+144
* Fix bug 686 - "Request to make Q[Mutex|Read|Write]Locker context managers"Hugo Parente Lima2012-03-081-2/+34
* White spaces removal...Hugo Parente Lima2012-03-081-2/+2
* Fixed kee-reference rule.Renato Filho2012-03-081-1/+1
* QPersistentModelIndex has its "operator const QModelIndex&() const" method back.Marcelo Lira2012-03-081-2/+5
* Fix bug #606Paulo Alcantara2012-03-081-0/+58
* Add since attribute for classes and enums added on Qt4.6 and Qt4.7.Hugo Parente Lima2012-03-081-46/+46
* Remove typesystem verbosity after fix of bug 417.Hugo Parente Lima2012-03-081-28/+28
* Use add-function on QCoreApplication and QApplication constructors.Hugo Parente Lima2012-03-082-27/+12
* Fix bug #834 - "Segfault on childEvent"Paulo Alcantara2012-03-081-1/+1
* Fixed QVariant conversion for dictionary.Renato Filho2012-03-081-2/+4
* Fixed QKeySequence convertion to QVariant.Renato Filho2012-03-081-10/+11
* Fixed reference leak on PySideSignal for QTimer.SingleShotRenato Filho2012-03-081-3/+6
* Fix bug 717 - "QByteArray doesn't honor \0 inside strings."Hugo Parente Lima2012-03-081-7/+73
* Fix inject code of QByteArray::fromRawData.Hugo Parente Lima2012-03-081-2/+1
* Fixed CMakeLists.txt files to prevent static source files of being deleted by...Marcelo Lira2012-03-081-1/+2
* Fix code injection of QIODevice to support returning an error.Hugo Parente Lima2012-03-081-8/+16
* Fix bug 723 - "Missing QAbstractFileEngine.read and QAbstractFileEngine.readL...Hugo Parente Lima2012-03-081-5/+53
* Fixed QCoreApplication.instance method to handle with application created bef...Renato Filho2012-03-081-3/+11
* Fix 720 - "QByteArray prints itself wrong, on tp_print and tp_repr"Hugo Parente Lima2012-03-081-8/+9
* Fix bug 724 - "Missing QAbstractFileEngine.map method"Hugo Parente Lima2012-03-081-4/+18
* Fix bug 721 - "QFile doesn't support map and unmap functions."Hugo Parente Lima2012-03-081-5/+16
* 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