aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-053-3/+100
* 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
* Yield error if qtquickcompiler is used in non-QML projectsJoerg Bornemann2019-07-031-0/+10
* Create a URL from the import string before adding the qmldir pathUlf Hermann2019-07-033-1/+17
* QQmlAdapterModel: Guard items against deletion during notificationUlf Hermann2019-07-031-2/+8
* QQmlComponent: Check for existence of engineFabian Kosmale2019-07-032-0/+24
* QQmlDelegateModel: ref objects before allocatingUlf Hermann2019-07-021-1/+1
* Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-023-6/+44
* Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-013-1/+19
* Bump versionFrederik Gladhorn2019-07-011-1/+1
* qmlplugindump: dump enums also for composite typesUlf Hermann2019-07-014-1/+39
* Fix: ListView footer positioned wrong after last item removedEirik Aavitsland2019-06-283-1/+56
* QQuickItemView: fix crash while doing fast flicking in transitionsYulong Bai2019-06-265-8/+159
* Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-263-2/+80
* Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-2511-11/+186
* qmlscene: Fix setting of the default surface formatJoni Poikelin2019-06-251-21/+23
* Fix crash caused by objects self-destructions during displacement animationsYulong Bai2019-06-1714-31/+180
* 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
* Merge "Merge remote-tracking branch 'origin/5.12.4' into 5.12"Qt Forward Merge Bot2019-06-172-1/+91
|\
| * Merge remote-tracking branch 'origin/5.12.4' into 5.12Qt Forward Merge Bot2019-06-172-1/+91
|/|
| * Add changes file for Qt 5.12.4v5.12.4Antti Kokko2019-05-281-0/+90
| * Bump versionFrederik Gladhorn2019-05-231-1/+1
* | 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-122-1/+18
* | Allow destroying QJSValues from other threadsUlf Hermann2019-06-114-5/+59
* | 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
* | QML Preview: Fix test to check absolute zoom factorsUlf Hermann2019-06-041-1/+1
* | Fix QQuickPathView autotest: update expected warning messagesEirik Aavitsland2019-06-031-4/+4
* | Fix for loading translations automatically from resourcesTasuku Suzuki2019-06-017-3/+58
* | Parser: Accept templated readonly propertiesUlf Hermann2019-05-312-0/+55
* | 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-282-5/+7
|/
* Don't add local for anonymous function's "name"Ulf Hermann2019-05-214-12/+18
* Doc - minor cleanupKavindra Palaraja2019-05-211-307/+281
* Fix lookups of properties in QML singletonsSimon Hausmann2019-05-218-11/+110
* Fix leaking scene graph rendering contextsSimon Hausmann2019-03-152-2/+11
* Print a warning when encountering a non-relative URL in a qmldir fileUlf Hermann2019-05-161-3/+21
* Re-add cache for looking up attached properties objectsUlf Hermann2019-05-161-3/+6
* Fix assert in QSGBasicInternalImageNode::updateGeometryAllan Sandfeld Jensen2019-05-161-2/+2
* Do not synthesize a double click event if the event point moved too farJan Arve Sæther2019-05-153-16/+85