aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove relative directory elements in import pathsMatthew Vogt2012-04-261-7/+34
* Optimise memory usage of bound signalsChris Adams2012-04-262-11/+19
* Adapt qtdeclarative to the change in QMetaObjectOlivier Goffart2012-04-252-0/+4
* Don't use the QRegExp methods that modify the objectThiago Macieira2012-04-251-1/+2
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-257-444/+150
* Debugger: Fix race conditions in block modeKai Koehne2012-04-259-71/+89
* Debugger: Fix race condition in block mode, QQmlDebugServerKai Koehne2012-04-251-5/+4
* Make touch event delivery in the canvas reentrantLaszlo Agocs2012-04-251-3/+8
* Debugger: Fix RAII usage of ReadWriteLockerKai Koehne2012-04-241-10/+10
* Debugger: Add asserts for right usage of threadsKai Koehne2012-04-241-0/+14