summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Clean up windows accessibility backendMiguel Costa2024-03-271-1/+1
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-2731-102/+94
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-272-4/+8
* QCborMap: add missing comparator to QCborValueConstRefThiago Macieira2024-03-261-2/+10
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-261-12/+23
* QJsonArray iterators: use new comparison helper macrosTatiana Borisova2024-03-261-0/+35
* Remove a duplicated call to QFile::openGiuseppe D'Angelo2024-03-261-1/+0
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-262-1/+204
* QJsonObject: use new comparison helper macrosTatiana Borisova2024-03-251-1/+21
* tst_QWidget::reverseTabOrder remove QApplicationPrivate::setActiveWindoFrédéric Lefebvre2024-03-251-1/+0
* tst_QWidget: use focus abstraction instead of focus_next/prevAxel Spoerl2024-03-221-14/+20
* QJsonValue: use new comparison helper macrosTatiana Borisova2024-03-221-35/+49
* tst_QWidget::tabOrderWithProxy remove QApplicationPrivate::setActiveWindFrédéric Lefebvre2024-03-221-1/+0
* tst_QWidget::tabOrderWithProxyDisabled() remove setActiveWindow()Frédéric Lefebvre2024-03-221-1/+0
* tst_QWidget::tabOrderWithCompoundWidgets() remove setActiveWindow()Frédéric Lefebvre2024-03-221-1/+0
* tst_QWidget::tabOrderWithProxyOutOfOrder() remove setActiveWindow()Frédéric Lefebvre2024-03-221-1/+0
* tst_QWidget::tabOrderWithCompoundWidgetsNoFocusPolicy remove setActiveWFrédéric Lefebvre2024-03-221-1/+0
* tst_QWidget::defaultTabOrder() remove setActiveWindow()Frédéric Lefebvre2024-03-221-1/+0
* Revert "QTypeInfo: add detection for Clang's __is_trivially_relocatable"Tor Arne Vestbø2024-03-221-14/+0
* QSignalSpy: separate messages for invalid and non-signal meta-methodsMarc Mutz2024-03-221-2/+2
* QJsonDocument: use new comparison helper macrosTatiana Borisova2024-03-221-3/+20
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-226-32/+445
* tst_QWidget::explicitTabOrderWithComplexWidget remove setActiveWindow()Frédéric Lefebvre2024-03-221-1/+0
* tests: skip tst_QApplication::abortQuitOnShow() on WaylandLiang Qi2024-03-221-0/+3
* QTypeInfo: add detection for Clang's __is_trivially_relocatableGiuseppe D'Angelo2024-03-221-0/+14
* tst_qglobal: add a few tests for QTypeInfoGiuseppe D'Angelo2024-03-221-0/+49
* tst_qglobal: include what you useGiuseppe D'Angelo2024-03-221-1/+2
* QJsonArray: use new comparison helper macrosTatiana Borisova2024-03-212-0/+41
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-211-5/+5
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-214-26/+34
* wasm: Qt::WA_ShowWithoutActivating was not respectedEven Oscar Andersen2024-03-213-6/+218
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-211-0/+7
* tst_QNetworkReply: don't leak on failure in emitErrorForAllReplies()Marc Mutz2024-03-211-20/+22
* tst_qdir: optimize setPath() testAhmad Samir2024-03-211-0/+1
* tst_qtemporarydir: refactor a testAhmad Samir2024-03-211-6/+8
* tst_QNetworkReply: don't use deleteLater() on QSignalSpiesMarc Mutz2024-03-201-2/+2
* tst_QNetworkReply: use QtCore's QScopedPointerDeleteLaterMarc Mutz2024-03-201-10/+2
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-201-10/+11
* Xml: use new comparison helper macrosTatiana Borisova2024-03-202-2/+77
* QCborMap: use new comparison helper macrosTatiana Borisova2024-03-201-150/+169
* QMovie: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-201-0/+31
* Fix build of tst_qoperatingsystemversion.cpp with C++20Joerg Bornemann2024-03-191-2/+2
* tst_QSignalSpy: check (thereby suppress) intended runtime warningsMarc Mutz2024-03-191-0/+6
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-0/+57
* QCborArray: use new comparison helper macrosTatiana Borisova2024-03-191-34/+51
* tst_qdir: don't use the source dir for testingAhmad Samir2024-03-191-5/+25
* Add configure feature for MetalTor Arne Vestbø2024-03-1913-18/+18
* Add a means to send a PUT request with an empty bodyMate Barany2024-03-191-0/+44
* Add a means to send a POST request that has an empty bodyMate Barany2024-03-191-0/+47
* wasm: Fix minimum and default window sizesPiotr Wierciński2024-03-191-2/+1