summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-2821-878/+247
* Small cleanupsAaron Kennedy2009-05-274-105/+132
* Save the JavaScript AST in the QmlParser::Variant for use by othersAaron Kennedy2009-05-273-8/+25
* Small cleanupsAaron Kennedy2009-05-272-12/+8
* Simplify and comment compilerAaron Kennedy2009-05-276-166/+229
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-2719-126/+378
|\
| * Remove more unneeded semicolons.Martin Jones2009-05-275-6/+6
| * Remove more unneeded semicolons.Martin Jones2009-05-261-2/+2
| * Remove more unneeded semicolons.Martin Jones2009-05-263-5/+5
| * Added no_ast_rewriter to rewriter.pri.Roberto Raggi2009-05-261-2/+7
| * Don't check the QT_MODULE in the text rewriter, there's no need since it's pr...Roberto Raggi2009-05-262-79/+75
| * Made the suffix for CSS literals case insensitve.Roberto Raggi2009-05-261-16/+21
| * Added missing copyright headers.Roberto Raggi2009-05-266-0/+245
| * Create a new TextWriter when rewriting the CSS literals.Roberto Raggi2009-05-261-7/+8
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-05-2622-709/+1058
| |\
| * | Remove extraneous semicolons.Martin Jones2009-05-264-10/+10
* | | Improve error messagesAaron Kennedy2009-05-262-108/+87
| |/ |/|
* | Remove AssignStackObject instructionAaron Kennedy2009-05-265-39/+27
* | Remove the NoOp instructionAaron Kennedy2009-05-263-22/+2
* | Remove unnecessary conditionAaron Kennedy2009-05-261-9/+0
* | Remove ResolveFetchObject instructionAaron Kennedy2009-05-264-39/+9
* | Remove AssignValueSource instructionAaron Kennedy2009-05-264-43/+5
* | Unify the store instructions into the main VME switchAaron Kennedy2009-05-263-273/+249
* | Remove AssignObject instructionAaron Kennedy2009-05-264-142/+71
* | Remove Try*Object instructionsAaron Kennedy2009-05-264-83/+27
* | Ensure tests passAaron Kennedy2009-05-263-23/+33
* | Always treat CSS-like suffix's as bindingsAaron Kennedy2009-05-261-1/+5
* | roberto: Added support for CSS like numeric literals e.g. 10pAaron Kennedy2009-05-2614-35/+624
* | Disable QmlDom debug output by defaultKai Koehne2009-05-251-4/+10
|/
* Use the true metatype of attached properties in the compilerAaron Kennedy2009-05-221-0/+4
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-227-22/+44
|\
| * Naively fix handling of qreal properties for ARM.Michael Brasser2009-05-221-1/+2
| * Don't rely on qreal being a double.Michael Brasser2009-05-222-9/+16
| * fix warningsWarwick Allison2009-05-214-10/+10
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-05-201-0/+5
| |\
| | * Cleanup and fixes for performance logging.Michael Brasser2009-05-201-0/+5
| * | Basic qualified type support.Warwick Allison2009-05-201-4/+13
| |/
* | Store the type of the attached properties objectAaron Kennedy2009-05-223-45/+89
|/
* Remove unnecessary codeAaron Kennedy2009-05-201-2/+0
* Fix docs.Michael Brasser2009-05-192-4/+4
* Resolved reduce/reduce conflict between QML array literals and JS array liter...Roberto Raggi2009-05-195-849/+958
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Roberto Raggi2009-05-192-0/+31
|\
| * Added QmlEngine::componentSearchPath()Kai Koehne2009-05-192-0/+31
* | Fixed #includesRoberto Raggi2009-05-1819-58/+58
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-1810-902/+1006
|\
| * Do not store empty type names in QmlMetaTypeKai Koehne2009-05-181-1/+2
| * Renamed qualifiedObjectNameId.Roberto Raggi2009-05-183-12/+12
| * Compile.Roberto Raggi2009-05-182-3/+3
| * Introduced qualified type names in the grammar.Roberto Raggi2009-05-188-896/+989
| * Allow mapping from QMetaObject * to corresponding QmlTypeKai Koehne2009-05-182-4/+14