aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
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
* Remove ancient and unused leftoversGunnar Sletta2013-10-224-70/+9
* Don't use reserved keyword "texture" as uniform variable nameSean Harmer2013-10-212-4/+4
* Prevent badly formed texture nodes in the scene graph.Gunnar Sletta2013-10-212-3/+6
* Initialize VariableLars Knoll2013-10-151-0/+1
* inline get_element callsLars Knoll2013-10-141-0/+1
* 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
* Fix qquickframebufferobject.h syncqt warningJ-P Nurmi2013-10-071-1/+1
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-9/+0
* Make transform and opacity animators work when layer.enabled: trueGunnar Sletta2013-10-031-0/+3
* Remane private QQuickAction into QQuickStateActionGabriel de Dietrich2013-10-035-50/+50
* 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
* 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
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-0237-981/+981
* 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-30127-127/+127
* remove more uses of QV4::ValueLars Knoll2013-09-304-17/+16
* 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
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-266-67/+82
* Fix API of QQmlV4HandleLars Knoll2013-09-264-7/+7
* Fix Persistent/WeakValue APILars Knoll2013-09-263-24/+37
* Avoid out-of-bounds read.Gunnar Sletta2013-09-251-1/+1
* Initialize variableGunnar Sletta2013-09-251-1/+1
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-253-2/+499
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-2536-63/+63
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-2517-57/+57
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-221-2/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-211-2/+7
| |\
| | * Docs: fix QtQuick2::Item::layer.sourceRect typeold/5.1J-P Nurmi2013-09-211-1/+1
| | * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-191-1/+6
* | | Convert putIndexed()Lars Knoll2013-09-221-4/+4
* | | convert Managed::put() API to be GC safeLars Knoll2013-09-222-13/+20
* | | Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* | | Cleanup Object::define*Property APILars Knoll2013-09-221-65/+65
* | | Start using StringRef for parameter passingLars Knoll2013-09-221-1/+2
* | | Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-3/+3
* | | Further work towards an exact GCLars Knoll2013-09-222-69/+176
* | | Animators - Render thread animation systemGunnar Sletta2013-09-212-0/+12
|/ /
* | Fix uniform property mapping docs in ShaderEffectLaszlo Agocs2013-09-201-1/+3
* | Merge branch 'stable' into devSergio Ahumada2013-09-191-2/+2
|\|
| * Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-171-2/+2
* | Convert some methods to use Returned<>Lars Knoll2013-09-181-3/+39