aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove unneeded/unused signalAlbert Astals Cid2020-01-132-2/+0
* | Blacklist touchAndDragHandlerOnFlickable() on OpenSuse 15.0Ulf Hermann2020-01-101-0/+1
* | QQuickItemView: Fix iteration/deletion logicUlf Hermann2020-01-101-12/+16
* | On QQmlEngine destruction drop singletons before type loaderUlf Hermann2020-01-103-2/+39
* | SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | Fix unused variable warning on big-endianShawn Rutledge2020-01-081-0/+2
|/
* V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-082-2/+41
* Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-082-1/+20
* V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-083-2/+17
* V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-082-0/+18
* Fix unused variable warningShawn Rutledge2020-01-071-2/+1
* Stabilize QQuickItemParticleLouis du Verdier2020-01-074-46/+134
* QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-072-4/+22
* QV4: Array.includes: Support large arraysFabian Kosmale2020-01-072-1/+14
* QV4: Check recursion limit in toStringFabian Kosmale2020-01-072-0/+23
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-074-1/+57
* V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-072-2/+19
* V4: Fix sorting of sparse arraysUlf Hermann2020-01-062-1/+22
* Avoid oob access on Array.concatUlf Hermann2020-01-062-1/+22
* Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-063-1/+22
* QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-062-5/+5