summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-121-1/+6
* Use QVarLengthArray when creating the connectNotify() argumentThomas McGuire2012-10-121-1/+3
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-1/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Include the signal code in the argument of (dis)connectNotify().Thomas McGuire2012-09-261-1/+1
* Make connectNotify() work with QMLThomas McGuire2012-08-311-1/+5
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-05-251-0/+3
|\
| * Merge remote branch 'qt-qml-review/master' into master-qml-stagingKai Koehne2011-05-231-0/+3
| |\
| | * DocAaron Kennedy2011-05-161-0/+3
* | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-0/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Uninitialized memory is compared.Martin Jones2011-05-051-0/+2
| | |/
* | / Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/ /
* / Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-011-1/+1
|/
* Fix warnings in QtDeclarativeThiago Macieira2011-02-171-1/+1
* Allow property bindings to be easily created from JavaScriptBea Lam2011-01-271-8/+17
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-191-2/+2
|\
| * Don't crash Qt Creator when debugging an object aliasAaron Kennedy2011-01-131-1/+1
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Optimization: make QDeclarativePropertyPrivate shared.Michael Brasser2010-12-221-37/+61
* | Optimize name lookup for QDeclarativeProperty.Michael Brasser2010-12-211-0/+2
|/
* QDeclarativeProperty doc improvementsBea Lam2010-12-101-3/+16
* Improve consistency in handling of aliases, bindings and value typesAaron Kennedy2010-11-291-24/+185
* Call the correct vme meta object when connecting alias signalsAaron Kennedy2010-10-191-1/+1
* Connect property alias change signals on useAaron Kennedy2010-10-071-1/+55
* If a type is registered under several names, share the attached property objectAaron Kennedy2010-09-281-2/+2
* Simplify type management codeAaron Kennedy2010-08-271-1/+0
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Be consistent in conversion from string (eg. color, int rounding).Warwick Allison2010-05-201-11/+14
* Simplify code to make next change clearer.Warwick Allison2010-05-201-14/+9
* More class documentation fixes for declarative.Michael Brasser2010-04-161-0/+1
* Add Component.onDestruction attached propertyAaron Kennedy2010-04-151-1/+33
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-3/+3
* Update #include of private headers in QtDeclarativeThiago Macieira2010-04-021-10/+10
* Optimization: Reduce unnecessary QObject allocationsAaron Kennedy2010-03-171-6/+6
* QDeclarative::isWritable optimization.Michael Brasser2010-03-151-5/+3
* Improve value type binding behaviorAaron Kennedy2010-03-111-24/+40
* doc: Fixed several qdoc errors.Martin Smith2010-03-091-1/+2
* doc: Fixed some QML qdoc errors.Martin Smith2010-03-051-27/+55
* Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-041-3/+3
* QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject p...Aaron Kennedy2010-03-031-2/+9
* DocAaron Kennedy2010-02-261-5/+45
* Polish QDeclarativeProperty APIAaron Kennedy2010-02-261-25/+86
* Remove unnecessary QDeclarativeProperty::Type enum valuesAaron Kennedy2010-02-261-20/+41
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-261-18/+2
* Rename QDeclarativeMetaProperty -> QDeclarativePropertyAaron Kennedy2010-02-251-0/+1200