aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QQmlPropertyCache: adding setParent()Thomas Hartmann2012-11-052-0/+6
* Changed the plugin module nameVenugopal Shivashankar2012-10-293-14/+14
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-296-12/+0
* 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
* Doc: Cleaned up \module and \qmlmodule page for Qt Quick and Qt QML.Jerome Pasion2012-10-172-5/+2
* We need to export QQmlVMEMetaObject to support the designerThomas Hartmann2012-10-121-1/+1
* Update docs after modularization of docsTor Arne Vestbø2012-10-122-5/+4
* 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
* doc: Fix some typos in C++ integration documentationEskil Abrahamsen Blomfeldt2012-09-263-3/+3
* Fixed missing virtual destructors in qtdeclarative.Samuel Rødal2012-09-247-4/+20
* Windows CE buildfixAndreas Holzammer2012-09-242-1/+5
* Add missing QT_{BEGIN,END}_{NAMESPACE,HEADER}Sergio Ahumada2012-09-231-0/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23406-7709/+7709
* Qt QML: Updated qtqml.qdocconfJerome Pasion2012-09-211-5/+4
* 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
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* doc: fix some more typosSergio Ahumada2012-09-103-3/+3
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-075-6/+6
* Doc: Use settings from global qdocconf.Casper van Donderen2012-09-051-52/+4
* 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-287-23/+23
* Document the current behavior of overridden propertiesMatthew Vogt2012-08-281-0/+50
* Doc: Clarify ownership semantics of objects returned by property gettersThomas McGuire2012-08-281-2/+4
* Fix various doc errorsBea Lam2012-08-287-21/+31
* 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
* Update usage of smooth and antialiasing.Michael Brasser2012-08-283-3/+3
* Improve docs related to visual parent conceptBea Lam2012-08-282-1/+2
* Clean up structure of JavaScript related docsBea Lam2012-08-287-116/+136
* Move data ownership docs and improve docsBea Lam2012-08-282-45/+39
* Move the Property Modifier Type documentationChris Adams2012-08-275-69/+89
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-2718-482/+562
* 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
* Fix doc linksBea Lam2012-08-241-1/+1