aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow QML URLs to contain pre-encoded octetsMatthew Vogt2012-01-181-6/+22
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-191-25/+40
* Introduce more generic fast property handlingAaron Kennedy2011-12-051-2/+7
* Add support for assigning literal value to sequence propertyChris Adams2011-12-011-0/+63
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-041-1/+1
* Declarative: Fix gcc 4.6 warnings about assigned/unused variables.Friedemann Kleint2011-11-011-1/+0
* Rename QDeclarativePropertyCache::Data to QDeclarativePropertyDataAaron Kennedy2011-10-261-21/+21
* Update calls for keyToValue and keysToValueLiang Qi2011-10-241-2/+5
* Fix assertAaron Kennedy2011-10-181-1/+1
* Clean up declarative includesKent Hansen2011-10-171-11/+11
* Merge PropertyCache::Data and ValueTypeDataAaron Kennedy2011-10-171-117/+110
* Optimize signal handlingAaron Kennedy2011-10-121-0/+5
* Fix possible crash with an empty handleAaron Kennedy2011-10-071-1/+1
* Add JavaScript "var" property type to QMLChris Adams2011-10-061-1/+15
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-191-1/+10
* More efficient type name cacheAaron Kennedy2011-08-301-44/+52
* Fix crash in QDeclarativePropertyChris Adams2011-08-041-3/+3
* Use engine where appropriate in QDeclarativePropertyAaron Kennedy2011-07-251-5/+12
* Correctly load flags for binding propertiesAaron Kennedy2011-07-251-5/+7
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-22/+22
* Correct rounding behaviorAaron Kennedy2011-06-221-8/+21
* Optimize common binding writesAaron Kennedy2011-06-201-1/+88
* Compare QDeclarativeProperty's in a flag agnostic wayAaron Kennedy2011-06-171-2/+3
* Merge branch 'master' into v8Michael Brasser2011-06-071-17/+17
|\
| * Merge branch 'qtquick2'Martin Jones2011-05-311-0/+3
| |\
| * | Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-05-241-17/+17
| * | Uninitialized memory is compared.Martin Jones2011-05-111-0/+2
* | | Initial V8 integrationAaron Kennedy2011-06-061-1/+1
| |/ |/|
* | Uninitialized memory is compared.Martin Jones2011-05-301-0/+2
* | DocAaron Kennedy2011-05-161-0/+3
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1649