aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.12 into 5.12.6Kari Oikarinen2019-11-071-4/+13
|\
| * Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-11-041-4/+13
* | QQmlVMEMetaObject: Scope MemberData for allocating writeUlf Hermann2019-11-062-52/+21
|/
* Make QQmlValueTypeFactory::valueType() and isValueType() consistentUlf Hermann2019-10-165-46/+91
* Handle "interesting" stationary touchpoints as if they movedShawn Rutledge2019-10-102-2/+9
* PathView: reduce velocity by linear decay model if release is delayedShawn Rutledge2019-09-252-1/+15
* PathView: grab mouse on press if already movingShawn Rutledge2019-09-251-3/+4
* Allow semicolon after property declarationFabian Kosmale2019-09-241-7/+13
* Check if the filters are different before triggering an updateAndy Shaw2019-09-191-0/+2
* Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
* Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38
* QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-2/+2
* Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
* Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
* Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
* 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