aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Generate the docs for qmlRegisterSingletonInstance5.14Giuseppe D'Angelo2020-04-241-0/+4
* Merge remote-tracking branch 'origin/5.14.2' into 5.14Qt Forward Merge Bot2020-04-215-6/+231
|\
| * Add changes file for Qt 5.14.2v5.14.2Antti Kokko2020-03-171-0/+56
| * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-1014-30/+99
| |\
| * | Don't replace all characters below 0x20 with spaces as they may be validAndy Shaw2020-03-021-2/+1
| * | TableModel: Allow a double to be added to a field seen as int previouslyAndy Shaw2020-02-283-4/+174
* | | Make qdoc generate the documentation for qmlRegisterSingletonTypeGiuseppe D'Angelo2020-04-161-0/+5
* | | OpacityAnimator: apply opacity animation to the first frame in SGWang Chuan2020-04-073-0/+58
* | | Fix enum setup optimizationMichael Brasser2020-04-021-1/+1
* | | Fix QQuickMouseArea getting stuck in pressed state when hiding in pressFrederik Gladhorn2020-03-313-0/+80
* | | Flickable: add nullptr check (crash seen only in release mode on windows)Nick Shaforostov2020-03-261-0/+3
* | | PinchArea: document the pinch parameter for its signalsGiuseppe D'Angelo2020-03-211-4/+4
| |/ |/|
* | QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-03-091-1/+5
* | Make tst_qquickcanvasitem significant again; fix image size roundingShawn Rutledge2020-03-056-23/+24
* | Blacklist a few more canvas testsShawn Rutledge2020-03-051-2/+8
* | QQuickItem: prevent endless loop in focus tab chainWang Chuan2020-03-033-3/+32
* | QQuickTableView: Immediately delete delegates when possibleUlf Hermann2020-02-283-1/+30
|/
* QQmlTableInstanceModel: Fix refcounting of metatypesUlf Hermann2020-02-272-4/+14
* Doc: Add section about QVariantList and QVariantMap as C++ propertiesUlf Hermann2020-02-241-0/+19
* Fix build with -no-feature-networkUlf Hermann2020-02-243-0/+12
* Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
* Escape url.toString() before passing it to QRegularExpressionDmitry Shachnev2020-02-201-1/+2
* QQmlAdaptorModel: Don't const_cast to call release()Ulf Hermann2020-02-191-1/+1
* Doc: list Grid's alignment properties as "since 5.1"Mitch Curtis2020-02-181-0/+1
* Blacklist tst_qquickmousearea::pressOneAndTapAnother on OpenSuseUlf Hermann2020-02-181-0/+4
* Fix inverted logicMichael Brasser2020-02-171-1/+1
* Windows: Do look for <plugin>d.dll as a fallbackKai Koehne2020-02-151-1/+4
* Add a null check to QQuickWindowPrivate::rendererAnton Kreuzkamp2020-02-121-1/+1
* QQuickLoader: store statusFabian Kosmale2020-02-124-39/+91
* Fix a bug where a layout could crash or become non-responsiveJan Arve Sæther2020-02-125-5/+65
* Fix QQmlProperty and Connections for properties starting with '_'Fabian Kosmale2020-02-115-3/+58
* Remove /get from CMAKE_QML_DIRAndré Klitzing2020-02-111-2/+2
* Mention styleName in the Font QML type documentationAndy Shaw2020-02-111-0/+1
* Android: Don't include QtQuickParticles in the dependenciesAndy Shaw2020-02-101-4/+1
* QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-072-20/+27
* Fix QAccessibleQuickWindow::focusChild() to return focused descendantPeter Varga2020-02-061-2/+6
* Clarify the Binding.restoreMode warning messageUlf Hermann2020-02-031-7/+11
* Blacklist tst_qquickmousearea::nestedStopAtBounds on opensuse 15.0Ulf Hermann2020-02-031-0/+4
* Doc: Remove outdated noteJoni Poikelin2020-02-031-4/+0
* Bump versionAlexandru Croitor2020-02-021-1/+1
* Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-315-7/+63
* Fix static builds due to name clashesAndy Shaw2020-01-311-7/+7
* Run qtEnsurePluginResourcesCpp() from qtquickcompiler.prfUlf Hermann2020-01-301-0/+1
* Fix some ListView bugs related to snapping when it had a headerJan Arve Sæther2020-01-303-15/+821
* Get rid of global gadgetPtr in QQmlValueTypeUlf Hermann2020-01-297-69/+150
* QQuickFlickable: fix division by zeroMitch Curtis2020-01-293-4/+64
* Doc: document behavior and caveats of TextInput's padding propertiesMitch Curtis2020-01-281-0/+12
* Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-272-1/+93
|\
| * Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-1518-31/+277
| |\
| * | Add changes file for Qt 5.14.1Antti Kokko2020-01-141-0/+89