aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-2829-258/+181
* 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-2812-42/+64
* Add cacheItemCount property to PathViewMartin Jones2012-08-285-60/+132
* 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
* Update usage of smooth and antialiasing.Michael Brasser2012-08-2814-44/+25
* Improve docs related to visual parent conceptBea Lam2012-08-285-12/+67
* Clean up structure of JavaScript related docsBea Lam2012-08-287-116/+136
* Move data ownership docs and improve docsBea Lam2012-08-282-45/+39
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-289-29/+53
* Document QSGTexture.Jason Barron2012-08-271-0/+41
* Fix potential memory leak in AnchorChanges.Michael Brasser2012-08-271-1/+42
* Move the Property Modifier Type documentationChris Adams2012-08-276-69/+114
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-2718-482/+562
* Remove unreachable code paths from QQuickChangeSet.Andrew den Exter2012-08-271-9/+4
* 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