aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0832-60/+67
|\
| * Move Qt Quick scenegraph resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-019-34/+34
| * Move Qt Quick resources under the :/qt-project.org/ directoryGiuseppe D'Angelo2016-04-015-9/+9
| * Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
| * Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
| * Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
| * Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-2411-0/+0
| * Handle duration of zero in QML animatorsDavid Edmundson2016-03-172-6/+13
| * qmltime: Remove widgets dependency.Robin Burchell2016-03-111-1/+1
| * Remove unused variableThiago Macieira2016-03-101-1/+0
| * Doc: Modified qtquick.qdocconf to exclude private header fileNico Vertriest2016-03-091-0/+1
* | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
* | 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-055-19/+19
* | Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-012-2/+2
* | Minor link issue in qquickpropertychangesNico Vertriest2016-03-311-2/+1
* | 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-116-8/+68
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-0722-81/+104
|\|
| * 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-036-6/+6
| * 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-0311-21/+21
| * 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
* | 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