aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Fix negative stroke width for software PathItemLaszlo Agocs2017-01-102-3/+9
| | * | | | | | | | Stencil clipping for NVPRLaszlo Agocs2017-01-105-42/+352
| | * | | | | | | | Treat 0 as a valid strokeWidth valueLaszlo Agocs2016-12-235-5/+8
| | * | | | | | | | software backend: Fix clipping of QSGRenderNodesLaszlo Agocs2016-12-214-15/+22
| | * | | | | | | | Add QQuickPathItem and its backend infraLaszlo Agocs2016-12-1953-18/+6027
| | * | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-1911-3/+282
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-15397-4139/+12725
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2016-12-091-1/+6
| | * | | | | | | | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-12-03464-2747/+117062
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-10-13962-17768/+31852
| | |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | Prospective build fix for Integrity OSSimon Hausmann2017-06-203-15/+15
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Add check in buffer creationJesus Fernandez2017-06-161-6/+9
* | | | | | | | | | | | | Move default renderer selection from build to run timeSami Nurmenniemi2017-06-161-4/+7
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-1543-104/+875
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Prospective build fix for qml compiler on WindowsSimon Hausmann2017-06-141-1/+1
| * | | | | | | | | | | | | qmltest: fix compare() for urlsLiang Qi2017-06-143-0/+72
| * | | | | | | | | | | | | Fix loading QML caches for qrc:/// urlsAlexander Volkov2017-06-134-0/+70
| * | | | | | | | | | | | | Doc: add doc and snippet to model/view documentationNico Vertriest2017-06-132-16/+46
| * | | | | | | | | | | | | Doc: correct link issuesNico Vertriest2017-06-131-1/+1
| * | | | | | | | | | | | | Doc: add doc and examples to RegExpValidator QML typeNico Vertriest2017-06-132-0/+59
| * | | | | | | | | | | | | QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-128-12/+63
| * | | | | | | | | | | | | Use pre-generated QML caches even if they are not writableAlexander Volkov2017-06-091-1/+1
| * | | | | | | | | | | | | Change temp allocation when generating IRLars Knoll2017-06-095-56/+155
| * | | | | | | | | | | | | Doc: Simplify documentation about integrating QML and C++Venugopal Shivashankar2017-06-086-1/+352
| * | | | | | | | | | | | | Fix use of Qt namespaces in examplesKai Koehne2017-06-081-3/+3
| * | | | | | | | | | | | | Fix building examples with namespaced QtKai Koehne2017-06-081-2/+2
| * | | | | | | | | | | | | Fix gcc5 miscompile of qle_bitfieldVille Voutilainen2017-06-081-0/+4
| * | | | | | | | | | | | | tst_qqmlengine::clearComponentCache(): Use QTemporaryDirFriedemann Kleint2017-06-082-6/+26
| * | | | | | | | | | | | | Also run the ecmascript testsuite in the interpreterErik Verbruggen2017-06-081-1/+1
| * | | | | | | | | | | | | Fix integer divisionErik Verbruggen2017-06-081-1/+3
| * | | | | | | | | | | | | Don't detach temporary containerSérgio Martins2017-06-071-2/+2
| * | | | | | | | | | | | | Jit: fix unary minus for integersErik Verbruggen2017-06-071-0/+9
| * | | | | | | | | | | | | Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+5
* | | | | | | | | | | | | | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-1411-17/+15
* | | | | | | | | | | | | | Silence -Wuninitialized warningAllan Sandfeld Jensen2017-06-131-0/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0735-286/+393
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Disable ahead-of-time cache generation on AndroidSimon Hausmann2017-06-061-0/+5
| * | | | | | | | | | | | Move Q_REQUIRED_RESULT to the beginning of the declarationThiago Macieira2017-06-031-2/+2
| * | | | | | | | | | | | QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-025-0/+75
| * | | | | | | | | | | | Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-022-12/+1
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-3116-214/+184
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| | * | | | | | | | | | | | QML Settings: fix JS array handlingJ-P Nurmi2017-05-196-156/+81
| | * | | | | | | | | | | | QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-195-2/+37
| | * | | | | | | | | | | | Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
| | * | | | | | | | | | | | don't try to pull in the regular config headers when bootstrappingOswald Buddenhagen2017-05-192-8/+12
| * | | | | | | | | | | | | remove bogus QTPLUGIN+=qsqlite magicOswald Buddenhagen2017-05-301-2/+0
| * | | | | | | | | | | | | Add sections and update purposes of featuresStephan Binner2017-05-302-17/+33
| * | | | | | | | | | | | | Forward ShortcutOverride in QQuickWidgetLaszlo Agocs2017-05-292-0/+36
| * | | | | | | | | | | | | Revert "Fix compilation of QtScxml"Liang Qi2017-05-231-4/+0