aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-2411-92/+232
| * | Make QPacketProtocol independent of QmlUlf Hermann2018-04-2315-24/+44
| * | Build fix for -no-feature-testlibPasi Petäjäjärvi2018-04-232-4/+4
* | | wasm: revert DirectConnection changesLorn Potter2018-05-152-16/+3
* | | webassembly: fix for crash and assert on no thread and wasm buildsLorn Potter2018-05-146-39/+21
* | | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-11173-777/+2128
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * Update builtins.qmltypesKai Koehne2018-04-201-2/+37
| * Document latest QtQuick.Test import version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQuick.Layouts import to be 2.11Kai Koehne2018-04-203-4/+4
| * Document latest QtQuick.Particles import version to be 2.11Kai Koehne2018-04-202-4/+4
| * Document latest QtQml.StateMachine import version to be 2.11Kai Koehne2018-04-203-3/+3
| * Document latest QtQml import version to be 2.11Kai Koehne2018-04-202-4/+4
| * Document latest QtQuick.XmlListModule import version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQuick.Window version to be 2.11Kai Koehne2018-04-202-3/+3
| * Document latest QtQml.Models import version to be 2.11Kai Koehne2018-04-203-4/+13
| * Document latest QtQuick.LocalStorage version to be 2.11Kai Koehne2018-04-203-3/+3
| * Doc: Bump QtQuick import to 2.11Kai Koehne2018-04-192-4/+4
| * Update plugins.qmltypes for QtQuickKai Koehne2018-04-192-13/+35
| * Doc: Fix missing \endcode errorKai Koehne2018-04-191-1/+1
| * Doc: Add Licensing section to "Qt Quick Test", "Qt Quick Layouts"Kai Koehne2018-04-172-0/+18
| * Fix Text with ElideRight not being rendered when reparentedMitch Curtis2018-04-171-1/+3
| * 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
| * Doc: Describe new 5.11 features in Image elementv5.11.0-beta4Eirik Aavitsland2018-04-132-2/+112
| * QQuickShapeGenericRenderer: Fix clang-cl-warning about uninitialized variableFriedemann Kleint2018-04-121-0/+1
| * Qml/ArrayElementLessThan: Remove unused member variable thisObjectFriedemann Kleint2018-04-121-4/+3
| * Make QSGLayer::grab work correctly in software rendererJan Marker2018-04-114-6/+15
| * Pass on tab presses to the offscreen window to handle firstAndy Shaw2018-04-112-0/+23
| * 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 plugins.qmltypes for QtQml installation in static buildsSimon Hausmann2018-04-101-1/+1
| * Fix leak of compiler contextsErik Verbruggen2018-04-104-13/+21
| * Fix XMLHttpRequest when used with QQmlEngine::evaluateSimon Hausmann2018-04-091-30/+32
| * clear() the loader before destroying itLars Knoll2018-04-091-4/+1
| * Fix crash when QML engine warning handler feeds errors back into QMLSimon Hausmann2018-04-096-33/+15
| * Improve QQuickItemGrabResult::image() docsMitch Curtis2018-04-091-1/+1
| * Avoid marking hidden windows as updatePending in Gui render loopDavid Edmundson2018-04-091-1/+4
| * Doc: Remove erroneous examplePaul Wicking2018-04-091-10/+8
| * Doc: Improve the "Interacting with QML from C++" sectionMitch Curtis2018-04-091-4/+20
| * Fix Flickable mouse wheel handling on macOSNils Jeisecke2018-04-061-4/+6
| * Allow for QQmlData::set*Bit and clear*Bit to be inlinedErik Verbruggen2018-04-062-66/+70