aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QML: Only release types if they aren't referenced anymorev5.6.1-1Ulf Hermann2016-06-162-4/+14
* Workaround for crashes in QtQml code relating to null this pointersv5.6.1Thiago Macieira2016-05-201-0/+5
* Fix links in changelogSimon Hausmann2016-05-191-2/+2
* Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-189-10/+99
* Added changelog for 5.6.1Simon Hausmann2016-05-161-0/+53
* QML: Fix asynchronous cached loading.Erik Verbruggen2016-05-131-1/+1
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-132-2/+2
* blacklist the qmlextensionplugins example for testingOswald Buddenhagen2016-05-131-0/+1
* remove blacklisting of tiger and fonts examplesOswald Buddenhagen2016-05-131-2/+0
* adjust example naming convention test to "new" structureOswald Buddenhagen2016-05-131-5/+4
* actually build the 'graph' exampleOswald Buddenhagen2016-05-131-0/+1
* actually build the textureprovider exampleOswald Buddenhagen2016-05-131-0/+1
* actually build and install the qml tutorialsOswald Buddenhagen2016-05-138-3/+15
* fix example installsOswald Buddenhagen2016-05-1310-1/+24
* make use of COPIESOswald Buddenhagen2016-05-137-38/+19
* move builtins.qmltypes to an own subdirOswald Buddenhagen2016-05-133-32/+33
* Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1211-119/+62
|\
| * Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
| * V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
| * Fix warning about mixing basic font type's pointSize and pixelSizeMitch Curtis2016-05-111-3/+4
| * Flickable: start movementEndingTimer consistently only on OSXShawn Rutledge2016-05-111-4/+4
| * QML: add librarymetrics_performance to the builds.Erik Verbruggen2016-05-103-1/+4
| * Make it possible to call some benchmark functions directlySimon Hausmann2016-05-091-0/+6
| * QAccessibleQuickItem: Implement QAccessibleInterface::window().Friedemann Kleint2016-05-062-0/+7
* | QmlDebug: Drop explicit Q_IMPORT_PLUGIN statementsUlf Hermann2016-05-093-16/+0
* | Revert parts of 392c7b99348e2a96ef11adb5712095fbd13fb780Simon Hausmann2016-05-091-1/+1
|/
* QQuickItem: force clear subFocusItem from ancestorsJ-P Nurmi2016-05-041-1/+1
* 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
* 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