aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove custom setting of qmake VERSION field in toolsKai Koehne2017-07-2811-67/+0
* Rename property to rendererTypeBerthold Krevert2017-07-283-3/+3
* Check for GL_NV_path_rendering extensionBerthold Krevert2017-07-251-2/+6
* Ensure same glyph cache is used for same font at different sizesEskil Abrahamsen Blomfeldt2017-07-243-3/+26
* Fix linking if apps using QQmlPropertyMap when using version scriptsSimon Hausmann2017-07-182-13/+5
* Add support for QEvent::LanguageChangeSimon Hausmann2017-07-1412-14/+158
* Add support for enum declarations in QMLMichael Brasser2017-07-1339-1505/+2014
* Add QQuickItem::ItemEnabledHasChangedJ-P Nurmi2017-07-114-2/+21
* Add shapes example doc pageLaszlo Agocs2017-07-062-0/+39
* QQuickText: don't clear the text formats on every layoutJ-P Nurmi2017-07-063-4/+67
* shapes: Add example linksLaszlo Agocs2017-07-061-1/+3
* shape: Revise performance notes in the docsLaszlo Agocs2017-07-061-22/+37
* qmlscene: add an option to request core profile contextsLaszlo Agocs2017-07-061-0/+9
* 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-0439-47/+57313
|\
| * 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-304-9/+94
| |\
| | * Add changes file for 5.9.1v5.9.1Antti Kokko2017-06-221-0/+83
| | * Merge 5.9 into 5.9.1Oswald Buddenhagen2017-06-1938-42/+370
| | |\
| | * | Fix QML compiler crashes on big endian systemsDmitry Shachnev2017-06-183-9/+11
| * | | Bump versionOswald Buddenhagen2017-06-301-1/+1
| * | | Update binary compatibility files for Qt 5.9.0 for QtDeclarativeMilla Pohjanheimo2017-06-304-0/+56607
| * | | Fix ObjectModel::move() to mark the changes as movesJ-P Nurmi2017-06-292-1/+45
| * | | 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
| * | | tst_qquicktext::width(): Fix GCC 7 warning about enum constant in boolean con...Friedemann Kleint2017-06-231-1/+1
| * | | 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
| * | | Fix GCC 7 warnings in examplesFriedemann Kleint2017-06-212-2/+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-308-0/+75
* | | Do not access the qle_bitfield internals directlyAllan Sandfeld Jensen2017-06-281-4/+8
* | | QQmlXMLHttpRequest: support sending ArrayBuffer dataAlberto Mardegan2017-06-264-2/+31
* | | 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