aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove deprecated functions involving attached property IDsFabian Kosmale2020-08-256-103/+0
* Remove deprecated QJSEngine::installTranslatorFunctions functionFabian Kosmale2020-08-252-38/+0
* Add "we mean it" comment to private headerVolker Hilsheimer2020-08-251-0/+11
* qmllistcompositor_p.h: Fix deprecated-copy errorMaximilian Goldstein2020-08-241-12/+0
* Doc: fix Qt Quick Test headerMitch Curtis2020-08-241-0/+1
* Unify "variant" and "var" properties in QMLFabian Kosmale2020-08-249-128/+4
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2340-3471/+1
* Adapt to qtbase changesFabian Kosmale2020-08-2312-21/+24
* Qt6QmlMacros.cmake: support multiple versions in QT_QML_SOURCE_VERSIONMitch Curtis2020-08-231-6/+9
* Add override behaviors to QQmlListPropertyUnai IRIGOYEN2020-08-223-0/+110
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-221-0/+2
* QQmlObjectCreator: fix member func call with this == nullptrEvgeniy A. Dushistov2020-08-221-1/+1
* QQuickLoader: make sure the status property change properlyWang Chuan2020-08-221-0/+7
* Adapt to QNetworkRequest changeFawzi Mohamed2020-08-201-0/+1
* Weak compare for value types in QMLFawzi Mohamed2020-08-201-1/+47
* doc, listview: document that binding to parent should be avoidedRichard Moe Gustavsen2020-08-201-2/+24
* Doc: Drop dependency on qtgraphicaleffectsPaul Wicking2020-08-191-1/+1
* Fix crash on WindowsFabian Kosmale2020-08-181-1/+0
* webOS: Share images even if cache is falseElvis Lee2020-08-171-1/+34
* CMake: Fix what Android lib suffix should be passed as a defineAlexandru Croitor2020-08-171-1/+1
* CMake: Adjust naming of Qt Qml plugins for AndroidAlexandru Croitor2020-08-171-0/+20
* Use qHashMulti in qHash(QQuickPixmapKey)Shawn Rutledge2020-08-171-6/+2
* Add renderTypeQuality property to Text elementEskil Abrahamsen Blomfeldt2020-08-1719-33/+128
* Do not create depth/stencil buffer when the env var says soLaszlo Agocs2020-08-166-22/+64
* CMake: Fix incorrect variable name check in qt6_import_qml_pluginsAlexandru Croitor2020-08-161-1/+1
* Doc: Use correct type in QML documentationPaul Wicking2020-08-151-4/+6
* Fix wrong optimization on ARM64 ubuntu qemuFawzi Mohamed2020-08-131-3/+1
* Follow API changes in QQuickWindow docsLaszlo Agocs2020-08-131-2/+2
* CMake: Initial work on handling Qt Qml static pluginsAlexandru Croitor2020-08-133-1/+147
* Read tests from qmltest fileMichal Klocek2020-08-131-3/+27
* QQmlPropertyBinding: detect binding loopsFabian Kosmale2020-08-122-9/+29
* Do not set QQmlPropertyBinding until we reach finalizeFabian Kosmale2020-08-122-2/+11
* QQmlPropertyBinding: use QMetaType::equals for comparisonFabian Kosmale2020-08-121-4/+4
* Ship with optimized SPIR-V for the built-in shadersLaszlo Agocs2020-08-1172-66/+75
* Force Batch Rebuild if SubtreeBlocked includes an opacity changeAndy Nichols2020-08-111-0/+5
* Quick: Make sure the module initialization runs in static buildsUlf Hermann2020-08-107-203/+145
* Fix regression on antialiasing on outlined text for 3D render modeEskil Abrahamsen Blomfeldt2020-08-104-2/+2
* Use qstrntod instead of qstrtodhjk2020-08-101-4/+2
* Fix crash when QSGTexture is deleted in rc->endSync()VaL Doroshchuk2020-08-071-1/+9
* Rename lcPointerGrab logging categoryShawn Rutledge2020-08-071-10/+10
* Fix tst_qqmlvaluetypes::toStringConversionFawzi Mohamed2020-08-061-8/+2
* Fix compilation with newer qtbaseFabian Kosmale2020-08-063-8/+5
* CMake: Partially fix static qtdeclarative builds when using qmakeAlexandru Croitor2020-08-061-0/+4
* Fix regression in antialiasing on outlined textEskil Abrahamsen Blomfeldt2020-08-058-4/+6
* Switch to MTLTexture protocol in QSGTexture native accessLaszlo Agocs2020-08-044-27/+28
* Add type safe native texture accessorsLaszlo Agocs2020-08-0319-156/+637
* Doc fix for some functions involving native typesLaszlo Agocs2020-08-032-2/+2
* Remove the pointId += deviceId << 24 hack from translateTouchEvent()Shawn Rutledge2020-07-301-8/+3
* Qt6QmlMacros.cmake: take the file path into consideration when copying QML filesRichard Moe Gustavsen2020-07-301-2/+6
* Fix more deprecated accessorsShawn Rutledge2020-07-291-3/+3