summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* a11y: Add new QAccessibleSelectionInterfaceMichael Weghorn2022-11-113-2/+134
* Stabilize flakiness in tst_QWidget::raise()Axel Spoerl2022-11-111-2/+5
* Doc: Add a dark offline CSSEike Ziller2022-11-113-3/+777
* QColorDialog: Account for native dialog helper not being able to showTor Arne Vestbø2022-11-111-4/+7
* QMessageBox: Don't add details button to native dialog helperTor Arne Vestbø2022-11-112-4/+8
* QFileDialog: Decouple nativeDialogInUse from QPlatformDialogHelperTor Arne Vestbø2022-11-113-13/+3
* Remove noop modification of QDialogPrivate::nativeDialogInUseTor Arne Vestbø2022-11-111-1/+0
* Remove unused tst_qfontdialog_mac_helpers.mmTor Arne Vestbø2022-11-111-30/+0
* QTimerInfo/Unix: use chrono for time arithmeticAhmad Samir2022-11-111-5/+9
* QLocaleData::numberToCLocale(): consolidate two branchesEdward Welbourne2022-11-111-5/+4
* QLocaleData::validateChars(): exploit last to detect first iterationEdward Welbourne2022-11-111-2/+2
* QLocaleData::numberToCLocale(): cache last characterEdward Welbourne2022-11-111-3/+5
* QLocaleData::numberToCLocale(): make discarding of grouping overtEdward Welbourne2022-11-111-5/+4
* QLocaleData::numberToCLocale(): simplify non-decimal handlingEdward Welbourne2022-11-111-16/+16
* QLocaleData::numberToCLocale(): use QFlags::testFlag() moreEdward Welbourne2022-11-111-6/+9
* 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