aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
* doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
* Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
* Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property typeLeena Miettinen2019-07-261-1/+1
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-231-1/+12
* Doc: fix code snippetPaul Wicking2019-07-191-1/+1
* Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
* Doc: Fix typos in code snippetsPaul Wicking2019-07-181-2/+2
* QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
* Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* Fix static buildSimon Hausmann2019-07-122-15/+2
* Fix promise chainingFabian Kosmale2019-07-102-46/+162
* Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-053-3/+7
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-19/+5
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* Fix distance field cache growing outside limitEskil Abrahamsen Blomfeldt2019-07-042-21/+26
* Fix possible crash when distance field cache spans multiple texturesEskil Abrahamsen Blomfeldt2019-07-041-1/+1
* Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-031-1/+5
* QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
* QQmlComponent: Check for existence of engineFabian Kosmale2019-07-031-0/+12
* QQmlDelegateModel: ref objects before allocatingUlf Hermann2019-07-021-1/+1
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-6/+7
* Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-1/+2
* Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-281-1/+7
* QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-262-8/+14
* Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
* Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-252-1/+29
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-1711-31/+50
* declarative: fix resource initialization for namespaced buildsTim Blechmann2019-02-231-1/+8
* Software Adaptation: Invalidate on dpr changeMorten Johan Sørvig2019-06-174-6/+9
* Fix graphical artifacts after changing only textureAllan Sandfeld Jensen2019-06-132-0/+5
* Avoid number conversion issueLiang Qi2019-06-131-1/+2
* Add simple DelegateChooser example to documentationMichael Brasser2019-06-111-1/+35
* JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-1/+0
* Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-2/+19
* Fix use after free crash in QQmlDelegateModelNils Jeisecke2019-06-061-1/+16
* Avoid number conversion issueUlf Hermann2019-06-111-2/+3
* Avoid assertion when having a ShaderEffect as a delegateJan Arve Sæther2019-05-211-0/+2
* Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-042-3/+3
* Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-011-3/+6
* Parser: Accept templated readonly propertiesUlf Hermann2019-05-311-0/+45
* QQuickTextControl: Fix Qt::ImAbsolutePosition queryVova Mshanetskiy2019-05-241-1/+1
* Doc: Fix incorrect snippet in Repeater QML type documentationTopi Reinio2019-01-231-4/+5
* In qmlUnregisterType() also remove the type from undeletableTypesUlf Hermann2019-05-291-1/+3
* Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointersJason Duerstock2019-05-301-0/+17
* QQuickWidget: fix missing update on show event for software rendererKirill Burtsev2019-05-281-2/+7
* Don't add local for anonymous function's "name"Ulf Hermann2019-05-213-10/+18
* Doc - minor cleanupKavindra Palaraja2019-05-211-307/+281
* Fix lookups of properties in QML singletonsSimon Hausmann2019-05-216-11/+46
* Fix leaking scene graph rendering contextsSimon Hausmann2019-03-152-2/+11