aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-056-15/+15
* 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
* 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
* QQuickFlickable: Send synthetic release event through QCoreApplicationUlf Hermann2015-06-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-0458-215/+534
|\
| * 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
| * Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-233-0/+23
| * 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-222-16/+17
| * Fix basic and windows render loops to use the correct screenLaszlo Agocs2015-05-212-0/+2
| * Fix null pointer dereference in QQmlImportNamespaceVishesh Handa2015-05-201-4/+6
| * Optionally apply orientation on imagesAllan Sandfeld Jensen2015-05-199-38/+131
| * WinRT: fix warningsMaurice Kalinowski2015-05-193-1/+6
| * Fix render loop warning about invalid geometry of exposed windows.Friedemann Kleint2015-05-191-2/+4
| * Fix MSVC warning about unused variableSimon Hausmann2015-05-191-0/+1
| * MSVC: Fix compiler warningKai Koehne2015-05-191-0/+1
| * QtQuick: Fix const correctness in old style castsThiago Macieira2015-05-1310-24/+29
| * Create contexts and pbuffers with the correct screen in QQuickWidgetLaszlo Agocs2015-05-121-2/+12
| * QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-122-7/+1
| * Hide cursor when text fields becomes read onlySanttu Lakkala2015-05-122-4/+17
| * Add QtQuick::Text::font.weight enum valuesShawn Rutledge2015-05-115-5/+33
| * Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-082-0/+16
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-084-12/+34
| * Avoid uninitialized bytes in QV4::CompiledDataSimon Hausmann2015-05-081-0/+1
| * Fix memory corruption in array handlingSimon Hausmann2015-05-081-3/+2
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-084-21/+25
| * BorderImage support for @2x assetsAndy Nichols2015-05-061-32/+39
| * Enhance QQuickFramebufferObject docs regarding the stateLaszlo Agocs2015-05-061-0/+11
| * QQuickWindow: Replace assert() on unreleased touch points by warning.Friedemann Kleint2015-05-061-1/+6
| * Fix implicitHeight for Text items bindings dependent on implicitWidth.Andrew den Exter2015-05-041-0/+35