aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-181-7/+7
* | Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+4
* | 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
* | Doc: PathView::currentItem is an Item, not an int.David Faure2013-09-171-4/+4
* | 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
* | Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-124-23/+23
* | Allow QtQuick private headers to be used with QT_NO_KEYWORDS.Jocelyn Turcotte2013-09-1218-87/+87
* | 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-101-0/+1
* | Make tiled images not use atlas.Gunnar Sletta2013-09-091-8/+11
* | Convenience function for resetting the OpenGL state.Gunnar Sletta2013-09-092-0/+64
* | Add support for external drag and drop in Quick items.Chris Meyer2013-09-099-253/+615
* | Polish items on screen change.Morten Johan Sørvig2013-09-092-0/+22
* | Document TextInput property displayText as read-onlyJeremy Katz2013-09-081-0/+2
* | Remove variables that aren't being used right nowThiago Macieira2013-09-072-5/+0
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-064-8/+13
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-09-064-8/+13
| |\|
| | * Removed the static intialized boolean of qquickitemsmodule.Dominik Holland2013-09-051-5/+0
| | * Initialize variables in ShaderEffectSource's texture provider.Gunnar Sletta2013-08-281-0/+4
| | * Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
| | * Fix warning about unused variable.Friedemann Kleint2013-08-271-1/+0
| | * Explicitly call setCursor in the QQuickMouseArea constructorDaiwei Li2013-08-271-0/+6
* | | Remove large, unused function in QtQuick 2Thiago Macieira2013-09-051-67/+0
|/ /
* | Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* | Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-6/+6
* | Remove unused variableLars Knoll2013-09-021-1/+0
* | change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* | Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-1/+1
* | QQuickWindow: handle QWheelEvent::phaseJ-P Nurmi2013-08-191-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-196-11/+22
|\|
| * Dragging MouseArea nested in Flickable does not work with touch to mouseMartin Jones2013-08-192-6/+8
| * Fix currentIndex in Qml itemView when assigning an empty modelNils Jeisecke2013-08-161-1/+1
| * Don't repaint the Canvas if it's just changing position.Mitch Curtis2013-08-161-1/+1
| * Make sure we propegate the filtering state to the internal texture.Gunnar Sletta2013-08-151-1/+1
| * Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-1/+3
| * Fix hover event crashJosh Faust2013-08-121-1/+8
* | Public API for creating atlas textures, when available.Gunnar Sletta2013-08-122-9/+27
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-122-8/+8
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-122-8/+8
| |\|
| | * Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
* | | Support opt-in QSGNode descriptions without breaking binary compat.Gunnar Sletta2013-08-123-8/+8
|/ /
* | Document parenting behaviour of delegates in QML ListView and Component.Tomasz Siekierda (sierdzio)2013-08-101-0/+2