aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better checking top level root object creation statusCharles Yin2012-05-097-16/+18
* 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
* Expose ImperialUSSystem and ImperialUKSystem to QML localeMartin Jones2012-05-091-1/+3
* Enable QML_IMPORT_TRACE for setImportPathList and setPluginPathListDenis Mingulov2012-05-091-0/+6
* Stop flicking on a full pixel.Martin Jones2012-05-091-2/+26
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-095-60/+20
* Add documentation/links for incubateObjectMartin Jones2012-05-092-2/+12
* Do not send double click when press was not acceptedLaszlo Agocs2012-05-091-1/+1
* Fix MSVC warning C4200 (zero-sized array in struct/union).Friedemann Kleint2012-05-083-0/+15
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-083-4/+4
* QmlDebugging: make sure that all data is sent on closeChristiaan Janssen2012-05-081-0/+5
* Fix qmake logicKai Koehne2012-05-071-1/+1
* Added some documentatio notes on QSGNode::markDirty()Gunnar Sletta2012-05-051-2/+28
* Minor optimizations and cleanupAaron Kennedy2012-05-0410-126/+107
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-045-16/+37
* Initial bundle supportAaron Kennedy2012-05-0426-644/+2362
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-048-9/+9
* 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
* Ensure binding target has not been deletedMatthew Vogt2012-05-045-5/+47
* Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d joinCharles Yin2012-05-041-1/+1
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-044-23/+43
* Set ptr to zero after freeing memoryChris Adams2012-05-041-0/+1
* Keep polishing until there is nothing left to polish.Gunnar Sletta2012-05-031-6/+14
* Remove QSGEngineGunnar Sletta2012-05-0313-260/+1
* Remove QJS exception APIKent Hansen2012-05-038-323/+20
* Do not try to apply autoRotation when the particle has no velocityAlan Alpert2012-05-031-1/+2
* 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
* Add a static flag to avoid unnecessary QQmlData::init() callsCharles Yin2012-05-032-14/+11
* Fix build error when QT_NO_FILESYSTEMWATCHER is setsh kim2012-05-032-0/+18
* Transform the velocity taken from touch eventLaszlo Agocs2012-05-021-1/+3
* Mark image particle material as requiring full matrix.Glenn Watson2012-05-021-1/+1
* 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 init() call from QQmlData's ctor.Charles Yin2012-05-012-3/+9
* Remove warningYann Bodson2012-05-011-0/+1
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-0110-65/+201
* Consolidate SignalSpy itemCharles Yin2012-05-012-8/+38
* Keep XMLHttpRequest response data after receiving a server errorTopi Reinio2012-05-011-3/+1
* Ensure context is valid before VME method creationMatthew Vogt2012-05-011-0/+5
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-015-3/+21
* 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-304-23/+192
* Mention the common usecase for classBegin in QQmlParserStatus docAlan Alpert2012-04-301-0/+7