aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-07-114-2/+21
* QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-062-4/+12
* shapes: Add example linksLaszlo Agocs2017-07-061-1/+3
* shape: Revise performance notes in the docsLaszlo Agocs2017-07-061-22/+37
* Refactor le integer types from qjson_p.h to qendian_p.hAllan Sandfeld Jensen2017-07-068-160/+153
* shape: Call base impl for componentCompleteLaszlo Agocs2017-07-061-3/+3
* shapes: Remove componentComplete from QQuickShapePrivateThomas Hartmann2017-07-062-3/+1
* Update plugins.qmltypes for ShapesMarco Benelli2017-07-061-192/+25
* Update QtQuick 2 plugins.qmltypesThomas Hartmann2017-07-061-2/+12
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-0430-44/+576
|\
| * doc: Add font.hintingPreference to font type documentationEskil Abrahamsen Blomfeldt2017-06-301-0/+14
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Liang Qi2017-06-303-9/+11
| |\
| | * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1930-42/+194
| | |\
| | * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
| * | | Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-291-1/+1
| * | | QtQml: restore models definitions in qmltypesMarco Benelli2017-06-291-2/+466
| * | | Yarr: Add Q_FALLTHROUGH to fallthroughs detected by GCC 7Friedemann Kleint2017-06-231-4/+5
| * | | YarrOp: Initialize membersFriedemann Kleint2017-06-231-4/+4
| * | | Support non-integer pixel-ratio in QQuickWidgetAllan Sandfeld Jensen2017-06-221-6/+8
| * | | Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
| * | | Fix alignment issue on ARMv7Simon Hausmann2017-06-221-0/+2
| * | | Doc: Fix link to Window.screenTopi Reinio2017-06-201-1/+1
| * | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-201-0/+3
| * | | Fix excessive recursion in rendererGunnar Sletta2017-06-191-3/+4
| | |/ | |/|
| * | Don't leak QQmlJavaScriptExpression errorsColin Ogilvie2017-06-162-1/+1
| * | Doc: Enclose regular expressions with \badcodeTopi Reinio2017-06-161-1/+7
| * | testlib: print out milliseconds for datetimeLiang Qi2017-06-161-0/+6
| * | Doc: Avoid copyright text in the codeblock by using \snippetVenugopal Shivashankar2017-06-165-9/+12
| * | Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-1610-2/+33
* | | doc: Use correct class in docs for font.kerningEskil Abrahamsen Blomfeldt2017-07-042-2/+2
* | | Suppress warning about QSignalMapper being deprecatedThiago Macieira2017-07-031-0/+3
* | | Expose "kerning" property for fontsEskil Abrahamsen Blomfeldt2017-06-307-0/+59
* | | Do not access the qle_bitfield internals directlyAllan Sandfeld Jensen2017-06-281-4/+8
* | | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-261-2/+7
* | | shapes: Convert QT_NO_OPENGL to QT_CONFIG(opengl)Liang Qi2017-06-267-20/+32
* | | Add Q_ASSERT to test prevNodeJesus Fernandez2017-06-261-0/+1
* | | Initialize uniform location variablesJesus Fernandez2017-06-261-2/+2
* | | Initialize variablesJesus Fernandez2017-06-261-4/+4
* | | Initialize pointerJesus Fernandez2017-06-261-1/+1
* | | Initialize pointerJesus Fernandez2017-06-261-1/+2
* | | Support external textures (samplerExternalOES) in ShaderEffectYevhen Kyriukha2017-06-233-16/+29
* | | Update plugins.qmltypesMitch Curtis2017-06-221-8/+25
* | | Fix lookup of formals in QML signal handlers with AOTSimon Hausmann2017-06-211-31/+32
* | | QQuickImplicitSizeItem: don't redefine implicit size change signalsMitch Curtis2017-06-213-31/+6
* | | Merge "Merge branch 'wip/scenegraphng' into dev" into refs/staging/devLaszlo Agocs2017-06-2039-30/+6056
|\ \ \
| * \ \ Merge branch 'wip/scenegraphng' into devLaszlo Agocs2017-06-1939-30/+6056
| |\ \ \
| | * | | Path and PathMove doc fixesLaszlo Agocs2017-06-191-12/+10
| | * | | Rename to vendorExtensionsEnableLaszlo Agocs2017-06-192-9/+9
| | * | | Allow freely mixing non-ShapePath objects in ShapeLaszlo Agocs2017-06-082-29/+29
| | * | | Use GradientStop and rename ShapeLinearGradient to LinearGradientLaszlo Agocs2017-06-087-191/+30