aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-302-1/+99
| | * 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-304-8/+50
* | When the MouseArea loses grab, an active drag should be cancelled.Robin Burchell2013-11-302-0/+58
* | Add support pre-compiled bindings for QML custom parsersSimon Hausmann2013-11-294-8/+35
* | Adapt tests to new events from qqmlprofilerserviceUlf Hermann2013-11-291-10/+10
* | 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-293-1/+47
* | 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
* | tests: update tst_qquicktextinputLiang Qi2013-11-283-92/+140
* | TextInput: call fixup() when appropriateJ-P Nurmi2013-11-272-2/+36
* | Delay renderWindow with a timerRobin Burchell2013-11-271-2/+6
* | Prospective fix for crashes when sorting JS arrays on WindowsSimon Hausmann2013-11-271-6/+2
* | Fix build with QT_NO_ACCESSIBILITYThomas McGuire2013-11-261-1/+1
* | Merge "Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclara...Lars Knoll2013-11-2635-85/+457
|\ \
| * | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-2635-85/+457
| |\|
| | * Fix out of bounds array access when index is integer and negativev5.2.0-rc1Simon Hausmann2013-11-251-2/+11
| | * Use QFontDatabase to check if a font is scalable.Yoann Lopes2013-11-251-2/+5
| | * Stop render thread regardless when the window is being destroyedGunnar Sletta2013-11-251-2/+2
| | * Fix rendering of Flipable content.Gunnar Sletta2013-11-251-1/+1
| | * No assert when the focus changes and a window has no active focus item.Frederik Gladhorn2013-11-251-10/+11
| | * Fix memory corruption in QML expression compilationSimon Hausmann2013-11-254-5/+13
| | * Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-252-6/+20
| | * Do not crash when resizing invisible (non-tracked) windows.Gunnar Sletta2013-11-251-3/+4
| | * Android: Add qmltooling plugins to apkDaniel Teske2013-11-231-0/+3
| | * Be even more tolerant towards broken platform behavior.Gunnar Sletta2013-11-227-7/+25
| | * QtQuick.Dialogs MessageDialog docsShawn Rutledge2013-11-226-15/+203
| | * Safeguard the threaded renderloop against incorrectly exposed windows.Gunnar Sletta2013-11-221-6/+9
| | * Avoid symbol clashes when linking QtDeclarative and QtScript staticallySimon Hausmann2013-11-221-0/+5
| | * Don't store the QSGNode pointerAlan Alpert2013-11-222-24/+24