summaryrefslogtreecommitdiffstats
path: root/src
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
* Android: properly retrieve mime type of uri to for openUrl()Assam Boudjelthia2022-10-281-5/+6
* 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-273-20/+32
* 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
* eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-09-235-15/+58
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-195-29/+7
* 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
* QObject: attempt to fix a deadlock introduced by an earlier fixThiago Macieira2022-09-161-1/+11
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-122-4/+6
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-09-122-24/+24
* [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-091-0/+18
* JUnit: Don't turn seconds into kilo-secondsMårten Nordheim2022-09-081-1/+1
* 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
* QFileSystemEngine/Unix: fix unneeded casts from errno values to intMarc Mutz2022-09-071-8/+8
* Docs: Improve documentation regarding adding SSL supportNicholas Bennett2022-09-071-2/+3
* 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
* 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
* 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