aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing QT_{BEGIN,END}_{NAMESPACE,HEADER}Sergio Ahumada2012-09-232-0/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231023-19430/+19430
* Add QT_{BEGIN,END}_{NAMESPACE,HEADER} to qtquickglobal.hThiago Macieira2012-09-221-0/+6
* Qt QML: Updated qtqml.qdocconfJerome Pasion2012-09-211-5/+4
* Avoid hanging if glGetIntegerv() fails.Jason Barron2012-09-211-1/+1
* Qt Quick: modified sources into documentation buildJerome Pasion2012-09-211-1/+5
* Qt Quick: Updated qtquick.qdocconfJerome Pasion2012-09-211-10/+8
* Fix Flickable movementEnded() signal emissionAndras Becsi2012-09-181-11/+15
* 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
* Qt Quick docs: Added link to the submodules' pages.Jerome Pasion2012-09-122-2/+29
* Add .qmltypes filesKai Koehne2012-09-1220-0/+6814
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-117-14/+0
* Fix calculation of QML_RENDER_TIMING valuesThomas McGuire2012-09-102-4/+4
* QML_RENDER_TIMING: Add time since last frame to outputThomas McGuire2012-09-102-2/+10
* Add QML_RENDER_TIMING output for the single-threaded caseThomas McGuire2012-09-101-0/+22
* Use DEFINE_BOOL_CONFIG_OPTION for QML_RENDER_TIMINGThomas McGuire2012-09-101-5/+5
* doc: fix some more typosSergio Ahumada2012-09-106-6/+6
* Compile following qreal -> float change in QtGui/math3d classesSean Harmer2012-09-071-2/+2
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-0723-28/+28
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-077-27/+104
* doc: fix some typos in .qml filesSergio Ahumada2012-09-071-1/+1
* Fix typo in documentation.Sérgio Martins2012-09-061-1/+1
* Doc: Use settings from global qdocconf.Casper van Donderen2012-09-052-101/+6
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-09-055-31/+22
* Remove windowmanager hacks form the incubation controller.Gunnar Sletta2012-09-045-60/+54
* 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-283-2/+11
* 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-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