summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate testsAlexandru Croitor2020-07-0912-36/+21
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-082-59/+59
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+97
* CMake: Regenerate benchmarksAlexandru Croitor2020-07-08106-132/+139
* CMake: Regenerate manual testsAlexandru Croitor2020-07-08140-172/+276
* moc: Allow out-of-line storage for Q_PRIVATE_QPROPERTYUlf Hermann2020-07-081-0/+38
* Introduce QByteArrayViewSona Kurazyan2020-07-085-0/+611
* Add tst_QByteArrayApiSymmetry testSona Kurazyan2020-07-086-334/+859
* Don't set the environment variable QT_RCC_TEST anymore in tst_rccJoerg Bornemann2020-07-081-3/+0
* Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOSTor Arne Vestbø2020-07-081-1/+1
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-6/+0
* Separate QPD::tabletDevice into priv tabletDevice and queryTabletDeviceShawn Rutledge2020-07-071-6/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-07-0744-120/+120
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-072-0/+106
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-0750-426/+375
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-0741-118/+119
* Rename from() to sliced()Lars Knoll2020-07-061-2/+2
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+30
* Port QString to qsizetypeLars Knoll2020-07-063-44/+44
* Use qsizetype in QListLars Knoll2020-07-066-20/+20
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-061-30/+39
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-064-79/+16
* Get rid of unused flags in QArrayDataLars Knoll2020-07-062-21/+5
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-062-43/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-066-38/+75
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-062-0/+74
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-065-36/+36
* Refactor tst_CollectionsLars Schmertmann2020-07-061-20/+50
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-036-25/+22
* Remove deprecated empty macroLars Schmertmann2020-07-021-1/+0
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-025-30/+59
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-024-35/+23
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-0113-4/+126
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-0/+186
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-011-3/+23
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-016-13/+55
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-011-0/+138
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-1/+1
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-4/+2
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-291-0/+28
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-263-13/+2
* CMake: Fix tst_qmake not to hang and re-enable itAlexandru Croitor2020-06-261-5/+1
* Remove superfluous define from tst_qmakeJoerg Bornemann2020-06-263-23/+0
* CMake: Fix tst_qmake::resources() on WindowsJoerg Bornemann2020-06-264-30/+4
* CMake: Skip building tst_qprocess test when cross compilingAlexandru Croitor2020-06-261-1/+6
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-0/+131