aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix include paths of QmlDevTools[Private] for framework buildsJoerg Bornemann2020-01-071-11/+30
* Post Merge FixesLeander Beernaert2019-11-2510-12/+61
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-25131-746/+2883
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-158-21/+101
| |\
| | * Make QQuickFbo work with the OpenGL backend of QRhiLaszlo Agocs2019-11-143-13/+33
| | * Allow AnimatedSprite to finish on the last frameMichael Brasser2019-11-133-4/+47
| | * qmltyperegistrar: Search for foreign types also in MODULE_BASE_OUTDIRUlf Hermann2019-11-111-2/+11
| | * In case of prefix build, copy qmltypes.prf to build dirUlf Hermann2019-11-111-2/+10
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-119-1/+1171
| |\|
| | * qmltypes.prf: Assume bare filename for QMLTYPES_FILENAMEUlf Hermann2019-11-081-3/+3
| | * Disambiguate do_install target for qmltypesUlf Hermann2019-11-081-5/+5
| | * Move qmltyperegistrar into srcUlf Hermann2019-11-088-0/+1170
| | * instanceof: return false instead of throwingFabian Kosmale2019-11-081-1/+1
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-0820-55/+182
| |\|
| | * Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-072-5/+5
| | * Register compiled-in QML typesUlf Hermann2019-11-075-7/+11
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-079-29/+64
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-041-1/+2
| | | |\
| | | | * QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
| | | * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-319-29/+63
| | | |\|
| | | | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
| | | | * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-1/+1
| | | | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-293-1/+15
| | | | |\
| | | | | * Set the screen on the QOpenGLContext to be the same as the windowv5.13.2Andy Shaw2019-10-181-1/+3
| | | | | * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| | | | | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-1114-32/+63
| | | | | |\
| | | | | * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
| | | | * | | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
| | | | * | | qv4compileddata: do not use raw constexprFabian Kosmale2019-10-281-1/+1
| | | | * | | Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+6
| | | | * | | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
| | | | * | | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
| | * | | | | Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-043-12/+75
| | * | | | | Cleanup and document AnimatedSprite::start()/stop()Michael Brasser2019-11-011-2/+27
| * | | | | | Correct a typo in external-resources.qdoc (hhttps -> https)Thibaut Cuvelier2019-11-061-1/+1
| * | | | | | Take a copy of the children list before emitting the destroyingItem signalLars Knoll2019-11-011-1/+4
| * | | | | | Generate QtQml's qmldir dynamicallyUlf Hermann2019-11-012-7/+11
| * | | | | | Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-314-25/+8
| * | | | | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2019-10-291-14/+2
| |\| | | | |
| | * | | | | Replace ActiveOcRestorer with QScopedValueRollbackFabian Kosmale2019-10-281-14/+2
| * | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-279-21/+17
| |\| | | | |
| | * | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-269-21/+17
| | |\| | | |
| | | * | | | Add vulkanunderqml to the list of examplesLaszlo Agocs2019-10-251-0/+1
| | | * | | | Fix assertion with certain Text items when rendering with MetalLaszlo Agocs2019-10-251-2/+4
| | | * | | | Enhance Layer.smooth docsLaszlo Agocs2019-10-251-1/+5
| | | * | | | Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
| | | * | | | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-244-18/+7
| * | | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-2514-24/+75
| |\| | | | |
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-2414-24/+75
| | |\ \ \ \ \
| | | * | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2414-24/+75
| | | |\| | | |