aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-111-3/+1
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-1019-207/+201
* Remove remnants of QQmlImageProviderKent Hansen2012-08-091-1/+0
* Improve main QtQml and QtQuick doc pagesBea Lam2012-08-091-49/+33
* Fix default property docsBea Lam2012-08-091-8/+5
* 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-087-4/+6
* Update imports and module documentationChris Adams2012-08-0817-641/+1175
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0821-216/+303
* 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
* Restore QML/C++ extensions tutorial and fix plugin docs and examplesBea Lam2012-08-074-27/+519
* Minor update for release notesBea Lam2012-08-071-0/+2
* Add specifics of attached property syntaxBea Lam2012-08-031-0/+7
* Fix various broken links in documentationBea Lam2012-08-0324-61/+58
* Fix docs for FormatType enumBea Lam2012-08-031-23/+25
* Make QQmlScriptString opaque.Michael Brasser2012-08-0310-47/+140
* Use \b instead of \boldBea Lam2012-08-024-9/+9
* Mark QQmlFile \internalBea Lam2012-08-021-0/+2
* Update docs now that all basic types can also be property typesBea Lam2012-08-021-32/+18
* Document readonly property syntaxBea Lam2012-08-011-1/+28
* Document qmlAttachedPropertiesObject()Bea Lam2012-08-012-1/+34
* Implement strict mode for qmldir modulesMatthew Vogt2012-07-319-11/+185
* Doc: Changed \qmlclass to \qmltype and added \instantiates.Jerome Pasion2012-07-308-10/+17
* Improve QML basic types documentationChris Adams2012-07-305-438/+232
* Remove default parameter from protected QmlPropertyMap CT.Friedemann Kleint2012-07-301-2/+2
* Clarify use of enumeration type from QML codeBea Lam2012-07-271-3/+31
* Update whatsnew documentation with value-type improvementsChris Adams2012-07-271-2/+7
* Allow access to signals and slots in QQmlPropertyMap inheritorsMatthew Vogt2012-07-274-8/+49
* Fix QML import paths in Qt resources.Aaron McCarthy2012-07-273-1/+17
* Revise the restructured "Integrating QML and C++" docsBea Lam2012-07-2511-1650/+1874
* Ensure params listed after unnamed params are available in QML.Glenn Watson2012-07-251-3/+5
* Remove QListModelInterface.Andrew den Exter2012-07-258-252/+99
* Correctly link the QML module C++ class documentationChris Adams2012-07-247-352/+62
* Fix value-type semantics in variant propertiesChris Adams2012-07-243-31/+88
* More consistent coding style through QML documentation.Yann Bodson2012-07-203-4/+4