aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate qtdeclarative/srcAlexandru Croitor2020-05-2924-41/+50
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-05-285-20/+6
* qmltyperegistrar: Preserve isQProperty flag from metatypesUlf Hermann2020-05-281-0/+2
* 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-275-12/+12
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-2722-36/+34
* Enable QQuickWidget with OpenGL over RHILaszlo Agocs2020-05-272-39/+82
* 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
* 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-267-96/+94
* 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
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-05-251-4/+7
* Adapt to changes in NativeTexture in qtbaseEskil Abrahamsen Blomfeldt2020-05-258-29/+20
* 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
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-202-23/+33
* Adapt QML's QString-internal hacks to use char16_t, not ushortEdward Welbourne2020-05-202-8/+8
* Model WorkerScript as an engine extensionUlf Hermann2020-05-201-47/+58
* Remove OpenGLInfoLaszlo Agocs2020-05-205-336/+0
* Fix 'as' binary operation using invalid typesMaximilian Goldstein2020-05-205-2/+44
* Remove dead codeRobert Loehning2020-05-191-4/+2
* Fix qmltypes file names for qmltypes built from librariesUlf Hermann2020-05-195-0/+5
* Add missing since to qmlRegisterSingletonType docsNicolas Fella2020-05-191-0/+1
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Remove QML_PLUGINDUMP_DEPENDENCIESUlf Hermann2020-05-191-3/+0
* Remove the last traces of qmlplugindump from the documentationUlf Hermann2020-05-191-15/+9
* Fix typoUlf Hermann2020-05-191-1/+1
* Don't use qmlplugindump for builtins.qmltypes anymoreUlf Hermann2020-05-193-18/+0
* Clean up registration of QEasingCurveUlf Hermann2020-05-197-59/+22
* Allow using lowercase enum namesMaximilian Goldstein2020-05-192-27/+1
* qv4compilercontext: avoid potential null deferenceFabian Kosmale2020-05-191-1/+4
* Make QQmlScriptString an anonymous QML typeUlf Hermann2020-05-182-2/+5
* Preserve access semantics in qmltypesUlf Hermann2020-05-183-2/+12
* rhi: Add support for grabbing non-exposed windowsLaszlo Agocs2020-05-185-12/+94
* Fix for possible crash in QSGDefaultLayer::grabValery Volgutov2020-05-182-0/+9
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Liang Qi2020-05-186-15/+41
|\
| * Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-156-15/+41
| |\
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-147-15/+47
| | |\
| | | * Export QQuickItemViewFxItem privatelyv5.15.0Shawn Rutledge2020-05-111-1/+1
| | | * Fix parallel installation of qmltypes in a debug and release buildv5.15.0-rc2Kai Koehne2020-05-071-7/+19
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15.0Qt Forward Merge Bot2020-04-271-2/+1
| | | |\
| | | | * Generate the docs for qmlRegisterSingletonInstance5.14Giuseppe D'Angelo2020-04-241-0/+4
| | | * | Make no-opengl builds succeed with Vulkan or MetalLaszlo Agocs2020-04-251-4/+11
| | | * | Fix crashes when draggingFriedemann Kleint2020-04-241-0/+8