aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deliver parameters to bound signals.Frederik Gladhorn2012-11-211-0/+1
* Document importing issues in worker scriptJędrzej Nowacki2012-11-211-0/+2
* Fixed memory leak of registered QML modulesVadim Zakondyrin2012-11-191-0/+4
* Use the new QLibraryInfo::Qml2ImportsPath path for QML 2.Thiago Macieira2012-11-192-7/+7
* Improve documentation.Frederik Gladhorn2012-11-101-3/+4
* Fix compilation issue with clang in C++11 mode.Erik Verbruggen2012-11-081-1/+1
* QQmlPropertyCache: adding setParent()Thomas Hartmann2012-11-052-0/+6
* Changed the plugin module nameVenugopal Shivashankar2012-10-291-6/+6
* Change qml list interfaceMarco Bubke2012-10-234-11/+54
* Adding invalidate function to QQmlPropertyCacheThomas Hartmann2012-10-232-0/+34
* QQmlOpenMetaObjectType: extend interface for visual designerThomas Hartmann2012-10-192-0/+21
* We need to export QQmlVMEMetaObject to support the designerThomas Hartmann2012-10-121-1/+1
* Remove calculateHash functionPeter Varga2012-10-101-79/+3
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-2/+6
* Complete QmlJSVisitor for UiParameterListThomas Hartmann2012-10-084-1/+11
* Fix in QmlJS parser for UiParameterListThomas Hartmann2012-10-012-0/+3
* Fix a crash in QQmlPropertyCache::findPropertyJocelyn Turcotte2012-09-282-25/+29