aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.14 into 5.14.1v5.14.1Kari Oikarinen2020-01-1518-31/+277
|\
| * 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
* | 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
|/
* 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
* QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-037-2/+57
* QQuickWindow: make subFocusItem a QPointerFabian Kosmale2020-01-031-1/+1
* Fix the build with -no-guiLiang Qi2020-01-021-0/+2
* QQmlAdaptorModel: Guard access to wrapped AIMUlf Hermann2020-01-021-32/+44
* Use the correct icon filename for QML Runtime on WindowsShawn Rutledge2020-01-011-1/+1
* QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-203-0/+155
* Fix usage of qtquickcompiler.prf after lrelease.prfJoerg Bornemann2019-12-171-1/+2
* Bump versionDaniel Smith2019-12-161-1/+1
* Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-162-2/+2
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-138-7/+411
|\
| * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-053-3/+31
| * QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
| * Add changes file for Qt 5.14.0Antti Kokko2019-11-281-0/+372
| * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-262-9/+39
| * Fix NativeRendering text on core profileEirik Aavitsland2019-11-263-3/+3
* | Add binary compatibility files for qtdeclarative 5.14 branchMilla Pohjanheimo2019-12-134-0/+60209
* | rhi: Mark window as unused when neededLaszlo Agocs2019-12-111-0/+4
* | qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
* | Fix unused var in no-opengl buildsLaszlo Agocs2019-12-111-0/+2
* | QV4Engine: Remove runtime memberFabian Kosmale2019-12-091-2/+0
* | QQuickTableView: set empty content size when table is emptyRichard Moe Gustavsen2019-12-092-0/+16
* | QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-093-20/+22