summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Renamed the QML front-end.Roberto Raggi2009-06-1129-406/+407
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-1111-12/+90
|\
| * Changed the QML parser and the AST to store the position of comma tokensErik Verbruggen2009-06-1011-12/+90
* | Use the most derived extension object, not the least derivedAaron Kennedy2009-06-111-1/+1
* | Remove dead codeAaron Kennedy2009-06-102-7/+0
* | Simplify QmlBindableValue by using the logic already present in QmlMetaPropertyAaron Kennedy2009-06-102-207/+151
* | Minor cleanupsAaron Kennedy2009-06-102-177/+13
* | Source location isn't needed for compiled bindingsAaron Kennedy2009-06-101-1/+0
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-108-2/+41
|\
| * Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-108-1/+45
* | Remove perf metricsAaron Kennedy2009-06-101-209/+0
* | Improve list assignment performanceAaron Kennedy2009-06-104-64/+120
* | Remove dead codeAaron Kennedy2009-06-103-10/+2
* | Improve bindings startup performanceAaron Kennedy2009-06-1010-93/+356
|/
* Can now dynamically delete objects as well.Alan Alpert2009-06-095-18/+62
* Add dynamic object creation from Script.Alan Alpert2009-06-094-4/+156
* Fix handling of qreal properties.Michael Brasser2009-06-095-26/+59
* Revert "Naively fix handling of qreal properties for ARM."Michael Brasser2009-06-081-2/+1
* Compile fix for WinCE.Michael Brasser2009-06-041-1/+1
* Added offsets of automatically inserted semicolons to the DOM and theErik Verbruggen2009-06-045-0/+29
* fix MSVC warningsThierry Bastian2009-06-021-1/+1
* Compilation fix on MSVCThierry Bastian2009-06-021-38/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-014-0/+33
|\
| * Added range information for lists which contains the position and lengthErik Verbruggen2009-05-294-0/+33
* | Remove some pointless perf metricsAaron Kennedy2009-06-015-27/+2
|/
* Delay the compilation of bindings until the endAaron Kennedy2009-05-285-103/+107
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-281-1/+1
|\
| * Fixed a bug where the DOM reported the value of an ID to be Invalid.Erik Verbruggen2009-05-271-1/+1
* | 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