aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Qt QML: Updated qtqml.qdocconfJerome Pasion2012-09-211-5/+4
* Add a Q_UNREACHABLE to improve code generation a littleThiago Macieira2012-09-132-0/+2
* Make the instruction table be constThiago Macieira2012-09-133-7/+7
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-111-2/+0
* doc: fix some more typosSergio Ahumada2012-09-103-3/+3
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-075-6/+6
* Doc: Use settings from global qdocconf.Casper van Donderen2012-09-051-52/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-311-1/+4
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-2917-123/+318
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-281-0/+5
* Console API: Print JS objectAurindam Jana2012-08-281-12/+23
* 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-287-23/+23
* 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-287-21/+31
* 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-283-3/+3
* Improve docs related to visual parent conceptBea Lam2012-08-282-1/+2
* Clean up structure of JavaScript related docsBea Lam2012-08-287-116/+136
* Move data ownership docs and improve docsBea Lam2012-08-282-45/+39
* Move the Property Modifier Type documentationChris Adams2012-08-275-69/+89
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-2718-482/+562
* 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-241-1/+1
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-2414-286/+464
* Increase test coverage for V4Matthew Vogt2012-08-235-4/+48
* Doc: Tidied links, titles, and HTML pages.Jerome Pasion2012-08-233-24/+14
* 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
* 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