summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QList<>* support with QmlListPropertyAaron Kennedy2010-02-091-1/+2
* Allow objects to be shared between QmlEnginesAaron Kennedy2010-02-081-18/+5
* Support builtin string converters in every contextAaron Kennedy2010-01-281-0/+9
* Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-281-0/+25
* Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-16/+40
* Add context argument to QmlMetaProperty::createPropertyMarco Bubke2009-12-171-4/+5
* Use destroy() to destroy bindings.Michael Brasser2009-12-171-1/+2
* little imporvements and 1 warning lessThierry Bastian2009-12-071-1/+1
* small cleanupThierry Bastian2009-12-041-5/+5
* fix includesOswald Buddenhagen2009-12-031-11/+15
* OptimizationAaron Kennedy2009-12-031-96/+72
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-6/+6
* Remove include styles that rely on configure.Warwick Allison2009-12-011-3/+3
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-11-041-0/+3
|\
| * Doc.Michael Brasser2009-11-041-0/+3
* | testsAaron Kennedy2009-11-041-78/+34
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * fix headersWarwick Allison2009-10-291-16/+16
* | Make private headers _pAaron Kennedy2009-10-301-1/+1
|/
* Doc.Michael Brasser2009-10-261-0/+1
* Fix Behavior support for value type properties.Michael Brasser2009-10-231-0/+6
* Add binding assignment warningsAaron Kennedy2009-10-161-52/+78
* Make assigning to a QList and a QmlList consistentAaron Kennedy2009-10-141-1/+0
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-121-10/+19
|\
| * Pass all WriteProperty argsAaron Kennedy2009-10-121-3/+3
| * Composite types should assign to object propertiesAaron Kennedy2009-10-121-2/+11
| * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-5/+5
* | Behavior fix plus basic autotests.Michael Brasser2009-10-121-1/+0
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-111-29/+1
|\
| * Remove deprecated write to signal property supportYann Bodson2009-10-091-29/+1
* | Improve Behavior reliability.Michael Brasser2009-10-111-24/+62
|/
* Make Script an instrinsic typeAaron Kennedy2009-10-071-1/+1
* Fix test failuresAaron Kennedy2009-10-051-5/+11
* QmlMetaProperty cleanupAaron Kennedy2009-10-051-298/+252
* Minor QmlMetaProperty cleanupAaron Kennedy2009-10-051-20/+33
* Improve script lookup cachingAaron Kennedy2009-10-051-1/+1
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-58/+13
* Remove binding when writing to a propertyAaron Kennedy2009-09-231-3/+15
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-13/+24
* Add plumbing for more advanced signal property controlAaron Kennedy2009-09-221-5/+61
* Ensure that relative urls are made absolute in all casesKai Koehne2009-09-151-2/+6
* Fix that empty string "resolves" to empty URL.Warwick Allison2009-09-111-4/+3
* Support URL resolution from within script blocksAaron Kennedy2009-09-101-0/+25
* Fix leak.Michael Brasser2009-09-071-0/+2
* Remove outdated comment.Michael Brasser2009-09-041-1/+1
* Support overriding signal handlers in a state change.Michael Brasser2009-08-311-2/+2
* Add internal note.Michael Brasser2009-08-271-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-251-1/+1
|\
* | Largely revert 40c12237b506bd and implement simpler more efficient way.Warwick Allison2009-08-241-1/+1
|/