aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-162-2/+3
* QQuickItemView: fix releaseItem() loopsJ-P Nurmi2017-06-124-12/+13
* Repeater: Clarify documentation a littleRobin Burchell2017-06-071-1/+5
* QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-022-0/+2
* Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-313-48/+54
|\
| * Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-202-11/+1
| * Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
* | Document the default value of x, y, width & heightJesus Fernandez2017-05-231-0/+1
* | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-192-1/+11
|\|
| * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
* | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-1/+1
|/
* Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-103-29/+52
* Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-2/+8
* Touch child mouse filtering: pass not grabbed points inside item boundsFrederik Gladhorn2017-05-071-1/+2
* Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-05-041-2/+2
* Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-031-2/+2
* Add a method to query the scene graph backendMichael Brüning2017-04-272-0/+15
* Run includemocs in qtdeclarativeThiago Macieira2017-04-2655-0/+101
* Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
* Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
* Fix populating selection clipboard with keyboardVolodymyr Samokhatko2017-04-261-0/+7
* Fix Canvas memory leakRoman Pasechnik2017-04-251-0/+6
* QQuickCanvas: Fix requestAnimationFrame documentationv5.9.0-beta3Robin Burchell2017-04-211-2/+2
* 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-201-0/+1
* Fix warning for -no-feature-cursorStephan Binner2017-04-181-0/+2
* Fix warning for -no-feature-shortcutStephan Binner2017-04-181-0/+2
* QQuickText: optimize updateLayout()Anton Kudryavtsev2017-04-181-8/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-113-1/+20
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-092-0/+4
| * Fix touch event delivery in childMouseEventFilterFrederik Gladhorn2017-03-161-1/+16
* | 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
* | 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
* | 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-142-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-132-0/+2
| |\|
| | * Fix build for -no-feature-quick-shadereffectStephan Binner2017-02-273-0/+4
* | | Build fix for -no-feature-quick-pathPaul Olav Tvete2017-03-132-3/+9
|/ /
* | Build fix for -no-feature-quick-shadereffectPaul Olav Tvete2017-03-103-0/+4
* | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-1/+3
* | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-2/+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-248-28/+57
|\|