summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* QTestLib: support explicit bool conversions in QVERIFYGiuseppe D'Angelo2016-05-046-114/+143
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-0316-22/+70
|\
| * make extra compiler targets depend on their respective compilerOswald Buddenhagen2016-04-181-1/+1
| * Blacklisting autotests that fail on RHEL 7.1 also on RHEL 7.2Milla Pohjanheimo2016-04-156-0/+7
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-139-21/+62
| |\
| | * tst_QNetworkReply: Commentary fixes on test server workarounds.Edward Welbourne2016-04-121-3/+3
| | * tst_QNetworkReply: fix mis-guided use of QSKIP().Edward Welbourne2016-04-121-3/+3
| | * Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-0/+4
| | * Fix finding a helper executable in tst_QLocalSocketJoerg Bornemann2016-04-111-1/+2
| | * Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+10
| | * Autotest: confirm that QHostAddress obeys RFC 5952 recommendationsThiago Macieira2016-04-091-4/+13
| | * Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+8
| | * tests: fix tst_QFontComboBox on OS XLiang Qi2016-04-082-11/+15
| | * tst_QStringBuilder: add a check for self-assignmentMarc Mutz2016-04-071-0/+5
* | | Add support for PSK on server sideAndré Klitzing2016-05-021-6/+148
* | | QHostAddress: comparator with flexible conversion rulesFelix Braun2016-04-291-0/+50
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-281-0/+78
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-271-0/+13
* | | QTabBar: Add setAccessibleTabName() and accessibleTabName()Dongmei Wang2016-04-241-1/+18
* | | Removes spacing when widget is hidden in QGridLayoutKarim Pinter2016-04-211-0/+21
* | | Adding notification feature to SQLite driverKarim Pinter2016-04-211-0/+31
* | | Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-191-0/+37
* | | Implement QFormLayout row removalSamuel Gaist2016-04-141-0/+237
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-1217-141/+72
* | | Implement ordered dithering for image format conversionsAllan Sandfeld Jensen2016-04-121-0/+76
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-117-18/+170
|\| |
| * | Update QDateTimeEdit tests to match data from CLDR v29Konstantin Ritt2016-04-081-8/+8
| * | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-081-6/+13
| * | QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-071-0/+33
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-074-4/+116
| |\|
| | * QFtp: Use UTF-8 encoding.Friedemann Kleint2016-04-071-2/+3
| | * Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
| | * Make sure QStyleOption is correctly initialized.Hannah von Reth2016-04-051-0/+107
| | * network-settings.h: don't crash when running without the test serverMarc Mutz2016-04-051-1/+6
* | | Tests: Add more QChar::unicode() calls to brush over deprecation warning.Friedemann Kleint2016-04-086-84/+84
* | | QTest: support nullptr in QCOMPAREMarc Mutz2016-04-086-2/+33
* | | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-074-6/+6
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-0753-805/+105
* | | Always build JPEG and GIF support as pluginsLars Knoll2016-04-071-2/+2
* | | QtTest: Remove Windows CE.Friedemann Kleint2016-04-061-1/+1
* | | QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-051-0/+7
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLaszlo Agocs2016-04-0576-218/+532
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0576-218/+532
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0433-42/+275
| | |\|
| | | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
| | | * QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
| | | * Autotest: Remove blacklistingsSimo Fält2016-04-018-24/+0
| | | * Fixup for text labels in lancelot graphics testEirik Aavitsland2016-03-312-14/+14
| | | * moc: bail out early on missing or invalid options fileJoerg Bornemann2016-03-311-0/+27
| | | * Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-311-0/+29