aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/parser
Commit message (Expand)AuthorAgeFilesLines
* don't use CamelCase includesOswald Buddenhagen2013-03-138-26/+28
* Merge branch 'stable' into devGunnar Sletta2013-01-1717-19/+19
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1017-19/+19
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-161-3/+6
* | Fix automatic semicolon insertion before ++/-- operators.Erik Verbruggen2013-01-111-3/+1
* | Make numeric-literal parsing more robust.Erik Verbruggen2013-01-111-1/+1
* | Fix semicolon insertion before pre-incr/decr operators.Erik Verbruggen2013-01-081-0/+54
* | Fix unicode escape sequence validation in strings.Erik Verbruggen2013-01-081-2/+5
* | Merge "Merge branch 'stable' into dev" into refs/staging/devFrederik Gladhorn2013-01-071-25/+25
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-041-25/+25
| |\|
| | * Fix warnings in QtQml due to ?: with enums of different typesThiago Macieira2012-12-231-25/+25
* | | Fix: disallow incomplete hex numbers "0x" and "0X".Erik Verbruggen2013-01-073-2/+10
|/ /
* | Add the getter/setter type to PropertyGetterSetterLars Knoll2013-01-041-2/+8
* | Added parsing for getter/setter definitions in property assignments.Erik Verbruggen2012-12-1711-1185/+1350
* | Don't assume QChar::null() is the end of inputLars Knoll2012-12-111-7/+7
* | super is always a reserved keywordLars Knoll2012-12-111-1/+1
* | Bail out on stray newlines in strings in JS modeLars Knoll2012-12-111-1/+7
* | Don't bail out on 0 chars in commentsLars Knoll2012-12-112-2/+4
* | Parse identifiers according to specLars Knoll2012-12-111-31/+94
* | Throw a parse error on octal numbers and escape sequencesLars Knoll2012-12-111-5/+19
|/
* Fix escape sequences in lexer: the capital X is not an EscapeCharacter.Erik Verbruggen2012-11-281-1/+0
* Enable the lexer to run in JS strict/non-strict mode as well as QML modeErik Verbruggen2012-11-273-39/+37
* Fixed line terminators to handle LS/PS and CR+LF correctly.Erik Verbruggen2012-11-272-24/+51
* Accept missing semicolon after do-while statement.Erik Verbruggen2012-11-266-865/+945
* Complete QmlJSVisitor for UiParameterListThomas Hartmann2012-10-084-1/+11
* Fix in QmlJS parser for UiParameterListThomas Hartmann2012-10-012-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2317-435/+435
* Initialize data members in QML engineMartin Jones2012-05-291-0/+1
* Optimize QML parserMartin Jones2012-05-242-127/+113
* Initial bundle supportAaron Kennedy2012-05-041-2/+2
* qMalloc, qFree, qRealloc, qMemCopy, qMemSet are deprecatedOlivier Goffart2012-04-231-4/+4
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2418-0/+13266