summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash in QTextMarkdownWriter::writeBlock()Shawn Rutledge2022-09-101-2/+2
* CMake: Un-TP QT_HOST_PATHJoerg Bornemann2022-09-091-1/+0
* Pass QT_NO_PACKAGE_VERSION_CHECK to the Android multi-ABI external projectsAlexey Edelev2022-09-091-0/+4
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-092-1/+34
* JUnit: Don't turn seconds into kilo-secondsMårten Nordheim2022-09-081-1/+1
* tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3Timur Pocheptsov2022-09-082-11/+33
* xcb: fix the build of native paintingLiang Qi2022-09-081-0/+1
* uic: Remove trailing blanks generated into Python icon codeFriedemann Kleint2022-09-081-2/+1
* qUncompress: statically assert that arithmetic overflow cannot occurMarc Mutz2022-09-081-1/+3
* [docs] qCompress/qUncompress: document size limitsMarc Mutz2022-09-081-0/+22
* CMake: allow user specified boolean values to have any caseRolf Eike Beer2022-09-071-1/+1
* QFileSystemEngine/Unix: fix unneeded casts from errno values to intMarc Mutz2022-09-071-8/+8
* tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3Mårten Nordheim2022-09-071-1/+1
* tst_QDtls::verifyClientCertficiate - update certs for OpenSSL v3Timur Pocheptsov2022-09-072-88/+84
* Docs: Improve documentation regarding adding SSL supportNicholas Bennett2022-09-071-2/+3
* Conan: Do not force 'qt_host_path' usage in cross-build contextIikka Eklund2022-09-071-9/+20
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-072-4/+8
* Refix QDockwidget drag out dockwidgetThorbjørn Lund Martsum2022-09-061-1/+1
* 3rdparty: apply a fix to the last zlib fixThiago Macieira2022-09-062-2/+35
* CMake: Tidy up documentation regarding android library collectionAlexandru Croitor2022-09-062-11/+15
* Use QVarLengthFlatMap for QPointingDevicePrivate::activePointsShawn Rutledge2022-09-062-1/+2
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-061-7/+0
* Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-031-5/+11
* Update zconf.h prefixes to match zlib v1.2.12 updateChristian Heimlich2022-09-032-2/+15
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-031-2/+4
* 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
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-011-11/+13
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+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
* widgets: avoid setting X11BypassWindowManagerHint in QToolBarLiang Qi2022-09-011-1/+1
* RCC: fix zlib compression when --no-zstd was specifiedThiago Macieira2022-09-013-15/+21
* Fix the spelling of the word "combination"Mike Trahearn2022-09-011-1/+1
* Doc: fix example repo URLMitch Curtis2022-09-011-1/+1
* Fix tree/table/list accessibility stateAndré de la Rocha2022-08-311-1/+21
* 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
* Fix possible undefined behavior in clear_thread_dataNiclas Rosenvik2022-08-311-2/+1
* 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
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-314-7/+14
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-312-5/+16
* Replace logging category lcQpaDockWidgets in dock widget auto testAxel Spoerl2022-08-311-41/+37
* Blacklist: tst_QGraphicsAnchorLayout::layoutDirection for Ubuntu 22.04Heikki Halmet2022-08-311-0/+1
* 3rdparty/zlib: backport the fix to CVE-2022-37434Thiago Macieira2022-08-312-2/+38
* Derive PlaceholderText color from Text color in QPaletteAxel Spoerl2022-08-301-0/+34