aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Move properties of Locale QML type to correct moduleTopi Reinio2013-09-171-2/+2
* 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
* 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
* Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
* 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
* Fix CLANG-warning '&&' within '||' [-Wlogical-op-parentheses].Friedemann Kleint2013-07-121-1/+1
* Update snap when snapMode changesAlbert Astals Cid2013-07-081-0/+1
* Item views: do not track the geometry of items being removedJ-P Nurmi2013-07-044-41/+45
* QQuickTextEdit: move QSG* members from dptr to root node.Pierre Rossi2013-07-032-19/+39
* Fix missing QQuickTextDocument docsJ-P Nurmi2013-07-022-18/+18
* Relayout the text after the vertical alignment is changedMarco Bubke2013-07-011-0/+4
* Only emit moving change signals when moving actually changesAaron Kennedy2013-07-011-2/+2
* Document QWindow::alert() in Qt Quick.Friedemann Kleint2013-06-281-0/+12
* Request paint if scene changes for the canvas itemMarco Bubke2013-06-261-1/+4
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-1/+1
|\
| * Add missing Q_REVISIONAlan Alpert2013-06-231-1/+1
* | Improve QtQuick Item Anchors documentation.Mitch Curtis2013-06-251-5/+5
* | Tidy up Context2D transform-related documentation.Mitch Curtis2013-06-251-20/+31
* | emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-221-3/+4
* | Fix some Canvas/Context2D documentation issues.Mitch Curtis2013-06-211-32/+53
* | Our Context2D::clearRect implementation was a bit clumsyGunnar Sletta2013-06-131-5/+2
* | Don't show a negative size canvas.Gunnar Sletta2013-06-131-1/+1
* | Fix resizing canvas with renderStrategy == CooperativeGunnar Sletta2013-06-131-2/+4
* | Image docs: fix the default alignment & snippets to match screenshotsJ-P Nurmi2013-06-131-1/+5
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-121-1/+1
|\|
| * Fix compiler warning about unused parameterKai Koehne2013-06-101-1/+1
* | Fix -Wpedantic warningsAlbert Astals Cid2013-06-121-1/+1
* | Ensure the vertical text alignment is updated when the Text height changes.Andrew den Exter2013-06-111-2/+3
* | Document drag-threshold behavior of FlickableAlan Alpert2013-06-101-1/+5
* | support url type qml property as a source for Context2D::drawImage()Tasuku Suzuki2013-06-101-0/+3
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-104-18/+48
|\|
| * Set incubation controller when a Window{} is loaded via QQmlApplicationEngineAlan Alpert2013-06-073-17/+47
| * doc fixAlan Alpert2013-06-061-1/+1
* | Doc: fix since QtQuick 5.1Tasuku Suzuki2013-06-102-2/+2