aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace fix in the source code.Jerome Pasion2012-04-302-9/+9
* Ensure external value types are initialized before writeMatthew Vogt2012-04-304-6/+58
* 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
* Fix typos.Frederik Gladhorn2012-04-271-2/+2
* Doc: Fixing errors due to incorrect QDoc commands.Jerome Pasion2012-04-274-12/+10
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-276-55/+151
* Fix bounding rects of text items.Andrew den Exter2012-04-277-15/+100
* Don't do a layout for wrapping if there is no width binding.Andrew den Exter2012-04-271-1/+1
* Propagate left key presses to the parent item when TextInput is empty.Andrew den Exter2012-04-271-1/+1
* api: remove references to inputPanel.Girish Ramakrishnan2012-04-264-22/+0
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-2610-60/+78
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-261-6/+56
* Use macro for QByteArrayData initialization.Jędrzej Nowacki2012-04-261-1/+1
* Typo fixPekka Vuorela2012-04-261-1/+1