aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some header guardsLars Knoll2013-12-043-4/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-0445-222/+217
* Remove setVTable calls in performance critical areasLars Knoll2013-12-0421-75/+97
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-0452-254/+309
* Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-043-4/+12
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-043-10/+111
* Optimize ExecutionContext::setPropertyLars Knoll2013-12-041-3/+12
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-047-67/+65
* Remove unused inline wrapperLars Knoll2013-12-045-12/+9
* Speedup JS instanceof operatorLars Knoll2013-12-047-58/+50
* Initialize variableLars Knoll2013-12-041-0/+1
* Fix qsTr() in .js contextJ-P Nurmi2013-12-041-1/+3
* QQmlImport: Don't try use a dangling pointer.Robin Burchell2013-12-031-2/+1
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-12-039-93/+172
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-039-93/+172
| |\
| | * Fix style animations to stop when the item is hiddenJ-P Nurmi2013-12-031-1/+4
| | * Safely abort when we don't succeed in creating a GL context.Gunnar Sletta2013-12-032-3/+11
| | * Doc: Change the order of QQuickText function definitionsTopi Reinio2013-11-301-49/+49
| | * Doc: Update examples used in Writing QML Extensions tutorialTopi Reinio2013-11-302-16/+33
| | * Handle boundingboxes with NaN in them.Gunnar Sletta2013-11-302-8/+7
| | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-1/+79
| | * Revert 99480d5420c0beea6771be582c039b550a4461f5Gunnar Sletta2013-11-272-18/+0
* | | Improve the Canvas threading modelGunnar Sletta2013-12-039-176/+251
|/ /
* | Drop the "missing provider" warning from ShaderEffect.Gunnar Sletta2013-12-031-1/+0
* | Fix typo in debug defineGunnar Sletta2013-12-031-1/+1
* | Fix build in release mode with forced assertsKonstantin Ritt2013-12-031-1/+1
* | V4 IR: remove common toInt32 casts.Erik Verbruggen2013-12-031-2/+29
* | V4 IR: change the worklist to a QSet for block scheduling.Erik Verbruggen2013-12-031-4/+4
* | V4: remove invalid assert.Erik Verbruggen2013-12-031-3/+1
* | Add a namespace for a global variable in a public headerThiago Macieira2013-12-031-2/+2
* | Fix change-of-sign warning in the new QML compilerThiago Macieira2013-12-031-2/+2
* | Allow QtQml to compile with ICC 14.0 with -WerrorThiago Macieira2013-12-031-0/+3
* | Fix QQuickTextInput not overriding shortcuts (del/home...)Frederik Gladhorn2013-12-021-0/+2
* | Set all attached section properties before emitting change signals.Martin Jones2013-11-302-8/+23
* | When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-301-0/+6
* | Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-294-8/+35
* | Some documentation for the VME profilerUlf Hermann2013-11-291-0/+76
* | Use the new object creation profiler in qqmlvmeUlf Hermann2013-11-292-1/+28
* | Add a stack-based object creation profilerUlf Hermann2013-11-292-0/+173
* | Remove old qml object creation profilingUlf Hermann2013-11-294-62/+1
* | Enable broken IBO fallback for Hisilicon Immersion 16 GPUEskil Abrahamsen Blomfeldt2013-11-291-0/+2
* | Fix accelerated property lookup on id addressed objectsSimon Hausmann2013-11-291-1/+2
* | Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-1/+6
* | Fix warnings: initialize Instruction variables created on the stackThiago Macieira2013-11-292-2/+6
* | Set sampler precision in shifted distance field text shaderEskil Abrahamsen Blomfeldt2013-11-281-1/+1
* | Slightly accelerate access to value type propertiesSimon Hausmann2013-11-285-71/+84
* | Add a QML debug config option QML_LOOKUP_HINTS to find non-final propertiesSimon Hausmann2013-11-281-0/+12
* | Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-2820-87/+261
* | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-271-2/+2