aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-092-4/+36
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-098-60/+58
* Add documentation/links for incubateObjectMartin Jones2012-05-093-3/+17
* Do not send double click when press was not acceptedLaszlo Agocs2012-05-091-1/+1
* Set test data directory correctly for QML profiler testsMartin Jones2012-05-092-2/+2
* 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-085-6/+6
* 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-0411-131/+108
* QQmlInspector: Use qmlscene in auto testsAurindam Jana2012-05-046-113/+19
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-0410-26/+69
* Initial bundle supportAaron Kennedy2012-05-0452-646/+3034
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-0414-31/+31
* 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-049-5/+107
* Change Qt::MiterJoin to Qt::SvgMiterJoin for context2d joinCharles Yin2012-05-041-1/+1
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-0411-23/+182
* Refactor canvas item unit testsCharles Yin2012-05-0421-4931/+5122
* Set ptr to zero after freeing memoryChris Adams2012-05-041-0/+1
* Change test size so there is enough detail on each platform.Glenn Watson2012-05-042-18/+18
* Keep polishing until there is nothing left to polish.Gunnar Sletta2012-05-031-6/+14
* Add some ignore rules to ignore listYuchen Deng2012-05-031-0/+4
* Remove QSGEngineGunnar Sletta2012-05-0314-261/+1
* Remove QJS exception APIKent Hansen2012-05-0314-387/+39
* 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-033-1/+73
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-036-11/+39
* 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
* Fix QQuickImage tiling_QTBUG_6716 and mirror tests.Yann Bodson2012-05-032-30/+16
* 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
* Port tst_qquickshadereffect to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-6/+7
* Improve QQuickText testsYann Bodson2012-05-015-70/+136
* Fix content pos adjustment when resizing first itemBea Lam2012-05-013-0/+180
* 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-0113-82/+263
* Consolidate SignalSpy itemCharles Yin2012-05-014-11/+51
* Keep XMLHttpRequest response data after receiving a server errorTopi Reinio2012-05-015-16/+5
* Ensure context is valid before VME method creationMatthew Vogt2012-05-015-0/+46