aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix argument name on QStyle functions, and modify default value.Renato Filho2012-03-081-0/+18
* Created unit test for bug #915.Renato Filho2012-03-082-0/+29
* Fixed QGraphicsView.scene return policy.Renato Filho2012-03-081-7/+16
* Fix bug 929 - "pkg-config files do not know about Python version tags"Hugo Parente Lima2012-03-081-1/+1
* Created unit test for bug #927.Renato Filho2012-03-082-0/+25
* Fixed QThreadPool globalInstance ownership rules.Renato Filho2012-03-081-1/+18
* Removed polymorphic-id-expression from QDeclarativeItem.Renato Filho2012-03-081-1/+1
* Created unit test for bug #899.Renato Filho2012-03-082-0/+37
* Increment reference for functions used on QtCore.Property.Renato Filho2012-03-081-4/+26
* Fixed enum test.Renato Filho2012-03-081-0/+16
* Created unit test for bug #886.Renato Filho2012-03-083-0/+7
* Created unit test for duplicated signals.Renato Filho2012-03-081-0/+5
* Fixed PySide signal object constructor.Renato Filho2012-03-081-1/+5
* Created unit test for bug #896.Renato Filho2012-03-082-0/+19
* Implemented staticMetaObject property for QObjects.Renato Filho2012-03-084-62/+87
* Fix bug 913 - "Widgets inside QTabWidget are not exported as members of the c...Hugo Parente Lima2012-03-086-53/+117
* Translate Shiboken enums to strings during the signal connection.Renato Filho2012-03-081-0/+2
* Created unit test for bug #909.Renato Filho2012-03-083-0/+56
* Fix QUiLoader::load function ownership rules.Renato Filho2012-03-081-2/+4
* Fixed QMainWindow ownership control.Renato Filho2012-03-083-5/+21
* Fixes bug #899 - http://bugs.pyside.org/show_bug.cgi?id=899Marcelo Lira2012-03-083-0/+45
* Created unittest for bug #407.Renato Filho2012-03-081-0/+7
* Created unit test for bug #897.Renato Filho2012-03-081-0/+14
* Fixed propagation of properties for user-defined types.Renato Filho2012-03-081-3/+23
* Fixed test case, when the destroyed() signal is emitted all C++ objects are j...Hugo Parente Lima2012-03-081-1/+1
* Remove reference leak on global receiver.Hugo Parente Lima2012-03-081-1/+0
* Bumped version to 1.0.4.ps-1.0.4Renato Filho2012-03-081-3/+3
* Created test for QObject.inherits.Renato Filho2012-03-082-0/+17
* Removed glue code for QObject.inherits function.Renato Filho2012-03-083-19/+20
* 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-083-33/+70
* Fix bug 822 - "Can't use QApplication without X"Hugo Parente Lima2012-03-084-14/+52
* Added an unit test for bug #871.Marcelo Lira2012-03-082-0/+42
* 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-085-12/+17
* Fix bug 424 - "QDockWidget.setTitleBarWidget does not accept 0"Hugo Parente Lima2012-03-081-1/+6
* Show perm links only when the mouse hover on title.Hugo Parente Lima2012-03-081-0/+5
* Update javascript files used in sphinx generated documentation.Hugo Parente Lima2012-03-084-80/+284
* Created unit test for bug #860.Renato Filho2012-03-082-0/+37
* Fixed signal connection with native c++ slot.Renato Filho2012-03-081-12/+13
* Fix bug 827 - "Anchor sign for headers to copy links for sections"Hugo Parente Lima2012-03-082-1/+9
* Fix bug 631 - "QSocketNotifier: Accept file-like object (with .fileno() metho...Hugo Parente Lima2012-03-081-0/+14
* Avoid warnings about redefined constants.Hugo Parente Lima2012-03-081-1/+1
* Unit test for bug862 - "Problems when printing objects"Hugo Parente Lima2012-03-082-0/+41