aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Require bigobj support for typeregistrar filesFabian Kosmale2020-07-101-0/+2
* Add userdata callback to qml registrationMaximilian Goldstein2020-07-108-34/+39
* Fix QQmlValueTypeWrapper::method_toString()Ulf Hermann2020-07-091-3/+4
* StringOrTranslation::toString: fix string checkFabian Kosmale2020-07-091-2/+3
* Compile against latest qtbaseLars Knoll2020-07-096-13/+19
* Replace QInputDevice::id() with systemId()Shawn Rutledge2020-07-092-4/+4
* CMake: Regenerate projectsAlexandru Croitor2020-07-098-15/+68
* Adjust qqmlenginedebugservice to int -> qsizetype changeFabian Kosmale2020-07-091-3/+3
* docs: Mention URL object in url documentationMaximilian Goldstein2020-07-091-0/+5
* qmlimportscanner: Use QmlDirParserUlf Hermann2020-07-082-6/+6
* QSGTexture: Remove doc references to bind()Laszlo Agocs2020-07-061-9/+8
* layer: Check for <1 not ==0 when bailing out due to no sizeLaszlo Agocs2020-07-061-1/+1
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-031-1/+4