aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated distance field glyph caches to use QDistanceField.Yoann Lopes2013-08-276-31/+40
* Don't crash due to KeyRelease on an unloaded ItemShawn Rutledge2013-08-271-3/+3
* Fix girth of native text with grayscale AA or styleEskil Abrahamsen Blomfeldt2013-08-272-46/+41
* 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
* Stop the update timer when no windows are visibleGunnar Sletta2013-08-071-1/+4
* Remove C-style casts from public headers.Thiago Macieira2013-08-062-16/+16
* Improve memory usage of QQuickTextNode.Michael Brasser2013-08-062-8/+8
* Avoid using connect in QQuickImplicitSizeItem.Michael Brasser2013-08-011-14/+2
* Fix crash when changing non-cached source of image during animationMichael Brasser2013-08-011-2/+2
* Remove comment that QQuickPaintedItem is only useful for porting.Gunnar Sletta2013-08-011-3/+0
* Fixed distance field text getting clipped at small sizes.Yoann Lopes2013-08-011-1/+1
* Doc: Clean up docs for PathView.highlightRangeMode enum valuesTopi Reinio2013-08-011-16/+19
* Rectangle which only draw an opaque border should not be blended.Gunnar Sletta2013-08-011-1/+1
* 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
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-2/+4
|\
| * Workaround for distance field glyph upload problem.Yoann Lopes2013-07-261-2/+4
* | 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
* Fix CLANG-warning about unused member variable m_defaultAntialiasingMode.Friedemann Kleint2013-07-121-1/+0
* Fixed typo 'backens'Thorbjørn Lindeijer2013-07-081-1/+1
* Update snap when snapMode changesAlbert Astals Cid2013-07-081-0/+1
* Fix typo in Graphical Effects documentation.Mitch Curtis2013-07-081-1/+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
* Initialize m_dirty_texture memberGunnar Sletta2013-07-031-0/+1
* Fix warning about change of sign: glyph_t is unsignedThiago Macieira2013-07-031-3/+3
* Fix missing QQuickTextDocument docsJ-P Nurmi2013-07-022-18/+18
* Document public members of QSGSimpleMaterialShaderGunnar Sletta2013-07-021-3/+15
* 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-252-2/+3
|\
| * Update 5.1.0 changelog and what's newAlan Alpert2013-06-251-1/+2
| * 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-257-20/+31
* | emit runningChanged when AnimatedSprite stops by loops settingsTasuku Suzuki2013-06-221-3/+4
* | Fix some Canvas/Context2D documentation issues.Mitch Curtis2013-06-212-32/+53