summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-1/+0
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-281-0/+2
|
* Add context argument to QmlMetaProperty::createPropertyMarco Bubke2009-12-171-1/+1
| | | | | | Without a context the properties with a QUrl type are not resolved. Reviewed-by: Kai Koehne
* Remove extra semicolon.Martin Jones2009-11-191-1/+1
|
* testsAaron Kennedy2009-11-041-5/+1
|
* CleanupAaron Kennedy2009-10-301-2/+1
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Fix Behavior support for value type properties.Michael Brasser2009-10-231-0/+1
|
* Add binding assignment warningsAaron Kennedy2009-10-161-2/+2
|
* Improve Behavior reliability.Michael Brasser2009-10-111-3/+6
|
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-0/+2
|
* Add plumbing for more advanced signal property controlAaron Kennedy2009-09-221-0/+4
|
* Abstract expression and binding APIsAaron Kennedy2009-08-101-3/+3
| | | | | | | | | By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id.
* Make QmlMetaProperty reentrantAaron Kennedy2009-08-031-2/+0
|
* Add prototype value type supportAaron Kennedy2009-07-231-4/+5
|
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-3/+3
|
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-3/+0
| | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* Support animating dot properties.Michael Brasser2009-06-301-0/+1
| | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" }
* Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-1/+3
| | | | Also removed all uses of SetProperty
* Fixed #includesRoberto Raggi2009-05-181-1/+1
|
* Fix SetProperties not always setting properties correctly.Michael Brasser2009-05-151-1/+1
| | | | | | | 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/+1
|
* Add some constructors without QmlContext parameter.Martin Jones2009-04-271-2/+6
| | | | and mark the existing constructors internal.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+137