summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cull removed items from QQuickItemViewFabian Kosmale2020-06-153-2/+63
* 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-123-6/+60
* Doc: Update example of QML int valueYuya Nishihara2020-06-121-1/+1
* Remove quality evaluation in test stringEskil Abrahamsen Blomfeldt2020-06-102-2/+2
* Consider margins in xflick/yflickNicolas Fella2020-06-101-4/+6
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-097-16/+41
* qtdeclarative: Disable movingItemWithHoverHandler on macOSMaximilian Goldstein2020-06-091-0/+3
* Blacklist tst_QQuickTextEdit::linkHover() on macOSFabian Kosmale2020-06-091-0/+5
* Blacklist tst_QQuickTextInput::setInputMask() on macOsFabian Kosmale2020-06-091-0/+4
* 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-053-2/+46
* 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
* Examples: Fix double installation of .qml filesKai Koehne2020-06-025-25/+5
* 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 test to not depend on internal roundingAllan Sandfeld Jensen2020-05-291-1/+6
* 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-269-123/+301
* Increase the timeout for tst_qmlminJan Arve Sæther2020-05-261-0/+3
* qmllint: Fix evaluation of type assertionsUlf Hermann2020-05-263-7/+9
* PropertyCache: Fix resolution of forbidden QObject methodsUlf Hermann2020-05-263-1/+90
* Lancelot test for ShaderEffect atlas texturesPaul Olav Tvete2020-05-2513-0/+107
* Fix Clang 10 warning about creating copies in range-forUlf Hermann2020-05-252-2/+2
* Fix the pinchHandler manual testShawn Rutledge2020-05-221-2/+2
* 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-212-7/+164
* 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-202-0/+2
* Fuzzing: Add fuzz target for QQmlComponent::create()Robert Loehning2020-05-202-0/+62
* Fix Clang 10 warning about converting ULLONG_MAX to doubleThiago Macieira2020-05-201-1/+1
* QQmlPropertyData: Fix isDirect flag handlingFabian Kosmale2020-05-201-1/+2
* Respect margins when sizing flickable content itemNicolas Fella2020-05-201-4/+4
* TableView: during layout, set item width before heightRichard Moe Gustavsen2020-05-201-9/+22
* TableView: allow negative spacingRichard Moe Gustavsen2020-05-202-6/+13
* Add lancelot test for ShaderEffect on layerPaul Olav Tvete2020-05-196-0/+47
* Lancelot tests for ShaderEffect uniform bindingsPaul Olav Tvete2020-05-197-0/+74