aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add docs for "animation on property" syntax and fix topic pageBea Lam2012-08-272-32/+62
* 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-243-8/+9
* Improvements for coding conventions docsBea Lam2012-08-242-63/+3
* Link to Coding Conventions pageBea Lam2012-08-242-3/+4
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-2/+9
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-2416-289/+472
* Increase test coverage for V4Matthew Vogt2012-08-235-4/+48
* Doc: Tidied links, titles, and HTML pages.Jerome Pasion2012-08-239-59/+38
* Fixes a reference in the Animation docs.Alan Alpert2012-08-231-1/+1
* Remove some incorrect animation docsBea Lam2012-08-231-17/+13
* Document various undocumented attributes of QQuickItemBea Lam2012-08-231-101/+951
* 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 snippets to compile to ensure they are validBea Lam2012-08-2221-851/+20
* Link to "Deploying QML Applications"Bea Lam2012-08-221-0/+1
* 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
* Fix compilation on OSX 10.6Sean Harmer2012-08-211-2/+2
* 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
* 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-161-7/+45
* Move docs closer to the members that they documentBea Lam2012-08-162-717/+694
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-1636-156/+186
* Remove the use of QWidgetStar from QtQml.Stephen Kelly2012-08-153-14/+3
* Three scene graph examples with docs.Gunnar Sletta2012-08-134-4/+9
* 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
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-1019-207/+201
* Remove remnants of QQmlImageProviderKent Hansen2012-08-092-2/+1
* 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-092-6/+6
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-097-29/+936
* 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
* canvas-related doc fixesBea Lam2012-08-092-170/+179
* Document some undocumented AnimatedSprite functionsBea Lam2012-08-091-0/+27