aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore
Commit message (Expand)AuthorAgeFilesLines
* Fixed function QDataStream.readRawData return value.Renato Araujo Oliveira Filho2012-03-081-4/+4
* New format for __version_info__.Hugo Parente Lima2012-03-082-0/+21
* Created support to function qAddPostRoutine.Renato Araujo Oliveira Filho2012-03-082-0/+19
* Avoid conflict in test case namesLauro Neto2012-03-081-1/+1
* Fix bug#514 - "Static method QByteArray.fromRawData is missing from QtCore"Hugo Parente Lima2012-03-081-0/+7
* Fixed global functions from QT_TR_NOOP and QT_TRANSLATE_NOOP family.Marcelo Lira2012-03-082-0/+49
* Fix bug#544 - "QtCore.QRect missing binding for method getCoords"Hugo Parente Lima2012-03-081-1/+11
* Created unittest for bug #505.Renato Araujo Oliveira Filho2012-03-082-0/+23
* Added QRegExp.replace(QString, const char*) method.Marcelo Lira2012-03-082-0/+21
* Fix bug#496 - "No binary read/write methods in QDataStream"Hugo Parente Lima2010-11-241-0/+12
* Fixed unit test related to bug #446.Renato Araujo Oliveira Filho2010-11-221-2/+2
* Fix generated property flags on metaobject.Renato Araujo Oliveira Filho2010-11-221-0/+14
* 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 bug#471 - "QtCore.QObject is missing 'thread' method"Hugo Parente Lima2010-11-161-0/+2
* Removed invalid test.renatofilho2010-11-122-19/+0
* Fix bug#455 - "QByteArray.data() cuts data to first '\x00' char"Hugo Parente Lima2010-11-111-0/+6
* Fixed QVariant conversions for user type.renatofilho2010-11-091-0/+8
* Fix bug#427 - "QSvgWidget, load from QtCore.QByteArray does not work"Hugo Parente Lima2010-11-051-10/+0
* Created unit test for bug 428.renatofilho2010-10-292-0/+19
* Added test for bug #428.Marcelo Lira2010-10-291-0/+13
* Implemented support to notify argument on Properties.renatofilho2010-10-211-0/+34
* 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
* 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
* Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
* Add default name for QObject.findChild(type, name)Lauro Neto2010-10-071-0/+11
* Implement python conversion to QTime, QDate, QDateTimerenatofilho2010-10-012-0/+51
* Added hash functions for QLine, QPoint, QRect and QSize classes.Marcelo Lira2010-09-271-0/+29
* Fixed segmentation fault libpyside's signalUpdateSource function.Marcelo Lira2010-09-242-0/+30
* Updated test with new Property name.renatofilho2010-09-201-2/+2
* Added test from Lauro's patch on bug #313.Marcelo Lira2010-09-171-2/+31
* Fixed test.renatofilho2010-09-161-2/+2
* Fix bug#347 - "Setting properties in constructors gives incorrect results"Hugo Parente Lima2010-09-152-0/+13
* Don't ignore exceptions caused by property getters and setters.Hugo Parente Lima2010-09-151-0/+7
* Created unittest for bug #332.renatofilho2010-09-142-0/+17
* Remove OS specific commands from translation test.Hugo Parente Lima2010-09-101-2/+5
* bug_300_test moved to QtGui, because it tests a class from QtGui.Hugo Parente Lima2010-09-032-18/+0
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-5/+10
* Fix bug#316 - "QAbstractItemModel.createIndex is broken"Hugo Parente Lima2010-09-012-0/+22
* Fix bug#309 - "QtCore.QByteArray() or list from QtCore.Qsettings.value() as d...Hugo Parente Lima2010-08-301-3/+5
* Fixed use of QFile to works on all plataforms.Renato Filho2010-08-231-2/+7
* Disable remove of QAbstractItemModel signals.Renato Filho2010-08-172-0/+18
* Avoid read the property in the QObject constructor.Renato Filho2010-08-161-6/+14
* Raise a error when try to modify a read-only property.Renato Filho2010-08-161-0/+15
* Added tests for QObject properties being set with named arguments on the cons...Marcelo Lira2010-08-131-0/+26
* Created unit test to QVariant converstion of QStringList.Renato Filho2010-08-132-0/+25