aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.5.2' in qt/qtdeclarativev6.5.26.5.2Qt Submodule Update Bot2023-07-071-5/+5
* Update dependencies on '6.5.2' in qt/qtdeclarativeQt Submodule Update Bot2023-06-301-5/+5
* Update dependencies on '6.5.2' in qt/qtdeclarativeQt Submodule Update Bot2023-06-211-5/+5
* MouseArea: don't ignore double-click eventsShawn Rutledge2023-06-205-25/+80
* Update dependencies on '6.5.2' in qt/qtdeclarativeQt Submodule Update Bot2023-06-201-5/+5
* QML: Try QML conversion before metatype conversionUlf Hermann2023-06-178-65/+144
* QML: Allow creating constructible value types from variant objectsUlf Hermann2023-06-174-0/+105
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-174-50/+41
* CMake: Remove superfluous depfile in QML type registrationJoerg Bornemann2023-06-161-25/+0
* Update dependencies on '6.5.2' in qt/qtdeclarativeQt Submodule Update Bot2023-06-151-5/+5
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-06-131-5/+5
* Doc: explain issues with revisionsMitch Curtis2023-06-131-0/+25
* QQuickTextEdit: Fix rendering issues when selecting in long textPiotr Wierciński2023-06-123-12/+237
* Software renderer: Add floating point nodes to dirty listMatthias Rauter2023-06-121-2/+6
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-06-121-5/+5
* Reset touchPoint position after it was remapedMatthias Rauter2023-06-123-0/+79
* tst_stackview.qml: rename "component" idMitch Curtis2023-06-121-70/+70
* QQmlConnections: make overridden virtual functions protectedTim Blechmann2023-06-125-3/+26
* MonthGrid: remove "pressed" context propertyUlf Hermann2023-06-101-21/+0
* QtQml: Do not retroactively detach or re-attach methodsUlf Hermann2023-06-095-8/+107
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-095-57/+85
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-097-41/+41
* Doc: Fix documentation issuesTopi Reinio2023-06-092-2/+2
* Qml: Construct value types by properties from any object-likesUlf Hermann2023-06-093-93/+380
* QML: Re-add QMetaType::convert() attempt for argument conversionUlf Hermann2023-06-095-3/+17
* QML: Allow coercing variant objects to their own typeUlf Hermann2023-06-095-33/+87
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-06-091-5/+5
* Remove superfluous project file from exampleMatthias Rauter2023-06-081-16/+0
* Add Local storage example to IO categoryKai Köhne2023-06-081-0/+1
* Add missing semicolonJoni Poikelin2023-06-081-1/+1
* QQuickLabsPlatformMenuItem: accept KeySequence in shortcutSami Shalayel2023-06-073-0/+41
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-076-9/+9
* Doc: Fix ambiguous linkAndreas Eliasson2023-06-071-1/+2
* Doc: Expand FolderListModel documentationSze Howe Koh2023-06-071-25/+28
* Doc: Fix mislabelled diagram for Context2D.arc()Sze Howe Koh2023-06-072-2/+2
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-06-071-5/+5
* QObjectWrapper: Use metaTypeFromJS for call argumentsUlf Hermann2023-06-064-30/+17
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-06-065-16/+212
* V4: Unify type conversions for date and time valuesUlf Hermann2023-06-064-31/+34
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-06-065-3/+233
* Allow anonymous value types to be constructedUlf Hermann2023-06-066-2/+66
* Doc: Replace 'header' with 'footer' in DialogButtonBox documentationTopi Reinio2023-06-061-1/+1
* QtQml: Disallow multi-step construction of value typesUlf Hermann2023-06-061-10/+6
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-064-17/+0
* Update dependencies on '6.5' in qt/qtdeclarativeQt Submodule Update Bot2023-06-061-5/+5
* Disable flaky test in tst_qqmlecmascriptUlf Hermann2023-06-051-5/+8
* QtQml: Allow coercion to signed char in metaTypeFromJSUlf Hermann2023-06-051-0/+3
* QtQml: Recognize local inline components when clearing property cachesUlf Hermann2023-06-052-9/+36
* QtQml: Fix typo in warning messageUlf Hermann2023-06-051-1/+1
* QQuickLayout: improve polish loop warningMitch Curtis2023-06-051-1/+2