summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvmemetaobject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-091-14/+36
|
* Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-081-27/+34
|
* Mark function contexts as temporaryAaron Kennedy2010-01-051-0/+1
| | | | QTBUG-5690
* fix includesOswald Buddenhagen2009-12-031-5/+7
| | | | | | | | | | | | - 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.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-3/+3
| | | | 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-2/+2
| | | | May help modularization (syncqt and configure are Qt-specific).
* testsAaron Kennedy2009-11-171-9/+3
|
* Fixup qmllanguage::aliasProperties testAaron Kennedy2009-11-111-5/+6
|
* fix headersWarwick Allison2009-10-291-16/+16
|
* Support return values in synthesized methodsAaron Kennedy2009-10-271-2/+4
|
* Fix more warnings.Michael Brasser2009-10-261-1/+1
|
* Fix Behavior support for value type properties.Michael Brasser2009-10-231-7/+26
|
* Use the correct context when resolving alias propertiesAaron Kennedy2009-10-221-2/+0
|
* Tweak scopingAaron Kennedy2009-10-211-2/+1
| | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-121-0/+27
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Improve Behavior reliability.Michael Brasser2009-10-111-0/+27
| |
* | Add id aliasesAaron Kennedy2009-10-091-7/+19
|/
* 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