aboutsummaryrefslogtreecommitdiffstats
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-2830-262/+185
* 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-2814-44/+66
* Add cacheItemCount property to PathViewMartin Jones2012-08-287-61/+216
* 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-2833-591/+524
* Update usage of smooth and antialiasing.Michael Brasser2012-08-2873-297/+90
* 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-2810-30/+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-2729-519/+841
* Remove unreachable code paths from QQuickChangeSet.Andrew den Exter2012-08-271-9/+4
* Fix relative import pathAlan Alpert2012-08-271-1/+1
* Add docs for "animation on property" syntax and fix topic pageBea Lam2012-08-272-32/+62
* Make samegame work againKent Hansen2012-08-242-5/+5
* Immediatley delete QV8QObjectResource objects to reduce memory leaksThomas McGuire2012-08-241-2/+6
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-243-381/+385
* 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-242-2/+39
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-2425-313/+621
* Increase test coverage for V4Matthew Vogt2012-08-2317-25/+554
* 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
* Port away from qWaitForWindowShown.Stephen Kelly2012-08-222-3/+3
* Make connectNotify() work with QMLThomas McGuire2012-08-2214-45/+505
* Trim trailing whitespace.Stephen Kelly2012-08-228-107/+107
* 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
* Remove deprecated openSoftwareInputPanel function calls from the declarative ...Joona Petrell2012-08-224-4/+4
* Fix V4 calculations that vary from V8 resultsMatthew Vogt2012-08-225-35/+136
* 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