aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
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-147-11/+192
* 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-145-633/+3
* 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
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-1/+1
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-113-7/+25
* 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-103-23/+23
* 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
* Docs for QSGimpleMaterialShaderGunnar Sletta2012-05-093-2/+215
* Set context information for QmlErrors passed to qWarningKai Koehne2012-05-091-2/+4
* Fix potential crash and leak in Binding.Michael Brasser2012-05-091-1/+1
* ScriptAction without scriptName shouldn't match a StateChangeScriptMichael Brasser2012-05-091-9/+11
* Move check for whether a layout is already in progressBea Lam2012-05-092-12/+14
* Emit runningChanged() signal after running count updatedCharles Yin2012-05-091-3/+3
* 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-09337-120/+12906
* 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-083-4/+4
* Fix qmake logicKai Koehne2012-05-071-1/+1
* Added some documentatio notes on QSGNode::markDirty()Gunnar Sletta2012-05-051-2/+28
* Initial bundle supportAaron Kennedy2012-05-044-9/+12
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-042-3/+3
* 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-0312-259/+1
* 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