aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QQuickItem::setParentItem: Check for d->window after deref'ing itUlf Hermann2019-10-311-1/+2
* QQmlProperty: handle reads of QQmlPropertyMap correctlyFabian Kosmale2019-10-301-3/+9
* QML Drag: Prevent crash when using image provider urlFabian Kosmale2019-10-301-1/+1
* Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-293-1/+15
|\
| * Set the screen on the QOpenGLContext to be the same as the windowv5.13.2Andy Shaw2019-10-181-1/+3
| * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
| * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-1114-32/+63
| |\
| * | Doc: Add a \note about the (broken) Binding value restoration policyUlf Hermann2019-10-091-0/+4
* | | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
* | | qv4compileddata: do not use raw constexprFabian Kosmale2019-10-281-1/+1
* | | Add missing emits from various property setters in {Grid,Row}LayoutJan Arve Sæther2019-10-251-0/+6
* | | Loader: Actually clear initial properties when changing sourceFabian Kosmale2019-10-241-1/+2
* | | Rename some variables and a function to improve clarityJan Arve Sæther2019-10-242-19/+17
* | | Fix image particle flickering due to broken state machine logicLaszlo Agocs2019-10-142-2/+17
* | | Fix updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
* | | QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
| |/ |/|
* | Doc: Modify area.pressed to windowShown in TestCaseNico Vertriest2019-10-101-1/+1
* | Fix QQuickWindow::afterAnimating with QQuickRenderControlPaul Lemire2019-10-101-0/+1
* | QQuickImage: Fix an odd 1px offset on 'fillMode: PreserveAspectFit'Alexander Akulich2019-10-091-2/+2
* | PathView: grab mouse on press if already movingShawn Rutledge2019-10-091-3/+4
* | Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
* | Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
* | Doc: Add example on how to access types in imported QML from javascriptNico Vertriest2019-10-071-2/+5
* | Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-074-3/+9
* | OpenVG: Fix delivery of touch eventsEirik Aavitsland2019-10-071-0/+1
* | OpenVG: Fix emitting of sceneGraphInitialized and -InvalidatedEirik Aavitsland2019-10-071-0/+2
* | OpenVG: Fix rendering of non-affine transformed rectanglesEirik Aavitsland2019-10-071-12/+5
|/
* Doc: Correct reference to StackViewNico Vertriest2019-10-022-2/+2
* Doc: Fix typoPaul Wicking2019-09-261-1/+1
* QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-231-0/+1
* doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-1/+50
* Check if the filters are different before triggering an updateAndy Shaw2019-09-191-0/+2
* Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-127-42/+67
|\
| * Fix various accumulator-saving problemsUlf Hermann2019-09-035-5/+27
| * Visit lists iteratively when parsing QMLUlf Hermann2019-09-031-35/+38
| * QQuickTextNodeEngine: don't create background when its alpha is 0Wang Chuan2019-08-291-2/+2
* | Fix QQuickTextEdit triple click detectionJan Arve Sæther2019-08-292-6/+4
* | Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-2926-268/+336
* | QQuickTableView: always relayout after a rebuildRichard Moe Gustavsen2019-08-281-9/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-286-5/+79
|\|
| * Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
| * Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
| * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
| * Document that QQmlPropertyMap's meta object is not threadsafeVolker Hilsheimer2019-08-211-0/+4
| * doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
* | Doc: Replace the "Qt Quick Controls 2" instancesVenugopal Shivashankar2019-08-224-13/+13
* | nothread: enable shapesLorn Potter2019-08-221-1/+1
* | Doc: Correct error in doc Transition QML TypeNico Vertriest2019-08-193-49/+106
* | Doc: Correct wrong code in qml snippetNico Vertriest2019-08-191-1/+1