aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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-291-0/+8
|\
| * Handle null in QQuickPointerEvent and QQEventPoint debug operatorsShawn Rutledge2019-10-171-0/+8
* | QQuickItem::setParentItem: add child earlierFabian Kosmale2019-10-291-4/+17
* | 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 updating of text nodes in QQuickTextEditLars Knoll2019-10-141-5/+4
* | QQuickTextInput::remove: Fix selection logicFabian Kosmale2019-10-111-2/+2
|/
* 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
* Fix bug when highlight was not respected after currentIndex changedJan Arve Sæther2019-10-081-4/+13
* Fix sprites leaking textures in SW and OpenVG backendsEirik Aavitsland2019-10-072-1/+7
* Doc: Correct reference to StackViewNico Vertriest2019-10-021-1/+1
* Doc: Fix typoPaul Wicking2019-09-261-1/+1
* doc: explain more about acceptedModifiers in PointerDeviceHandlerShawn Rutledge2019-09-191-1/+50
* Doc: add TableView \since versionMitch Curtis2019-09-171-0/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-2/+2
|\
| * 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-2911-126/+174
* | 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-284-5/+68
|\|
| * Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
| * Add missing HoverHandler docsShawn Rutledge2019-08-261-3/+21
| * 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
* | 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-1/+1
|\|
| * Fix possible crash with top/bottom aligned imagesEskil Abrahamsen Blomfeldt2019-07-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-243-9/+30
|\|
| * Support text color for color fontsEskil Abrahamsen Blomfeldt2019-07-193-9/+30
* | Doc: Add doc on "quit" shortcut behavior in macOSNico Vertriest2019-07-171-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.12-merge-5.13Edward Welbourne2019-07-172-2/+5
|\|
| * QQuickItemView: refill itself before populate transitionWang Chuan2019-07-161-0/+3
| * Fix static buildSimon Hausmann2019-07-121-2/+2
* | doc: Update the diagram to mention the correct beforeSynchronizing() signalKavindra Palaraja2019-07-176-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-126-25/+19
|\|
| * Move Event Handler acceptedButtons check back up to QQPDeviceHandlerShawn Rutledge2019-07-053-3/+7
| * TapHandler: wait until after tapped is emitted to reset point.positionShawn Rutledge2019-07-052-19/+5
| * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Doc: Replace old link with an existing featureKavindra Palaraja2019-07-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-052-22/+27
|\|
| * Fix distance field cache growing outside limitEskil Abrahamsen Blomfeldt2019-07-042-21/+26
| * Fix possible crash when distance field cache spans multiple texturesEskil Abrahamsen Blomfeldt2019-07-041-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-6/+7
|\|
| * Fix read access violation when using KeyNavigation attached propertyTom Scheler2019-07-021-6/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-282-9/+21
|\|