aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* PathView: fix warnings, oddities and whitespaceShawn Rutledge2019-09-181-79/+79
* doc: correct the snippet for Item.scaleShawn Rutledge2019-09-181-0/+1
* Avoid changing function signature in public headerLaszlo Agocs2019-09-181-3/+6
* Clean up GraphicsStateInfo after API reviewLaszlo Agocs2019-09-182-6/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-2/+2
|\
| * 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 qmlobject_{dis}connect macros to require semicolon at the endJan Arve Sæther2019-09-165-7/+7
* | | PathView: reduce velocity by linear decay model if release is delayedShawn Rutledge2019-09-122-1/+15
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-1215-139/+218
|\| |
| * | Fix QQuickTextEdit triple click detectionJan Arve Sæther2019-08-292-6/+4
| * | Doc: Fix documentation warnings for qtdeclarativeTopi Reinio2019-08-299-119/+164
| * | 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-283-2/+47
| |\|
| | * Fix build with -no-feature-quick-spriteJohan Klokkhammer Helsing2019-08-271-0/+2
| | * doc: Clarify that the delegate populate transition doesn't always runShawn Rutledge2019-08-122-2/+45
* | | Clarify docs and comments regarding under and overlaysLaszlo Agocs2019-09-081-3/+7
* | | Make vulkanunderqml work and update docsLaszlo Agocs2019-09-081-0/+11
* | | Fix pedantic warnings in QQuickImageShawn Rutledge2019-08-301-3/+2
* | | Add a createTextureFromId() alternativeLaszlo Agocs2019-08-302-7/+119
* | | QQuickFbo: add the RHI warningLaszlo Agocs2019-08-302-1/+6
* | | Fix build with -no-feature-quick-pathJohan Klokkhammer Helsing2019-08-301-0/+2
* | | QQuickDragHandler: Add revision to snapModeUlf Hermann2019-08-281-0/+1
* | | Harmonize meta object revisions and minor versionsUlf Hermann2019-08-2613-46/+46
* | | QQuickPinch: Declare notify signal for targetUlf Hermann2019-08-261-1/+1
* | | Move currentFrame and frameCount properties up to QQuickImageBaseShawn Rutledge2019-08-248-8/+89
* | | Remove usages of deprecated APIs of QWheelEventSona Kurazyan2019-08-233-4/+5
* | | QQuickImageBase: prepare for rescalable PDF as an image formatShawn Rutledge2019-08-231-2/+3
* | | rendernode example: Add support for MetalLaszlo Agocs2019-08-221-0/+10
* | | qqml.h: add qmlRegisterAnonymousTypeFabian Kosmale2019-08-211-20/+20
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-201-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
* | | Introduce functions to set properties during creationFabian Kosmale2019-08-193-1/+20
* | | Fix build without features.quick_gridviewTasuku Suzuki2019-08-191-0/+2
* | | Add an initial set of scenegraph docs for the rhiLaszlo Agocs2019-08-171-2/+2
* | | Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-121-1/+1
* | | Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-071-0/+7
* | | Remove usages of deprecated QSignalMapperSona Kurazyan2019-08-012-12/+23
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-264-5/+18
|\| |
| * | 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
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-3/+7
| |\|
| | * Notify QQItem::mouseUngrabEvent() when an Event Handler steals grabShawn Rutledge2019-07-051-3/+7
* | | Add QQuickPathMultiLinePaolo Angelelli2019-07-181-0/+1
* | | Fix build without quick_itemviewTasuku Suzuki2019-07-091-0/+2
* | | Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-041-8/+25
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-6/+7
|\| |