aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldata_p.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up manual refcounting of compilation unitsSimon Hausmann2018-02-061-2/+8
* Have more bindingBits available inlineLars Knoll2018-01-171-9/+14
* Constify QObject* argument to QQmlData::wasDeleted()Mitch Curtis2018-01-111-4/+4
* More fine-grained deferred property executionJ-P Nurmi2017-11-251-0/+3
* Fix execution of deferred propertiesJ-P Nurmi2017-10-181-1/+4
* Fix crashes with closures created in QML componentsLars Knoll2017-09-061-4/+32
* Avoid access to declarativeData when isDeletingChildren is setBernhard Übelacker2017-04-101-3/+5
* QML: Split two QQmlData methods into fast/slow pathsErik Verbruggen2016-10-181-3/+12
* QML: Make use of all inline bits for bindingBits on 64bit platformsErik Verbruggen2016-08-081-13/+24
* QML: Introduce QQmlPropertyIndexErik Verbruggen2016-08-041-9/+9
* QtQuick: clean up shader effect property connectionsErik Verbruggen2016-07-051-1/+1
* Remove QQmlCompiledData in favor of QV4::CompiledData::CompilationUnitSimon Hausmann2016-06-011-3/+9
* QML: allow more methods to get inlined.Erik Verbruggen2016-04-051-1/+10
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Make property interceptors work on alias properties againLars Knoll2015-11-261-1/+2
* Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-2/+2
* Make bindings refcountedLars Knoll2015-06-101-9/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-2/+2
|\
| * 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
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | More cleanups in qv4value_p.hLars Knoll2015-04-241-0/+1
* | Only heap allocate binding bits storage if needed.Aaron Kennedy2015-02-241-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