aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-087-17/+17
|\
| * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-015-9/+9
| * Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
| * Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
| * qmltime: Remove widgets dependency.Robin Burchell2016-03-111-1/+1
* | QML: directly access private data instead of calling accessors.Erik Verbruggen2016-04-051-18/+18
* | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-052-7/+7
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-312-1/+2
* | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-311-1/+1
* | QQuickItemView::forceLayout: Also call layout when d->forceLayoutAlbert Astals Cid2016-03-111-1/+2
* | MouseArea: add source property to mouse eventShawn Rutledge2016-03-115-5/+65
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0718-75/+98
|\|
| * 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
* | Copy the inverted property when the QWheelEvent is clonedJan Arve Sæther2016-03-071-1/+1
* | Document default value of wrapModeAlbert Astals Cid2016-03-041-0/+2
* | QQuickText{Edit,Input}: Reset selection when becoming readOnly.Robin Burchell2016-03-012-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7J-P Nurmi2016-03-012-0/+2
|\|
| * Flickable: handle wheel NoScrollPhase the same as ScrollUpdateShawn Rutledge2016-03-011-0/+1
| * QQuickAnimatedSprite: fix memory leakTim Blechmann2016-02-241-0/+1
* | Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-198-39/+143
|\|
| * 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
* | | | Merge dev into 5.7Oswald Buddenhagen2016-02-173-4/+22
|\ \ \ \
| * | | | Add Window.window attached propertyJ-P Nurmi2016-02-123-4/+22
* | | | | Doc: Fix incorrect 'See also' referencesTopi Reinio2016-02-172-2/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-127-13/+54
|\| | |
| * | | 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
| | |/ | |/|
* | | Quick: replace QStringLiteral with QLatin1StringAnton Kudryavtsev2016-02-102-47/+47
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2910-132/+28
|\| |
| * | 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
| |/