summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix cache maybe invalid while the signal is actived from queue6.3Jannis Xiong2023-01-063-1/+8
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-061-0/+9
* fix fontconfig detectionEric Lemanissier2022-12-051-1/+1
* BLACKLIST: tst_QApplication::sendEventsOnProcessEvents for RHEL 9.0Heikki Halmet2022-11-021-0/+1
* Android: properly retrieve mime type of uri to for openUrl()Assam Boudjelthia2022-10-281-5/+6
* Fix bool comparison in tst_qopenglwidget.cppPeter Varga2022-10-231-3/+3
* Android: Add a way to disable accessibility via an environment varVille Voutilainen2022-10-201-0/+3
* QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
* Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-111-1/+4
* qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-111-6/+6
* QPdfEngine: port from raw zlib to qCompress()Marc Mutz2022-10-111-7/+6
* forkfd: fix Clang 15 ATOMIC_VAR_INIT deprecation warningMarc Mutz2022-10-111-0/+4
* [docs] QMap: fix missing toStdMap()&& overload docsMarc Mutz2022-10-111-0/+9
* QString/doc: correct the record on const char* optimizationsThiago Macieira2022-10-032-2/+11
* QPluginLoader: Fix the expected machine word for Windows on ARMMartin Storsjö2022-09-281-1/+1
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-274-20/+103
* Doc: Update the animation framework overviewVenugopal Shivashankar2022-09-273-205/+231
* Android: Fix Display.getRealMetrics deprecationSamuel Mira2022-09-273-36/+102
* Propagate QT_HOST_PATH_CMAKE_DIR to multi-ABI external projectsAlexey Edelev2022-09-261-0/+4
* Update url to IAccessible2 SpecificationJan Arve Sæther2022-09-261-1/+1
* Examples doc: Tags fix for QtQuick examplesBartlomiej Moskal2022-09-231-1/+20
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-235-15/+58
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-198-73/+10
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-191-0/+4
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-182-38/+50
* a11y atspi: Add null check in GetRowHeader handlingMichael Weghorn2022-09-161-3/+3
* Pass a parent pointer to the Animation instance to avoid memory leakJan Arve Sæther2022-09-162-3/+3
* QObject: attempt to fix a deadlock introduced by an earlier fixThiago Macieira2022-09-161-1/+11
* tests: blacklist tst_QSocks5SocketEngine::passwordAuth() on all UbuntuLiang Qi2022-09-151-2/+1
* Make tst_qnetworkreply depend on the 'echo' helperMårten Nordheim2022-09-131-0/+1
* Do not make extra copy of public headers for external headers moduleMichal Klocek2022-09-121-5/+8
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-123-4/+55
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-09-122-24/+24
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-1211-93/+511
* Coin: Add core count configHeikki Halmet2022-09-121-0/+6
* [docs] Fix ints that should be qsizetype [src/corelib/text]Marc Mutz2022-09-115-7/+7
* FileChooser portal: set current_file only when file already existsIlya Fedin2022-09-101-3/+6
* 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