aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Add designer support for animations and componentCompleteMarco Bubke2012-11-224-17/+43
* Deliver parameters to bound signals.Frederik Gladhorn2012-11-211-0/+1
* Document importing issues in worker scriptJędrzej Nowacki2012-11-212-0/+3
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-1/+0
|\
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Jerome Pasion2012-11-0220-43/+126
| |\
| * | Doc: Removed the HTML template from the .qdocconf filesJerome Pasion2012-10-291-1/+0
* | | Fixed memory leak of registered QML modulesVadim Zakondyrin2012-11-191-0/+4
* | | Use the new QLibraryInfo::Qml2ImportsPath path for QML 2.Thiago Macieira2012-11-194-12/+12
* | | 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-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