aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid qdoc inputAlan Alpert2012-05-141-1/+2
* Handle Var instructions in instruction dumperKent Hansen2012-05-141-0/+15
* QQmlDebugService: Fetch Objects for location infoAurindam Jana2012-05-124-0/+69
* Dispose the v8object handle in QQmlData::destroy()Chris Adams2012-05-121-1/+6
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-1111-16/+81
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-112-0/+17
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-3/+5
* Allow V4 bindings to be assigned to aliasesMichael Brasser2012-05-106-32/+54
* Add rect property typeMichael Brasser2012-05-104-2/+35
* Set context information for QmlErrors passed to qWarningKai Koehne2012-05-091-1/+3
* QQmlEngineDebugService: Query ExpressionAurindam Jana2012-05-091-1/+10
* Document some more functions on the Qt objectAlan Alpert2012-05-091-1/+17
* Return earlier if script.context() is invalidCharles Yin2012-05-091-0/+4
* Defence programming: add more assertsCharles Yin2012-05-091-2/+10
* Debugger: Use new QtMessageHandler signatureKai Koehne2012-05-092-6/+6
* qsTranslate shouldn't require an encoding argumentLars Knoll2012-05-091-14/+7
* Doc: Moving QML docs for new doc structureJerome Pasion2012-05-09377-29/+21586
* Fix edge case in signal emission semanticsChris Adams2012-05-092-12/+15
* Better checking top level root object creation statusCharles Yin2012-05-097-16/+18
* 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
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-095-60/+20
* Add documentation/links for incubateObjectMartin Jones2012-05-091-1/+8
* Fix MSVC warning C4200 (zero-sized array in struct/union).Friedemann Kleint2012-05-083-0/+15
* Minor optimizations and cleanupAaron Kennedy2012-05-0410-126/+107
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-045-16/+37
* Initial bundle supportAaron Kennedy2012-05-0421-632/+2347
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-043-3/+3
* Ensure binding target has not been deletedMatthew Vogt2012-05-045-5/+47
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-044-23/+43
* Set ptr to zero after freeing memoryChris Adams2012-05-041-0/+1
* Remove QJS exception APIKent Hansen2012-05-038-323/+20
* Add a static flag to avoid unnecessary QQmlData::init() callsCharles Yin2012-05-032-14/+11
* Remove init() call from QQmlData's ctor.Charles Yin2012-05-012-3/+9
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-018-25/+191
* 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
* 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-303-6/+31
* 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
* api: remove references to inputPanel.Girish Ramakrishnan2012-04-261-8/+0
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-269-57/+75
* 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
* 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