aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Separate the stack used for GC from the regular JS stackLars Knoll2017-04-072-7/+7
* Revert "Positioners: allow distinguishing between implicit/explicit child size"Mitch Curtis2017-04-053-133/+41
* Revert "Privately export QQuickPositionerAttached"Mitch Curtis2017-04-051-1/+1
* Document that wrap modes do not work with atlas texturesGunnar Sletta2017-04-041-0/+2
* QQuickImage: only call updatePaintedGeometry() when necessaryMitch Curtis2017-04-031-1/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-302-8/+25
|\
| * 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 remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-03-272-8/+5
|\|
| * 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
* | | | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-239-9/+32
|\| | |
| * | | 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
| |/ /
* | | Remove QSGDistanceFieldGlyphCacheManagerRobin Burchell2017-03-2114-180/+12
* | | QSGDistanceFieldUtil: Remove a layer of indirectionRobin Burchell2017-03-213-49/+30
* | | Expose QQuickItem::size() and document QQuickItem::setSize()Gunnar Sletta2017-03-202-2/+22
* | | QQuickImageProvider: Improve documentation about cancel() and finished()Robin Burchell2017-03-201-2/+12
* | | Document and demo that fboId can be 0Laszlo Agocs2017-03-171-0/+5
* | | Use qRadiansToDegrees() more widelyEdward Welbourne2017-03-163-9/+7
* | | QSGDistanceFieldGlyphNode: Remove per-node QLinkedList of nodes to deleteRobin Burchell2017-03-154-13/+25
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-149-8/+174
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0220-57/+184
|\| |
| * | 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
| | * Flickable: handle child mouse ungrab when hidden or disabledJ-P Nurmi2017-02-081-1/+4
| | * QQuickMouseArea: only start pressAndHoldTimer for accepted eventsRichard Moe Gustavsen2017-02-061-1/+2
| | * Implement QAccessibleQuickWindow::focusChildFrederik Gladhorn2017-02-062-0/+9
| | * MouseArea: fix bug preventing dragging from startOleg Yadrov2017-02-031-7/+18
| | * Fix regression with UniformAnimator target property validationJoni Poikelin2017-02-013-1/+10