summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetaproperty_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-125/+0
| | | | QDeclarativeXXX.
* String to enum conversion in value typesAaron Kennedy2010-02-231-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 McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Cleanup public QmlMetaType APIAaron Kennedy2010-02-121-0/+3
| | | | Remove some unnecessary methods from the QmlMetaType class
* Stop using QGuardAaron Kennedy2009-12-231-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 includesOswald Buddenhagen2009-12-031-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.
* OptimizationAaron Kennedy2009-12-031-11/+12
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-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 Allison2009-12-011-1/+1
| | | | May help modularization (syncqt and configure are Qt-specific).
* testsAaron Kennedy2009-11-041-2/+3
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Add binding assignment warningsAaron Kennedy2009-10-161-2/+3
|
* Composite types should assign to object propertiesAaron Kennedy2009-10-121-0/+2
| | | | Fixes QT-956
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-111-2/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove deprecated write to signal property supportYann Bodson2009-10-091-2/+0
| |
* | Improve Behavior reliability.Michael Brasser2009-10-111-3/+6
|/
* Fix test failuresAaron Kennedy2009-10-051-0/+1
|
* QmlMetaProperty cleanupAaron Kennedy2009-10-051-20/+20
|
* Minor QmlMetaProperty cleanupAaron Kennedy2009-10-051-0/+2
|
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-22/+0
|
* Remove binding when writing to a propertyAaron Kennedy2009-09-231-2/+4
|
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-1/+1
|
* Use meta property cache for property restoresAaron Kennedy2009-08-061-2/+11
|
* Make QmlMetaProperty reentrantAaron Kennedy2009-08-031-0/+16
|
* Compile after merge.Michael Brasser2009-07-271-1/+1
|
* Fix crashes on exit.Michael Brasser2009-07-271-1/+2
|
* Add prototype value type supportAaron Kennedy2009-07-231-4/+11
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-0/+4
|
* CleanupMichael Brasser2009-06-301-1/+11
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Fix SetProperties not always setting properties correctly.Michael Brasser2009-05-151-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() methodAaron Kennedy2009-04-231-0/+8
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+75