aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-284-63/+63
* 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-2739-130/+244
|\
| * 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-211-68/+116
| * QML: Remove baselineOffsetValid flag from QQuickItem.Erik Verbruggen2016-04-202-11/+4
| * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
| * Revert "Fixed MouseArea threshold with preventStealing"Michal Klocek2016-04-202-14/+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-192-8/+14
| * Make sure QQuickPathPercent::value is initializedAleix Pol2016-04-191-1/+1
| * Initialize qmlEngine in QQuickItemGrabResultPrivateAndy Shaw2016-04-191-0/+1
| * Occasionally trim the type cacheUlf Hermann2016-04-192-1/+21
| * QQmlDesignerMetaObject: Fixing reference countingThomas Hartmann2016-04-181-7/+10
| * QML extensions tutorial: Add import plugin to app. bundle on OS XTopi Reinio2016-04-161-6/+20
| * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-1/+7
| * 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
| * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-1111-12/+12
| * 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-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-213-41/+72
* | 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
* | 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-181-6/+4
* | 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
* | Remove useless using clause that prevents building on INTEGRITY.v5.7.0-beta1Rolland Dudemaine2016-04-121-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-0842-188/+97
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0842-188/+97
| |\|
| | * qml: Remove unused QHashField class.Robin Burchell2016-04-062-113/+0
| | * 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
| | * Give a nicer error if the passed item doesn't existAlbert Astals Cid2016-04-011-0/+24