summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-072-7/+7
* Use QStringList::join(QChar) overload where applicable [QtWidgets]Marc Mutz2012-09-071-1/+1
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-0/+61
* Add a way to benchmark sem_t on Unix tooThiago Macieira2012-09-071-0/+23
* Test: Replace QSKIP by XFAILCaroline Chao2012-09-071-5/+19
* Test: Remove QSKIP for tst_QXmlSimpleReader::inputFromSocketCaroline Chao2012-09-071-3/+0
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-077-1892/+1862
* Add example to test widget grab.Friedemann Kleint2012-09-073-1/+347
* Stabilize test of QSpinBox.Friedemann Kleint2012-09-071-35/+15
* Revert "Implement automatic mouse grabbing on mouse button press."Friedemann Kleint2012-09-071-0/+3
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-051-36/+88
* Fix 3 digit day being displayed by QDateEdit.Mitch Curtis2012-09-052-1/+262
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-052-2/+2
* test: Check for null string comparisonSergio Ahumada2012-09-051-6/+6
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-051-8/+35
* Auto test for 'qmake -project' use case.Rafael Roquetto2012-09-047-4/+205
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-032-0/+77
* Use QStringList::join(QChar) overload where applicable [QtSql]Marc Mutz2012-09-031-1/+1
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-031-0/+38
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-0/+0
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-0/+6
* auto tests: updated for new QStyle pure virtualsJ-P Nurmi2012-08-313-20/+34
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Make QGraphicsView respect scrollbar policiesJeremy Lainé2012-08-311-0/+288
* Fix updating of drag icons.Friedemann Kleint2012-08-311-1/+185
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* QSqlQueryModel: fix nested beginResetModel/endResetModelMark Brand2012-08-301-0/+57
* Ensure that printer orientation is preservedTitta Heikkala2012-08-301-0/+2
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-304-2/+8
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-3/+23
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-291-2/+39
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-292-3/+20
* Ensure child items are updated even if the parent item has no contentAndy Shaw2012-08-293-0/+84
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-291-5/+39
* test: Mark tst_qtextboundaryfinder::generateDataFromFile() with internal buildSergio Ahumada2012-08-291-1/+1
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-0/+7
* Don't attempt to test DBus on QNX.Stephen Kelly2012-08-281-1/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-0/+234
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-0/+172
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-0/+61
* Fix some warnings in tests.Friedemann Kleint2012-08-282-3/+3
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-271-8/+12
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-271-0/+47
* moc: test slots marked final/override in various waysMarc Mutz2012-08-263-0/+297
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-263-3/+167
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-08-251-1/+58
* Test for quadratic behaviour when rendering long line in QTextEditOlivier Goffart2012-08-231-0/+36
* tst_QMutex: add markers to the tryLock testsThiago Macieira2012-08-231-6/+13
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-231-3/+3