aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* loadFromModule: Properly handle QML only modulesFabian Kosmale2023-02-022-6/+22
* Doc: Add missing \since to new Qt 6.5 Qt QML APIKai Köhne2023-02-022-0/+6
* Doc: Document QQmlEngine::offlineStoragePathChanged separatelyKai Köhne2023-01-311-0/+7
* QML DOM: Remove support for Qt < 6.5Fabian Kosmale2023-01-301-3/+1
* QQmlInstantiationInterrupt: Port to QDeadLineTimerFabian Kosmale2023-01-292-21/+14
* Doc: Fix link to Internationalization with QtLeena Miettinen2023-01-271-6/+6
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-2/+13
* QML: Allow more conversions between different listsUlf Hermann2023-01-261-32/+63
* QML: Fix interceptors on value types ignoring fast changesUlf Hermann2023-01-257-73/+94
* QML: Allow converting any object list to QQmlListPropertyUlf Hermann2023-01-251-17/+32
* Document QQmlExtensionPluginUlf Hermann2023-01-241-4/+19
* QML: Output a warning for creatable object types without default ctorUlf Hermann2023-01-233-24/+160
* QQmlImport: Handle file selectors in qmldirFabian Kosmale2023-01-231-0/+62
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-0/+9
* Fix minor API problemsUlf Hermann2023-01-182-3/+4
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-172-0/+162
* Remove remaining vestiges of "Binding" propertiesFabian Kosmale2023-01-172-5/+1
* QQmlTypeData: centralize error reportingFabian Kosmale2023-01-171-28/+15
* QQmlTypeData: Simplify inline component handling logicFabian Kosmale2023-01-171-1/+8
* Doc: Properly document the remaining matrix4x4 methodsUlf Hermann2023-01-161-19/+32
* Fix documentation for qmlInfo, qmlDebug, qmlWarningUlf Hermann2023-01-171-3/+16
* QML: Fix write back of Date valuesUlf Hermann2023-01-171-8/+22
* QML: Document that internal contexts are read-onlyUlf Hermann2023-01-111-4/+5
* Fix some qsizetype vs. quint32 problemsUlf Hermann2023-01-061-1/+1
* QQmlObjectCreator: Do not crash on read-only bindableUlf Hermann2023-01-051-8/+16
* QML: Re-allow assigning QVariantList to arbitrary other listsUlf Hermann2023-01-041-33/+40
* QQmlPropertyCache: don't depend on locale for toupperMarc Mutz2023-01-031-2/+2
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-022-0/+10
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-027-24/+78
* QQmlPrivate: Don't allocate just to parse a numberMarc Mutz2022-12-272-4/+5
* De-inline QQmlPrivate::revisionClassInfos()Marc Mutz2022-12-272-10/+14
* qmlRegister*: check that the registered types are concreteGiuseppe D'Angelo2022-12-211-0/+39
* QML: Consider deep aliases when finding binding targetsUlf Hermann2022-12-171-17/+43
* QQmlComponent: Do not load qrc file paths as file:// URLsUlf Hermann2022-12-151-2/+6
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-7/+12
* QQuickStates: Handle more types as result of whenFabian Kosmale2022-12-151-4/+4
* QmlObjectCreator: play nice with grouped propertiesFabian Kosmale2022-12-153-2/+63
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-112-3/+5
* QQmlEngine: Add module + type based singletonInstance overloadFabian Kosmale2022-12-084-45/+104
* QML: Unify postprocessing of importsUlf Hermann2022-12-073-47/+67
* Fix comparison AOT-lookup and intended type in value typesSemih Yavuz2022-12-051-1/+1
* Introduce QQmlApplicationEngine::loadFromModuleFabian Kosmale2022-12-024-13/+74
* Fix see-also link to loadUrl, silence qdoc warningVolker Hilsheimer2022-11-301-1/+1
* QQmlIncubator: Clarify type in loopUlf Hermann2022-11-291-1/+3
* QQmlNotifier: Guard against broken meta objects when disconnectingUlf Hermann2022-11-292-5/+8
* Introduce type based overload of Qt.createComponentFabian Kosmale2022-11-282-6/+91
* Key required properties by object and property dataUlf Hermann2022-11-284-11/+38
* QtQml: Restructure the moduleMaximilian Goldstein2022-11-282-4/+31
* QML: Fix casting between builtin types when constructing value typesUlf Hermann2022-11-261-1/+1
* Drop some dead code from qqmlpropertycache*Ulf Hermann2022-11-252-18/+11