aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Created unit test for bug #448.renatofilho2010-11-032-0/+21
* Created unit test for bug 428.renatofilho2010-10-292-0/+19
* Added test for bug #428.Marcelo Lira2010-10-291-0/+13
* Stop signal/slot connection if is impossible to register that on object.renatofilho2010-10-283-0/+51
* Fix bug#409 - "function -- PySide.QtUiTools.QUiLoader.load(...) -- takes byte...Hugo Parente Lima2010-10-281-0/+13
* Fix unit test for bug 430Hugo Parente Lima2010-10-281-1/+1
* Modified cmake files to make use of debug information provided by Shiboken.Marcelo Lira2010-10-262-2/+1
* Remove releaseWrapper as Signal tp_deallocLauro Neto2010-10-262-0/+17
* Fix bugs 430, 426, 429, 394, 433.Hugo Parente Lima2010-10-227-0/+79
* Implemented support to notify argument on Properties.renatofilho2010-10-211-0/+34
* Added test for bug #395 - error calling QPainter.drawLines overloads.Marcelo Lira2010-10-191-6/+14
* Merge remote branch 'mainline/1.0'Hugo Parente Lima2010-10-199-5/+1694
|\
| * Signal objects redirect calls for homonymous methods.Marcelo Lira2010-10-112-6/+6
| * Added a PySide derived test library.Marcelo Lira2010-10-119-5/+1694
* | Included QSignalTransition constructor to support Signal objects.renatofilho2010-10-192-0/+44
* | Included missing function on unit test for bug 332.renatofilho2010-10-191-0/+2
* | Fix bug#408 - "QIODevice.readData() and .readLineData() have output parameter...Hugo Parente Lima2010-10-192-0/+29
* | Removed QtDesigner dependency from QtUiTools module.renatofilho2010-10-152-61/+1
* | Created function value to class QTreeWidgetItemIterator using therenatofilho2010-10-152-0/+27
* | Fix bug#172 - "editing a QListWidgetItem stored in a variable makes it imposs...Hugo Parente Lima2010-10-141-0/+9
* | Fixed reference leak on uiloader.renatofilho2010-10-132-1/+59
* | Implemented support to deep copy on QtGui.renatofilho2010-10-132-1/+95
* | Implemented support to deep copy on QtCore.renatofilho2010-10-131-3/+26
* | Adding extra check for QPoint as a dict keyLauro Neto2010-10-131-0/+3
* | Adding deepcopy test for QtCore classes.Lauro Neto2010-10-132-0/+57
* | Adding QColor copy testLauro Neto2010-10-131-0/+15