aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2717-104/+168
|\
| * QML: Access QQuickItemPrivate data (like x/y/etc) directly.Erik Verbruggen2016-04-211-68/+116
| * QML: Remove baselineOffsetValid flag from QQuickItem.Erik Verbruggen2016-04-202-11/+4
| * Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-202-14/+8
| * Drop the class name from shader effect material keysUlf Hermann2016-04-203-5/+1
| * Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-192-1/+12
| * Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-192-8/+14
| * Make sure QQuickPathPercent::value is initializedAleix Pol2016-04-191-1/+1
| * Initialize qmlEngine in QQuickItemGrabResultPrivateAndy Shaw2016-04-191-0/+1
| * QQmlDesignerMetaObject: Fixing reference countingThomas Hartmann2016-04-181-7/+10
| * Set the private active variable to true and not the one passed inAndy Shaw2016-04-141-1/+1
| * QQuickItem: Ignore NaN x and y values.Robin Burchell2016-04-131-0/+4
| * Fix high-DPI image and svg providersMorten Johan Sørvig2016-04-121-1/+1
| * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-072-9/+9
| * Update the item when the DevicePixelRatio changesAndy Shaw2016-04-072-0/+8
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-269-62/+65
* | QQuickTextInput: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-41/+42
* | QQuickTextControlPrivate: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-5/+24
* | Minor cleanup: Remove unused forward declarationEskil Abrahamsen Blomfeldt2016-04-201-1/+0
* | Fix assertion in qt_create_image_data()Peter Varga2016-04-191-1/+1
* | Fix changing QML Window visibility in Component.onCompletedRobert Griebl2016-04-181-6/+4
* | Add support for input method selection handlesJan Arve Sæther2016-04-146-9/+71
* | 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