summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* rcc: Suppress clang's -Wexit-time-destructorshjk2022-07-074-0/+36
* rhi: Fix a manual testLaszlo Agocs2022-07-071-1/+1
* Revert "Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORS"Morten Sørvig2022-07-071-14/+1
* Add support for scoped JNI callbacksJuha Vuolle2022-07-072-0/+89
* qdbusxml2cpp: allow choosing <> over ""Mate Barany2022-07-071-0/+49
* Make the promises js-less using a newly introduced thunk poolMikolaj Boc2022-07-071-110/+71
* Revert "QFutureCallOutEvent: de-export again"Sona Kurazyan2022-07-061-7/+1
* Apply ScaleFactorRoundingPolicy to QT_SCREEN_SCALE_FACTORSMorten Sørvig2022-07-061-1/+14
* High-dpi: Add test for setting the scale factor rounding policyMorten Sørvig2022-07-061-0/+56
* wasm: begin work on accessibility backendMorten Sørvig2022-07-065-0/+78
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-32/+14
* tst_QGraphicsScene: fix -Wsuggest-overrideMarc Mutz2022-07-061-1/+1
* Port promise tests to qtwasmtestlibMikolaj Boc2022-07-065-256/+171
* Create the Qt File Filter => showOpen/SaveFilePicker options mapperMikolaj Boc2022-07-052-0/+235
* Enhance the qtwasmtestlib with comparison functions and status reportingMikolaj Boc2022-07-054-83/+131
* tst_QSslKey: prepare for the migration to OpenSSL v3Timur Pocheptsov2022-07-051-12/+42
* QListview: PageDown/Up infinite loopTang Haixiang2022-07-051-0/+21
* tst_qwindow: modify some abnormal touch testsTang Haixiang2022-07-051-39/+39
* rhi: Keep track of pipeline creation timesLaszlo Agocs2022-07-051-0/+34
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-051-0/+1
* Add support for naming JNI functions with the unstringify macroJuha Vuolle2022-07-052-0/+27
* Harden drag and drop handling in widget windowLaszlo Agocs2022-07-011-0/+73
* QLayout: add className() to a warning messageAhmad Samir2022-07-012-2/+2
* IM: Don't let all widgets support IM by defaultRichard Moe Gustavsen2022-07-011-0/+31
* Create a promise wrapper for C++ and port existing usesMikolaj Boc2022-06-302-0/+646
* wasm: add qtwasmtestlibMorten Johan Sørvig2022-06-295-0/+416
* qtestlib: exit with error if a test is invoked with unknown data tagDimitrios Apostolou2022-06-281-0/+52
* Avoid including qopenglfunctions header files if Qt is built with GLES2Alexey Edelev2022-06-281-1/+3
* rhi: metal: Switch back to presentDrawableLaszlo Agocs2022-06-281-0/+14
* FatalSignalHandler: print some more information from siginfo_tThiago Macieira2022-06-281-5/+2
* QKeySequenceEdit: add a maximumSquenceLength propertyLaszlo Papp2022-06-271-0/+37
* Fix QDBusInterface crashing with empty path on constructionMårten Nordheim2022-06-271-0/+7
* QHttpHeaderParser: Allow larger fields but restrict total sizeLars Schmertmann2022-06-274-16/+143
* tst_moc: fix build with GCC 12Thiago Macieira2022-06-241-3/+3
* Emit autolinks in QTextMarkdownWriterShawn Rutledge2022-06-242-2/+4
* Support markdown in QTextEditMimeData; fix pasting trailing newlinesShawn Rutledge2022-06-242-0/+105
* Blacklist qtcpsocket bind on arm macOSToni Saario2022-06-241-0/+2
* Network: Update expired certMårten Nordheim2022-06-242-30/+30
* unblacklist passing tests 2022Anna Wojciechowska2022-06-2310-55/+31
* moc: fix use of escape sequence of more than one characterThiago Macieira2022-06-221-20/+25
* Add QDom internalSubset implementationYe ShanShan2022-06-231-0/+66
* moc: Allow reading property values through bindablesUlf Hermann2022-06-221-0/+39
* QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-06-211-2/+16
* tst_tostring: add benchmarks for QCOMPARE vs. QCOMPARE_EQMarc Mutz2022-06-221-0/+55
* tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONSMarc Mutz2022-06-221-0/+13
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* Remove unused variable in tst_QTextEdit::setDocumentPreservesPalette()Shawn Rutledge2022-06-211-1/+0
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-20/+64
* QDom: Stop treating non-BMP characters as invalidSona Kurazyan2022-06-201-0/+22
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-201-5/+10