Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -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 McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add reset methods to QmlMetaProperty | Aaron Kennedy | 2010-01-28 | 1 | -0/+2 |
| | |||||
* | Add context argument to QmlMetaProperty::createProperty | Marco Bubke | 2009-12-17 | 1 | -1/+1 |
| | | | | | | Without a context the properties with a QUrl type are not resolved. Reviewed-by: Kai Koehne | ||||
* | Remove extra semicolon. | Martin Jones | 2009-11-19 | 1 | -1/+1 |
| | |||||
* | tests | Aaron Kennedy | 2009-11-04 | 1 | -5/+1 |
| | |||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -2/+1 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Fix Behavior support for value type properties. | Michael Brasser | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 1 | -2/+2 |
| | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -3/+6 |
| | |||||
* | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 1 | -0/+2 |
| | |||||
* | Add plumbing for more advanced signal property control | Aaron Kennedy | 2009-09-22 | 1 | -0/+4 |
| | |||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -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 reentrant | Aaron Kennedy | 2009-08-03 | 1 | -2/+0 |
| | |||||
* | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -4/+5 |
| | |||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -3/+3 |
| | |||||
* | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -3/+0 |
| | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | ||||
* | Support animating dot properties. | Michael Brasser | 2009-06-30 | 1 | -0/+1 |
| | | | | | Make sure we can handle things like PropertyAnimation { property: "anchors.leftMargin" } | ||||
* | Update SetProperties to handle changing bindings | Aaron Kennedy | 2009-06-26 | 1 | -1/+3 |
| | | | | Also removed all uses of SetProperty | ||||
* | Fixed #includes | Roberto Raggi | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | Fix SetProperties not always setting properties correctly. | Michael Brasser | 2009-05-15 | 1 | -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 debugger | Aaron Kennedy | 2009-05-07 | 1 | -0/+1 |
| | |||||
* | Add some constructors without QmlContext parameter. | Martin Jones | 2009-04-27 | 1 | -2/+6 |
| | | | | and mark the existing constructors internal. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+137 |