summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-08-312-14/+10
* Fix possible undefined behavior in clear_thread_dataNiclas Rosenvik2022-08-311-2/+1
* Plug the WASM batched test runner into the build systemMikolaj Boc2022-08-312-6/+35
* directfb: Fix compilationEskil Abrahamsen Blomfeldt2022-08-3110-48/+60
* Request frame when a window has been movedMikolaj Boc2022-08-311-0/+2
* qthread.h: fix logic for Q_OS_FREEBSD and add support for 32bit FreeBSDTobias C. Berner2022-08-311-2/+2
* QMetaObject: add a new, variadic invoke/invokeMethod/newInstanceThiago Macieira2022-08-303-36/+259
* 3rdparty/zlib: backport the fix to CVE-2022-37434Thiago Macieira2022-08-302-2/+38
* a11y: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-301-6/+6
* QtBase tools: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-301-1/+1
* QDBusTrayIcon: add xdg-activation supportIlya Fedin2022-08-312-0/+10
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-08-301-1/+1
* Don't call QPlatformWindow::setGeometry twice in QWasmWindowMikolaj Boc2022-08-301-1/+0