aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 internal documentation and comments to QQuickListCompositor.Andrew den Exter2012-08-201-0/+341
* setImplicitWidth/Height should be publicBea Lam2012-08-201-2/+2
* Add missing QT_{BEGIN,END}_NAMESPACEKent Hansen2012-08-171-0/+4
* Stabilize QQuickWindow tests a bitGunnar Sletta2012-08-173-32/+36
* Fixing easing curve editorThomas Hartmann2012-08-172-0/+7
* Reduce memory consumption in QV4Bindings::BindingMatthew Vogt2012-08-174-64/+54
* Compile on OpenGL ES2 when using Khronos headersSean Harmer2012-08-162-1/+24
* Document QJSEngine's lack of exception handling APIKent Hansen2012-08-161-3/+7
* Remove redundant QT_NO_ACCESSIBILTY.Frederik Gladhorn2012-08-162-6/+0
* Fix crash in signal change notification overrideChris Adams2012-08-1614-7/+259
* Avoid overriding changed signalAlan Alpert2012-08-161-3/+2
* Move docs closer to the members that they documentBea Lam2012-08-162-717/+694
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-1639-191/+279
* Remove the use of QWidgetStar from QtQml.Stephen Kelly2012-08-153-14/+3
* Fix build with QT_NO_ACCESSIBILITY.Frederik Gladhorn2012-08-131-1/+1
* Only build accessibility test when a11y is enabled.Frederik Gladhorn2012-08-131-0/+2
* Three scene graph examples with docs.Gunnar Sletta2012-08-1322-25/+979
* Fix the dependencies of QQuickTest.Stephen Kelly2012-08-111-1/+2
* make use of QT_PRIVATE to specify private Qt dependenciesOswald Buddenhagen2012-08-113-9/+3
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-115-5/+5
* More consistent examples directory structureAlan Alpert2012-08-10200-246/+52
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-1021-207/+407
* Remove remnants of QQmlImageProviderKent Hansen2012-08-093-6/+1
* Add unit test for concatenated property name accessChris Adams2012-08-092-0/+137
* Improve main QtQml and QtQuick doc pagesBea Lam2012-08-094-119/+76
* Fix default property docsBea Lam2012-08-091-8/+5
* Change error messages to reflect new module terminologyChris Adams2012-08-098-21/+113
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-0914-31/+1138
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-097-25/+52
* Fix test failures in Qt Location with string lists.Glenn Watson2012-08-092-3/+12
* canvas-related doc fixesBea Lam2012-08-092-170/+179
* Document some undocumented AnimatedSprite functionsBea Lam2012-08-091-0/+27
* Various small doc fixes and improvementsBea Lam2012-08-096-33/+21
* Uncomment examples in pro fileAlan Alpert2012-08-091-12/+12
* Fix uses of \inmodule, \inqqmlmodule and \sinceBea Lam2012-08-0810-6/+10
* Add more to visual parent docsBea Lam2012-08-081-4/+20
* Rename "JavaScript" section titleBea Lam2012-08-081-1/+1
* Update imports and module documentationChris Adams2012-08-0821-644/+1179
* Add missing VisualDataGroup documentation.Andrew den Exter2012-08-081-8/+88
* Provide features/use-case docs in QML AppDevGuideAlan Alpert2012-08-0837-125/+1638
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0886-483/+772
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-0813-16/+221
* Fix uses of various qml doc commandsBea Lam2012-08-0812-55/+55
* Support JS Array.sort() function for sequence wrappers.Glenn Watson2012-08-088-4/+250
* Explicitly initialize base class.Andrew den Exter2012-08-071-0/+1
* Add tests for copying QQuickChangeSets and debug output.Andrew den Exter2012-08-071-0/+61
* Restore QML/C++ extensions tutorial and fix plugin docs and examplesBea Lam2012-08-076-30/+520
* Update porting guide for positioner handling of item opacityBea Lam2012-08-072-23/+42