aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix WinCE build.v5.2.0-alpha1Sérgio Martins2013-09-252-2/+2
* qmlimportscanner: Print usage when no arguments are passed.Friedemann Kleint2013-09-251-1/+1
* Import QtQml instead of QtQuick now that Locale is available there.Mitch Curtis2013-09-251-1/+1
* Doc: Fix documentation of qmlProtectModuleTopi Reinio2013-09-251-3/+5
* Avoid out-of-bounds read.Gunnar Sletta2013-09-251-1/+1
* Initialize variableGunnar Sletta2013-09-251-1/+1
* Split off crashing test from qqmlecmascript.Erik Verbruggen2013-09-251-15/+21
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-2511-89/+852
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-2556-113/+113
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-253-6/+6
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-2519-66/+66
* Doc: Made \since command in Dialog QML types consistent.Jerome Pasion2013-09-253-3/+3
* wince: Build fix, NtCurrentTeb() is not available in this platform.Sérgio Martins2013-09-251-0/+65
* Fix Component.onCompleted emission and bindings for composite typesSimon Hausmann2013-09-251-0/+3
* Fix lookup scopes into the context objectSimon Hausmann2013-09-251-0/+2
* Fix component boundary detectionSimon Hausmann2013-09-252-1/+5
* Fix bug in assigning to self-declared properties in child object literalsSimon Hausmann2013-09-251-3/+2
* Fix assigning composite type object literals to object propertiesSimon Hausmann2013-09-251-1/+3
* Fix bindings on properties in grouped value type propertiesSimon Hausmann2013-09-252-12/+36
* Fix setting the id property when also present in the type itselfSimon Hausmann2013-09-251-0/+14
* Fix warnings about includes.Friedemann Kleint2013-09-252-2/+2
* qml: handle all possible QtMsgType in switch because of -WerrorShawn Rutledge2013-09-251-0/+1
* V4 SSA: cleanup: rename single letter variables.Erik Verbruggen2013-09-251-40/+40
* V4 SSA: change life-time interval coverage calculation.Erik Verbruggen2013-09-251-1/+9
* V4: enable register allocator on linux and macos on x86_64.Erik Verbruggen2013-09-251-1/+1
* V4 regalloc: fix intersection calculation.Erik Verbruggen2013-09-251-7/+10
* V4: fix move mappingErik Verbruggen2013-09-253-7/+9
* V4 JIT: fixes after NaN boxing changes.Erik Verbruggen2013-09-252-36/+44
* V4: re-enable SSA transformation and optimization.Erik Verbruggen2013-09-252-2/+2
* V4 JIT: generate code for unary not operator.Erik Verbruggen2013-09-252-1/+17
* Add qmlimportscanner.Morten Johan Sørvig2013-09-233-0/+339
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-223-2/+27
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-213-2/+27
| |\
| | * Docs: fix QtQuick2::Item::layer.sourceRect typeold/5.1J-P Nurmi2013-09-211-1/+1
| | * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-193-1/+26
* | | Make qv4objectproto GC cleanLars Knoll2013-09-223-27/+29
* | | Fix grouped property access for non-value type propertiesSimon Hausmann2013-09-221-9/+35
* | | Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-2215-78/+87
* | | Prevent objects from being collected while in their constructorLars Knoll2013-09-2220-66/+152
* | | Convert the last methods in qv4object_p.hLars Knoll2013-09-2213-38/+49
* | | Fix some more methods to take ValueRef'sLars Knoll2013-09-225-26/+28
* | | Fix some smaller spec incompliances in Array.concatLars Knoll2013-09-221-11/+5
* | | Make sure ScopedArrayObject works as intendedLars Knoll2013-09-221-0/+5
* | | Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-2212-171/+156
* | | remove debug outputLars Knoll2013-09-221-1/+0
* | | Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-223-54/+69
* | | Convert the remaining vtable methods to be GC safeLars Knoll2013-09-2221-61/+74
* | | Convert putIndexed()Lars Knoll2013-09-2217-44/+61
* | | convert Managed::put() API to be GC safeLars Knoll2013-09-2239-225/+263
* | | Use a StringRef for Managed::get()Lars Knoll2013-09-2243-162/+213