aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Item documentation: visibleChildren is a list of items, not a realShawn Rutledge2013-10-251-1/+1
* Clear text node references after sub-tree has been cleaned up.Alan Alpert2013-10-241-0/+3
* Doc: Fixed broken linksVenu2013-10-243-46/+47
* Allow " in QQuickStyledTextJohn Brooks2013-10-241-0/+2
* Doc: Added a QML module page for Qt Quick TestVenu2013-10-231-1/+15
* Remove ancient and unused leftoversGunnar Sletta2013-10-224-70/+9
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-215-62/+62
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-214-10/+10
* Avoid infinite loop with distance fields disabledLaszlo Agocs2013-10-161-1/+5
* Initialize VariableLars Knoll2013-10-151-0/+1
* Don't use constructor function to initialize providersTor Arne Vestbø2013-10-153-4/+9
* Doc: Renamed links to "QML Applications".Jerome Pasion2013-10-151-3/+3
* inline get_element callsLars Knoll2013-10-141-0/+1
* Don't leave a window current when removing itGiulio Camuffo2013-10-141-2/+6
* Correct a small typo to QtQuick::Grid::horizontalItemAlignmentJan Arve Saether2013-10-111-1/+1
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+6
* Be explicit about precision specifiers.Gunnar Sletta2013-10-081-1/+1
* All matrices in a batch need to be 2D safe when merging.Gunnar Sletta2013-10-082-3/+18
* Several smaller fixes to Animators.Gunnar Sletta2013-10-083-2/+23
* Fix qquickframebufferobject.h syncqt warningJ-P Nurmi2013-10-071-1/+1
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-9/+0
* Respect DirtyForceUpdate in QSGBatchRenderer.Gunnar Sletta2013-10-041-1/+9
* Make sure to markDirty the node from UniformAnimator.Gunnar Sletta2013-10-031-0/+4
* Make sure we apply the last transformation step.Gunnar Sletta2013-10-031-7/+6
* Make transform and opacity animators work when layer.enabled: trueGunnar Sletta2013-10-032-0/+15
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-0316-130/+130
* A dynamically-created Window can have a parent Item and vice-versaShawn Rutledge2013-10-031-8/+28
* A dynamically created Window can have a parent WindowShawn Rutledge2013-10-031-9/+17
* Invalidate the bounding rects when the roots change.Gunnar Sletta2013-10-031-1/+3
* Animator overview docs and example.Gunnar Sletta2013-10-031-0/+19
* Separate and fix 8/24-bit text mask materials.Gunnar Sletta2013-10-033-119/+189
* Remove QSGContext's precompilation step.Gunnar Sletta2013-10-032-77/+0
* Enable profiling of materials and atlas texturesGunnar Sletta2013-10-032-8/+60
* Mark DirtySubtreeBlocked correctly from OpacityNodeGunnar Sletta2013-10-031-2/+2
* Respect Qt.vector2d as input to ShaderEffect uniforms.Gunnar Sletta2013-10-031-0/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-8/+8
* Remove some more uses of QV4::ValueLars Knoll2013-10-021-4/+4
* Don't delete scene-graph atlas manager if it hasn't been created yetTor Arne Vestbø2013-10-021-2/+4
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-0256-1160/+1160
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-011-1/+1
* Fix PathView stealing mouse grab from its child items.Andrew den Exter2013-10-011-11/+22
* Fix license headers of QtQuick sources.Gunnar Sletta2013-09-30247-247/+247
* remove more uses of QV4::ValueLars Knoll2013-09-305-50/+49
* Fix colorization of native rendered text...Gunnar Sletta2013-09-291-26/+43
* Fix crash in tst_qmltest with the new animators.Gunnar Sletta2013-09-281-5/+14
* Remove Value::fromString()Lars Knoll2013-09-281-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-23/+23
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-284-16/+16
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-300/+302
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-265-51/+83