aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Doc: Updated docs for examples and etcXingtao Zhang2013-01-091-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
* 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
* 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
* Update qMetaType helpers usage.Jędrzej Nowacki2012-09-271-8/+8
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-245-3/+14
* Windows CE buildfixAndreas Holzammer2012-09-242-1/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23235-5672/+5672
* Add a Q_UNREACHABLE to improve code generation a littleThiago Macieira2012-09-132-0/+2
* Make the instruction table be constThiago Macieira2012-09-133-7/+7
* doc: fix some more typosSergio Ahumada2012-09-103-3/+3
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-075-6/+6
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-1/+4
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-2917-123/+318