aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
Commit message (Expand)AuthorAgeFilesLines
* Do not initialize twiceFrank Meerkoetter2016-05-141-2/+1
* Avoid memory allocationsFrank Meerkoetter2016-05-131-3/+9
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1343-524/+815
|\
| * QML: Fix anchors on Windows.Erik Verbruggen2016-05-111-1/+7
| * QML: Remove internal field padding from QQuickAnchorPrivate.Erik Verbruggen2016-05-105-253/+334
| * Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-091-1/+1
| |\
| | * QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Erik Verbruggen2016-05-067-24/+38
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-067-24/+38
| | |\|
| | | * AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-022-10/+17
| | | * Fix EnterKey::type docsJ-P Nurmi2016-04-291-1/+1
| | | * Doc: Document Window.contentItem QML propertyTopi Reinio2016-04-281-0/+6
| | | * Make some of the shader manager privateUlf Hermann2016-04-281-2/+4
| | | * Revert "Avoid rebuiding batches during a material animation"Gunnar Sletta2016-04-271-6/+4
| | | * QQuickDragAttached: fix updating of "active" propertyAlberto Mardegan2016-04-261-5/+6
| * | | QQuickWindowPrivate: Only update transform on polish if neededRichard Moe Gustavsen2016-05-061-1/+31
| |/ /
| * | Add Qt::ImInputItemClipRectangle support to QtQuick itemsJan Arve Saether2016-05-023-0/+21
| * | Quick: expose movementDirection of PathViewLiang Qi2016-05-024-8/+59
| * | QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-283-62/+62
| * | 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
* | | Cleanup QStringBuilder usageFrank Meerkoetter2016-05-092-3/+1
* | | Add imageSource property to attached Drag propertyAlberto Mardegan2016-05-073-3/+125
* | | Introduce BorderImageMesh.Michael Brasser2016-05-067-264/+562
* | | Introduce delegating constructors.Friedemann Kleint2016-05-063-6/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-047-15/+75
|\| |
| * | 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
* | | Remove leftover define fooFrank Meerkoetter2016-04-281-3/+0
* | | QQuickTextInput: Add some QChar::unicode() calls to brush over deprecation wa...Friedemann Kleint2016-04-181-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0832-60/+67
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0832-60/+67
| |\|