aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Move the model classes from QtQuick to QtQmlAlan Alpert2013-01-241-0/+8
* Move ListModel and ListElement to the QtQml importAlan Alpert2013-01-249-172/+172
* Refactor QQmlTypePrivateAlan Alpert2013-01-242-92/+169
* Move documentation to QtQml moduleAlan Alpert2013-01-233-17/+17
* Merge branch 'stable' into devGunnar Sletta2013-01-17241-249/+249
|\
| * Merge branch 'release' into stableGunnar Sletta2013-01-171-1/+1
| |\
| | * Exporting required symbols for Qt Quick DesignerThomas Hartmann2013-01-171-1/+1
| * | Doc: correcting typo "the the"Nico Vertriest2013-01-141-1/+1
| * | Update copyright year in Digia's license headersSergio Ahumada2013-01-10241-243/+243
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-4/+4
| |/
* | 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
* | Move VME exception to a better placeAlan Alpert2013-01-081-4/+5
* | Remove m_ in property names of QQmlTypePrivateAlan Alpert2013-01-081-183/+183
* | 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-0719-60/+56
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-0419-60/+56
| |\|
| | * Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-0/+1
| | * Fix warnings in QtQml due to ?: with enums of different typesThiago Macieira2012-12-231-25/+25
| | * Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-103-8/+19
| | * Use the qRegisterMetaType which does not take a string.Stephen Kelly2012-12-041-7/+7
| | * Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-0411-16/+2
| | * Declare QQmlV8Handle as a metatype where it is defined.Stephen Kelly2012-12-044-4/+2
* | | 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-1713-1187/+1366
* | 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
|/
* Docs: Fix some more referencesChristian Stenger2012-12-015-10/+15
* Fix QML XmlHttpRequest Insecure Redirection FlawRichard Moore2012-12-011-3/+5
* Make static QQmlProperty::read() take a const QObject pointer.Andreas Hartmetz2012-11-302-9/+9
* Limit case-sensitivity check in QML to file names.Friedemann Kleint2012-11-302-3/+25
* Move no-Gui related QML types from QtQuick into QtQmlTasuku Suzuki2012-11-298-2/+1283
* Docs: Fix some reference errorsChristian Stenger2012-11-282-7/+5
* Fix escape sequences in lexer: the capital X is not an EscapeCharacter.Erik Verbruggen2012-11-281-1/+0
* Declare type information for some internal qml types.Jędrzej Nowacki2012-11-272-11/+17
* 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
* Enable module build with QT_NO_IMTasuku Suzuki2012-11-264-0/+10
* Enable mobule build with QT_NO_TRANSLATIONTasuku Suzuki2012-11-267-4/+22
* Reduce number of relocationsMarc Mutz2012-11-231-11/+11
* Stop using the name "trolltech" in interface nameTasuku Suzuki2012-11-231-1/+3
* Add designer support for animations and componentCompleteMarco Bubke2012-11-223-16/+31