aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-251-1/+1
* 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
* Debugger: Fix RAII usage of ReadWriteLockerKai Koehne2012-04-241-10/+10
* Debugger: Add asserts for right usage of threadsKai Koehne2012-04-241-0/+14
* Fix usage of QMutexLockerKai Koehne2012-04-241-2/+2
* Debugger: Make sure stateChanged is called from debugger threadKai Koehne2012-04-243-23/+67
* The QUrl constructor can be used once again, so use it.Thiago Macieira2012-04-241-1/+1
* Initialize value type properties.Roberto Raggi2012-04-241-0/+2
* Do not use deprecated APIOlivier Goffart2012-04-241-1/+1
* Add support for var properties in V4Matthew Vogt2012-04-246-13/+258
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-235-11/+11
* QtDeclarative: Fix compiler warnings.Friedemann Kleint2012-04-233-6/+3
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-233-1/+32
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-2311-69/+70
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1