summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Clean up time-zone matching logic in tst_QLocale::macDefaultLocale()Edward Welbourne2018-09-111-18/+17
* moc: Fix compilation of text strings containing non-ASCIIThiago Macieira2018-09-103-1/+26
* QSortFilterProxyModel: add test for inserting via a QComboBoxOlga Radko2018-09-062-0/+55
* QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-031-0/+9
* Add QString::compare(QStringView, CaseSensitivity)Albert Astals Cid2018-09-031-0/+5
* Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-031-5/+5
* Plugins: Save some architectural requirement flagsThiago Macieira2018-09-011-21/+35
* Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-012-8/+44
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-2/+1
* Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-301-3/+1
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-302-1/+247
* Add missing dependencies for tst_qmacautoreleasepoolTor Arne Vestbø2018-08-291-0/+1
* darwin: fix tst_qsettings depsOswald Buddenhagen2018-08-291-0/+2
* tst_QLocale::formattedDataSize: add RussianShawn Rutledge2018-08-261-0/+31
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-244-0/+33
|\
| * Blacklist two tests on macOS that a planned CI change shall breakEdward Welbourne2018-08-242-0/+4
| * Test for fractional part of Costa Rican currencyEdward Welbourne2018-08-231-0/+4
| * _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-0/+25
* | Revert "Fix time-zone tests on macOS >= 10.13, which now knows what CET is"Edward Welbourne2018-08-242-16/+16
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-222-0/+236
|\|
| * QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-0/+237
* | MinGW: Exclude failing value of tst_QEasingCurve::setCustomType()Friedemann Kleint2018-08-211-0/+5
* | Extend blacklisting of qeventdispatcher to cover WinRTHeikki Halmet2018-08-211-0/+1
* | QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchiesEike Ziller2018-08-205-0/+37
* | Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-1911-179/+420
* | Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-191-1/+0
* | QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-0/+19
* | [macOS] Skip test that triggers a buffer overflow in CoreFoundationErik Verbruggen2018-08-171-0/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-171-1/+18
|\|
| * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-161-1/+18
* | Modernize the "thread" featureUlf Hermann2018-08-175-28/+24
* | Refactor wildcard support in QRegularExpressionSamuel Gaist2018-08-161-7/+7
* | Avoid signed/unsigned warning in templateEdward Welbourne2018-08-161-1/+1
* | Rework tst_QLocale::emptyCtor() as a data-driven testEdward Welbourne2018-08-161-58/+88
* | Add support for numbered territories in CLDREdward Welbourne2018-08-131-4/+6
* | Fix time-zone tests on macOS >= 10.13, which now knows what CET isEdward Welbourne2018-08-132-16/+16
* | Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+5
* | Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-114-2/+48
* | Extend blacklisting of tst_QSequentialAnimationGroup to macOS 10.13Tony Sarajärvi2018-08-081-0/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-077-26/+141
|\|
| * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+13
| * QProcess::startDetached: Fix behavior change on WindowsJoerg Bornemann2018-08-035-25/+126
| * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* | tst_QSharedPointer: raise the timeout for running qmake and makespecThiago Macieira2018-08-041-7/+13
* | Enable QPluginLoader test for static buildsSimon Hausmann2018-08-032-2/+32
* | QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-0/+6
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-3110-21/+249
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-3110-21/+249
| |\|
| | * QSFPM unittest: check dataChanged and layoutChanged signalsDavid Faure2018-07-281-0/+48
| | * tst_qpluginloader: Fix preprocessor conditionOliver Wolff2018-07-271-1/+1