aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Calculate vertex positions on CPUAlan Alpert2012-05-144-32/+71
* PathView was moving view too soon on dragMartin Jones2012-05-141-4/+2
* Print sprite errors only onceAlan Alpert2012-05-142-1/+5
* Flesh out the sprite documentationAlan Alpert2012-05-143-10/+13
* Avoid accessing sprites until they finish loadingAlan Alpert2012-05-142-5/+22
* Reload image on source changedAlan Alpert2012-05-141-0/+1
* End the deprecation period of SpriteImageAlan Alpert2012-05-144-631/+1
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-141-5/+5
* Fix xOrigin and yOrigin to always be top-left posBea Lam2012-05-141-8/+12
* Defer construction of TextEdit/TextInput delegates.Andrew den Exter2012-05-149-114/+266
* Fix case where visible wasn't marked as dirty.Alan Alpert2012-05-121-0/+2
* Improve variable nameFrederik Gladhorn2012-05-111-4/+4
* Fix axis locking for AutoFlickDirectionAndras Becsi2012-05-111-2/+2
* Make unaligned centered alignment optional.Martin Jones2012-05-114-3/+58
* AnimatedSprite framespeed properties now restart animation.Alan Alpert2012-05-112-3/+18
* Keep m_states and m_sprites synchronizedAlan Alpert2012-05-111-2/+9
* Debug mode for SpriteEngineAlan Alpert2012-05-111-1/+17
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-102-22/+22
* Make sure there is a proper update when exposing with trivialLaszlo Agocs2012-05-101-1/+1
* Do not send double click when neither mouse nor touch was acceptedLaszlo Agocs2012-05-101-1/+1
* Set context information for QmlErrors passed to qWarningKai Koehne2012-05-091-2/+4
* Move check for whether a layout is already in progressBea Lam2012-05-092-12/+14
* Added environment variable for enforcing the threaded renderer.Samuel Rødal2012-05-091-0/+3
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-0921-83/+83
* Stop flicking on a full pixel.Martin Jones2012-05-091-2/+26
* Add documentation/links for incubateObjectMartin Jones2012-05-091-1/+4
* Do not send double click when press was not acceptedLaszlo Agocs2012-05-091-1/+1
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-081-1/+1
* Initial bundle supportAaron Kennedy2012-05-042-5/+7
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Fix tile rendering bug for context2dCharles Yin2012-05-041-2/+3
* Add more warningsCharles Yin2012-05-041-2/+6
* Implement QQuickContext2DRenderThread class for threaded context2d renderingCharles Yin2012-05-042-0/+54
* Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d joinCharles Yin2012-05-041-1/+1
* Keep polishing until there is nothing left to polish.Gunnar Sletta2012-05-031-6/+14
* Remove QSGEngineGunnar Sletta2012-05-038-40/+0
* Update Screen documentationAlan Alpert2012-05-031-2/+5
* Fix alignment bug in QQuickText with multi-line text and implicit widthYann Bodson2012-05-031-1/+5
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-032-3/+3
* Transform the velocity taken from touch eventLaszlo Agocs2012-05-021-1/+3
* Gradient doc fixDamian Jansen2012-05-021-1/+1
* Fix compile warningBea Lam2012-05-011-1/+1
* Fix content pos adjustment when resizing first itemBea Lam2012-05-011-0/+20
* Remove warningYann Bodson2012-05-011-0/+1
* populate transition for positionersBea Lam2012-05-013-21/+133
* Rename absorb to enabled.Frederik Gladhorn2012-04-304-26/+26
* Improved scene graph docsGunnar Sletta2012-04-302-23/+103
* TextEdit to honor input direction on neutral textPekka Vuorela2012-04-272-17/+52
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-272-10/+6
* QQuickTextInput aligment to follow input method on neutral contentPekka Vuorela2012-04-272-14/+40