aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-091-4/+6
* Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-231-1/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-5/+4
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-5/+5
* | Fix some function signatures and remove an unused functionLars Knoll2015-06-181-19/+11
* | No need to store the same data twiceLars Knoll2015-06-181-2/+2
* | Get rid of QQmlAbstractBoundSignalLars Knoll2015-06-181-2/+2
* | Make bindings refcountedLars Knoll2015-06-101-23/+18
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-3/+9
* | Replace bindingType() method by a virtual getterLars Knoll2015-06-051-2/+2
* | Move the writeBinding method into QQmlBindingLars Knoll2015-06-051-160/+1
* | Smaller cleanupsLars Knoll2015-04-271-16/+5
* | Get rid of QQmlBinding::property()Lars Knoll2015-04-271-0/+5
* | Simplify binding setup code furtherLars Knoll2015-04-271-127/+72
* | Directly resolve property aliases in QQmlBinding::setTargetLars Knoll2015-04-261-34/+0
* | Get rid of QQmlBinding::retargetBinding()Lars Knoll2015-04-261-4/+32
* | CleanupLars Knoll2015-04-261-11/+11
* | Make removal of bindings explicitLars Knoll2015-04-251-20/+29
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+6
|\|
| * Speed up copying of value types in bindingsSimon Hausmann2015-04-161-0/+6
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-3/+3
|/
* Fix conversion between char and string.Christian Strømme2015-03-211-2/+24
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-2/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-15/+15
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-1/+1
* Get rid of the bindingKeyFlagLars Knoll2015-01-121-3/+3
* Cleanup variant conversion codeLars Knoll2015-01-091-3/+3
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-3/+3
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3
* Fix QQmlProperty to work correctly with deeply nested objects.Michael Brasser2014-12-231-1/+1
* Initial work on gadget supportSimon Hausmann2014-12-221-10/+10
* Changed value type property index encodingSimon Hausmann2014-12-101-9/+9
* Fix assignment to QObject pointer propertiesSimon Hausmann2014-10-231-5/+4
* Fix roundtrip conversion between JS var and QVariantLars Knoll2014-09-111-2/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move Managed data into it's own subclassLars Knoll2014-07-221-3/+3
* Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-251-1/+2
* Fix assignments of null strings in QML and JavaScriptSimon Hausmann2014-04-121-0/+6
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Fix rounding behavior of Qml when assigning doubles to integer propertiesSimon Hausmann2013-11-051-1/+1
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-1/+1
* Move more API over to use ValueRefLars Knoll2013-09-261-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-19/+19
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-3/+7
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-1/+6
|\
| * QQmlError.object now holds the scope object that caused exceptions.Mark Visser2013-05-081-0/+5
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-1/+1