aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-081-2/+2
* Only heap allocate binding bits storage if needed.Aaron Kennedy2015-04-271-9/+15
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* QQmlData: More member reorganisation to remove holes.Robin Burchell2015-01-201-2/+3
* QQmlData: Reorder fields to drop size from 144 to 136 bytes on x86_64.Robin Burchell2015-01-171-5/+5
* Further reduce v8engine dependenciesLars Knoll2015-01-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Don't dereference null pointer.Sérgio Martins2014-07-281-1/+1
* Move PersistenValue and WeakValue into it's own fileLars Knoll2014-02-051-0/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-3/+3
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+3
* Allow for QtQml and QtDeclarative to co-exist at run-timeSimon Hausmann2013-11-251-2/+3
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-2/+7
|\
| * Partial fix for deferred properties when combined with componentsAlan Alpert2013-05-221-2/+7
* | Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-1/+0
* | Cleanups in QObject bindingsSimon Hausmann2013-06-041-3/+3
* | Fix failing tst_qqmlecmascript::deleteRootObjectDuringCreation unit testSimon Hausmann2013-05-291-0/+7
* | Fix QObject ownershipSimon Hausmann2013-05-241-1/+1
* | Remove more v8::Persistent usagesLars Knoll2013-05-071-1/+3
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-291-1/+35
* Make connectNotify() work with QMLThomas McGuire2012-08-221-0/+1
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-161-2/+2
* Implement QAbstractDeclarativeData::isSignalConnected hookKent Hansen2012-06-271-0/+2
* Disallow parent changes for QML created objectsAaron Kennedy2012-06-061-2/+3
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-2/+4
* Remove unnecessary exportsMatthew Vogt2012-05-181-1/+1
* Add QQmlEngine::trimComponentCache()Matthew Vogt2012-05-171-2/+2
* Fix edge case in signal emission semanticsChris Adams2012-05-091-12/+1
* Better checking top level root object creation statusCharles Yin2012-05-091-4/+4
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-091-5/+1
* Ensure binding target has not been deletedMatthew Vogt2012-05-041-1/+16
* Add a static flag to avoid unnecessary QQmlData::init() callsCharles Yin2012-05-031-5/+10
* Remove init() call from QQmlData's ctor.Charles Yin2012-05-011-1/+0
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-011-2/+7
* Also check notifier endpoints when checking whether a signal is connected.Michael Brasser2012-04-231-0/+1
* Provide receivers count from QQmlData.Michael Brasser2012-04-201-0/+3
* Don't crash if calling a method on a QObject that has been gc()'dAaron Kennedy2012-04-031-0/+14
* Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-1/+3
* Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-151-3/+4
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+207