aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-082-0/+49
* Fixes bug #502.Marcelo Lira2012-03-085-7/+88
* Fixed type system for TestView from pysidetest directory.Marcelo Lira2012-03-081-1/+1
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-1/+11
* Fix QtMultimedia test to not fail when no devices were found.ps-1.0.0-beta2Hugo Parente Lima2012-03-081-1/+5
* 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
* 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-082-0/+22
* Created unittest for bug #505.Renato Araujo Oliveira Filho2012-03-082-0/+23
* Fix bug#512 - "QGridLayout::getItemPosition() is not available"Hugo Parente Lima2012-03-082-0/+23
* 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
* Added unit test for bug#500Hugo Parente Lima2012-03-082-0/+16
* Add tests for qmlregisterType function and qml list properties.Hugo Parente Lima2012-03-083-0/+122
* Changed file permissions to 0644.Hugo Parente Lima2012-03-083-0/+0
* Fixes QImage constructor signature that used string buffer as image data source.Marcelo Lira2012-03-082-0/+21
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-082-0/+21
* Fix compilation on Windows.ps-1.0.0-beta1Hugo Parente Lima2010-11-251-0/+3
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-241-0/+12
* Created unit test for bug #480.Renato Araujo Oliveira Filho2010-11-232-0/+26
* Fixed unit test related to bug #446.Renato Araujo Oliveira Filho2010-11-222-4/+3
* Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-221-0/+14
* Created unit test for bug #446.Renato Araujo Oliveira Filho2010-11-192-1/+50
* Create unit test for bug #467.Renato Araujo Oliveira Filho2010-11-192-0/+20
* Fixed recursive call on duck punching test.Renato Araujo Oliveira Filho2010-11-191-1/+0
* Fixed unit test to avoid exit with thread running.Renato Araujo Oliveira Filho2010-11-191-0/+2
* Created unit test for bug 462.Renato Araujo Oliveira Filho2010-11-192-0/+44
* Fix setLayout method that was causing segfault when itemAt wasn't implemented.Luciano Wolf2010-11-171-0/+24
* Fix bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-0/+2
* Removed invalid test.renatofilho2010-11-122-19/+0
* Added PySide attributes to specify current version, and Qt version.renatofilho2010-11-122-0/+18
* Fix bug#436 - "Using a custom QValidator generates a segfault"Hugo Parente Lima2010-11-112-0/+86
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Removed unnecessary find_package statements from pysidetest's CMakeLists.txtMarcelo Lira2010-11-111-4/+0
* Created unit test for qvariant conversion for object type.renatofilho2010-11-103-7/+50
* Fixed QVariant conversions for user type.renatofilho2010-11-091-0/+8
* Convert QByteArray values to string during function call.renatofilho2010-11-091-2/+2
* Added test for Bug 452.Marcelo Lira2010-11-091-0/+3
* Created unit test for bug #451.renatofilho2010-11-054-38/+92
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-054-10/+757
* unit test for bug #456renatofilho2010-11-033-0/+150