aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Prevent cutting in non-Normal echoMode of TextInputJoni Poikelin2016-03-071-5/+10
* Export some more classes.Marc Mutz2016-03-063-2/+9
* Make more ctors explicitMarc Mutz2016-03-034-4/+4
* AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-032-53/+49
* Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-037-15/+15
* Ensure ShaderEffect correctly updates with supportsAtlasTexture.Michael Brasser2016-03-014-0/+11
* QQuickRenderControl: cleanup material cache on invalidateTim Blechmann2016-03-011-0/+4
* Flickable: handle wheel NoScrollPhase the same as ScrollUpdateShawn Rutledge2016-03-011-0/+1
* QQuickAnimatedSprite: fix memory leakTim Blechmann2016-02-241-0/+1
* Fix off-by-one when checking overlaps in selection rangesEskil Abrahamsen Blomfeldt2016-02-171-3/+4
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-156-9/+86
|\
| * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-056-3/+68
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-029-129/+25
| |\
| * | QQuickItem: fix another infinite loop in nextItemInFocusChain()Liang Qi2016-01-301-6/+18
* | | GridView: Sanitize visible items after model insertionGabriel de Dietrich2016-02-131-13/+38
* | | QQuickGridView: Refactor FxViewItem releasing codeGabriel de Dietrich2016-02-131-14/+15
* | | Fix crash when Canvas has negative width or heightMitch Curtis2016-02-051-0/+5
* | | Doc: correct Item::contains() return typeNikita Krupenko2016-02-031-1/+1
* | | Fix QQuickItemViewPrivate::updateUnrequestedPositions()J-P Nurmi2016-02-021-2/+4
* | | Window attached property: fix notifier signalsJ-P Nurmi2016-02-021-8/+8
* | | Flickable: ensure movementEnded after wheel/trackpad flickShawn Rutledge2016-02-023-2/+36
| |/ |/|
* | PathView: don't leak item referencesJ-P Nurmi2016-01-281-0/+4
* | Fix rejecting drag enter events in QML DropAreaSebastian Sauer2016-01-281-0/+2
* | Animated sprite would stop after running for 24 hours.Jan Arve Saether2016-01-271-2/+2
* | Preparations for re-rendering native text on DPI scaling changes.Andreas Hartmetz2016-01-265-9/+17
* | QQuickTextNode: Nuke some dead code.Robin Burchell2016-01-261-118/+0
|/
* Doc: corrected some minor link issuesNico Vertriest2016-01-222-3/+3
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2016-01-213-2/+10
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-193-2/+10
| |\
| | * QQuickTextLine: set lineOffset to zero in ctor5.5Anton Kudryavtsev2015-12-171-1/+1
| | * docfix: Make it clearer how Context2D relates to CanvasGunnar Sletta2015-11-301-0/+8
| | * MouseArea: fixed a crash in propagate()Liang Qi2015-11-261-1/+1
* | | QQuickItem: fix an infinite loop nextItemInFocusChain()Liang Qi2016-01-201-0/+2
|/ /
* | QQuickItemView: Take sticky header/footer into account for positionViewAtInde...Robin Burchell2016-01-153-4/+6
* | QQuickRepeater: Use qmlobject_(dis)connect instead of regular (dis)connect.Robin Burchell2016-01-051-10/+12
* | Make QQuickPaintedItem support Item::layerGunnar Sletta2016-01-041-0/+7
* | QQuickFlipable: Set enabled property on whichever side is considered active.Robin Burchell2015-12-311-4/+13
* | QQuickDropArea include cleanupSamuel Gaist2015-12-242-5/+0
* | Fix ListView.OverlayHeaderJ-P Nurmi2015-12-231-2/+2
* | Link to drag and drop examples in relevant placesMitch Curtis2015-12-162-0/+3
* | Fix QQuickPaintedItem::renderTarget docsJ-P Nurmi2015-12-151-1/+1
* | Fix containsMouse with touch and hoverEnabledPaul Olav Tvete2015-12-151-0/+9
* | QQuickTextEdit: Fully qualify enumerations in changed() signals.Friedemann Kleint2015-12-151-4/+4
* | Clean up correctly in rendercontrol to avoid crashesLaszlo Agocs2015-12-092-7/+13
* | QQuickImageBase: Add support for @3x imagesOlivier Goffart2015-12-071-28/+12
* | ListView: Sanitize visibleItems list after model insertionsGabriel de Dietrich2015-12-071-11/+48
* | Flickable: avoid perturbing the timeline further while in overshootShawn Rutledge2015-12-071-4/+6
* | Auto-tests for fast model updates while flickingGabriel de Dietrich2015-12-071-2/+2
* | MultiPointTouchArea: Fixed released() duplication on mouse release.Alexandr Akulich2015-12-021-6/+2
* | QQuickListView: Refactor FxViewItem releasing codeGabriel de Dietrich2015-12-011-14/+16