aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Teach the QML engine to find static Qt Quick Controls 2 stylesJ-P Nurmi2016-05-111-10/+31
* | | QML: Fix anchors on Windows.Erik Verbruggen2016-05-111-1/+7
* | | QML: Remove internal field padding from QQuickAnchorPrivate.Erik Verbruggen2016-05-108-273/+366
* | | Merge remote-tracking branch 'origin/5.6.1' into 5.7Simon Hausmann2016-05-092-2/+2
|\ \ \ | | |/ | |/|
| * | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon 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-0614-30/+135
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-0614-30/+135
| |\|
| | * Revert "Temporarily blacklist importsPath change on Windows"Simon Hausmann2016-05-021-2/+0
| | * AnimatedImage: Fix value of sourceSize propertyTobias Koenig2016-05-023-10/+40
| | * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-013-3/+27
| | * Fix EnterKey::type docsJ-P Nurmi2016-04-291-1/+1
| | * Add version tag to QQmlExtensionInterface_iidJoni Poikelin2016-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-262-5/+52
* | | QQuickWindowPrivate: Only update transform on polish if neededRichard Moe Gustavsen2016-05-061-1/+31
|/ /
* | V4: make QQmlEnginePrivate::dereferenceScarceResources inlinable.Erik Verbruggen2016-05-042-22/+32
* | Docs: Prefer Q_ENUM over Q_ENUMSKai Uwe Broulik2016-05-031-3/+3
* | Add QVector support to JS sequencesKevin Ottens2016-05-035-1/+57
* | Fix qmlimportscanner to find Qt Quick Controls 2 stylesJ-P Nurmi2016-05-021-12/+34
* | Add Qt::ImInputItemClipRectangle support to QtQuick itemsJan Arve Saether2016-05-023-0/+21
* | Quick: expose movementDirection of PathViewLiang Qi2016-05-026-8/+170
* | QmlProfiler: Reduce memory usage for file names and URLsUlf Hermann2016-05-027-87/+196
* | V4 profiler: Don't duplicate function locationsUlf Hermann2016-05-024-31/+73
* | 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