aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix xmlhttprequest exampleUlf Hermann2019-11-141-1/+1
* Allow AnimatedSprite to finish on the last frameMichael Brasser2019-11-135-4/+91
* 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
* 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-0810-7/+15
* instanceof: return false instead of throwingFabian Kosmale2019-11-082-7/+7
* qmltyperegistrar: Allow QML_IMPORT_VERSION as alias for IMPORT_VERSIONUlf Hermann2019-11-082-7/+9
* Use a temporary getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-11-072-5/+5
* tst_qqmltypeloader: Avoid memory leaksUlf Hermann2019-11-071-0/+10
* Register compiled-in QML typesUlf Hermann2019-11-079-9/+77
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-0718-29/+276
|\
| * 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-3118-29/+275
| |\|
| | * QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-302-3/+30
| | * QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-302-1/+26
| | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-295-2/+79
| | |\
| | | * 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
| | | * Add changes file for Qt 5.13.2Antti Kokko2019-10-171-0/+63
| | | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-1132-33/+494
| | | |\
| | | * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
| | * | | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-293-4/+37
| | * | | 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-252-0/+60
| | * | | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-244-1/+31
| | * | | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | | | qmltyperegistrar: Improve legibility of generated codeUlf Hermann2019-11-041-2/+2
* | | | | Add API to get more information for each line in a QML Text elementTimur Kristóf2019-11-047-12/+239
* | | | | Cleanup and document AnimatedSprite::start()/stop()Michael Brasser2019-11-012-2/+64
* | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Simon Hausmann2019-10-291-0/+0
|\| | | |
| * | | | Adapt test case to avoid null characters in directory namesUlf Hermann2019-10-291-0/+0
* | | | | Replace ActiveOcRestorer with QScopedValueRollbackFabian Kosmale2019-10-281-14/+2
* | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2619-31/+138
|\| | | |
| * | | | 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
| * | | | qmllint: fix typoFabian Kosmale2019-10-241-1/+1
| * | | | Update flowchart to reflect addition of new methodsFabian Kosmale2019-10-242-0/+0
| * | | | QML: Consistently check for debugger before loading cache filesUlf Hermann2019-10-247-19/+99
| * | | | Add support for scanning qrc files in qmlimportscannerAndy Shaw2019-10-246-8/+28
* | | | | Deprecate qmlminSimon Hausmann2019-10-251-0/+2
* | | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-2426-33/+224
|\ \ \ \ \
| * | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2426-33/+224
| |\| | | |
| | * | | | Fix typoRobert Loehning2019-10-212-3/+3
| | * | | | Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-214-2/+20
| | * | | | Fix interface handling in bindingsFabian Kosmale2019-10-213-1/+117