aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clear profiling data from QQuickProfiler after reportingUlf Hermann2016-03-021-5/+5
* 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-014-3/+7
|\
| * Flickable: handle wheel NoScrollPhase the same as ScrollUpdateShawn Rutledge2016-03-011-0/+1
| * Avoid div-by-zero when nothing is rendered.Gunnar Sletta2016-02-261-1/+3
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-2/+2
| * QQuickAnimatedSprite: fix memory leakTim Blechmann2016-02-241-0/+1
* | Private export QQuickStateAction for Qt Quick Controls 2J-P Nurmi2016-02-261-1/+1
* | Move QtQuick.Layouts to qtdeclarative from qtquickcontrolsJan Arve Saether2016-02-2611-1/+354
* | Determine QQuickItem::childAt() correctlyKari Hautamäki2016-02-241-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1911-43/+145
|\|
| * Make it easier to link to QAbstractItemModel sectionMitch Curtis2016-02-171-1/+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-157-10/+87
| |\
| | * Don't build designer for wincev5.6.0-rc1Andreas Holzammer2016-02-051-1/+1
| | * Rerender natively rendered text items when DPI scaling changes.Andreas Hartmetz2016-02-056-3/+68
| | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0210-130/+26
| | |\
| | * | 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
| * | | QQuickPixmapCache: Use readImage's (more useful) error message.Robin Burchell2016-02-121-2/+0
* | | | 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-129-20/+68
|\| | |
| * | | Fix Animators in itemview and positioner transitionsJ-P Nurmi2016-02-112-7/+14
| * | | 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-106-61/+61
* | | QSGDefaultRectangleNode: Fix off-by-one color renderingJakub Adam2016-02-011-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2911-133/+29
|\| |
| * | 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
| * | Doc: corrected minor link issue to id attributeNico Vertriest2016-01-281-1/+1
| * | 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 remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-228-7/+20
|\|
| * 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
| |/ /