aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-08-065-43/+33
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-08-055-43/+33
| |\|
| | * Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
| | * Remove comment that QQuickPaintedItem is only useful for porting.Gunnar Sletta2013-08-011-3/+0
| | * Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
| | * Correctly update flickable visibleArea.heightRatio when geometry changesNils Jeisecke2013-07-311-5/+5
| | * QQuickListViewPrivate::updateStickySections(): add missing null checkJ-P Nurmi2013-07-291-1/+1
| | * Resizing items out of the list viewport should not change the viewportAlbert Astals Cid2013-07-241-4/+6
* | | Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-0628-992/+1135
|\ \ \
| * \ \ Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-07-2218-170/+407
| |\ \ \
| * | | | Fix failing QQuickCanvas auto-testsSimon Hausmann2013-07-171-1/+3
| * | | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-0513-26/+24
| * | | | Fix warning from clang.Erik Verbruggen2013-07-021-1/+1
| * | | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-2456-426/+1453
| |\ \ \ \
| * | | | | Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
| * | | | | Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-3/+3
| * | | | | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-3/+3