summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlbindablevalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Respect string converters in binding assignmentsAaron Kennedy2009-06-171-0/+7
* More explicit QUrl <-> QString conversion.Warwick Allison2009-06-111-1/+1
* Remove dead codeAaron Kennedy2009-06-101-6/+0
* Simplify QmlBindableValue by using the logic already present in QmlMetaPropertyAaron Kennedy2009-06-101-80/+4
* Minor cleanupsAaron Kennedy2009-06-101-16/+12
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+4
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-2/+2
* Detect binding loops.Michael Brasser2009-05-111-88/+97
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-111-1/+4
* Shift QmlBindableValue data into d-ptrAaron Kennedy2009-05-061-22/+39
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-15/+15
* Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-2/+0
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+210