aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a null pointer checkLars Knoll2018-04-161-2/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-1611-43/+117
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-4/+4
* Qml/ArrayElementLessThan: Remove unused member variable thisObjectFriedemann Kleint2018-04-121-4/+3
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-0/+6
* Fix crash with JIT on x86Simon Hausmann2018-04-111-0/+4
* Fix leak of compiler contextsErik Verbruggen2018-04-104-13/+21
* Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-091-30/+32
* Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-096-33/+15
* Doc: Remove erroneous examplePaul Wicking2018-04-091-10/+8
* Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-062-66/+70
* Improve documentation for qmlRegisterType<Foo>()Mitch Curtis2018-04-051-0/+68
* Link to C++ => QML flowchart in QML registration function docsMitch Curtis2018-04-051-4/+13
* Doc: Add a section on scalable application UIVenugopal Shivashankar2018-04-051-3/+2
* 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