aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-205-51/+108
|\
| * 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
* | | 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-175-137/+257
* | | Rescale on rhi path too when NPoT textures not supportedLaszlo Agocs2019-08-172-0/+14
* | | QSGDepthStencilBufferManager: don't use toStrongRef().data()Marc Mutz2019-08-171-1/+3
* | | Enable threaded render loop for d3d11Laszlo Agocs2019-08-141-10/+13
* | | Minor cleanup and logic fix in basic renderloopLaszlo Agocs2019-08-141-7/+10
* | | scenegraph: fix error: 'QOffscreenSurface' does not name a typeMikko Gronoff2019-08-131-0/+1
* | | Use QSH::mouseDoubleClickDistance() and touchDoubleTapDistance()Shawn Rutledge2019-08-122-10/+8
* | | Implement QSG_VISUALIZE for RHILaszlo Agocs2019-08-0715-341/+1789
* | | Fix 3+ level stencil clips on the rhi pathLaszlo Agocs2019-08-021-5/+5
* | | Change rhi-related debug prints to categorized loggingLaszlo Agocs2019-08-023-11/+12
* | | Remove usages of deprecated QSignalMapperSona Kurazyan2019-08-012-12/+23
* | | Re-enable colors with both gl and rhi glyph cachesLaszlo Agocs2019-07-313-7/+9
* | | Have an autorelease pool for each frame on the render threadLaszlo Agocs2019-07-301-0/+4
* | | Avoid locking up on resize with threaded loop and the rhiLaszlo Agocs2019-07-301-4/+18
* | | Re-enable threaded render loop with Vulkan on LinuxLaszlo Agocs2019-07-301-8/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-2618-39/+65
|\| |
| * | 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
* | | Add QQuickPathMultiLinePaolo Angelelli2019-07-183-3/+180
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-124-23/+29
|\| |
| * | 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
* | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* | | Fix docs to explain the new type syntax for QML methodsSimon Hausmann2019-07-101-1/+1
* | | Fix build without quick_itemviewTasuku Suzuki2019-07-091-0/+2
* | | Remove unimplemented QSGTexture::hasDirtyOptions()Friedemann Kleint2019-07-051-2/+0
* | | Make openglunderqml functional with and without the rhiLaszlo Agocs2019-07-046-33/+100
* | | Enable line width on the rhi code pathLaszlo Agocs2019-07-042-16/+40
* | | Enable request setting the (gl) context current on rhi pathLaszlo Agocs2019-07-042-19/+40
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-041-6/+7
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-6/+7
| |\| |