summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Use qt.io rather than qt-project.org for network testsShawn Rutledge3-3/+3
2015-01-24Fix QXmlStreamReader parsing of files containing NULsThiago Macieira18-0/+21
2015-01-22QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt1-0/+14
2015-01-22QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo1-0/+37
2015-01-20tst_qstring_mac: Correct memory management.Morten Johan Sørvig1-2/+8
2015-01-16Merge 5.4 into 5.4.1Oswald Buddenhagen40-85/+685
2015-01-16Diaglib/Event filter: Output application state on focus events.Friedemann Kleint1-4/+70
2015-01-16Correction on bound values in case of repeated QSqlQuery::execBatchEric Lemanissier1-0/+30
2015-01-16Android: Fix QLayout testsEskil Abrahamsen Blomfeldt3-0/+14
2015-01-16Android: Fix QDirModel testsEskil Abrahamsen Blomfeldt3-3/+48
2015-01-16Android: Fix QSideBar testEskil Abrahamsen Blomfeldt1-0/+6
2015-01-16Android: Skip QProcess_and_GuiEventLoop testEskil Abrahamsen Blomfeldt1-0/+4
2015-01-16Fix QRawFont test when used with bundled FreeTypeEskil Abrahamsen Blomfeldt1-19/+23
2015-01-16Android: Fix QImageReader testEskil Abrahamsen Blomfeldt2-0/+10
2015-01-16Autotest: Find all autotests due to changed naming conventionsRainer Keller1-27/+14
2015-01-16Benchmarks: Build gui benchmarks only when gui module availableRainer Keller1-1/+1
2015-01-15Fix compilation with older MSVC: use qIsNan instead of isnanThiago Macieira1-2/+2
2015-01-12Swallow wheel events while a popup widget is open.Friedemann Kleint1-4/+7
2015-01-12Android: XFAIL a few tests in QDnsLookupEskil Abrahamsen Blomfeldt1-0/+18
2015-01-11Fix memory leaks with QDBusServerThiago Macieira1-0/+2
2015-01-09QScreen manual test: use sizeHint; don't override QLineEdit text colorShawn Rutledge3-4/+9
2015-01-09Skip incompatible QTextLayout tests when dpi-scaling is usedEskil Abrahamsen Blomfeldt1-0/+62
2015-01-09Android: Fix QDataStream testEskil Abrahamsen Blomfeldt2-0/+10
2015-01-09Android: Fix QTextBoundaryFinder testEskil Abrahamsen Blomfeldt2-0/+13
2015-01-08Android: Fix qpixmap test.BogDan Vatra1-3/+25
2015-01-08Android: Fix qimage test.BogDan Vatra2-0/+24
2015-01-08Android: Fix some QStyle testsEskil Abrahamsen Blomfeldt2-0/+25
2015-01-08Make sure widget is polished before checking its fontEskil Abrahamsen Blomfeldt1-0/+1
2015-01-08Android: Fix QTemporaryFile testsEskil Abrahamsen Blomfeldt3-9/+48
2015-01-08Android: Fix QPainter autotestEskil Abrahamsen Blomfeldt2-0/+191
2015-01-08Android: Fix qimagewriter test.BogDan Vatra3-13/+35
2015-01-08QVersionNumber: test more version numbersMarc Mutz1-0/+60
2015-01-08Autotest: don't leak a socket every call to QtNetworkSettings::hasIPv6Thiago Macieira1-0/+1
2015-01-07Prevent buffer overrun when getting the glyph imagesAndy Shaw1-1/+16
2015-01-06Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira7-51/+93
2015-01-06Allow the QtDBus type benchmark to run without libdbus-1 foundThiago Macieira1-1/+2
2015-01-06Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira1-4/+4
2015-01-06Autotest: fix a race condition in verifying a peer D-Bus connectedThiago Macieira6-14/+52
2015-01-06Android: Fix QCryptographicHash testEskil Abrahamsen Blomfeldt2-0/+11
2015-01-06Android: Fix QCommandLineParser testEskil Abrahamsen Blomfeldt1-0/+9
2015-01-06Android: Fix QCollator testEskil Abrahamsen Blomfeldt1-0/+5
2015-01-06Android: Fix QChar testEskil Abrahamsen Blomfeldt2-0/+10
2015-01-06Android: Fix QByteArray testEskil Abrahamsen Blomfeldt2-0/+10
2015-01-06Android: Fix QTranslator testsEskil Abrahamsen Blomfeldt3-1/+30
2015-01-06Android: Check XML output and optionally stop on fail.BogDan Vatra1-0/+41
2015-01-06JPEG: Fix reading of EXIF orientation.Friedemann Kleint2-9/+24
2015-01-05Don't bind to QHostAddress::Any if we want to do IPv4 multicast opsThiago Macieira1-3/+3
2015-01-04tst_QLockFile: simulate a crash betterMarc Mutz1-4/+4
2015-01-02Autotest: Forward stderr of the sub-processesThiago Macieira5-1/+4
2015-01-02Autotest: Be nicer when asking the sub-processes to exitThiago Macieira8-17/+32