summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1080-20/+24
* QTestlib: Check compared images for device pixel ratioFriedemann Kleint2019-07-097-61/+135
* Revert "QFtp: Skip the flaky QTestEventLoop::timeout in Coin network"Ryan Chu2019-07-091-48/+32
* unblacklist passing testsDaniel Smith2019-07-0878-308/+537
* QNetworkReply: Skip a test when QNetworkStatusMonitor is enabledMårten Nordheim2019-07-081-0/+3
* QTextBrowser: assume Markdown is UTF-8Shawn Rutledge2019-07-082-0/+29
* Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-0/+12
* Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-062-6/+2
* Short live QRecursiveMutex!Marc Mutz2019-07-061-4/+5
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-055-5/+42
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-055-5/+42
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-033-4/+16
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-033-4/+16
| | | |\
| | | | * Skip flaky test on MacOS_10_12Dimitrios Apostolou2019-07-021-0/+6
| | | | * Update visible window's alpha when toggling WA_TranslucentBackgroundVolker Hilsheimer2019-07-021-0/+6
| | | | * QSocks5SocketEngine: account for in-transit signal when waiting for readMårten Nordheim2019-07-021-4/+4
| | * | | Handle multiple font-families in <font> face attributeAllan Sandfeld Jensen2019-07-031-0/+24
| | |/ /
| | * | QPluginLoader: fix failing test comparing the Qt versionThiago Macieira2019-07-031-1/+2
* | | | tst_QTcpSocket::hostNotFound Only expect failure for the http proxyMårten Nordheim2019-07-051-1/+2
* | | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-056-7/+12
* | | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-0517-67/+494
|/ / /
* | | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-035-0/+8
* | | QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-033-6/+6
* | | tst_QShortcut: Remove test widget and other member variablesFriedemann Kleint2019-07-021-184/+189
* | | tst_QShortcut: Brush up the code, preparing the extraction of a base class to...Friedemann Kleint2019-07-021-230/+183
* | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-025-8/+38
* | | Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-0/+7
* | | uic: Implement form window setting to disable QObject::connectSlotsByName()Friedemann Kleint2019-07-022-3/+1
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-011-0/+26
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-0/+26
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+26
| | |\|
| | | * Fix window shortcuts when a completer popup has focusVolker Hilsheimer2019-06-251-0/+26
* | | | Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-0/+10
|/ / /
* | | QStringList: add QStringView overloads of join, filter, replaceInStringsMat Sutcliffe2019-06-301-0/+17
* | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-296-28/+8
* | | QObject: deprecate the undocumented userData() featureMarc Mutz2019-06-291-0/+4
* | | rcc: Add -d option to output a Makefile-syntax depfileMarvin Scholz2019-06-296-0/+63
* | | Introduce Q_NAMESPACE_EXPORTGiuseppe D'Angelo2019-06-281-0/+15
* | | Corelib tests: Fix out of bounds string accessFriedemann Kleint2019-06-282-2/+2
* | | tst_QAction(Group): Brush up the testsFriedemann Kleint2019-06-282-39/+39
* | | tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-279-41/+47
|\| |
| * | Skip tests if the required plugins were not deployedVolker Hilsheimer2019-06-191-6/+13
| * | Output all font families in HTML outputAllan Sandfeld Jensen2019-06-211-0/+12
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-257-53/+120
| |\|
| * | Fix crash in QPainterPath::reserve()Eirik Aavitsland2019-06-191-0/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-206-2/+38
| |\ \
| * | | Android: don't run test function for fd leakage, make test passVolker Hilsheimer2019-06-191-7/+1
| * | | Use C++11 alignof as reference for Q_ALIGNOF, and fix test on AndroidVolker Hilsheimer2019-06-171-2/+2
| * | | Turn on C++11 and 14 correctlyVolker Hilsheimer2019-06-171-1/+3