aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlplugindump: Fix handling of implicit signalsKai Koehne2012-09-101-1/+1
* 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
* Update the git-archive export optionsThiago Macieira2012-09-102-2/+4
* doc: fix some more typosSergio Ahumada2012-09-109-9/+9
* test: Check for null string comparisonSergio Ahumada2012-09-101-1/+1
* tst_qquickfontloader: remove unnecessary skips on WindowsJ-P Nurmi2012-09-071-21/+0
* Fix tst_qquickanimatedimage::mirror_running()J-P Nurmi2012-09-071-10/+14
* Compile following qreal -> float change in QtGui/math3d classesSean Harmer2012-09-071-2/+2
* QtQml tests: remove QSKIP -> wrap within !QTEST_CROSS_COMPILED guardsJ-P Nurmi2012-09-072-14/+12
* tst_QQuickPathView::package(): updated QSKIP()J-P Nurmi2012-09-071-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-0726-31/+31
* qmlplugindump: Fix dumping of typesKai Koehne2012-09-071-1/+1
* qmlplugindump: Take care of 'void' typesKai Koehne2012-09-071-2/+2
* Updated tst_QJSEngineJ-P Nurmi2012-09-071-9/+5
* tst_qquickflickable: fix compilation warningJ-P Nurmi2012-09-071-1/+1
* Wrap tst_qqmllocale::timeZoneUpdated() within Q_OS_UNIX to remove QSKIPJ-P Nurmi2012-09-071-19/+20
* Doc: Fix documentation issues.Kim Motoyoshi Kalland2012-09-077-27/+104
* doc: fix some typos in .qml filesSergio Ahumada2012-09-0714-14/+14
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* 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-314-4/+54
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-2919-125/+319
* Only test qtdeclarative examples for naming conventionAlan Alpert2012-08-291-3/+10
* Fix compiler warnings from MSVC2010Kai Koehne2012-08-283-2/+11
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-283-12/+22
* Console API: Print JS objectAurindam Jana2012-08-283-17/+30
* Add doc/qtqml and doc/qtquick to .gitignoreYuchen Deng2012-08-281-0/+2
* 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