aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Remove superfluous depfile in QML type registrationJoerg Bornemann2023-06-161-25/+0
* QQmlConnections: make overridden virtual functions protectedTim Blechmann2023-06-121-3/+4
* 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
* 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
* Doc: Fix ambiguous linkAndreas Eliasson2023-06-071-1/+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
* 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-061-2/+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
* Qt Quick Compiler docs: Cross-reference pagesFabian Kosmale2023-06-022-1/+4
* Doc: Capitalize header file in code snippetAndreas Eliasson2023-06-021-1/+1
* 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
* qt_add_qml_module: Set QT_QML_MODULE_QML_FILES correctlyFabian Kosmale2023-05-161-15/+17
* Examples: Move Qml plugin example to manual testsOlivier De Cannière2023-05-151-82/+0
* QQmlComponent: Remove pending QProperty bindings in old createObject()Ulf Hermann2023-05-132-27/+53
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-05-113-5/+5
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-111-3/+19
* QML: Allow conversion from QV4::Sequence to different iterableUlf Hermann2023-05-111-11/+21
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-117-18/+40
* Remove the 'qml-devtools' featureAlexey Edelev2023-05-101-5/+0
* QML: Don't try to convert objects with prototypes to QVariantUlf Hermann2023-05-101-4/+4
* QML: Don't crash when monitoring binding removalUlf Hermann2023-05-081-7/+19
* QQmlComponent: Remove pending bindings when setting propertiesUlf Hermann2023-05-063-7/+38
* QmlCompiler: Disallow reading from values affected by side effectsUlf Hermann2023-05-051-39/+52
* Fix small errors in the C++ integration tutorialsFriedemann Kleint2023-05-052-3/+2
* QML: Fix call frame conversion for QVariant return typesUlf Hermann2023-05-051-0/+11
* QmlCompiler: Do not stop parsing on top-level Component elementsUlf Hermann2023-05-041-1/+1
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-05-021-4/+16
* QML metatypes: Adjust to QMetaType revision incrementFabian Kosmale2023-05-021-2/+2
* QV4: Fix formatting options for the search component of UrlObjectOlivier De Cannière2023-04-281-1/+4
* QQmlData: Implement markAsDeleted without recursionFabian Kosmale2023-04-281-5/+9
* Trace: Convert qtdeclarative to use new tracepoint generationAntti Määttä2023-04-267-22/+34
* Doc: Exclude licensing header when including a .qdocincTopi Reinio2023-04-253-2/+4
* Doc: Specify that class name must be fully qualifiedAndreas Eliasson2023-04-252-3/+25
* Doc: Fix typo in QT_QMLLINTER_TARGETS_FOLDER CMake QML property nameLeena Miettinen2023-04-251-1/+1
* Refactor the usage of icutils::NodeAmir Masoud Abdol2023-04-252-5/+12
* ACTION_IF: suppress GCC 13 warning about leaked dangling pointerThiago Macieira2023-04-211-0/+12
* Doc: Re-phrase descriptions around read-only propertiesSze Howe Koh2023-04-201-6/+6