summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* a11y atspi: Add null check in GetRowHeader handlingMichael Weghorn2022-09-051-3/+3
* QTlsBackendOpenSSL: Make ensureLibraryLoaded() privateIevgenii Meshcheriakov2022-09-051-2/+1
* QOffsetStringArray: fix size_t/qsizetype mismatchMarc Mutz2022-09-051-1/+1
* QTextDocumentLayout: Account for topMargin when hit-testingTang Haixiang2022-09-051-1/+1
* Don't attempt to access permissions.request if no such method existsMikolaj Boc2022-09-051-3/+3
* Fix crash when setting override cursor on multiple clientsEskil Abrahamsen Blomfeldt2022-09-052-5/+5
* QOffsetStringArray: highlight closing of namespace QtPrivateMarc Mutz2022-09-051-1/+1
* QOffsetStringArray: fix ambiguous qOffsetStringArray overloadsMarc Mutz2022-09-051-2/+2
* wasm: handle cmake's RUNTIME_OUTPUT_DIRECTORYLorn Potter2022-09-061-10/+24
* Android: Light/dark modes detectionBartlomiej Moskal2022-09-057-0/+43
* Fix warning from testing assignmentVolker Hilsheimer2022-09-031-1/+1
* Update zconf.h prefixes to match zlib v1.2.12 updateChristian Heimlich2022-09-032-2/+15
* tracegen: add support for QSizeRafael Roquetto2022-09-034-1/+11
* Windows: avoid losing transparency when pasting images into Qt appsEirik Aavitsland2022-09-021-3/+32
* Doc: 3rd party: Fix reference to FreeType LICENSE.txtTopi Reinio2022-09-021-1/+1
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-021-0/+4
* CMake: Add reference documentation for QT_IOS_LAUNCH_SCREENAlexandru Croitor2022-09-022-5/+43
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-021-5/+11
* QTlsBackendOpenSSL: Use a function-static variable in ensureLibraryLoaded()Ievgenii Meshcheriakov2022-09-022-10/+6
* TLS backend OpenSSL: Use function-static variable for symbol loadingIevgenii Meshcheriakov2022-09-021-343/+331
* Reland macdeployqt: Don't copy .prl files into the Resources folderMichael Brüning2022-09-021-3/+9
* Correct typo in destination path variable namesMichael Brüning2022-09-021-6/+6
* QMetaObject/Doc: document the variadic invoke{,Method} and newInstanceThiago Macieira2022-09-014-85/+305
* QMetaObject: pass the QMetaTypes in variadic invoke/newInstanceThiago Macieira2022-09-014-47/+112
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-025-6/+31
* QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-09-011-2/+0
* xcb: fix D&D in same xembed clientLiang Qi2022-09-011-9/+24
* xcb: use global coordinates for position of D&D for xembed clientLiang Qi2022-09-011-1/+1
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-011-5/+13
* Windows: Add helper function to check if the app has a package identityTor Arne Vestbø2022-09-012-1/+39
* Fix docs for types and macros from qlogging.hSona Kurazyan2022-09-013-204/+205
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-021-11/+13
* Fix two trivial defects in testlib docsEdward Welbourne2022-09-011-2/+2
* Provide CMake guidance for skipping whole testsEdward Welbourne2022-09-011-5/+14
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-0144-59/+59
* Clarify QLocale's documentation around names and uiLanguage()Edward Welbourne2022-09-011-21/+32
* rhi: metal: Add support for tessellationLaszlo Agocs2022-09-0110-240/+1906
* Add CBOR documentationØystein Heskestad2022-09-019-5/+91
* macdeployqt: Fix deploying libraries with `reexport`Jonas Kvinge2022-09-011-1/+1
* [docs] Fix ints that should be qsizetype [src/corelib/text]Marc Mutz2022-09-015-7/+7
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-013-17/+35
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-014-29/+29
* wasm: set ALLOW_MEMORY_GROWTH for multi-threaded buildsMorten Sørvig2022-09-011-18/+3
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-015-28/+37
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-0121-15/+37
* Hit test only the visible controls in WASM windowMikolaj Boc2022-09-012-129/+115
* wasm: add Emscripten version check for appsLorn Potter2022-09-011-0/+2
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-314-5/+15
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Fix dragging a docked QDockWidget [REG-fix]Thorbjørn Lund Martsum2022-08-311-1/+1