Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -125/+0 |
| | | | | QDeclarativeXXX. | ||||
* | String to enum conversion in value types | Aaron Kennedy | 2010-02-23 | 1 | -1/+2 |
| | | | | | | Assigning a string to a value type enum property from a binding was not working as QmlMetaProperty didn't realise the property was of enum type. | ||||
* | Fix copyright year. | Jason McDonald | 2010-02-16 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Cleanup public QmlMetaType API | Aaron Kennedy | 2010-02-12 | 1 | -0/+3 |
| | | | | Remove some unnecessary methods from the QmlMetaType class | ||||
* | Stop using QGuard | Aaron Kennedy | 2009-12-23 | 1 | -1/+2 |
| | | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway. | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -1/+3 |
| | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | ||||
* | Optimization | Aaron Kennedy | 2009-12-03 | 1 | -11/+12 |
| | |||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -1/+1 |
| | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -1/+1 |
| | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | tests | Aaron Kennedy | 2009-11-04 | 1 | -2/+3 |
| | |||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 1 | -2/+3 |
| | |||||
* | Composite types should assign to object properties | Aaron Kennedy | 2009-10-12 | 1 | -0/+2 |
| | | | | Fixes QT-956 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-11 | 1 | -2/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove deprecated write to signal property support | Yann Bodson | 2009-10-09 | 1 | -2/+0 |
| | | |||||
* | | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -3/+6 |
|/ | |||||
* | Fix test failures | Aaron Kennedy | 2009-10-05 | 1 | -0/+1 |
| | |||||
* | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 1 | -20/+20 |
| | |||||
* | Minor QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 1 | -0/+2 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -22/+0 |
| | |||||
* | Remove binding when writing to a property | Aaron Kennedy | 2009-09-23 | 1 | -2/+4 |
| | |||||
* | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Use meta property cache for property restores | Aaron Kennedy | 2009-08-06 | 1 | -2/+11 |
| | |||||
* | Make QmlMetaProperty reentrant | Aaron Kennedy | 2009-08-03 | 1 | -0/+16 |
| | |||||
* | Compile after merge. | Michael Brasser | 2009-07-27 | 1 | -1/+1 |
| | |||||
* | Fix crashes on exit. | Michael Brasser | 2009-07-27 | 1 | -1/+2 |
| | |||||
* | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -4/+11 |
| | |||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -0/+4 |
| | |||||
* | Cleanup | Michael Brasser | 2009-06-30 | 1 | -1/+11 |
| | | | | | Fix up license headers and private warnings, as well as other general cleanups. | ||||
* | Fix SetProperties not always setting properties correctly. | Michael Brasser | 2009-05-15 | 1 | -2/+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 | ||||
* | Split up QmlMetaProperty::write() method | Aaron Kennedy | 2009-04-23 | 1 | -0/+8 |
| | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+75 |