Adapt to connection-related changes in qtbase
[profile/ivi/qtdeclarative.git] / src / qml / qml / qqmlengine.cpp
2012-06-12 Kent HansenAdapt to connection-related changes in qtbase
2012-06-07 Aaron KennedyDon't double emit threaded signals
2012-06-06 Aaron KennedyDisallow parent changes for QML created objects
2012-06-05 Michael BrasserDelay conversion of v8 exceptions to QQmlErrors.
2012-05-31 Bea LamFix doc snippets paths and parsing errors
2012-05-29 Matthew VogtRemove obsolete overload of QQmlEngine::importPlugin()
2012-05-24 Aaron KennedyUse static dispatch tables for QQmlAbstractBinding
2012-05-24 Aaron KennedyReduce size of QQmlAbstractBinding
2012-05-24 Nico VertriestDoc: Sanitized QML types
2012-05-24 Aaron KennedyLazily create QMetaObjects
2012-05-24 Kent HansenRemove QQmlEngine::collectGarbage() overload
2012-05-21 Martin Smithdoc: Added missing qdoc text
2012-05-21 Matthew VogtEnsure repeated compilation does not fail
2012-05-21 Kent HansenDetect and abort if an object is deleted during signal...
2012-05-17 Matthew VogtAdd QQmlEngine::trimComponentCache()
2012-05-16 Chris AdamsFix composite type property support
2012-05-14 Friedemann KleintQtQuick: Fix string related warnings, single character...
2012-05-11 Chris AdamsDispose the v8object handle in QQmlData::destroy()
2012-05-11 Aaron KennedyPermit signals to be emitted in a different thread
2012-05-11 Tor Arne VestbøAllow image providers to force their loading to be...
2012-05-09 Kai KoehneSet context information for QmlErrors passed to qWarning
2012-05-09 Alan AlpertDocument some more functions on the Qt object
2012-05-08 Jerome PasionDoc: Moving QML docs for new doc structure
2012-05-08 Chris AdamsFix edge case in signal emission semantics
2012-05-08 Michael BrasserRemove QQmlData::objectNameChanged callback.
2012-05-04 Aaron KennedyInitial bundle support
2012-05-04 Matthew VogtEnsure binding target has not been deleted
2012-05-04 Matthew VogtEmit Component.onDestruction before context is invalidated
2012-05-04 Chris AdamsSet ptr to zero after freeing memory
2012-05-03 Charles YinAdd a static flag to avoid unnecessary QQmlData::init...
2012-05-01 Charles YinRemove init() call from QQmlData's ctor.
2012-04-30 Jerome PasionWhitespace fix in the source code.
2012-04-27 Jerome PasionDoc: Fixing errors due to incorrect QDoc commands.
2012-04-27 Jędrzej NowackiAvoid calling gc in QQmlEngine destructor.
2012-04-26 Girish Ramakrishnanapi: remove references to inputPanel.
2012-04-23 Michael BrasserAlso check notifier endpoints when checking whether...
2012-04-23 Michael BrasserSupport and use parameters in QQmlNotifierEndpoint.
2012-04-20 Charles YinDisable local storage if the standard data location...
2012-04-20 Michael BrasserProvide receivers count from QQmlData.
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-11 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-30 Matthew VogtImprove the documentation of clearComponentCache()
2012-03-27 Kent HansenMerge master into api_changes
2012-03-27 Kai KoehneDebugger: Allow enabling of qml debugger without startu...
2012-03-27 Alan AlpertUpdate documentation
2012-03-26 Michael BrasserRemove QObject parenting from QQmlAbstractBoundSignal.
2012-03-26 Chris AdamsAdd templated module api registration function
2012-03-23 Kent HansenMerge master into api_changes
2012-03-21 Matthew VogtProvide imageType() from QQmlImageProviderBase
2012-03-20 Matthew VogtMigrate gui dependencies from QtQml to QtQuick.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-15 Aaron KennedyRemove binding dependency on QQmlExpression
2012-03-14 Kai KoehneDebugger: Print informational messages via qDebug
2012-03-13 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-03-13 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-11 Matthew VogtMerge branch 'master' of git://gitorious.org/qt/qtdecla...
2012-03-07 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-07 Kai KoehneQML Debugger: Change prefix of warnings
2012-03-07 Matthew VogtRemove uses of QtGui symbols in QQmlEngine.
2012-03-05 Matthew VogtMerge remote branch 'gerrit/api_changes' into merge...
2012-03-05 Matthew VogtMerge master <-> api_changes
2012-02-24 Matthew VogtRename QDeclarative symbols to QQuick and QQml