summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * Android: Fix qimage test.BogDan Vatra2015-01-082-0/+24
| | * Android: Fix some QStyle testsEskil Abrahamsen Blomfeldt2015-01-082-0/+25
| | * Make sure widget is polished before checking its fontEskil Abrahamsen Blomfeldt2015-01-081-0/+1
| | * Android: Fix QTemporaryFile testsEskil Abrahamsen Blomfeldt2015-01-083-9/+48
| | * Android: Fix QPainter autotestEskil Abrahamsen Blomfeldt2015-01-082-0/+191
| | * Android: Fix qimagewriter test.BogDan Vatra2015-01-083-13/+35
| | * QVersionNumber: test more version numbersMarc Mutz2015-01-081-0/+60
| | * Autotest: don't leak a socket every call to QtNetworkSettings::hasIPv6Thiago Macieira2015-01-081-0/+1
| | * Prevent buffer overrun when getting the glyph imagesAndy Shaw2015-01-071-1/+16
| | * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-067-51/+93
| | * Allow the QtDBus type benchmark to run without libdbus-1 foundThiago Macieira2015-01-061-1/+2
| | * Make QDBusConnection and QDBusServer return an error on default objectsThiago Macieira2015-01-061-4/+4
| | * Autotest: fix a race condition in verifying a peer D-Bus connectedThiago Macieira2015-01-066-14/+52
| | * Android: Fix QCryptographicHash testEskil Abrahamsen Blomfeldt2015-01-062-0/+11
| | * Android: Fix QCommandLineParser testEskil Abrahamsen Blomfeldt2015-01-061-0/+9
| | * Android: Fix QCollator testEskil Abrahamsen Blomfeldt2015-01-061-0/+5
| | * Android: Fix QChar testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
| | * Android: Fix QByteArray testEskil Abrahamsen Blomfeldt2015-01-062-0/+10
| | * Android: Fix QTranslator testsEskil Abrahamsen Blomfeldt2015-01-063-1/+30
| | * Android: Check XML output and optionally stop on fail.BogDan Vatra2015-01-061-0/+41
| | * JPEG: Fix reading of EXIF orientation.Friedemann Kleint2015-01-062-9/+24
| | * Don't bind to QHostAddress::Any if we want to do IPv4 multicast opsThiago Macieira2015-01-051-3/+3
| | * tst_QLockFile: simulate a crash betterMarc Mutz2015-01-041-4/+4
| | * Autotest: Forward stderr of the sub-processesThiago Macieira2015-01-025-1/+4
| | * Autotest: Be nicer when asking the sub-processes to exitThiago Macieira2015-01-028-17/+32
| | * Added ROUND test for PostgreSQLIsrael Lins2014-12-301-13/+17
| | * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-0/+8
| | * Added timezone support for datetime fields in PSQLJulien Blanc2014-12-302-1/+43
* | | Remove duplicated NAN/INF logic from tst_qstringAllan Sandfeld Jensen2015-01-211-72/+3
* | | QSslEllipticCurve: add fromLongNameGiuseppe D'Angelo2015-01-211-0/+30
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-201-0/+17
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-201-1/+1
* | | QHeaderView: fix restoring Qt4 state.Arnaud Bienner2015-01-201-0/+31
|/ /
* | Add qHash() overload for QSetMarc Mutz2015-01-181-0/+45
* | Add elliptic curve support to QSslAndré Klitzing2015-01-1814-3/+56
* | Fix assorted MSVC warnings in tests.Friedemann Kleint2015-01-1710-16/+15
* | tst_qitemdelegate: remove more duplication.David Faure2015-01-171-12/+1
* | tst_QSizePolicy::getSetCheck: separate data generation from testMarc Mutz2015-01-171-9/+68
* | Fix qaccessibilitymac test (title vs. description)Boris Dušek2015-01-171-3/+7
* | QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-171-0/+37
* | QProgressDialog: don't require setValue(0) to be called.David Faure2015-01-171-6/+39
* | Make transparency test actually test transparencyLaszlo Agocs2015-01-161-1/+1
* | qtest_widgets.h: add support for pretty-printing QSizePolicyMarc Mutz2015-01-161-0/+50
* | Update QFileSelector to use QSysInfo betterThiago Macieira2015-01-167-10/+37
* | Fix compilation of manual Open GL tests with Dynamic GL.Friedemann Kleint2015-01-152-7/+10
* | Haiku: Fix compilation of qarraydata unit testTobias Koenig2015-01-141-1/+1
* | Haiku: Make remaining auto tests compile on HaikuTobias Koenig2015-01-147-7/+7
* | QComboBox: make setModel reset the root model indexGiuseppe D'Angelo2015-01-131-0/+23
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-137-33/+137
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-132-0/+62