aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * fix memory leak in QQuickWindowPrivate::deliverTouchAsMouseShawn Rutledge2017-02-011-7/+7
| * Doc: Improve introduction to Qt Quick SceneGraph RendererKai Koehne2017-02-011-9/+5
| * Quick: Check fbo msaa related extensions via QtGuiLaszlo Agocs2017-01-313-9/+11
| * Doc: Fix documentation warningsTopi Reinio2017-01-301-2/+2
| * Mention that QVariantList is also a supported model typeKavindra Palaraja2017-01-281-6/+16
| * Doc: reinserted hello.qml which had been deleted by mistakeNico Vertriest2017-01-271-0/+76
* | QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-1/+1
* | Replace usage of QSignalMapper by lambdaOlivier Goffart2017-02-141-1/+0
* | Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-115-37/+27
* | Fix a crash in canvas2d when calling some methodsLars Knoll2017-02-071-6/+6
* | Doc: added doc for parameter windowNico Vertriest2017-02-031-1/+1
* | Allow to pass all the relevant info to QQuickPixmap::isCachedAlbert Astals Cid2017-02-033-4/+4
* | Canvas Item: Prevent polish loop when calling requestAnimationFrameAndy Nichols2017-02-022-1/+21
* | Add fixes for INTEGRITYKimmo Ollila2017-01-311-49/+49
* | Add fontInfo property to TextEskil Abrahamsen Blomfeldt2017-01-313-1/+94
* | QQuickWindow FBO: fix dpr and rect when there is an actual windowLaszlo Agocs2017-01-301-2/+7
* | Make Item::grabToImage work in more cases, and improve test coverageAlbert Astals Cid2017-01-273-3/+13
* | Use independent buffer for indicesJesus Fernandez2017-01-272-9/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-264-10/+17
|\|
| * Fix build without feature.shortcutTasuku Suzuki2017-01-153-3/+17
| * Remove documentation references to internal functionsKavindra Palaraja2017-01-131-7/+0
* | Add anisotropic filtering support to QSGTexturePaolo Angelelli2017-01-258-2/+94
* | Port builtin methods in Canvas2D to new calling conventionLars Knoll2017-01-251-680/+617
* | Remove qWarning about QQuickImageProviderWithOptionsAlbert Astals Cid2017-01-243-12/+3
* | Doc: Added a description of visible in MouseAreaAram So2017-01-241-0/+3
* | PathAnimation: fix bug when PathSvg or PathLine is the last item in PathOleg Yadrov2017-01-203-16/+1
* | Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-191-2/+1
* | Item views: Q_DECL_OVERRIDE -> overrideJ-P Nurmi2017-01-1811-138/+138
* | QQuickItemView: use some more C++11 range for loopsJ-P Nurmi2017-01-181-35/+34
* | QQuickGridView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+13
* | QQuickListView: use C++11 range for loops for visible itemsJ-P Nurmi2017-01-171-16/+11
* | Remove remnants of blackberry platform supportRobin Burchell2017-01-162-11/+3
* | Item views: eliminate some repeated QList::at() accessJ-P Nurmi2017-01-162-16/+27
* | ListView: allow flicking to both directionsJ-P Nurmi2017-01-163-6/+65
* | Quick: Remove last foreach, and mark QT_NO_FOREACHRobin Burchell2017-01-162-1/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-148-10/+41
|\|
| * Fix build without feature.imTasuku Suzuki2017-01-131-0/+2
| * Fix projection matrix for DepthAware QSGRenderNodesLaszlo Agocs2017-01-121-1/+6
| * Propagate root changes to rendernodes tooLaszlo Agocs2017-01-121-0/+4
| * Update QSGRenderNode docs to match realityLaszlo Agocs2017-01-121-3/+0
| * Fix crash in CanvasGunnar Sletta2017-01-101-1/+0
| * Clarify MouseArea's onClicked and onPressAndHold documentationKavindra Palaraja2017-01-081-2/+2
| * Added documentation for the GroupSwitchModifierKavindra Palaraja2017-01-051-0/+1
| * Fix stencil clips with core profile contextsLaszlo Agocs2017-01-041-1/+22