summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QT_OPENGL_ES*Eskil Abrahamsen Blomfeldt2020-04-173-11/+11
* Clean up memoryLars Knoll2020-04-171-0/+1
* Simplify signature of untyped property bindingsSimon Hausmann2020-04-171-10/+6
* Remove QString::from/toAscii()Lars Knoll2020-04-161-29/+0
* Remove deprecated QStyle enum valuesVolker Hilsheimer2020-04-162-70/+18
* Remove deprecated members from dialog classesVolker Hilsheimer2020-04-162-134/+0
* Move versioned OpenGL functions from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-04-161-2/+3
* Run those autotests with cmakeLars Knoll2020-04-152-1/+17
* QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-201/+67
* Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-158-145/+8
* Improve Map|Map-Reduce and Filter|Filter-Reduce implementationKarsten Heimrich2020-04-143-16/+1008
* QTaskBuilder::spawn: add an overload that doesn't return a future objectVitaly Fanaskov2020-04-141-0/+15
* Port test over to use QRegularExpressionLars Knoll2020-04-131-6/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-117-62/+302
|\
| * Stop using obsolete TouchPoint rect accessors in tests and examplesShawn Rutledge2020-04-101-51/+68
| * tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
| * QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-0/+54
| * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-0/+71
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
| * tst_PlatformSocketEngine: Removee SOURCES += of QtNetwork codeThiago Macieira2020-04-091-6/+0
| * tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
| * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-106-20/+22
* | Fix autotests after the QHash changesLars Knoll2020-04-0910-65/+413
* | Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-11/+5
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-6/+79
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-099-34/+34
* | new QCache implementationLars Knoll2020-04-091-0/+16
* | New QHash implementationLars Knoll2020-04-093-34/+54
* | Support multiple page ranges in QPrinterSzabolcs David2020-04-093-0/+82
* | Resolve Qt6 TODO items, replace Median and BlockSizeManagerKarsten Heimrich2020-04-091-15/+27
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-0845-301/+1084
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0845-301/+1084
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-062-75/+89
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-062-75/+89
| | | |\
| | | | * Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-04-051-4/+3
| | | | * Stabilize QScroller testVolker Hilsheimer2020-04-031-75/+82
| | | | * Fix flakiness in tst_QApplication::testDeleteLaterAlex Trotsenko2020-04-031-0/+7
| | * | | tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
| | |/ /
| | * | Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
| | * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-04-031-69/+81
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-69/+81
| | | |\|
| | | | * Speed up tst_QApplication::testDeleteLaterProcessEvents2()Friedemann Kleint2020-03-311-1/+2
| | | | * tst_QApplication::testDeleteLaterProcessEvents(): Split the testFriedemann Kleint2020-03-311-69/+80
| | * | | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-036-45/+45
| | |/ /
| | * | Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-5/+5
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-316-20/+293
| | |\|
| | | * itemviews: Use the start of the current selection when getting the rangeAndy Shaw2020-03-301-0/+58
| | | * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| | | * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-275-16/+223