aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid unnecessary QByteArray creationKent Hansen2012-06-051-1/+1
* Delay conversion of v8 exceptions to QQmlErrors.Michael Brasser2012-06-051-9/+9
* Remove dead codeKent Hansen2012-06-011-28/+0
* Fix another crash due to unregistered enum typesChris Adams2012-06-011-0/+2
* Fix crash caused by unregistered enum typesChris Adams2012-05-281-1/+6
* Use static dispatch tables for QQmlAbstractBindingAaron Kennedy2012-05-241-3/+3
* Lazily create QMetaObjectsAaron Kennedy2012-05-241-94/+90
* Enable binding to properties of type QJSValue.Andrew den Exter2012-05-241-1/+9
* Simplify QVariant::convert and QVariant::canConvert calls.Jędrzej Nowacki2012-05-211-1/+1
* Allow the existence of a VME metaobject to be assertedMatthew Vogt2012-05-211-2/+2
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-1/+2
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-011-10/+25
* Use QUrl constructor directly.Michael Brasser2012-04-201-22/+6
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-111-13/+24
|\
| * Do not crash on invalid binding diagnosticMatthew Vogt2012-04-041-2/+3