summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support array-literal Script::source valuesAaron Kennedy2009-11-291-19/+35
* TestsAaron Kennedy2009-11-161-2/+2
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
* Fixup qmllanguage::aliasProperties testAaron Kennedy2009-11-111-0/+5
* More language testsAaron Kennedy2009-11-061-5/+8
* Improve qmllanguage test caseAaron Kennedy2009-11-041-14/+19
* Fix incorrect assertAaron Kennedy2009-11-031-1/+1
* CleanupAaron Kennedy2009-10-301-0/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-301-16/+16
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-301-0/+31
| |\
| * | fix headersWarwick Allison2009-10-291-16/+16
* | | Make private headers _pAaron Kennedy2009-10-301-1/+1
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-1/+1
| |/ |/|
* | Simple compiler statisticsAaron Kennedy2009-10-291-0/+31
|/
* Doc.Michael Brasser2009-10-281-0/+4
* Support return values in synthesized methodsAaron Kennedy2009-10-271-0/+1
* Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-271-1/+1
* Fix Behavior support for value type properties.Michael Brasser2009-10-231-1/+1
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-0/+32
* Use Q_GLOBAL_STATIC for global static.Martin Jones2009-10-151-2/+2
* i18nWarwick Allison2009-10-131-71/+72
* More i18nWarwick Allison2009-10-131-77/+74
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-121-34/+97
|\
| * Test that Component {} is allowed as the root elementAaron Kennedy2009-10-121-2/+4
| * Composite types should assign to object propertiesAaron Kennedy2009-10-121-5/+11
| * Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-7/+7
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-121-9/+38
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-111-6/+19
| | |\
| | * | Improve Behavior reliability.Michael Brasser2009-10-111-9/+38
| * | | Add id aliasesAaron Kennedy2009-10-091-10/+23
| | |/ | |/|
| * | Support aliases to enum propertiesAaron Kennedy2009-10-091-2/+5
| * | Output file/line for script errorsAaron Kennedy2009-10-091-4/+14
| |/
* | Fix warnings.Martin Jones2009-10-121-4/+4
|/
* Make Script an instrinsic typeAaron Kennedy2009-10-071-2/+76
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-0/+1
* Improve script lookup cachingAaron Kennedy2009-10-051-2/+18
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-2/+4
* Use QScriptProgram to speed up binding creationAaron Kennedy2009-10-051-0/+3
* Only compile time register synthesized objectsAaron Kennedy2009-09-231-5/+3
* Make more qmlecmascript tests passAaron Kennedy2009-09-231-2/+17
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-19/+75
* Report custom parse errors verbosely.Warwick Allison2009-09-101-5/+6
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-09-031-0/+2
|\
| * Add QML enum supportAaron Kennedy2009-09-031-0/+2
* | Fix a bug in the qmlvme, which lead to an assert on valid QML.Alan Alpert2009-09-031-0/+2
|/
* Disallow using typenames as idsAaron Kennedy2009-09-021-2/+5
* Revert "Fix setting the id property"Alan Alpert2009-08-271-7/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Yann Bodson2009-08-271-20/+9
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-271-1/+1
| |\
| * | Make QmlPropertyValueSource an interface.Martin Jones2009-08-271-20/+9