aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TestCase: Fix colors comparison in fuzzyCompare()Alexander Akulich2021-05-141-1/+1
* Workaround mingw compiler bugUlf Hermann2021-05-061-0/+5
* Avoid stale QSGTexture pointer accessesRomain Pokrzywka2021-05-041-1/+3
* Document QQmlComponent::createWithInitialProperties() error handlingMitch Curtis2021-04-271-0/+8
* QQmlComponentPrivate::setInitialProperty: improve error messageFabian Kosmale2021-04-271-2/+7
* Remove extra colonZhang Hao2021-04-241-1/+1
* QQmlDelegateModel: build fixGiuseppe D'Angelo2021-04-201-1/+1
* Document that QML_SINGLETON only works with QObjectsMitch Curtis2021-04-201-10/+11
* qqmlirbuilder: Fix treating parser warnings as errrosMaximilian Goldstein2021-04-191-1/+3
* Remove documentation references to NVPR rendererAndy Shaw2021-04-192-44/+11
* QQuickTextInput: update cursor rectangle after padding changedWang Chuan2021-04-161-0/+5
* QQuickItem::forceActiveFocus(): actually force active focusShawn Rutledge2021-04-161-0/+10
* CMake: Fix qml module version to use the repo project versionAlexandru Croitor2021-04-1623-23/+23
* Don't crash when trying to invoke non-existing string converterUlf Hermann2021-04-141-2/+1
* Do not batch lines with > 1 width in alpha passLaszlo Agocs2021-04-121-1/+5
* Do not auto-clean components with live inline componentsUlf Hermann2021-04-091-1/+11
* When resolving property types, also update the property type namesUlf Hermann2021-04-091-2/+12
* Consistent naming for (to|from)Is(Defined|Sourced) in animationsAndreas Buhr2021-03-316-39/+38
* qqmldelegatemodel: Fix out of bounds cache removalMaximilian Goldstein2021-03-301-1/+1
* qquicktextinput: ensure we update IM when cursor changes positionRichard Moe Gustavsen2021-03-301-4/+3
* Prevent CMP0116 warning with CMake 3.20 or laterCraig Scott2021-03-301-9/+16
* DelegateModelGroup: Fix bug where item could be removed from the modelJan Arve Sæther2021-03-301-9/+93
* QQuickTableView: always update content size when rebuilding small tablesRichard Moe Gustavsen2021-03-292-2/+26
* PinchHandler: scale incrementally when new pinch gesture beginsShawn Rutledge2021-03-253-4/+7
* Remove unnecessary forward declarationAndy Shaw2021-03-241-1/+0
* QQuickTableView: forceLayout() should work, even when no items are loadedRichard Moe Gustavsen2021-03-231-3/+9
* Revert "Use unique_ptr to clarify ownership of QQuickDefaultClipNode objects"Volker Hilsheimer2021-03-231-5/+5
* Call commitTextureOperations for small atlas texturesRoman Genkhel2021-03-231-1/+3
* Doc: Add missing } and indent accordinglyAndy Shaw2021-03-201-1/+2
* Use unique_ptr to clarify ownership of QQuickDefaultClipNode objectsVolker Hilsheimer2021-03-191-5/+5
* QQuickWindow: don't leak old screenChanged connectionsAndreas Hartmetz2021-03-111-4/+3
* Port shader code example in GridMesh docsLaszlo Agocs2021-03-101-13/+23
* Ensure that the case of the path will match then QUrl for a UNC pathAndy Shaw2021-03-091-3/+8
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
* QQmlIncubator: handle clear inside setinitialStateFabian Kosmale2021-03-041-1/+1
* qqmlapplicationengine: Handle errors during component creationMaximilian Goldstein2021-03-041-0/+8
* Use the correct metaObject in captureProperty()Ulf Hermann2021-03-011-23/+30
* QQuickPaletteProviderPrivateBase: use palette getterFabian Kosmale2021-03-011-1/+1
* Fix typo in QQuickGraphicsConfiguration docsLaszlo Agocs2021-02-261-1/+1
* Improve QSGMaterial docsLaszlo Agocs2021-02-191-15/+31
* qquicktextinput: Fix validation for IM eventBartlomiej Moskal2021-02-192-2/+28
* QQmlPropertyPrivate::signalExpression: handle object being nullFabian Kosmale2021-02-191-0/+4
* docs: Fix documentation of the Locale numberOptions propertyShawn Rutledge2021-02-191-1/+1
* Fix lookup of existing inline components by nameUlf Hermann2021-02-191-1/+1
* qquicktextinput: Fix Undo history for IM eventBartlomiej Moskal2021-02-151-4/+6
* MouseArea: fix containsMouse behavior during visibility changesVolker Hilsheimer2021-02-121-0/+6
* QQuickWidget/Documentation: Mention the need to set the graphics APIFriedemann Kleint2021-02-111-3/+7
* Fix QJSValue string parameters used in signalsMaximilian Goldstein2021-02-111-1/+1
* Return errors if validation of inline components failsUlf Hermann2021-02-091-1/+3
* QSGBatchRender: avoid crash if buffer shrinksFabian Kosmale2021-02-081-2/+2