aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtCore/typesystem_core.xml
Commit message (Expand)AuthorAgeFilesLines
* Updated QtCore's type system.Marcelo Lira2012-03-081-60/+86
* Translate QHistoryState code snippet to Python.Hugo Parente Lima2012-03-081-0/+21
* Created template code for added QObject's trUtf8 methods.Marcelo Lira2012-03-081-21/+20
* Replaced hard coded variables by type system variables in QtCore and QtGui.Marcelo Lira2012-03-081-5/+5
* Removed the "default-constructor" from some QtCore type entries.Marcelo Lira2012-03-081-11/+11
* Removed the remaining unnecessary QTextStream::operator>> methods.Marcelo Lira2012-03-081-0/+5
* Fix bug 938 - "QTemporaryFile JPEG problem"Hugo Parente Lima2012-03-081-0/+5
* Fix bug 937 - "missing pid method in QProcess"Hugo Parente Lima2012-03-081-1/+14
* Fix bug 934 - "A __getitem__ of QByteArray behaves strange"Hugo Parente Lima2012-03-081-1/+1
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-081-10/+0
* Fixed QThreadPool globalInstance ownership rules.Renato Filho2012-03-081-1/+18
* Implemented staticMetaObject property for QObjects.Renato Filho2012-03-081-1/+1
* Fixes bug #899 - http://bugs.pyside.org/show_bug.cgi?id=899Marcelo Lira2012-03-081-0/+1
* Removed glue code for QObject.inherits function.Renato Filho2012-03-081-19/+0
* Updated PySide type systems to use the new type system variables: %ISCONVERTI...Marcelo Lira2012-03-081-1/+1
* Implemented support to MSG type on windows.Renato Filho2012-03-081-1/+35
* Removed unnecessary functions from QByteArray.Renato Filho2012-03-081-0/+13
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-081-2/+2
* Fix bug 631 - "QSocketNotifier: Accept file-like object (with .fileno() metho...Hugo Parente Lima2012-03-081-0/+14
* Removed the rejection of QAbstractFileEngine.beginEntryList.Marcelo Lira2012-03-081-1/+7
* Moved internalPointer methods code injection into a code template.Marcelo Lira2012-03-081-8/+2
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-081-37/+18
* Fixed problems with eventFilter function destruction order.Renato Filho2012-03-081-0/+10
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-081-8/+24
* Implemented convertion from Python types for QDate, QTime, QDateTime.Renato Filho2012-03-081-6/+28
* 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-081-0/+5
* Fix bug #834 - "Segfault on childEvent"Paulo Alcantara2012-03-081-1/+1
* 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
* 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-081-0/+12
* 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