aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use object identity to detect cycles in JS-to-C++ type conversionKent Hansen2012-08-204-34/+39
* Get rid of engine-wide state of visited objects for type conversionKent Hansen2012-08-204-42/+58
* Add missing QT_{BEGIN,END}_NAMESPACEKent Hansen2012-08-171-0/+4
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-174-64/+54
* Document QJSEngine's lack of exception handling APIKent Hansen2012-08-161-3/+7
* Fix crash in signal change notification overrideChris Adams2012-08-161-7/+45
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-1636-156/+186
* Remove the use of QWidgetStar from QtQml.Stephen Kelly2012-08-153-14/+3