aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix singleton declaration in qt6_target_qml_targetJoerg Bornemann2020-10-201-1/+1
* CMake: Adjust to public API renaming in qtbaseAlexandru Croitor2020-10-181-1/+1
* Adapt QMutexLocker to qtbase changeFabian Kosmale2020-10-182-2/+2
* CMake: Mark some of the public APIs as TPAlexandru Croitor2020-10-161-1/+6
* Rely on default parameter in QUnifiedTimer::updateAnimationTimerVolker Hilsheimer2020-10-151-1/+1
* CMake: Add generated qrc files to the qmlimportscannerCristian Adam2020-10-151-1/+7
* CMake: Use qt_internal_add_plugin in qt_internal_add_qml_moduleAlexandru Croitor2020-10-131-1/+1
* Fix alwaysRunToEnd==true prevented complex Anim from stoppingPiotr Mikolajczyk2020-10-132-0/+4
* CMake: Rename qt6_quick_compiler_process_resources to be internalAlexandru Croitor2020-10-131-2/+2
* Fix QProperty property interaction with aliasesFabian Kosmale2020-10-125-5/+24
* QQmlMetaType: Cast the type interfaces to const when deletingUlf Hermann2020-10-121-2/+2
* QPropertyChangeTrigger: Inherit directly from QPropertyObserverFabian Kosmale2020-10-123-11/+15
* Update QStringConverter usageMÃ¥rten Nordheim2020-10-091-2/+2
* QQmlPropertyValidator: only use string converter for stringsFabian Kosmale2020-10-091-10/+26
* Allow optional imports in qmldir filesUlf Hermann2020-10-087-73/+109
* CMake: Allow installation of qmltypes filesUlf Hermann2020-10-082-0/+19
* CMake: Add versionless functions for new public APIAlexandru Croitor2020-10-061-0/+17
* CMake: Remove old Qt 5 CMake build system filesAlexandru Croitor2020-10-061-7/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-74/+74
* QQmlDirParser: Return typeinfos as string listUlf Hermann2020-10-062-15/+4
* CMake: Allow the same syntax for depends and import entries in qmldirUlf Hermann2020-10-061-9/+13
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* XHR: allow the user to set the User-Agent headerGiuseppe D'Angelo2020-10-061-1/+0
* QQmlMetaType: Grudgingly accept uppercase value typesUlf Hermann2020-10-051-3/+7
* QQmlProperty::write: historical reason does not hold in Qt 6Fabian Kosmale2020-10-031-6/+0
* qmllint: Unify injected and "normal" JavaScript identifiersUlf Hermann2020-10-021-0/+13
* Use factory functions and ctors for creating value typesUlf Hermann2020-10-0214-80/+101
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-0212-339/+343
* qqmlimport: Use stable_partition instead of stable_sortFabian Kosmale2020-09-281-2/+2
* Export QQmlLocale symbolsVolker Hilsheimer2020-09-281-4/+4
* Adapt to changes in QMetaSequenceInterface and iterablesUlf Hermann2020-09-251-7/+7
* QQmlDirParser: Treat dependencies like importsUlf Hermann2020-09-252-24/+15
* CMake: Rename internal functions to contain qt_internalAlexandru Croitor2020-09-251-4/+10
* QQmlTypeCompiler: Resolve aliases earlierFabian Kosmale2020-09-231-11/+12
* Condense the different value type creation functions into oneUlf Hermann2020-09-236-51/+26
* Eliminate QQmlValueTypeProvider::storeValueType()Ulf Hermann2020-09-233-23/+4
* Eliminate QQmlValueTypeProvider::createVariantFromString()Ulf Hermann2020-09-233-23/+1
* Eliminate QQmlValueTypeProvider::createFromStringUlf Hermann2020-09-236-99/+29
* Remove QQmlValueTypeProvider::variantFromJsObjectUlf Hermann2020-09-233-9/+9
* QQmlValueTypeProvider: Pass arguments as QJSValueUlf Hermann2020-09-233-74/+26
* Allow proper registration of value typesUlf Hermann2020-09-2312-167/+231
* Fix ubsan errorAllan Sandfeld Jensen2020-09-231-5/+9
* Avoid crash when module version cannot be resolvedEskil Abrahamsen Blomfeldt2020-09-231-1/+5
* Prevent crash when destroying asynchronous LoaderJoni Poikelin2020-09-231-1/+1
* QQmlPropertyCapture: Replace list with forward listFabian Kosmale2020-09-222-1/+11
* Replace QmlVoidT with std::void_tUlf Hermann2020-09-221-14/+11
* Handle QProperty inside bindingsFabian Kosmale2020-09-215-6/+74
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-218-14/+14
* Rename QQmlSequence to QV4SequenceUlf Hermann2020-09-213-72/+72
* Adapt to change in QMetaSequenceInterface::valueMetaTypeUlf Hermann2020-09-181-1/+1