aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
* QSGRenderLoop: don't dereference gl pointer if it has been deletedDmitry Shachnev2013-09-261-1/+2
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-262-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-266-67/+82
* Fix API of QQmlV4HandleLars Knoll2013-09-265-17/+21
* 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-254-12/+506
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-2552-108/+108
* Doc: Made Qt Quick items' \since consistent.Jerome Pasion2013-09-2519-66/+66
* 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-222-15/+18
* | | 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-2121-22/+2412
|/ /
* | 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
* | Fix zero pointer access in renderer.Gunnar Sletta2013-09-191-1/+1
* | Convert some methods to use Returned<>Lars Knoll2013-09-181-3/+39
* | Don't polish items if the screen is 0Lars Knoll2013-09-181-0/+2
* | Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-182-3/+3
* | Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-301/+301
* | Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-182-10/+13
* | Use ReturnedValue for Managed::get().Lars Knoll2013-09-182-13/+15
* | Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* | Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+5
* | Avoid copying touchpoints, and only check until we find a match.Robin Burchell2013-09-171-2/+7
* | Expose "Qt.application.state".Yoann Lopes2013-09-172-1/+12
* | These files are not used anywhere.Gunnar Sletta2013-09-172-1741/+0
* | Doc: PathView::currentItem is an Item, not an int.David Faure2013-09-171-4/+4
* | Don't depend on widgets plugin in QtQuickEskil Abrahamsen Blomfeldt2013-09-171-2/+2
* | Expose drag threshold in MouseAreaJens Bache-Wiig2013-09-135-10/+42
* | Remove qStableSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+2
* | Remove qLowerBound usages from declarativeGiuseppe D'Angelo2013-09-131-4/+5
* | Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-132-6/+10
* | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-125-24/+24
* | Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1225-95/+95
* | Export QQuickDefaultClipNode for modules using quick-private.Jocelyn Turcotte2013-09-121-1/+2
* | Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* | Add Q_UNUSED for reserved fields.Alan Alpert2013-09-105-0/+6
* | Trigger rebuild when xform of alpha nodes change.Gunnar Sletta2013-09-091-4/+6
* | Fix partial rebuilds and geometry changes.Gunnar Sletta2013-09-092-21/+31