aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-5/+5
* Speed up copying of value types in bindingsSimon Hausmann2015-04-161-0/+6
* 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
| * Doc: Qt Quick: Fix module name format (Pt 2/2)Sze Howe Koh2013-04-231-1/+1
* | Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-23/+24
* | Get rid of some v8 based codeLars Knoll2013-05-241-1/+1
* | Remove QV8Bindings classLars Knoll2013-05-241-26/+0
* | Remove QV8Engine::scriptValueFromInternalLars Knoll2013-05-221-1/+4
* | Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-011-3/+3
* | Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-4/+4
* | Get rid of QV8Engine::toString()Lars Knoll2013-04-291-1/+1
|/
* Fix new warnings in qtdeclarative (found by GCC 4.8)Thiago Macieira2013-04-091-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-041-1/+0
* Make static QQmlProperty::read() take a const QObject pointer.Andreas Hartmetz2012-11-301-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-271-4/+4
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-101-73/+37
* Trim trailing whitespaceStephen Kelly2012-07-171-52/+52
* Use V4 binding for non-final properties where possibleMatthew Vogt2012-07-091-0/+26
* Decode directory separators in source URLsMatthew Vogt2012-06-251-2/+8
* Disallow signal-handler-specification for non-signal methodsChris Adams2012-06-211-1/+1
* Adapt to connection-related changes in qtbaseKent Hansen2012-06-121-12/+41