summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add prototype value type supportAaron Kennedy2009-07-231-63/+153
|
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-10/+10
|
* 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 ↵Michael Brasser2009-07-021-42/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add parameterized synthesized signalsAaron Kennedy2009-07-021-42/+1
| | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* | 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
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Support animating dot properties.Michael Brasser2009-06-301-0/+30
| | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" }
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-1/+46
| | | | Also removed all uses of SetProperty
* Use custom string converter in writeValueProperty()Rhys Weatherley2009-06-181-0/+10
| | | | Reviewed-by: Aaron Kennedy
* 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
| | | | | | | QmlMetaProperty no longer holds on to a QMetaProperty, as it may become invalidated for a dynamic object built using QmlOpenMetaObject. Reviewed-by: Aaron Kennedy
* 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
| | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-271-2/+15
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp
| * 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
|/ | | | and mark the existing constructors internal.
* 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