summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more tests of QLocale and "single character" data that aren'tEdward Welbourne2022-11-111-7/+41
* Add benchmarks for QLocale number parsingEdward Welbourne2022-11-111-0/+230
* Add benchmarks for QString number parsingEdward Welbourne2022-11-111-8/+164
* Gtk3: fix stack smashing on mismatch between bool and gbooleanThiago Macieira2022-11-111-1/+1
* QLocale: update the disabling of -Wfree-nonheap-object to GCC 10 onlyThiago Macieira2022-11-111-1/+1
* emit QWindow::windowStateChanged only when state has changedAxel Spoerl2022-11-114-28/+153
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-114-2/+55
* QTextLayout: Reconsider cursor drawing on TextObjectTang Haixiang2022-11-111-10/+10
* QString: prevent crash in remove(pos, len)Ahmad Samir2022-11-101-1/+1
* Remove unused internal rhi backingstore parametersLaszlo Agocs2022-11-102-17/+1
* a11y: Add support for Tables in macOS bridgeJan Arve Sæther2022-11-104-2/+350
* Send accessible focus event after list view has focusFushan Wen2022-11-101-1/+1
* Use module-specific names for 'module_headers[_generated]' filesAlexey Edelev2022-11-101-2/+2
* Fix type mismatch compiler warning in tst_QGlyphRunAxel Spoerl2022-11-101-33/+33
* Fix unused variable compiler warning in tst_qpaletteAxel Spoerl2022-11-101-0/+12
* Add permissions feature example and manual test to the buildAssam Boudjelthia2022-11-106-3/+15
* Remove unused tst_qwidget_mac_helpers.h/mmTor Arne Vestbø2022-11-104-54/+0
* QPlainTestLogger: include extra information in each resultThiago Macieira2022-11-091-0/+103
* QPlainTestLogger: don't print "RESULT" before each additional resultThiago Macieira2022-11-097-28/+52
* QPlainTestLogger: simplify printBenchmarkResult()Thiago Macieira2022-11-091-54/+47
* tests: fix build with -no-feature-concurrentJohannes Kauffmann2022-11-091-1/+1
* rhi: metal: Move macOS 13 pipeline cache workaround to the backendLaszlo Agocs2022-11-091-3/+29
* QThread/Unix: use chrono for time arithmeticAhmad Samir2022-11-091-6/+10
* QNetworkInformation[Win]: Fix potential use-after/during-freeMårten Nordheim2022-11-093-12/+26
* Make QMacMime::canConvert a non-virtual helper for other virtualsVolker Hilsheimer2022-11-095-108/+39
* macOS: delay initialization of small fontVolker Hilsheimer2022-11-092-9/+14
* QTextDocument::loadResource(): invoke parent via direct connectionShawn Rutledge2022-11-091-1/+2
* QFileSystemEngine/Unix: remove futimes related codeAhmad Samir2022-11-093-83/+0
* Plumb public permission APIs to Android backendTor Arne Vestbø2022-11-0911-145/+315
* tst_QVariant: convert some test functions to table-drivenThiago Macieira2022-11-091-110/+141
* QVariant: add support for numeric comparisons for char16_t and char32_tThiago Macieira2022-11-092-1/+13
* QVariant: fix comparison of enums to numericsThiago Macieira2022-11-092-28/+197
* QVariant: simplify getting integer contents by using the type sizeThiago Macieira2022-11-091-40/+31
* QVariant: move the NaN comparison into the spaceShip functionThiago Macieira2022-11-091-2/+4
* QVariant: use QPartialOrdering for the internal comparison functionsThiago Macieira2022-11-091-33/+16
* QVariant: merge the equality and ordering compare functionsThiago Macieira2022-11-091-36/+2
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-093-49/+233
* QVariant: get rid of output argument to qConvertTo{Real,}NumberThiago Macieira2022-11-091-63/+41
* Add binary compatibility file generated against 6.4.0Milla Pohjanheimo2022-11-091-0/+27176
* QPlainTestLogger::formatResult: use QByteArray instead of QStringThiago Macieira2022-11-091-14/+14
* QBenchlib/Perf: use one system call to enable/disable measurementsThiago Macieira2022-11-091-5/+4
* QBenchlib/Perf: use C++11 range-fors for the event listThiago Macieira2022-11-091-15/+12
* QBenchlib/Perf: parse multiple counters from -perfcounterThiago Macieira2022-11-091-13/+24
* QBenchlib: add support for a measurer reporting multiple resultsThiago Macieira2022-11-0912-86/+132
* QBenchlib: use QBenchmarkMeasurerBase::Measurement in QBenchmarkResultThiago Macieira2022-11-096-28/+22
* QBenchlib: pass the metric type alongside the measurement valueThiago Macieira2022-11-0911-72/+46
* Update the poll-exit-on-error code: include the message for everyoneThiago Macieira2022-11-081-5/+3
* Update the poll-exit-on-error feature to be privateThiago Macieira2022-11-082-4/+2
* Stabilize flakiness in tst_QOpenGLWidgetAxel Spoerl2022-11-081-41/+52
* tst_QGraphicsEffectSource: Reset effect repaint count after flushing eventsTor Arne Vestbø2022-11-081-1/+1