summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QLibraryPrivate: Actually merge load hintsIevgenii Meshcheriakov2023-06-204-4/+54
* QPixmapCache: don't leak QString keys of evicted pixmapMarc Mutz2023-06-201-2/+0
* tst_QPixmapCache: check we leak QString keys of evicted pixmapsMarc Mutz2023-06-201-2/+40
* tst_qmenu: fix -Wsuggest-overrideMarc Mutz2023-06-201-1/+2
* QLineEdit: ignore key release eventsVolker Hilsheimer2023-06-201-0/+40
* QPromise: Propagate cancellation through failure handlersArno Rehn2023-06-201-0/+33
* Make WASM export names different across modulesMikolaj Boc2023-06-2010-30/+54
* QBindable: Fix out-of-bound access in non-bindable property support codeFabian Kosmale2023-06-201-1/+11
* wasm: Document (and rename) config.qt.moduleMorten Sørvig2023-06-201-5/+17
* Add keyboard input testcase to the QWasmWindow testMikolaj Boc2023-06-201-0/+49
* Moc: fix generated code for nested enum class corner caseAhmad Samir2023-06-181-0/+44
* Consult QIcon::fallbackThemeName() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+4
* Consult QIcon::fallbackSearchPaths() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+12
* QProcess: add testUnixProcessParameters as a dep. for tst_qprocessAhmad Samir2023-06-181-0/+4
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-185-2/+14
* Invalidate QIconLoader cache when setting fallback themeTor Arne Vestbø2023-06-184-0/+18
* Don't add prefix for BaseNameBogDan Vatra2023-06-161-3/+9
* Update public suffix listMårten Nordheim2023-06-161-0/+0
* moc: Handle attributes after meta-method tagFabian Kosmale2023-06-161-0/+28
* Add test filter argument to wasm js test runnerMikolaj Boc2023-06-151-1/+17
* Add window painting testcase to the QWasmWindow testMikolaj Boc2023-06-152-4/+102
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-06-151-0/+54
* Long live futexes for FreeBSD!Thiago Macieira2023-06-151-7/+7
* Support child windows on WASMMikolaj Boc2023-06-155-54/+716
* QStringBuilder: allow to be used with 'auto' keywordVladimir Belyavsky2023-06-131-0/+149
* tst_QProperty: fix -Wsign-compareMarc Mutz2023-06-131-1/+1
* tst_QAnyStringView: test some longer strings and some containing nullsThiago Macieira2023-06-131-35/+102
* Fix no-op emission of QComboBox::currentTextChangedAxel Spoerl2023-06-131-14/+42
* Move scroller/graphicsview example into tests/manualVolker Hilsheimer2023-06-125-0/+302
* Move storageview example into tests/manualVolker Hilsheimer2023-06-125-0/+291
* Bump version to 6.7.0Jani Heikkinen2023-06-123-3/+3
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-40/+40
* QVariant::value/qvariant_cast: add rvalue optimizationFabian Kosmale2023-06-122-1/+12
* Short-live qIsConstantEvaluated()Thiago Macieira2023-06-111-1/+5
* Fix segfault when using qfuture continuations with move only typesAhmed Essam2023-06-102-22/+77
* tst_QFile: replicate the unixPipe test using FIFOsThiago Macieira2023-06-091-0/+54
* tst_QFile: fix unixPipe() and socketPair() closing already-closed fdThiago Macieira2023-06-091-2/+5
* QProcess/Unix: capture the child process modifier exception's what()Thiago Macieira2023-06-091-1/+9
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-091-15/+112
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-092-4/+59
* QProcess/Unix: reset the signal block if ResetSignalHandlers requestedThiago Macieira2023-06-092-6/+28
* QPixmapCache: deprecate replace()Marc Mutz2023-06-101-0/+11
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-091-0/+27
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-094-2/+34
* Stabilize QFile::unixPipe/socketPair testsVolker Hilsheimer2023-06-091-4/+5
* tst_containerapisymmetry: check that std::size() worksMarc Mutz2023-06-091-1/+1
* tst_QPixmapCache: QVERIFY a failed replace()Marc Mutz2023-06-091-2/+2
* tst_QPixmapCache: check insert() reports failureMarc Mutz2023-06-091-0/+28
* tst_QPixmapCache: rewrite QVERIFY(x != 0) to QVERIFY(x)Marc Mutz2023-06-091-16/+16
* Correctly focus WASM windows on showMikolaj Boc2023-06-093-2/+84