aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* URL: Allow non-string parametersMaximilian Goldstein2020-07-031-5/+1
* doc: Explain how to work around the linker removing registrationsUlf Hermann2020-07-021-0/+17
* Make the qtquick and qtqml plugins optionalUlf Hermann2020-07-0217-141/+58
* Doc:Update docs with cmake package informationNico Vertriest2020-07-023-0/+3
* Fix before/after frame signal emissionsLaszlo Agocs2020-07-012-4/+6
* Remove qmake wildcard in masm.priFriedemann Kleint2020-06-303-29/+131
* Fix leftover argument names in ShaderEffectLaszlo Agocs2020-06-302-28/+24
* Use QQmlContext::resolvedUrl in places where it was not addedLaszlo Agocs2020-06-301-4/+2
* Backdate QPointingDeviceForeign to 2.12Shawn Rutledge2020-06-301-1/+1
* Avoid unnecessary use of private APIShawn Rutledge2020-06-301-1/+1
* Update the window cursor on mouse releaseShawn Rutledge2020-06-301-0/+3
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* QQmlMetaTypeData: Key nameToType by QHashedStringUlf Hermann2020-06-292-2/+5
* Match specific module imports also for versionless QML importsUlf Hermann2020-06-296-167/+253
* Reimplement UniformAnimator for ShaderEffectJonas Karlsson2020-06-297-136/+139
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-06-291-1/+1
* Doc: fix delegate snippetMitch Curtis2020-06-291-4/+4
* Make it possible to specify an adapter or physical device onlyLaszlo Agocs2020-06-294-37/+122
* Make QtQuickTest snippets compilableNico Vertriest2020-06-297-14/+78
* Add missing include to qquickrendertarget.hLaszlo Agocs2020-06-261-0/+1
* Follow QQuickGraphicsDevice changes in QQuickRenderTargetLaszlo Agocs2020-06-264-19/+165
* Add ; to Q_UNUSED and UNUSED_PARAMLars Schmertmann2020-06-2640-71/+71
* Add what-would-my-graphics-api-be getterLaszlo Agocs2020-06-263-0/+41
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* Drop special casing of QDateTime when setting valuesUlf Hermann2020-06-252-10/+2