aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-1022-109/+95
|\| |
| * | Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-0810-55/+55
| * | V4: Replace QVector with (Q)VarLengthArray in BasicBlock.Erik Verbruggen2016-01-062-7/+25
| * | Fix a couple of container detachmentsSérgio Martins2016-01-052-2/+2
| * | QQmlXmlHttpRequest: Fix a memory leak on use of XMLHttpRequest's responseXML.Robin Burchell2016-01-051-0/+1
| * | Fix value changed logic for ValueTypeProvider typesFrank Meerkoetter2016-01-041-1/+1
| * | Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
| * | Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-236-27/+2
| * | V4: Shrink IR::Temp by removing unnecessary padding.Erik Verbruggen2015-12-231-5/+5
* | | Make RuntimeHelpers::numberToString() comply with EcmaScriptUlf Hermann2016-01-051-2/+30
* | | V4: use range-based for-loops in the IR.Erik Verbruggen2016-01-051-9/+9
* | | tvOS supportMike Krus2016-01-014-2/+5
* | | Make QQmlDebugConnector::hasEngine() constUlf Hermann2015-12-221-1/+1
* | | Remove dead codeFrank Meerkoetter2015-12-191-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-189-10/+44
|\| |
| * | Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-186-2/+27
| * | qml: preserve composite singleton types.Marco Benelli2015-12-173-8/+17
* | | Unbreak the case of "inplaceOpWithAddress" for the assembler.Frank Meerkoetter2015-12-181-1/+1
* | | Rearrange the import paths so the qrc one is after the application pathAndy Shaw2015-12-171-1/+1
* | | Support debugging and profiling for pure QJSEnginesUlf Hermann2015-12-154-8/+33
* | | QmlDebug: Add functionality to query if a server knows an engineUlf Hermann2015-12-151-0/+1
* | | Remove dead fwd-dclFrank Meerkoetter2015-12-1512-18/+0
* | | Provide a proper constructorFrank Meerkoetter2015-12-152-4/+6
* | | Initialize all the pointer membersFrank Meerkoetter2015-12-151-0/+1
* | | Add missing nullptr checkFrank Meerkoetter2015-12-141-0/+3
* | | Remove dead codeFrank Meerkoetter2015-12-141-2/+0
* | | Fix resource leakFrank Meerkoetter2015-12-081-0/+1
* | | Remove dead codeFrank Meerkoetter2015-12-081-1/+1
* | | Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-079-53/+53
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-079-142/+216
|\| |
| * | Fix bogus warning when using Binding on value typesLars Knoll2015-11-271-26/+20
| * | Don't try to resolve id values or singleton member as propertiesLars Knoll2015-11-271-1/+2
| * | Make property interceptors work on alias properties againLars Knoll2015-11-266-114/+192
| * | Fix crash related to BoundFunctionsFrank Meerkoetter2015-11-231-1/+2
* | | Utilize the resources when building statically.Andy Shaw2015-12-022-2/+3
* | | Use qtbase add/sub/mul with overflow implementations.Erik Verbruggen2015-11-271-63/+10
* | | qv4identifier: Remove unused reserve() functionRobin Burchell2015-11-251-2/+0
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-234-5/+30
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-214-5/+30
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-201-0/+3
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-0/+3
| | | |\|
| | | | * Don't normalize the path via the shell if it is a qrc based pathAndy Shaw2015-11-101-0/+3
| | * | | Doc: Added link to Extending QMLNico Vertriest2015-11-201-2/+1
| | |/ /
| | * | Document default argument behavior of Qt.createComponent()Mitch Curtis2015-11-161-2/+15
| | * | Doc: added link to Qt5 Cadaques in external resourcesNico Vertriest2015-11-121-1/+6
| | * | Introduce a more sane "default constructor" for Qt.matrix4x4()Sean Harmer2015-11-111-0/+5
* | | | Remove libdouble-conversionUlf Hermann2015-11-235-36/+38
|/ / /
* | | Allow enabling of QML profiler in JS-only environmentUlf Hermann2015-11-181-8/+2
* | | Extend QDebugMessageServiceUlf Hermann2015-11-172-0/+3
* | | Use QJSEngine instead of QQmlEngine in debug servicesUlf Hermann2015-11-174-16/+17