aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Fix qmlplugindump Info.plistErik Verbruggen2016-04-281-3/+3
* QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-284-63/+63
* qmlplugindump: skip "private" directories.Marco Benelli2016-04-281-1/+1
* Abort application if QJSEngine is constructed before QCoreApplicationMitch Curtis2016-04-281-0/+10
* Particles: Invalidate all group IDs when groups are reset.Erik Verbruggen2016-04-282-3/+9
* Qml: use qDeleteAll moreAnton Kudryavtsev2016-04-273-13/+6
* QmlProfiler: Pass detailType directly, rather than as a bit fieldUlf Hermann2016-04-272-45/+40
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-2783-181/+526
|\
| * V4: 'Cache' enumeration end instead of calling a method.Erik Verbruggen2016-04-221-2/+2
| * Fix compilation with Visual Studio 2015 Update 2 (static build)Kai Koehne2016-04-222-0/+10
| * QML: Access QQuickItemPrivate data (like x/y/etc) directly.Erik Verbruggen2016-04-212-68/+136
| * QML: Remove baselineOffsetValid flag from QQuickItem.Erik Verbruggen2016-04-202-11/+4
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-203-0/+16
| * Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-203-25/+8
| * Drop the class name from shader effect material keysUlf Hermann2016-04-204-7/+1
| * Allow more control over memory/speed tradeoff in the atlas.Michael Brasser2016-04-192-1/+12
| * Fixed MouseArea threshold with preventStealingFilippo Cucchetto2016-04-193-8/+25
| * Make sure QQuickPathPercent::value is initializedAleix Pol2016-04-191-1/+1
| * Initialize qmlEngine in QQuickItemGrabResultPrivateAndy Shaw2016-04-191-0/+1
| * activate QtQuick designer support testsTim Jenssen2016-04-191-0/+1
| * Occasionally trim the type cacheUlf Hermann2016-04-194-1/+59
| * QQmlDesignerMetaObject: Fixing reference countingThomas Hartmann2016-04-181-7/+10
| * QML extensions tutorial: Add import plugin to app. bundle on OS XTopi Reinio2016-04-163-12/+35
| * tst_qquickanimatedimage::mirror_notRunning(): fix initializer.Edward Welbourne2016-04-151-5/+1
| * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-142-1/+22
| * 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
| * Fix typo in QML alias documentationMitch Curtis2016-04-121-1/+1
| * Add another test for broken selectionsEskil Abrahamsen Blomfeldt2016-04-111-0/+22
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-1142-50/+166
| * QQuickText,QQuickTextInput: Fully qualify enumerations in changed() signals.Friedemann Kleint2016-04-074-11/+11
| * Update the item when the DevicePixelRatio changesAndy Shaw2016-04-072-0/+8
* | Use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-2623-131/+141
* | Fix performance issues when handling layout changed in Quick item views.Milian Wolff2016-04-264-43/+1
* | QML: Drop unnecessary includeUlf Hermann2016-04-251-2/+0
* | QmlDebug: Adapt to renaming of Qt Creators "QML/JS" consoleUlf Hermann2016-04-221-1/+1
* | QQuickTextInput: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-41/+42
* | QQuickTextControlPrivate: Listen for changes to cursorFlashTimeRichard Moe Gustavsen2016-04-212-5/+24
* | Allow target path version in a parent moduleJ-P Nurmi2016-04-2118-42/+430
* | Minor cleanup: Remove unused forward declarationEskil Abrahamsen Blomfeldt2016-04-201-1/+0
* | Fix assertion in qt_create_image_data()Peter Varga2016-04-193-1/+24
* | QQmlPropertyCache: Fix developer build with MinGW.Friedemann Kleint2016-04-191-8/+8
* | V4: Use std::copysign instead of home-grown bit twiddling.Erik Verbruggen2016-04-191-9/+10
* | Fix changing QML Window visibility in Component.onCompletedRobert Griebl2016-04-183-6/+74
* | QQmlEasingValueType: replace QList<qreal> with QVector<qreal>Anton Kudryavtsev2016-04-141-1/+1
* | QQmlEasingValueType: use reserve() to optimize memory allocationAnton Kudryavtsev2016-04-141-3/+4
* | Add support for input method selection handlesJan Arve Sæther2016-04-146-9/+71
* | Fix compilation of qmldevtools/compile test.Rafael Roquetto2016-04-131-0/+1
* | Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1Rolland Dudemaine2016-04-121-1/+0