summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-011-11/+13
* 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-012-14/+10
* Fix the spelling of the word "combination"Mike Trahearn2022-09-011-1/+1
* 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
* 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-313-7/+7
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-311-5/+11
* 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
* QCocoaDrag: don't add pasteboard items with non-absolute URLsTimur Pocheptsov2022-08-291-0/+6
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-292-4/+33
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-298-0/+40
* [docs] QAnyStringView: remove the prediction that Qt 7 will drop L1Marc Mutz2022-08-271-3/+5
* QComboBox: Prevent recursion in hidePopupVolker Hilsheimer2022-08-272-1/+10