aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Revert "QQuickItem: Port a number of manual loops to range-for"Robin Burchell2017-05-191-37/+53
* Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-122-1/+11
* Fix QSG_VISUALIZE=batchesBerthold Krevert2017-05-111-0/+4
* Ensure same glyph cache is used for same font at different sizesMichael Brasser2017-05-102-3/+25
* 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
* Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-053-10/+10
|\
| * Doc: fix some typos in qsgrenderer.cppJüri Valdmann2017-05-041-2/+2
| * Doc: fix some typos in qsgnode.cppJüri Valdmann2017-05-041-6/+6
| * Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-05-041-2/+2
* | qquickpixmapcache: fix crash when loading images asynchronouslyArnaud Vrac2017-05-051-1/+1
* | Software: Fix leaking of SGTexturesAndy Nichols2017-05-051-0/+3
|/
* Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-034-5/+5
* ICC issue: cast both sides of sign-bit-changing expressions to uintThiago Macieira2017-04-281-1/+1
* Add a method to query the scene graph backendMichael Brüning2017-04-274-0/+25
* Run includemocs in qtdeclarativeThiago Macieira2017-04-26101-0/+184
* Document Screen virtualX and virtualYPier Luigi Fiorini2017-04-261-0/+14
* Doc: correct reference to sectionNico Vertriest2017-04-261-2/+1
* 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
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded buildsOtto Ryynänen2017-04-252-2/+2
* QSGBatchRenderer: Fix a performance regression noted by qmlbenchRobin Burchell2017-04-241-11/+28
* 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-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
|\ \