aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use [] instead of new Array() in snippetPaul Wicking2018-07-311-1/+1
* Doc: Extend ItemSelectionModel QML documentationPaul Wicking2018-07-301-4/+59
* Fix unaligned memory access on ARMSimon Hausmann2018-07-171-1/+1
* Doc: Extend documentation for ItemSelectionModelPaul Wicking2018-07-161-0/+41
* Fix conversion of numeric literals in the AST to stringsSimon Hausmann2018-07-132-1/+23
* Doc: Update QTime to JavaScript Date conversion descriptionPaul Wicking2018-07-101-9/+9
* Doc: Mark the \snippet statements with a .pro fileVenugopal Shivashankar2018-07-021-0/+2
* Show error message when type qmlRegisterType and friends failErik Verbruggen2018-06-263-21/+48
* Doc: Improve shared javascript resources phrasingPaul Wicking2018-06-251-9/+18
* Doc: Move literal codeblocks to snippet filesVenugopal Shivashankar2018-06-223-6/+58
* Fix crash in binding setup during async load from a LoaderErik Verbruggen2018-06-211-1/+4
* Script::parse(): improve "function expressions as statement" error msgMitch Curtis2018-06-201-3/+4
* revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-194-18/+3
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-1918-24/+24
* V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+2
* Formals come after locals in the CallContextLars Knoll2018-05-291-4/+5
* Fix a crash in the modulus operationLars Knoll2018-05-281-1/+1
* Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* Fix build for Android with android-clangLiang Qi2018-05-251-2/+1
* Fix crash when modifying list model in worker threadSimon Hausmann2018-05-241-2/+2
* On network redirects, update finalUrl, not urlUlf Hermann2018-05-231-8/+11
* Fix change-of-sign warningThiago Macieira2018-05-231-1/+1
* Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-231-2/+5
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+2
* Ensure we restore QML-defined enumsMichael Brasser2018-05-231-0/+16
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-113-16/+13
* Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-092-10/+17
|\
| * Only create CallContext objects for bindings that might be signal handlersLars Knoll2018-04-261-3/+8
| * Fix crash in Function.prototype.bindLars Knoll2018-04-241-7/+9
* | Fix loading of composite singletons from resourcesSimon Hausmann2018-05-083-8/+9
* | Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-303-6/+14
* | QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
* | Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-271-2/+2
* | Normalize URL before loading typesErik Verbruggen2018-04-272-10/+24
* | QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | Clarify ownership around QQmlEngine::setNAMFMÃ¥rten Nordheim2018-04-261-0/+2
* | Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-264-48/+48
* | Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-261-1/+1
* | Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-241-27/+0
|/
* Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-201-1/+1
* Document latest QtQml import version to be 2.11Kai Koehne2018-04-202-4/+4
* Doc: Bump QtQuick import to 2.11Kai Koehne2018-04-191-1/+1
* Doc: Fix missing \endcode errorKai Koehne2018-04-191-1/+1
* Fix memory leak when calling instanceof on QML itemsSimon Hausmann2018-04-171-0/+1
* Add note about revisions for grouped and attached property objectsMitch Curtis2018-04-161-0/+2
* Document QObject::setProperty()'s behavior in relation to bindingsMitch Curtis2018-04-161-2/+17
* Properly handle redeclarations of variablesLars Knoll2018-04-162-33/+38
* Remove a bogus assertLars Knoll2018-04-161-3/+1
* Fix crashes when parsing destructuring expressionsLars Knoll2018-04-162-2/+3