aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate qtdeclarative/toolsAlexandru Croitor2020-05-2922-1/+22
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-2927-43/+55
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Update to Qt Quick Controls 2Jan Arve Sæther2020-05-291-2/+2
* Make the nodes autotest QRhi compatibleLaszlo Agocs2020-05-281-35/+188
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-285-20/+6
* qmltyperegistrar: Preserve isQProperty flag from metatypesUlf Hermann2020-05-283-2/+14
* Particles: reduce memory allocations by flattening a setGiuseppe D'Angelo2020-05-276-3/+152
* Fix a clipping bug in software-rendered textEskil Abrahamsen Blomfeldt2020-05-271-2/+4
* Avoid truncating in QSGMaterial::compare() implementationsLaszlo Agocs2020-05-277-22/+19
* Skip d3d rendercontrol example on MinGWLaszlo Agocs2020-05-272-1/+4
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-2724-39/+37
* Fix namespaced builds in rendercontrol exampleLaszlo Agocs2020-05-271-0/+2
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-05-271-2/+2
* Enable QQuickWidget with OpenGL over RHILaszlo Agocs2020-05-279-46/+102
* Remove --dependencies option from qmltyperegistrarUlf Hermann2020-05-2617-61/+3
* Store DXBC instead of HLSL source in the qsb filesLaszlo Agocs2020-05-2666-60/+69
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-05-261-2/+2
* Revert "Text: Fix kerning when horizontalAlignment is set to center"Eskil Abrahamsen Blomfeldt2020-05-261-1/+1
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-2616-96/+135
* Consistently use pointers for the local variant in findPropertyUlf Hermann2020-05-267-20/+20
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-05-261-1/+1
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-05-261-11/+12
* Consider margins in xflick/yflickNicolas Fella2020-05-251-4/+6
* Update test-suite with latest local changesEdward Welbourne2020-05-251-0/+0
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-05-251-4/+7
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-05-251-2/+2
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-2514-39/+28
* Add missing CMake project for vulkantextureimportLaszlo Agocs2020-05-252-1/+63
* Fix the pinchHandler manual testShawn Rutledge2020-05-221-2/+2
* Don't detach from atlas when using qt_SubRect_fooPaul Olav Tvete2020-05-222-2/+9
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-05-201-2/+2
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-202-23/+33
* Avoid memory leaks in QQuickView testUlf Hermann2020-05-201-9/+8
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-202-3/+3
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-203-7/+8
* Adapt QML's QString-internal hacks to use char16_t, not ushortEdward Welbourne2020-05-202-8/+8
* Update dependencies on 'dev' in qt/qtdeclarativeQt Submodule Update Bot2020-05-201-2/+2
* Model WorkerScript as an engine extensionUlf Hermann2020-05-201-47/+58
* Add CMake project file for recently introduced autotestLaszlo Agocs2020-05-201-0/+36
* Remove OpenGLInfoLaszlo Agocs2020-05-205-336/+0
* Enable qquickframebufferobject test to functionLaszlo Agocs2020-05-201-0/+7
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-208-5/+56
* CMake: Fix the lancelot manual test executable locationsAlexandru Croitor2020-05-204-2/+200
* Remove dead codeRobert Loehning2020-05-191-4/+2
* Update CMakeLists.txtPaul Olav Tvete2020-05-191-0/+40
* Fix assert in tst_QQuickRenderControlEskil Abrahamsen Blomfeldt2020-05-191-2/+1
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-195-0/+5
* Fuzzing: Add fuzz target for QQmlComponent::create()Robert Loehning2020-05-192-0/+62