aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: add a flowchart to aid choosing the correct C++ => QML integrationMitch Curtis2018-04-053-0/+6
* Fix QQmlExpression::hasError()/error() on syntax errorsSimon Hausmann2018-03-272-9/+10
* Qml Profiler: Store and send URL of compile eventsUlf Hermann2018-03-271-1/+1
* Fix isInt32 for -0.0Erik Verbruggen2018-03-261-1/+1
* Add additional check for support JIT compilation on ARM platformMikhail Svetkin2018-03-221-0/+5
* add qmlRegisterModule to all QML plugins (QUIP 99)Shawn Rutledge2018-03-211-0/+6
* Add a feature for DelegateModelUlf Hermann2018-03-2110-11/+65
* Simplify handling of function expressions as signal handlersMichael Brasser2018-03-213-15/+12
* Fix QQmlListModel crash when appending an empty array in debug modeDaniel Vrátil2018-03-201-11/+12
* Tighten QML cache version checkingSimon Hausmann2018-03-205-39/+21
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-2015-56/+150
* Handle function expressions as signal handlersErik Verbruggen2018-03-207-5/+39
* Fix assigning objects to QJSValue propertiesSimon Hausmann2018-03-202-1/+13
* Fix out of bounds reads in Array.concatLars Knoll2018-03-201-1/+1
* Fix crash when calling QQmlEngine::clearComponentCache()Simon Hausmann2018-03-196-61/+71
* Restore the QV4_WRITE_PERF_MAP featureUlf Hermann2018-03-191-6/+41
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-172-4/+5
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-1611-61/+3
* Reduce the overhead of type loader lockingSimon Hausmann2018-03-164-14/+15
* When deactivating a loader, do not immediately clear its contextErik Verbruggen2018-03-162-0/+9
* Add Q_UNUSED(engine) to fix build on iOSShawn Rutledge2018-03-161-0/+2
* Fix a crash in Object.proto.propertyIsEnumerableLars Knoll2018-03-141-3/+5
* Doc: Add Qt Quick usage guidelinesVenugopal Shivashankar2018-03-131-0/+29
* Fix ABI/API symbol taggingSimon Hausmann2018-03-121-14/+14
* Fix failing assertion when loading QML/JS on IntegrityErik Verbruggen2018-03-091-4/+15
* Fix issue with bindings to aliases that cannot yet be resolvedErik Verbruggen2018-03-095-57/+97
* Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-081-1/+2
* Initialize all members of QQmlPropertyDatav5.11.0-beta2Lars Knoll2018-03-081-9/+10
* Fix issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
* Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
* Fix group property bindings for aliases that point to id objectsSimon Hausmann2018-03-086-41/+106
* Fix calling Qt.createComponent() from QQmlEngine::evaluate()Simon Hausmann2018-03-081-0/+10
* Fix regression involving aliases on case-insensitive file systemsMitch Curtis2018-03-081-1/+3
* Improve documentation on component creation contextMichael Brasser2018-03-082-1/+4
* Silence another GCC 8 warning in qpodvectorVille Voutilainen2018-02-281-1/+1
* Silence GCC 8 warnings in qpodvectorVille Voutilainen2018-02-281-4/+4
* Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qqmljsparserVille Voutilainen2018-02-281-1/+1
* Do not write JSC files when debuggingErik Verbruggen2018-02-271-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2731-160/+160
* Remove unused testing codeSimon Hausmann2018-02-261-2/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-2629-199/+141
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-26208-1454/+1454
* doc: Correct mostly linking errorsMartin Smith2018-02-234-4/+6
* Disallow the use of id properties with value type group propertiesSimon Hausmann2018-02-221-0/+3
* Fix ListModel.get(idx) == ListModel.get(idx)Simon Hausmann2018-02-222-9/+16
* Allow setting values in value type group properties in "on" assignmentsSimon Hausmann2018-02-222-1/+9
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-222-7/+7
* Move the QML_COMPILE_HASH macro definition from the command-lineThiago Macieira2018-02-212-14/+26