summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QPolygon(F): streamline the QDebug streaming operatorGiuseppe D'Angelo2023-09-121-12/+2
* wasm: don't crash if app is deleteLater()edMorten Sørvig2023-09-111-0/+5
* wasm: send key release for touchscreen inputLorn Potter2023-09-112-5/+8
* QDataStream: clarify QDataStream::operator>>(char *&s) API docsAhmad Samir2023-09-101-3/+4
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDateKai Köhne2023-09-091-4/+2
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-082-6/+22
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-071-16/+17
* QItemSelectionModelPrivate: improve formatting of the connectionsIvan Solovev2023-09-071-24/+25
* Fix backing store compositor transform with VulkanLaszlo Agocs2023-09-071-3/+4
* QNetworkReply: fix potential nullptr access in loadFromCacheIfAllowed()Vladimir Belyavsky2023-09-061-1/+2
* Add support for setting the initial directory in portal file dialogDavid Redondo2023-09-061-13/+12
* QAbstractAnimation::setCurrentTime() - fix bindable property usageIvan Solovev2023-09-061-14/+27
* wasm: expose windows before delivering updatesMorten Sørvig2023-09-061-4/+9
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-09-066-38/+136
* Dialogs: clean up native dialogs when object gets destroyedVolker Hilsheimer2023-09-065-37/+76
* QFontComboBox: inform accessibility about model reset when filter changesVolker Hilsheimer2023-09-061-0/+8
* Doc: remove erroneous statement that signals can't have return typesThiago Macieira2023-09-061-2/+1
* Clean up inline keyword use in qstring.hMarc Mutz2023-09-061-112/+112
* QSortFilterProxyModel: fix binding loopsIvan Solovev2023-09-061-7/+8
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-061-2/+3
* Mark linux_perf_event with GPL-2.0-onlyKai Köhne2023-09-062-2/+2
* Mark freetype as GPL-2.0-onlyKai Köhne2023-09-062-2/+2
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-09-061-1/+2
* QVariantAnimation: fix binding loopsIvan Solovev2023-09-061-8/+8
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-061-5/+6
* QTimeLine: fix binding loopsIvan Solovev2023-09-061-20/+22
* QDBusServiceWatcher: fix binding loopsIvan Solovev2023-09-061-35/+42
* QPauseAnimation: extend tests and fix binding loopIvan Solovev2023-09-061-4/+3
* QPropertyAnimation: fix binding loopsIvan Solovev2023-09-061-11/+13
* Doc: Add example categories to Qt Widget examplesMats Honkamaa2023-09-061-0/+4
* Update bundled zlib to version 1.3Dennis Oberst2023-09-0627-1543/+1006
* QAccessibleWidget: Remove pointless ZWSP in warning messageFabian Kosmale2023-09-061-1/+1
* QCOMPARE: restore compatibility with braced-init-listsGiuseppe D'Angelo2023-09-061-1/+1
* QBindable: Add doc example for ctor taking property nameFabian Kosmale2023-09-061-1/+8
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-09-061-4/+11
* widget: set WA_X11NetWmWindowType* after xcb window was createdLiang Qi2023-09-051-1/+1
* QPrintDialog on macOS: Don't crash when parent is not a windowVolker Hilsheimer2023-09-051-2/+3
* Doc: Delete links to removed examplesAndreas Eliasson2023-09-057-9/+7
* Fix typo in QCocoaWindow commentColin Snover2023-09-051-1/+1
* QComboBox: scroll the popup to the top before positioning itRichard Moe Gustavsen2023-09-051-1/+7
* wasm: add iOS to platform detectionLorn Potter2023-09-053-5/+6
* Don't grab QWhatsThis background on WindowsOliver Wolff2023-09-051-17/+0
* Doc: Fix typoAndreas Eliasson2023-09-051-1/+1
* Revert "fix AT_SPI_BUS_ADDRESS actually working"Samuel Thibault2023-09-051-9/+2
* qC{Debug,Info,Warning,Critical}: move the function call to the macroThiago Macieira2023-09-051-6/+1
* CMake: Fix linkage with lld 16.0Bernhard Rosenkränzer2023-09-051-0/+19
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-09-053-4/+5
* wasm: Fix QFileDialog file filterPiotr Wierciński2023-09-053-109/+77
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-052-2/+7
* QMdiArea: port Q_FOREACH to ranged-for, loop could call QCA::sendEvent()Ahmad Samir2023-09-041-9/+41