summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvmemetaobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-1/+18
|
* Fix crash in property aliasesAaron Kennedy2009-08-101-2/+1
| | | | | Since 588093b3e12dd5039bcc4ee545d9d9112d25394f id objects are stored in the special idValues array, not in the generic propertyValues list.
* Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-151-5/+6
|
* Support parameterized synthesized methodsAaron Kennedy2009-07-021-117/+126
|
* Initial property aliasing supportAaron Kennedy2009-07-021-6/+46
| | | | Currently very basic - the only alias "script" that is allowed is Id.property
* Add parameterized synthesized signalsAaron Kennedy2009-07-021-1/+4
| | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* CleanupMichael Brasser2009-06-301-1/+1
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Allow synthesized and extension meta objects to work togetherAaron Kennedy2009-06-181-3/+13
|
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-0/+3
| | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* Very basic slot declaration supportAaron Kennedy2009-05-051-49/+83
| | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } }
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-11/+11
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+140