aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* QQuickPlatform: remove QT_{BEGIN,END}_HEADER macro usageJ-P Nurmi2013-02-151-4/+0
* Add QQmlPlatform (exposed as Qt.platform)J-P Nurmi2013-02-146-2/+207
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-077-23/+33
|\
| * Fix lupdate-warning in qqmlrewrite.cpp.Friedemann Kleint2013-02-061-4/+12
| * Fix lupdate-warnings in qqmlimport.cpp.Friedemann Kleint2013-02-061-13/+9
| * Fix lupdate-warnings.Friedemann Kleint2013-02-062-2/+2
| * Merge branch 'release' into stableSergio Ahumada2013-01-311-3/+3
| |\
| | * Remove outdated macro usageChristian Stenger2013-01-241-3/+3
| * | Strengthen reference to var properties during constructionAlan Alpert2013-01-291-0/+6
| * | Fix memory leakAlan Alpert2013-01-291-0/+1
| * | Doc: Fix uses of \sinceDebao Zhang2013-01-241-1/+0
* | | Use constFind instead of find in QQmlMetaType::qmlTypehjk2013-02-061-2/+2
* | | Qml: Use QString::append(QStringRef) overload in ProcessAST::asStringhjk2013-02-061-1/+1
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2850-198/+0
* | | 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