aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Doc: remove reference to no longer existing propertiesNico Vertriest2017-04-211-2/+0
* Silence GCC 7 warnings about implicit fallthrough in Qt codeThiago Macieira2017-04-204-2/+6
* Add \since to QSGTexture::AnisotropyLevelFriedemann Kleint2017-04-191-0/+2
* QQuickShortcut: Initialize idRobin Burchell2017-04-191-0/+1
* Fix warning for -no-feature-cursorStephan Binner2017-04-181-0/+2
* Fix warning for -no-feature-desktopservicesStephan Binner2017-04-181-0/+1
* Fix warning for -no-feature-shortcutStephan Binner2017-04-181-0/+2
* QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-04-181-3/+11
* QQuickText: optimize updateLayout()Anton Kudryavtsev2017-04-181-8/+2
* Doc: Fix property name from "url" to "source"Leena Miettinen2017-04-121-1/+1
* Doc: Write URL in capital letters in textLeena Miettinen2017-04-121-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-116-1/+23
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-095-0/+7
| * Add missing override specifiersChristian Strømme2017-04-031-10/+10
| * Fix touch event delivery in childMouseEventFilterFrederik Gladhorn2017-03-161-1/+16
* | Use new ImageProviderWithOptions also for sync image loadingEirik Aavitsland2017-04-064-6/+17
* | Fix crash in QQuickPixmapReader & friendsAlbert Astals Cid2017-04-051-9/+9
* | Make scaled image size calculation available to image providersEirik Aavitsland2017-04-053-26/+41
* | Remove revision from Drag.imageSource propertyPaolo Angelelli2017-04-051-1/+1
* | Fix QQuickCanvasItem::toImage() high-DPI captureMorten Johan Sørvig2017-03-312-8/+11
* | Simplify shortcut override handlingJoerg Bornemann2017-03-311-45/+1
* | Doc: add new enumeration descriptionsNico Vertriest2017-03-303-0/+8
* | Flickable: don't steal grab from item with keepTouchGrab setShawn Rutledge2017-03-271-3/+4
* | in childMouseEventFilter, touchpoint grabber is also the mouse grabberShawn Rutledge2017-03-271-5/+21
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-252-8/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-152-8/+5
| |\|
| | * Doc: Removed non-working reimplementation suggestionsChristoph Sterz2017-03-152-8/+5
* | | Build fix for configure -no-openglPaul Olav Tvete2017-03-222-0/+4
* | | QQuickEvents: Fix documentation of types for MouseEvent and WheelEvent x/yRobin Burchell2017-03-201-4/+4
* | | Flickable: fix doc statement about content anchoringNikita Krupenko2017-03-161-2/+4
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-143-0/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-133-0/+3
| |\|
| | * Fix build for -no-feature-quick-pathStephan Binner2017-02-271-0/+1
| | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-273-0/+4
* | | Add features.quick-particlesPaul Olav Tvete2017-03-131-0/+8
* | | Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-132-3/+9
|/ /
* | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-104-1/+6
* | QtQuick scene graph: fix text native renderingOleg Yadrov2017-03-092-0/+151
* | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-1/+3
* | Revert "QQuickAnimatorProxyJob: make sure to stop when detached from a window"Liang Qi2017-03-071-7/+1
* | QQuickAnimatorProxyJob: make sure to stop when detached from a windowJ-P Nurmi2017-03-061-1/+7
* | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-2/+7
* | Software: Flush whole window on Expose eventAndy Nichols2017-02-282-4/+7
* | Ensure mouse ungrab is called when touch is also trueMichael Dippold2017-02-281-4/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2420-53/+180
|\|
| * Fix build without features.cursorStephan Binner2017-02-201-2/+4
| * Shaders: Fix crash when disconnecting shaders from item propertiesErik Verbruggen2017-02-151-3/+7
| * Finish sentence properly in documentationFrederik Schwarzer2017-02-151-1/+1
| * Minor wording issues and typo fixes in docsFrederik Schwarzer2017-02-153-4/+4
| * Improve QQuickAsyncImageProvider exampleAlbert Astals Cid2017-02-081-0/+4