aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-1019-207/+201
* Change error messages to reflect new module terminologyChris Adams2012-08-092-6/+6
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-093-12/+51
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-093-1/+18
* Fix test failures in Qt Location with string lists.Glenn Watson2012-08-092-3/+12
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-086-4/+5
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0813-140/+228
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-084-15/+62
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-083-2/+67
* Fix various broken links in documentationBea Lam2012-08-034-5/+6
* Fix docs for FormatType enumBea Lam2012-08-031-23/+25
* Make QQmlScriptString opaque.Michael Brasser2012-08-0310-47/+140
* Mark QQmlFile \internalBea Lam2012-08-021-0/+2
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-319-11/+185
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-305-7/+14
* Improve QML basic types documentationChris Adams2012-07-301-1/+1