aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doc: Explain how to work around the linker removing registrationsUlf Hermann2020-07-021-0/+17
* Fix baseUrl returning an empty urlJaeyoon Jung2020-07-021-1/+3
* Fix MouseArea mouseX/mouseY coordinates while draggingShawn Rutledge2020-07-021-1/+1
* Doc: fix delegate snippetMitch Curtis2020-06-301-4/+4
* Change the cursor within HoverHandler.marginShawn Rutledge2020-06-301-7/+11
* webOS: Don't send synthetic hover event on a frame updateJaeyoon Jung2020-06-251-0/+4
* Don't leak QQmlBoundSignalExpressions in signaltransition.cppUlf Hermann2020-06-251-5/+7
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* qqmlobjectcreator: Fix a typo in translation stringLiang Qi2020-06-231-1/+1
* QQuickWidget: do not crash when failing to make context currentLaszlo Agocs2020-06-231-1/+5
* Doc: Add documentation for zScalePaul Wicking2020-06-231-0/+8
* Doc: Update QML connection inline snippetPaul Wicking2020-06-221-1/+1
* Fix outline for connected textEskil Abrahamsen Blomfeldt2020-06-1916-17/+65
* Fix the vertical alignment of images in a text documentDominik Holland2020-06-171-4/+6
* Fix typo introduced by 1c6a70e1880a8André Klitzing2020-06-161-1/+1
* Prevent items from being deleted while removingElvis Lee2020-06-161-0/+7
* Warn circular dependency when loading typesJaeyoon Jung2020-06-161-0/+6
* Speed up rendering huge static scenesEskil Abrahamsen Blomfeldt2020-06-162-1/+11
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-151-2/+3
* Get rid of preprocess in QQuickTextEskil Abrahamsen Blomfeldt2020-06-156-6/+23
* Doc: Improve documentation for DateKai Koehne2020-06-121-12/+36
* Fix QQuickKeyNavigationAttached issueValery Volgutov2020-06-121-6/+6
* Doc: Update example of QML int valueYuya Nishihara2020-06-121-1/+1
* Consider margins in xflick/yflickNicolas Fella2020-06-101-4/+6
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-096-16/+18
* Avoid duplicate call to destroyFabian Kosmale2020-06-081-1/+1
* Fix for possible crash in QSGDefaultLayer::grabValery Volgutov2020-06-082-0/+9
* Make Binding restoreMode qmlWarning follow a logging categoryAlbert Astals Cid2020-06-081-2/+3
* Prevent premature child destructionFabian Kosmale2020-06-051-2/+3
* QQuickTextNodeEngine: prevent renderring transparent selection colorWang Chuan2020-06-051-2/+2
* Doc: Add drag.smoothed property to the listVenugopal Shivashankar2020-06-041-0/+1
* Fix build issue in generating RegExpJitTables.h on WindowsKai Koehne2020-06-031-1/+1
* Remove whitespace for file names generated from TARGETKai Koehne2020-06-021-3/+6
* Fix deprecation attribute in QSGAbstractRendererLaszlo Agocs2020-06-021-0/+2
* Rephrase Chunk::sortIntoBins() for more clarityUlf Hermann2020-06-021-4/+7
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-06-021-1/+1
* Prettify QV4_SHOW_BYTECODE output for JS classesUlf Hermann2020-06-021-11/+12
* Fix offset on native text rendering with high-dpi scalingEskil Abrahamsen Blomfeldt2020-05-291-3/+4
* Fix a clipping bug in software-rendered textEskil Abrahamsen Blomfeldt2020-05-281-2/+4
* Particles: reduce memory allocations by flattening a setGiuseppe D'Angelo2020-05-275-3/+151
* Revert "Text: Fix kerning when horizontalAlignment is set to center"Eskil Abrahamsen Blomfeldt2020-05-261-1/+1
* Improve performance when dynamically adding items to a layoutJan Arve Sæther2020-05-266-98/+175
* PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-05-261-1/+3
* Clarify argument types for QML's Qt.point, Qt.rect, and Qt.sizeSebastian Hartte2020-05-221-3/+3
* Improve polish loop detection and diagnosticsJan Arve Sæther2020-05-211-7/+83
* Fix handling of QQuickViewPrivate::rootUlf Hermann2020-05-212-23/+33
* Model WorkerScript as an engine extensionUlf Hermann2020-05-201-47/+58
* QQuickPathView: Use setPosition() to update item positionAlexandr Akulich2020-05-201-2/+1
* Revert "QQmlPreview: remove the ignore of :/qgradient/"Giuseppe D'Angelo2020-05-201-0/+1
* Fix Clang 10 warning about converting ULLONG_MAX to doubleThiago Macieira2020-05-201-1/+1