aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmlprofiler: Allow specification of features to recordUlf Hermann2015-06-094-2/+120
* qmlprofiler: Record input eventsUlf Hermann2015-06-095-6/+43
* QQuickImageBase: Minimize the cost for devicePixelRatio setting.Robin Burchell2015-06-091-8/+20
* Add 28 QList::reserve() callsSérgio Martins2015-06-0820-12/+53
* Mark tests as unstable/flakeySimon Hausmann2015-06-082-0/+4
* Remove dead code from the debug serviceHolger Hans Peter Freyther2015-06-081-4/+0
* Remove more unused code from the QQmlEnginePrivateHolger Hans Peter Freyther2015-06-083-11/+9
* Remove dead code QQmlComponent::createObjectHolger Hans Peter Freyther2015-06-081-4/+1
* doc: Remove uses of \mainclassMartin Smith2015-06-075-6/+0
* QQmlData: Don't detach QObject::children list.Robin Burchell2015-06-071-1/+1
* QQuickWindow: Don't use an intermediate vector when diffing SG nodes.Robin Burchell2015-06-071-26/+19
* qmlprofiler: Output data after application quits in non-interactive modeUlf Hermann2015-06-073-1/+12
* qmlprofiler: Redirect app stdout to qmlprofiler stderrUlf Hermann2015-06-071-1/+1
* qmlprofiler: Improve options for trace outputUlf Hermann2015-06-064-50/+211
* qmlprofiler: Only accept commands if we ask for themUlf Hermann2015-06-066-41/+20
* QQuickText: Don't store node engine per node.Robin Burchell2015-06-064-40/+48
* QSGDistanceFieldGlyphNode: Use QVarLengthArray to avoid frequent allocation.Robin Burchell2015-06-061-2/+4
* QQuickWindow: Move itemsToPolish from a QSet to QVector.Robin Burchell2015-06-063-6/+5
* Remove bogus dynamic and static casts.Sérgio Martins2015-06-061-6/+3
* QQuickTextNodeEngine: Remove unused member.Robin Burchell2015-06-051-2/+0
* QSGBatchRenderer: Store the last known free page index.Robin Burchell2015-06-051-1/+13
* Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-06-057-17/+17
* Some cleanups to QQmlRefCountLars Knoll2015-06-056-21/+16
* Replace bindingType() method by a virtual getterLars Knoll2015-06-057-32/+30
* Move the writeBinding method into QQmlBindingLars Knoll2015-06-054-169/+160
* Blacklist unstable testSimon Hausmann2015-06-051-0/+2
* Add missing QVector::reserve() callsSérgio Martins2015-06-054-4/+12
* Document API bug for QQmlContext::nameForObject()Mathias Hasselmann2015-06-051-0/+1
* Fix resolving of nested alias propertiesLars Knoll2015-06-051-2/+2
* Move the target property index into the common base classLars Knoll2015-06-055-22/+8
* Move the target object into the base classLars Knoll2015-06-055-18/+10
* Remove the QQmlPropertyData from the bindingLars Knoll2015-06-052-27/+66
* Blacklist unstable tests for nowSimon Hausmann2015-06-055-0/+12
* Make QQuickGridView test independent of mouse speedUlf Hermann2015-06-051-0/+11
* Decouple flickable stopAtBounds test from mouse event timingUlf Hermann2015-06-051-1/+3
* QQuickFlickable: Send synthetic release event through QCoreApplicationUlf Hermann2015-06-051-1/+1
* Fix flickable autotestUlf Hermann2015-06-053-48/+64
* Move the mouse to the right place before simulating a clickUlf Hermann2015-06-051-0/+1
* Wait for window activation, not for exposal in key press testUlf Hermann2015-06-051-1/+1
* Allow for some delay on starting transitions in flickable testUlf Hermann2015-06-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0484-316/+1096
|\
| * tst_qquickwindow: Prospective fix for instability of cursor test.Friedemann Kleint2015-06-031-45/+95
| * Fix flickering when QQuickWidget becomes visibleJoni Poikelin2015-06-011-1/+1
| * Document the render loops a bit moreLaszlo Agocs2015-05-281-6/+29
| * Purge use of VisualDataModel from docs where DelegateModel is requiredAlex Blasche2015-05-284-9/+12
| * Calqlatr Demo: Adjust ListView delegate height based on font sizeTopi Reinio2015-05-261-1/+1
| * Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-234-0/+52
| * Fix the implicitSize of SVG Images on retina displayJocelyn Turcotte2015-05-221-1/+1
| * qquickwindow: ensure we delete the correct delayed touch event after deliveryRichard Moe Gustavsen2015-05-223-19/+18
| * Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-212-0/+2