aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-093-0/+3
* Doc: Replace old link with an existing featureKavindra Palaraja2019-07-081-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-055-25/+52
|\
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-033-8/+10
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-285-12/+58
|\|
| * 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
* | Doc: Fix \code and \qml usage in 'QML Object Attributes'Topi Reinio2019-06-191-7/+6
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-204-13/+64
|\ \
| * | Support folderlistmodel for the no-thread configv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Morten Johan Sørvig2019-05-093-13/+50
| * | Make QQmlThread work for no-thread debug modeMorten Johan Sørvig2019-05-081-0/+14
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-1918-38/+72
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-136-7/+75
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-064-6/+54
|\| |
| * | 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
* | | Fix heap-use-after-free with QQuickListViewAllan Sandfeld Jensen2019-06-044-19/+26
* | | QQuickTableView: Don't try to forceLayout with no columnsDavid Edmundson2019-06-051-0/+3
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-025-8/+33
|\| |
| * | 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
* | | Improve "Type error" when looking up a property of null or undefinedDavid Faure2019-05-311-2/+7
* | | Fix mistakes in 9b36512b9453f429644b0c388d381f7a2fc0f825Allan Sandfeld Jensen2019-05-286-6/+22
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-2615-338/+385
|\| |
| * | Don't add local for anonymous function's "name"Ulf Hermann2019-05-213-10/+18