aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug#493 - "__eq__ and friends not implemented for QKeyEvent == QKeySequence"Hugo Parente Lima2012-03-083-2/+29
* Improve QtScriptEngineDebugger test behaviorLauro Neto2012-03-081-11/+14
* Changed api2 test to work on MacOS during a ssh session.Renato Araujo Oliveira Filho2012-03-081-8/+7
* Fix bug#569 - "QTableWidgetItem is missing binding of __lt__ to operator<"Hugo Parente Lima2012-03-083-15/+20
* Fix bug#563 - "Unhandled signal emitting with invalid signature (which leads ...Hugo Parente Lima2012-03-085-16/+16
* Changes the arg name from p to parent to make parent heuristic work.Hugo Parente Lima2012-03-081-0/+5
* Fixed MetaObject creation based on typename.Renato Araujo Oliveira Filho2012-03-081-5/+1
* Fix test to avoid problems on slow computers.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Appended ${QtGui_BINARY_DIR} on typesystem_path for QtMaemo5 module.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Appended QtGui library dependency on pysidetest library.Renato Araujo Oliveira Filho2012-03-081-2/+2
* Test for QTDESIGNER before add QTUITOOLS.Renato Araujo Oliveira Filho2012-03-081-1/+3
* Fix QTreeWidget parent rules.Renato Araujo Oliveira Filho2012-03-083-0/+60
* Removed some float comparisons from QColor test to avoid armel problems.Renato Araujo Oliveira Filho2012-03-081-12/+1
* Fix bug#549 - "QGraphicsWidget::getContentsMargins() and QGraphicsWidget::get...Hugo Parente Lima2012-03-083-4/+59
* Used more common signature on function test to QList objects.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed variable scope.Renato Araujo Oliveira Filho2012-03-082-1/+2
* Fix testbinding dependencyLauro Neto2012-03-081-1/+1
* Moved list_signal_test to pysidetest library.Renato Araujo Oliveira Filho2012-03-085-36/+27
* Fix the QtMultimedia/audio_test.py to accept computers with only nullRenato Araujo Oliveira Filho2012-03-081-1/+7
* Avoid QMatrix test while gcc is broken.Renato Araujo Oliveira Filho2012-03-081-0/+5
* Used argument '-a' during the call of xvfb command.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed QtUiTools plugin.Renato Araujo Oliveira Filho2012-03-082-6/+3
* Added QSslCertificate to QtNetwork module.Renato Araujo Oliveira Filho2012-03-082-1/+2
* Fixed indentation mistakes.Renato Araujo Oliveira Filho2012-03-081-1/+1
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-084-10/+75
* Fixes bug #502.Marcelo Lira2012-03-086-7/+91
* Fixed type system for TestView from pysidetest directory.Marcelo Lira2012-03-081-1/+1
* 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-082-5/+95
* Fix bug#481 - "mimeData() missing from QListWidget, QTreeWidget, QTableWidget"Hugo Parente Lima2012-03-081-3/+0
* Fix bug#558 - "print attribute of a QWebFrame cannot be accessed normally"Hugo Parente Lima2012-03-082-0/+3
* Fix QtMultimedia test to not fail when no devices were found.ps-1.0.0-beta2Hugo Parente Lima2012-03-081-1/+5
* Add GLuint as primitive type.Hugo Parente Lima2012-03-081-0/+1
* Use .pyd extension for pysidetest module on Windows.Hugo Parente Lima2012-03-081-0/+3
* Fix QML tests on Windows.Hugo Parente Lima2012-03-083-3/+3
* Fix compilation under MS Windows.Hugo Parente Lima2012-03-081-2/+2
* Added a call to QObject.metaObject() to check if a segfault is caused.Marcelo Lira2012-03-081-1/+1
* Fixed QML type registering test.Marcelo Lira2012-03-081-1/+1
* Updated model/view test to follow changes in Shiboken/9459b9da commit.Marcelo Lira2012-03-081-1/+1
* Fix bug#491 - "pyside doesn't respect BUILD_TESTS"Hugo Parente Lima2012-03-081-3/+5
* Fixed ownership of the value returned by QAbstractItemModel::data(...).Marcelo Lira2012-03-081-0/+5
* Updated the PySide test related to Python model returning data to C++.Marcelo Lira2012-03-083-13/+29
* Created function used in PyObject getAttro.Renato Araujo Oliveira Filho2012-03-084-0/+81
* Created unittest for bug #505.Renato Araujo Oliveira Filho2012-03-082-0/+23
* Fix bug#517 - "Documentation for QtDeclarative is not linked in contents.html...Hugo Parente Lima2012-03-081-0/+1
* Fix bug#508 - "qmltopy1 crashes when setContextProperty is called twice witho...Hugo Parente Lima2012-03-081-3/+5
* Fix bug#518 - "The file 'genindex.html' is not found (linked from contents.ht...Hugo Parente Lima2012-03-081-4/+2
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-083-1/+46
* Added test for Python written models returning new objects without keeping re...Marcelo Lira2012-03-086-0/+101
* Fixed new style signal connection tests for the proper semantics.Marcelo Lira2012-03-082-2/+7