aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.12.5v5.12.5Antti Kokko2019-08-262-0/+89
* 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
* Revert "Yield error if qtquickcompiler is used in non-QML projects"Jörg Bornemann2019-08-021-10/+0
* Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-304-1/+43
* Doc: Fix QtQuick.Shapes::ShapePath::strokeWidth property typeLeena Miettinen2019-07-261-1/+1
* Do not search for Singletons from more recent versionsFabian Kosmale2019-07-2310-1/+143
* Always waitForWindow after centerOnScreen()Dimitrios Apostolou2019-07-221-0/+3
* 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-163-0/+96
* Fix crashes in QQmlXMLHttpRequestPavel Tumakaev2019-07-131-3/+9
* Fix static buildSimon Hausmann2019-07-122-15/+2
* Fix promise chainingFabian Kosmale2019-07-104-46/+201
* Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-054-30/+62
* TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-054-19/+15
* 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