summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-158-6/+360
* QNetworkInformation[win]: Capture another potential exceptionMårten Nordheim2022-11-151-1/+6
* win: resolve theme fonts at 96 dpiMorten Sørvig2022-11-151-8/+10
* Apply system background color for top level windowSanthosh Kumar2022-11-152-1/+16
* QMessageBox: Reflect native dialog visibility via QWidget stateTor Arne Vestbø2022-11-152-0/+19
* QMessageBox: Resolve button title from button role if title is emptyTor Arne Vestbø2022-11-151-0/+30
* macOS: Ensure NSApp initialization without relying on event processingTor Arne Vestbø2022-11-152-12/+62
* Always export and link in JSEvents and specialHTMLTargetsMikolaj Boc2022-11-154-84/+25
* Fix crash when resetting a QShaderEskil Abrahamsen Blomfeldt2022-11-141-1/+7
* Fix rhi flush eval perf. and native window problemsLaszlo Agocs2022-11-143-18/+28
* a11y: Implement QAccessibleSelectionInterface for item viewsMichael Weghorn2022-11-142-1/+91
* PDF writer: implement support for document internal linksEirik Aavitsland2022-11-132-41/+109
* wasm: unblock virtual keybaordLorn Potter2022-11-131-1/+1
* a11y atspi: Bridge newly introduced QAccessibleSelectionInterfaceMichael Weghorn2022-11-132-0/+98
* Core: always link with CMAKE_DL_LIBSAlexey Rochev2022-11-121-1/+1
* Fix QAnyStringView build with GCC 13Ville Voutilainen2022-11-121-22/+24
* Call qtUpdateApi on module as expectedMikolaj Boc2022-11-111-1/+1
* Remove QSpan typedefMarc Mutz2022-11-111-7/+0
* Expand QSpan typedef to underlying type QT_FT_SpanMarc Mutz2022-11-114-66/+66
* [doc] QRasterPaintEngine: remove docs for QSpanMarc Mutz2022-11-111-9/+0
* a11y: Add new QAccessibleSelectionInterfaceMichael Weghorn2022-11-113-2/+134
* 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-111-2/+6
* 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
* 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
* 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-112-4/+14
* Windows: Inform accessibility system about the focused child itemVolker Hilsheimer2022-11-113-2/+14
* 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-103-2/+261
* Send accessible focus event after list view has focusFushan Wen2022-11-101-1/+1
* 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
* 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