summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix warning from testing assignmentVolker Hilsheimer2022-09-041-1/+1
* Update zconf.h prefixes to match zlib v1.2.12 updateChristian Heimlich2022-09-032-2/+15
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0311-93/+511
* 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
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-021-7/+0
* Use testlib for multiPointRawEventTranslationOnTouchScreen eventsShawn Rutledge2022-09-022-68/+64
* 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-023-5/+46
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-021-5/+11
* QVariant: fix conversions of Q_ENUM that are QFlags<> to stringEirik Aavitsland2022-09-022-5/+15
* Add CBOR documentationØystein Heskestad2022-09-0216-10/+236
* QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-09-011-2/+0
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-015-6/+31
* 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 string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-09-012-5/+16
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-011-11/+13
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+14
* Fix two trivial defects in testlib docsEdward Welbourne2022-09-011-2/+2
* Provide CMake guidance for skipping whole testsEdward Welbourne2022-09-011-5/+14
* macdeployqt: Fix deploying libraries with `reexport`Jonas Kvinge2022-09-011-1/+1
* QLocale: port to qsizetype [2/N]: remainder (qlocale_win.cpp partial)Marc Mutz2022-09-014-29/+29
* [docs] Fix ints that should be qsizetype [src/corelib/text]Marc Mutz2022-09-015-7/+7
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-09-011-1/+1
* Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for Ubuntu 22.04Heikki Halmet2022-09-011-0/+1
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-09-018-0/+40
* Doc: fix example repo URLMitch Curtis2022-09-011-1/+1
* wasm: add Emscripten version check for appsLorn Potter2022-09-012-0/+27
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-315-625/+631
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* Restore signature of qt_handleTouchEvent()Kai Köhne2022-08-314-5/+15
* QSslCertificate::toText(): add a file to compare againstTimur Pocheptsov2022-08-315-150/+9
* tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3Timur Pocheptsov2022-08-311-0/+5
* 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-313-15/+21
* Fix possible undefined behavior in clear_thread_dataNiclas Rosenvik2022-08-311-2/+1
* Make QKdeTheme aware of runtime theme changesAxel Spoerl2022-08-311-5/+148
* tst_QDtls::verifyClientCertficiate - update certs for OpenSSL v3Timur Pocheptsov2022-08-312-88/+84
* 3rdparty/zlib: backport the fix to CVE-2022-37434Thiago Macieira2022-08-312-2/+38
* 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
* CMake: Remove NSHumanReadableCopyright from iOS Info.plistAlexandru Croitor2022-08-311-3/+0
* CMake: Fix storyboard entry in an iOS Info.plist fileAlexandru Croitor2022-08-311-3/+6
* CMake: Clarify documentation for target and project finalizationAlexandru Croitor2022-08-311-10/+19
* CMake: Add documentation for QT_NO_COLLECT_BUILD_TREE_APK_DEPSAlexandru Croitor2022-08-312-0/+23
* QDateTime: work around bitfield bug on msvc x86Mårten Nordheim2022-08-311-5/+12
* wasm: update emsdk to 3.1.14Lorn Potter2022-08-312-2/+2
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-312-4/+33
* a11y: Don't reassign unique ID to other object right awayMichael Weghorn2022-08-312-6/+26