aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-08-1545-562/+2256
|\
| * Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-08-0942-426/+2101
| |\
| | * 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
| * | | | Fix Qt6 buildAlexandru Croitor2019-07-311-4/+0
| * | | | Fix build with Qt 6Simon Hausmann2019-07-311-3/+0
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-247-26/+34
|\| | | |
| * | | | Fix module imports when building with Qt Version 6.0.0Simon Hausmann2019-07-151-2/+1
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-127-24/+33
| |\| | |
| | * | | 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
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-11275-2528/+14537
|\| | | |
| * | | | Do minimal fixup of QQuickImageProviderAlexandru Croitor2019-07-112-13/+5
| * | | | Fix Qt6 builds after dev -> wip/qt6 mergeAlexandru Croitor2019-07-091-1/+1
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-08209-1992/+13502
| |\| | |
| | * | | 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
| | | |\| |
| | | | * | 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
| | * | | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-042-59/+29