aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support required list propertiesFabian Kosmale2020-07-281-0/+35
* Avoid -Wclass-memaccess warningFabian Kosmale2020-07-281-1/+1
* Fix multiple windows with Vulkan on basic render loopLaszlo Agocs2020-07-283-10/+28
* qmltyperegistrar: Fix compilation failureFabian Kosmale2020-07-271-2/+3
* QQmlInfo: print ancestor of object if it has no QML engineMitch Curtis2020-07-271-3/+16
* Replace Qt's MidButton with MiddleButtonEdward Welbourne2020-07-223-3/+3
* QQmlIRLoader: Restore inline components correctlyFabian Kosmale2020-07-221-0/+1
* Deal with variable renaming in QDropEventShawn Rutledge2020-07-171-2/+2
* Restrict qmlRegisterTypesAndRevisions to major version givenUlf Hermann2020-07-162-12/+40
* Adapt to new members in QMetaTypeInterfaceUlf Hermann2020-07-151-0/+2
* Keep replaying touch press as mouse press after Flickable.pressDelayShawn Rutledge2020-07-151-1/+13
* Begin handling the QEvent refactoringShawn Rutledge2020-07-155-101/+82
* Adjust qqmlpropertybinding to the changes in QPropertyLars Knoll2020-07-152-16/+19
* Replace QTouchEvent::TouchPoint with QEventPointShawn Rutledge2020-07-1510-108/+108
* Add equality operators for QQmlError and QQmlRefPointerUlf Hermann2020-07-153-0/+13
* QQmlListReference: add operator==Fabian Kosmale2020-07-132-0/+11
* Remove explicit registration of QKeySequence::StandardKeyUlf Hermann2020-07-131-9/+0