aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Stabilize QQuickItemParticleLouis du Verdier2020-01-072-46/+32
* QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-4/+9
* QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-1/+2
* QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+1
* QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-073-1/+8
* V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-2/+2
* V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-1/+1
* Avoid oob access on Array.concatUlf Hermann2020-01-061-1/+1
* Emit QQmlEngine::warnings when load failsFabian Kosmale2020-01-061-1/+1
* QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-062-5/+5
* QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-034-2/+27
* 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
* QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89
* 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-135-7/+13
|\
| * QQuickPixmapCache: Don't dereference nullptrv5.14.0-rc2v5.14.0Fabian Kosmale2019-12-051-3/+5
| * QML: Resolve conflict in ImportSpecifier rulev5.14.0-rc1Ulf Hermann2019-11-291-1/+5
| * mouseDrag(): ensure that intermediate moves are done for all dragsMitch Curtis2019-11-261-9/+9
| * Fix NativeRendering text on core profileEirik Aavitsland2019-11-263-3/+3
* | 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-091-0/+14
* | QQuickTableView: ensure we release items in the old model and not the newRichard Moe Gustavsen2019-12-091-6/+9
* | QQuickTableView: support assigning a DelegateModelRichard Moe Gustavsen2019-12-091-7/+11
* | Don't let PointerHandler steal touch grab from preventStealing MouseAreaShawn Rutledge2019-12-061-1/+18
* | TapHandler: don't reject stationary touchpointsShawn Rutledge2019-12-061-5/+4
* | Particle system: fix infinite loop after running for many hoursYulong Bai2019-12-062-1/+8
* | QQuickItemView: Emit correct change signal on model resetFabian Kosmale2019-12-051-1/+3
* | Compiler: Support >32k stack slotsUlf Hermann2019-12-052-16/+29
* | Fix ObjectModel item not being rendered when moved between modelsMitch Curtis2019-12-041-1/+5
* | Fix incorrect behavior of PathView with ungrabMouse()Shin-ichi Okada2019-12-041-2/+3
* | QQuickTableView: Clear items before deleting the modelUlf Hermann2019-12-041-0/+1
* | QQuickTableView: fix warning messageRichard Moe Gustavsen2019-12-041-2/+2
* | QQuickItemView: Set moveReason to other on model changeFabian Kosmale2019-12-031-0/+1
* | Remove src/3rdparty/llvmUlf Hermann2019-12-0319-3037/+0
* | Do not emit inputMaskChanged when setting the same input maskJan Arve Sæther2019-12-021-1/+4
* | MouseArea: react to touch ungrabShawn Rutledge2019-12-022-0/+7
* | QQuickBehavior: Check that animation is not semi-deletedFabian Kosmale2019-11-291-1/+1
* | Warn about using QSGTexture::bind outside direct OpenGL pathJohan Klokkhammer Helsing2019-11-281-0/+3
* | masm: drop some excessive newlines in debug messagesRolf Eike Beer2019-11-282-4/+3
* | TableView: add doc for syncView and syncDirection propertiesYulong Bai2019-11-271-0/+35
* | QQmlData::wasDeleted now returns true also in case of isDeletingChildrenNick Shaforostov2019-11-271-1/+1
* | MultiPointTouchArea: stop ignoring Qt-synthesized mouse eventsShawn Rutledge2019-11-262-21/+31
* | rhi: Follow non-integer scaling fixes for native textLaszlo Agocs2019-11-256-3/+6
* | QQmlTypeLoader: Don't parse qmldir content multiple timesUlf Hermann2019-11-232-2/+3
* | QQmlDirParser: Fix lifecycle managementUlf Hermann2019-11-233-16/+14