summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary global context management stuffAaron Kennedy2009-07-161-2/+1
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-12/+12
* DocAaron Kennedy2009-07-071-1/+1
* Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-1/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-42/+1
|\
| * Add parameterized synthesized signalsAaron Kennedy2009-07-021-42/+1
* | Fix warnings.Michael Brasser2009-07-021-1/+1
* | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|/
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-2/+2
* CleanupMichael Brasser2009-06-301-1/+0
* Support animating dot properties.Michael Brasser2009-06-301-0/+30
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-1/+46
* Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
* Simplify QmlBindableValue by using the logic already present in QmlMetaPropertyAaron Kennedy2009-06-101-127/+147
* Minor cleanupsAaron Kennedy2009-06-101-161/+1
* Remove some pointless perf metricsAaron Kennedy2009-06-011-4/+0
* Don't rely on qreal being a double.Michael Brasser2009-05-221-8/+8
* Fix SetProperties not always setting properties correctly.Michael Brasser2009-05-151-50/+58
* Add "watchers" to debuggerAaron Kennedy2009-05-071-0/+12
* DocAaron Kennedy2009-05-061-13/+13
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-4/+36
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-110/+110
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-271-2/+15
|\
| * qdoc: Edited qdoc comments to remove some qdoc warnings.Martin Smith2009-04-241-2/+15
* | Add some constructors without QmlContext parameter.Martin Jones2009-04-271-0/+31
|/
* Split up QmlMetaProperty::write() methodAaron Kennedy2009-04-231-33/+217
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+847