aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Return false for user types in isSaveable()Andy Shaw2020-01-101-1/+4
* | | Doc: Move snippet file to qtxmlpatternsPaul Wicking2020-01-271-20/+0
* | | V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2316-42/+99
* | | Blacklist tst_QQuickWidget::enterLeave on macOSTor Arne Vestbø2020-01-231-0/+2
* | | ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-232-4/+1
* | | Blacklist two failing ecmascripttests on macOSMorten Johan Sørvig2020-01-221-0/+4
* | | Blacklist failing quickcanvasitem tests for macOSMorten Johan Sørvig2020-01-221-0/+14
* | | Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-224-6/+6
* | | Remove shadereffect dependency from shapesKarim Pinter2020-01-223-3/+5
* | | Initialize boolean m_hasItemChangeListenersDavid Edmundson2020-01-211-1/+1
* | | Fix printing of garbled UTF-8 characters from QML verify() statementsDimitrios Apostolou2020-01-201-7/+7
* | | Text and TextEdit: document MarkdownText formatShawn Rutledge2020-01-175-62/+209
* | | Fix documented types for DelegateChoice propertiesMichael Brasser2020-01-151-4/+4
* | | qml: Fix options that need to be set before QApplication instantiationFriedemann Kleint2020-01-151-25/+26
| |/ |/|
* | Blacklist tst_TouchMouse::touchButtonOnFlickable() on mingwUlf Hermann2020-01-151-0/+4
* | QQuickItemView: fix crash when changing modelWang Chuan2020-01-154-2/+57
* | fix for out-of-screen preview windowsUlf Hermann2020-01-142-8/+13
* | Register PointerScrollEvent and document the WheelHandler.wheel signalShawn Rutledge2020-01-133-4/+142