aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MouseArea: don't ignore double-click eventsShawn Rutledge2023-06-201-4/+2
* QML: Try QML conversion before metatype conversionUlf Hermann2023-06-175-65/+118
* QML: Allow creating constructible value types from variant objectsUlf Hermann2023-06-171-0/+2
* Remove DA::deliverMatchingPointsToItem's second sendFilteredPointerEventShawn Rutledge2023-06-171-5/+0
* CMake: Remove superfluous depfile in QML type registrationJoerg Bornemann2023-06-161-25/+0
* Doc: explain issues with revisionsMitch Curtis2023-06-131-0/+25
* QQuickTextEdit: Fix rendering issues when selecting in long textPiotr Wierciński2023-06-121-1/+6
* Software renderer: Add floating point nodes to dirty listMatthias Rauter2023-06-121-2/+6
* Reset touchPoint position after it was remapedMatthias Rauter2023-06-121-0/+2
* QQmlConnections: make overridden virtual functions protectedTim Blechmann2023-06-121-3/+4
* MonthGrid: remove "pressed" context propertyUlf Hermann2023-06-101-21/+0
* QtQml: Do not retroactively detach or re-attach methodsUlf Hermann2023-06-091-8/+2
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-092-57/+67
* 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-091-93/+260
* QML: Re-add QMetaType::convert() attempt for argument conversionUlf Hermann2023-06-091-1/+5
* QML: Allow coercing variant objects to their own typeUlf Hermann2023-06-091-33/+49
* Add missing semicolonJoni Poikelin2023-06-081-1/+1
* QQuickLabsPlatformMenuItem: accept KeySequence in shortcutSami Shalayel2023-06-071-0/+6
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-075-8/+8
* 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
* QObjectWrapper: Use metaTypeFromJS for call argumentsUlf Hermann2023-06-061-29/+2
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-06-064-0/+168
* V4: Unify type conversions for date and time valuesUlf Hermann2023-06-063-22/+22
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-06-064-3/+78
* Allow anonymous value types to be constructedUlf Hermann2023-06-062-2/+9
* 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-063-12/+0
* QtQml: Allow coercion to signed char in metaTypeFromJSUlf Hermann2023-06-051-0/+3
* QtQml: Recognize local inline components when clearing property cachesUlf Hermann2023-06-051-1/+9
* QtQml: Fix typo in warning messageUlf Hermann2023-06-051-1/+1
* QQuickLayout: improve polish loop warningMitch Curtis2023-06-051-1/+2
* Doc: Link QML Settings.category to QSettings::group()Sze Howe Koh2023-06-041-0/+2
* Doc: QtQuickControls Wearable example: Fix file quotingTopi Reinio2023-06-021-1/+1
* Doc: Make 'Qt Quick Effects' and 'Qt Quick Particles' linkable targetsTopi Reinio2023-06-023-0/+4
* Qt Quick Compiler docs: Cross-reference pagesFabian Kosmale2023-06-022-1/+4
* Doc: Capitalize header file in code snippetAndreas Eliasson2023-06-021-1/+1
* TextEdit: fix wrong RTL text alignment when used with a ColumnLayoutVladimir Belyavsky2023-06-021-12/+11
* Add documentation of workaround for jumpy scroll barsMatthias Rauter2023-05-311-1/+13
* Fix mouse handling issue in modal popupSanthosh Kumar2023-05-311-1/+1
* Fix delegate loading issue when valid size is specifiedSanthosh Kumar2023-05-301-2/+8
* Doc: Add section that shows how to separate qml tests from app logicAndreas Eliasson2023-05-305-0/+188
* Override default ApplicationWindow for native windows styleSanthosh Kumar2023-05-283-3/+13
* QQuickSinglePointHandler: reset pointinfo on a stray TouchBeginAxel Spoerl2023-05-271-3/+15
* Make sure that source file exists when copying QML RESOURCESAlexey Edelev2023-05-261-8/+10
* Detect if C++ files were added to QML_FILES and give correct adviceAlexey Edelev2023-05-261-11/+22