aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * | Doc: Updated docs for examples and etcXingtao Zhang2013-01-096-61/+61
| |/
* | Make numeric-literal parsing even more robust.Erik Verbruggen2013-01-161-3/+6
* | Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-5/+5
* | 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-0723-130/+125
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-0423-130/+125
| |\|
| | * Bump Qt version to 5.0.1Sergio Ahumada2012-12-231-4/+4
| | * 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
| | * Do not crash on some animation changesAlbert Astals Cid2012-12-201-1/+1
| | * Doc: Enabling Qt QML linking to Qt Quick.v5.0.0Jerome Pasion2012-12-171-1/+1
| | * Change virtual folders in .qdocconf to qtqml and qtquickhjk2012-12-121-1/+1
| | * centralize and fixup example sources install targetsOswald Buddenhagen2012-12-101-53/+53
| | * Only free context if the owning QV8ContextResource gets destroyedPhilip Lorenz2012-12-103-8/+19
| | * Doc: Fix external referencesv5.0.0-rc1Christian Stenger2012-12-051-0/+2
| | * 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
| | * Avoid duplicating Qt Quick Code SamplesEskil Abrahamsen Blomfeldt2012-12-031-1/+0
| | * Doc: Edited qdocconfig files to change QCH titles and redirects.Jerome Pasion2012-12-031-9/+7
* | | 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-017-11/+17
* 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
* Mark scarc resource docs as internal for 5.0Frederik Gladhorn2012-11-282-4/+16
* Fix escape sequences in lexer: the capital X is not an EscapeCharacter.Erik Verbruggen2012-11-281-1/+0
* docfix: Move image to correct locationGunnar Sletta2012-11-281-0/+0
* Docfix: Move images to correct location and fix bugs in code sample.Gunnar Sletta2012-11-283-2/+2
* 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
* Remove TODO from docs as it doesn't make sense.Gunnar Sletta2012-11-271-4/+0
* 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