aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Fix unnecessary evaluation of dependent bindingsSimon Hausmann2018-03-081-1/+2
| * Initialize all members of QQmlPropertyDatav5.11.0-beta2Lars Knoll2018-03-081-9/+10
* | wasm: make no-tread platform independentMorten Johan Sørvig2018-04-242-7/+7
* | webassembly: revert the bitfield patchLorn Potter2018-03-235-61/+0
* | webassembly: make Date work againLorn Potter2018-03-211-3/+0
* | Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-08287-4550/+5468
|\|
| * 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