summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlscriptparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some (internal) API cleanup.Roberto Raggi2009-05-141-4/+3
* Moved Parser::DiagnosticMessage and AST::SourceLocationRoberto Raggi2009-05-141-1/+1
* Renamed JavaScriptEnginePrivate in Engine.Roberto Raggi2009-05-141-6/+6
* Protect the QML front-end using the namespace JavaScript.Roberto Raggi2009-05-141-2/+2
* Fix qmlparser test failureAaron Kennedy2009-05-131-2/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-111-0/+2
|\
| * Added positioning information to the dom as position+length.Erik Verbruggen2009-05-111-0/+2
* | Remove outdated commentAaron Kennedy2009-05-111-2/+0
* | Ensure negative numeric literals are not treated as bindingsAaron Kennedy2009-05-111-10/+13
* | Remove some XML'isms from the parser/compiler interfaceAaron Kennedy2009-05-111-47/+32
|/
* CompileAaron Kennedy2009-05-111-2/+2
* Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
* Expose import statements in QmlDomDocumentKai Koehne2009-05-081-0/+15
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-071-2/+2
|\
| * Use source locations in the diagnostic messages.Roberto Raggi2009-05-061-2/+2
* | Improve parser line/column trackingAaron Kennedy2009-05-061-30/+68
|/
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+5
* Support simple nested property groupsAaron Kennedy2009-05-051-47/+47
* Remove misleading commentAaron Kennedy2009-05-051-6/+0
* Add parser support for object slot declarationsAaron Kennedy2009-05-051-21/+44
* Add warning textAaron Kennedy2009-05-051-1/+5
* Remove QML XML supportAaron Kennedy2009-05-051-19/+0
* Improve error handling consistencyAaron Kennedy2009-05-051-54/+50
* Add QML signal declaration syntaxAaron Kennedy2009-05-011-41/+50
* Tweak QML property syntaxAaron Kennedy2009-05-011-35/+41
* Report the syntax errors.Roberto Raggi2009-04-301-1/+38
* Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-291-0/+5
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-3/+3
* Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-271-30/+53
* Handle Connection objects.Roberto Raggi2009-04-271-149/+10
* No more sugar :-)Roberto Raggi2009-04-241-5/+15
* Use the DUI language.Roberto Raggi2009-04-241-0/+30
* Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-241-5/+8
* experiment with treating State and Transition slightly special: they are auto...mae2009-04-241-0/+10
* small cleanupsmae2009-04-241-11/+0
* map the ParentChange qml tag to a ParentChangeSet in dui.mae2009-04-241-105/+172
* finalize support for namespacepathmae2009-04-241-5/+10
* Process the `import' statement.Roberto Raggi2009-04-241-0/+14
* load foo.js for a foo.dui if it exists. This lets us use the import keyword f...mae2009-04-241-0/+10
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-241-15/+11
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-241-0/+9
* make Connection work.mae2009-04-241-23/+96
* parse function declarations in the object declaration and generate script pro...mae2009-04-241-0/+21
* support comma for lists, better parser error outputmae2009-04-241-1/+9
* make PropertyChangeSet work. This makes tutorial3 run again.mae2009-04-241-53/+95
* make arrays work, these visitors are ***** awesomemae2009-04-241-1/+15
* removed debug outputmae2009-04-241-5/+0
* support public property definitionsmae2009-04-241-47/+76
* code cleanup (helper functions rule)mae2009-04-241-74/+73
* implement UiObjectBinding (UiObjectMember: UiQualifiedId T_COLON T_IDENTIFIER...mae2009-04-241-3/+65