summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wasm: Dont access QNetworkReply header data through dangling pointerv6.6.36.6.3Piotr Wierciński2024-03-182-2/+2
* SQLite: Update SQLite to v3.45.2Christian Ehrlicher2024-03-173-85/+218
* QStyleSheetStyle: don't draw check indicator twiceChristian Ehrlicher2024-03-101-3/+5
* PNG: preserve ICC profiles that QColorSpace does not handleGiuseppe D'Angelo2024-03-101-10/+10
* Windows QPA: Include custom margins in atypical marginsTimothée Keller2024-03-091-5/+6
* Avoid QRubberBand leaving artefacts in QListViewEirik Aavitsland2024-03-091-2/+7
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo2024-03-081-2/+2
* Correct documentation of QDateTime's comparisonsEdward Welbourne2024-03-081-11/+18
* Fix menu size in multiscreen setupsFriedemann Kleint2024-03-083-4/+25
* wasm: send DPR change event on window updateMorten Sørvig2024-03-081-1/+6
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw2024-03-081-0/+2
* QGlobalStatic: suppress -Wtsan warningGiuseppe D'Angelo2024-03-081-0/+8
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-071-7/+15
* Update bundled libpng to version 1.6.43Eirik Aavitsland2024-03-0712-108/+133
* Map drag event positions to global during dock/toolbar dragDavid Redondo2024-03-061-1/+2
* Handle drag leave when performing platform drag of docks or toolbarsDavid Redondo2024-03-061-0/+5
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-062-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-061-2/+6
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-052-0/+7
* Revert "synqt.cpp: scan for and reject #pragma once"Robert Griebl2024-03-051-15/+3
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-053-2/+9
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-052-3/+0
* Android: Remove uses of QWindowPrivate::compositingTor Arne Vestbø2024-03-052-9/+4
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-043-9/+14
* QDockWidget: Use resizer without native window decorationAxel Spoerl2024-03-041-4/+4
* QDBusUtil: document the D-Bus signature grammarMarc Mutz2024-03-041-0/+15
* [docs] QDBusUtil::isValidObjectPath(): simplify descriptionMarc Mutz2024-03-041-3/+2
* QProcess/Doc: remove the note that about FailedToStart after started()Thiago Macieira2024-03-041-3/+0
* Fix previewing a preview on reentranceAllan Sandfeld Jensen2024-03-033-0/+9
* Add QWidgetPrivate::closestParentWidgetWithWindowHandle helper methodTor Arne Vestbø2024-03-032-0/+20
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-033-24/+0
* Fix spelling of FFmpeg in (end-)user-visible string of windeployqtVolker Hilsheimer2024-03-021-2/+2
* androiddeployqt: fix QDirIterator::next() usageAhmad Samir2024-03-021-2/+3
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-022-1/+5
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-03-013-28/+46
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-03-013-15/+26
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-03-013-3/+3
* Disable depfile support for the external projects when building for AndroidAlexey Edelev2024-02-291-1/+1
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-1/+1
* synqt.cpp: scan for and reject #pragma onceMarc Mutz2024-02-291-3/+15
* QWidgetRepaintManager: Use textureChildSeen to determine deferred updateTor Arne Vestbø2024-02-291-3/+3
* Prevent re-replacing state in setGeometryTomi Korpipää2024-02-291-1/+3
* Fix the qtpath issue with lto enabledAlexey Edelev2024-02-293-6/+13
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-291-0/+2
* rhi: d3d: Print more details on swapchain creation failureLaszlo Agocs2024-02-292-4/+15
* QDialogButtonBox: fix crash when adding a QToolButtonDavid Faure2024-02-291-1/+1
* syncqt.cpp: Extract Lambda error()Marc Mutz2024-02-291-3/+6
* QPixmap: fix the documenation for toHICONGiuseppe D'Angelo2024-02-291-2/+3
* SQL/ODBC: Don't assert when no error record is availableChristian Ehrlicher2024-02-291-0/+2
* Windows: clean up System Tray Icon message iconVolker Hilsheimer2024-02-292-1/+10