summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Adapt tests/auto/wasm for batchingMikolaj Boc2022-08-301-1/+0
* tst_qlibrary.cpp: remove extraneous _data functionThiago Macieira2022-08-301-7/+1
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-0/+5
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-301-0/+7
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-292-13/+6
* tst_QMap: avoid tripping MSVC debug-mode iterator assertionsThiago Macieira2022-08-281-1/+6
* Deprecate QApplication::setActiveWindow() and mark as internalTor Arne Vestbø2022-08-2779-309/+426
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-0/+28
* tst_qscopedpointer: port away from deprecated APIsIvan Solovev2022-08-271-20/+48
* tst_qmap: port away from deprecated APIsIvan Solovev2022-08-271-70/+110
* tst_qstring: port away from deprecated APIsIvan Solovev2022-08-272-14/+29
* Replace logging category lcQpaDockWidgets in dock widget auto testAxel Spoerl2022-08-261-41/+37
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-263-0/+55
* tst_QDir_10000: add sorted_byName benchmarkMarc Mutz2022-08-261-0/+9
* Add QDockWidget save & restore auto testAxel Spoerl2022-08-261-0/+160
* Port tests away from using q{Set}GlobalQHashSeedIvan Solovev2022-08-268-13/+38
* tst_qdtls: guard usage of the deprecated enum valuesIvan Solovev2022-08-261-1/+9
* Change the license of CMakeLists.txt file to BSDLucie Gérard2022-08-261-1/+1
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-0/+70
* Wayland: Skip test that queries window positionEskil Abrahamsen Blomfeldt2022-08-251-2/+3
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-2416-30/+0
* DBus tests: port away from deprecated APIsIvan Solovev2022-08-245-38/+38
* tst_qshortcut: port away from deprecated APIsIvan Solovev2022-08-241-37/+37
* tst_qmessagebox: port away from deprecated methodsIvan Solovev2022-08-241-12/+14
* wasm: add manual auto-test for websockify-tunneled socketsMorten Sørvig2022-08-243-0/+404
* wasm: add echo_server test TCP serverMorten Sørvig2022-08-242-0/+141
* Resolve window focusing problems on WASMMikolaj Boc2022-08-241-32/+13
* Make QHeaderView restore state from different stream versionsAxel Spoerl2022-08-241-0/+42
* tests: Fix tst_qprinterinfo for CUPS printer instancesMichael Weghorn2022-08-241-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231179-1179/+1179
* Revert Q_DECLARE_EXPORTED_LOGGING_CATEGORY in tst_qdockwidgetAxel Spoerl2022-08-231-0/+6
* tst_qgraphicswidget: Avoid redeclaration of Size from MacTypes.hTor Arne Vestbø2022-08-211-29/+29
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-201-0/+77
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-6/+16
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-1925-26/+26
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-183-0/+6
* Android: skip tst_qvulkan vulkan11() and vulkanWindowGrab()Assam Boudjelthia2022-08-181-0/+8
* Android: skip tst_qopengl::fboRenderingRGB30()Assam Boudjelthia2022-08-181-0/+4
* Android: skip tst_QPluginLoader::loadSectionTableStrippedElf()Assam Boudjelthia2022-08-181-0/+4
* Android: tst_QByteArray::base64_2GiB() times out or gets terminatedAssam Boudjelthia2022-08-181-0/+3
* Android: skip crahsing tst_QFile's unixPipe() and socketPair()Assam Boudjelthia2022-08-181-0/+8
* Android: fix Android filedialog and completer testsAssam Boudjelthia2022-08-183-2/+42
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-182-0/+36
* Remove network dependency for tests with UNC pathsVolker Hilsheimer2022-08-176-30/+23
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-171-0/+29
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-171-0/+28
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-171-0/+23
* CMake: Add simple widgets qmake iOS build testAlexandru Croitor2022-08-172-0/+23
* QDomDocument: deprecate old setContent() overloads in favor of new onesSona Kurazyan2022-08-171-39/+41
* wasm: always build asyncify tests for eventloop_autoMorten Sørvig2022-08-173-10/+58