aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-0/+5
* Console API: Print JS objectAurindam Jana2012-08-281-12/+23
* Fix property overriding lookup to exclude functionsv5.0.0-beta1Matthew Vogt2012-08-281-8/+28
* Reduce memory usage of QV4Bindings::Subscription by 8 bytes.Thomas McGuire2012-08-282-18/+50
* Docs - add missing images and code, clean up sectionsBea Lam2012-08-282-7/+7
* Doc: Clarify ownership semantics of objects returned by property gettersThomas McGuire2012-08-281-2/+4
* Fix various doc errorsBea Lam2012-08-282-4/+5
* Refactor QQmlPropertyCacheMethodArguments creation.Michael Brasser2012-08-282-57/+24
* Fix leak introduced in 0853343c33e394f35c31c161b019b2aed17f9256.Michael Brasser2012-08-282-7/+12
* Refactor singleton type registration codeChris Adams2012-08-2820-427/+370
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-2717-481/+561
* Immediatley delete QV8QObjectResource objects to reduce memory leaksThomas McGuire2012-08-241-2/+6
* Document the vTable hack.Thomas McGuire2012-08-241-0/+8
* Fix warnings in QtQmlMatthew Vogt2012-08-245-11/+14
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-2413-285/+462
* Increase test coverage for V4Matthew Vogt2012-08-235-4/+48
* Make connectNotify() work with QMLThomas McGuire2012-08-2210-45/+122
* Trim trailing whitespace.Stephen Kelly2012-08-226-73/+73
* Fix signal offset in dynamic sig param lookupChris Adams2012-08-221-3/+2
* Export QV8ValueTypeWrapper.Aaron McCarthy2012-08-221-1/+2
* Fix V4 calculations that vary from V8 resultsMatthew Vogt2012-08-222-8/+100
* Fix compilation on Linux with gcc-4.6Sean Harmer2012-08-211-7/+10