aboutsummaryrefslogtreecommitdiffstats
path: root/PySide
Commit message (Expand)AuthorAgeFilesLines
* Fix typo on function modification signature.Renato Filho2012-03-081-1/+1
* Implemented DynamicMetaObject optiomizations.Renato Filho2012-03-081-10/+10
* 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
* Fix bug 890 - "Add signal connection example for valueChanged(int) on QSpinBo...Hugo Parente Lima2012-03-081-1/+30
* Fix bug 821 - "Mapping interface for QPixmapCache"Hugo Parente Lima2012-03-081-1/+11
* Fixes bug #910 - installEventFilter() increments reference count on target ob...Marcelo Lira2012-03-081-10/+0
* Fix bug 926 - "qmlRegisterType does not work with QObject"Hugo Parente Lima2012-03-082-25/+15
* Update copyright year of license boiler plate.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 924 - "Allow QScriptValue to be accessed via []"Hugo Parente Lima2012-03-081-0/+13
* Fix argument name on QStyle functions, and modify default value.Renato Filho2012-03-081-0/+18
* Fixed QGraphicsView.scene return policy.Renato Filho2012-03-081-7/+16
* Fixed QThreadPool globalInstance ownership rules.Renato Filho2012-03-081-1/+18
* Removed polymorphic-id-expression from QDeclarativeItem.Renato Filho2012-03-081-1/+1
* Implemented staticMetaObject property for QObjects.Renato Filho2012-03-081-1/+1
* Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the c...Hugo Parente Lima2012-03-082-52/+35
* Fix QUiLoader::load function ownership rules.Renato Filho2012-03-081-2/+4
* Fixed QMainWindow ownership control.Renato Filho2012-03-082-3/+8
* 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
* Fixed QWidget.parentWidget return policy.Renato Filho2012-03-081-3/+9
* Fill qApp is any QApplication is active during the QtGui moude import.Renato Filho2012-03-081-2/+8
* Updated PySide type systems to use the new type system variables: %ISCONVERTI...Marcelo Lira2012-03-082-4/+4
* Fix bug 879 - "QDoubleSpinBox: Can't call the parent validate() method from a...Hugo Parente Lima2012-03-081-33/+41
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-082-14/+38
* Fixed default return value for "QStyleOptionViewItem QAbstractItemView::viewO...Marcelo Lira2012-03-081-0/+5
* Fix bug 877 - "Fatal Python error on application quit."Hugo Parente Lima2012-03-081-1/+1
* Fix bug 870 - "QStylePainter.drawControl doesn't draw anything"Hugo Parente Lima2012-03-081-70/+70
* Implemented support to MSG type on windows.Renato Filho2012-03-086-2/+144
* Removed unnecessary functions from QByteArray.Renato Filho2012-03-081-0/+13
* Fix bug 869 - "QDateTimeEdit initial time problem"Hugo Parente Lima2012-03-083-6/+6
* 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-082-8/+8
* Port all buffer related code to the new Shiboken buffer interface.Hugo Parente Lima2012-03-083-66/+36
* Fixed problems with eventFilter function destruction order.Renato Filho2012-03-081-0/+10
* Fix memory leak on QEasingCuverFunctor.Renato Filho2012-03-081-1/+1
* Added the missing QPixmapCache.Key class to the type system.Marcelo Lira2012-03-082-0/+2
* Implemented support to QEasingCurve.setCustomType.Renato Filho2012-03-084-9/+174
* Fix bug 803 - "QWebElementCollection.operator[] is not implemented"Hugo Parente Lima2012-03-081-1/+16
* Fix typoPaulo Alcantara2012-03-081-1/+1
* 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
* Fix bug 857 - "64bit Windows build broken"Hugo Parente Lima2012-03-081-2/+2
* QPersistentModelIndex has its "operator const QModelIndex&() const" method back.Marcelo Lira2012-03-081-2/+5
* Fix bug #606Paulo Alcantara2012-03-082-0/+124
* Add template to toTuple() functionsPaulo Alcantara2012-03-081-0/+4