aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
* Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
* Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-2930-0/+0
* Remove empty .pro fileJoerg Bornemann2016-03-241-0/+0
* Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
* Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-2420-0/+0
* Purge sRGB chunks from PNG.Edward Welbourne2016-03-241-0/+0
* Purge sRGB chunks from PNGs in examples.Edward Welbourne2016-03-2456-0/+0
* Fix qmlRegisterSingletonType documentationBogDan Vatra2016-03-241-3/+2
* Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
* Removed the QQmlGuard benchmarkSimon Hausmann2016-03-243-79/+0
* Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
* Merge "Merge remote-tracking branch 'origin/5.6.0' into 5.6" into refs/stagin...Frederik Gladhorn2016-03-171-0/+158
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-0/+158
| |\
| | * Added change log for 5.6.0v5.6.0Simon Hausmann2016-02-261-0/+158
* | | Handle duration of zero in QML animatorsDavid Edmundson2016-03-173-6/+48
* | | Add benchmarks to the "make benchmark" targets that are known to workSimon Hausmann2016-03-1725-29/+31
|/ /
* | qmltime: Remove deprecation define.Robin Burchell2016-03-151-2/+0
* | Move qmltime out of benchmarks directory.Robin Burchell2016-03-1526-2/+6
* | qmltime: Remove widgets dependency.Robin Burchell2016-03-113-18/+21
* | Prevent worker thread of FolderListModel from starting immediatelyJoni Poikelin2016-03-112-1/+1
* | Remove unused variableThiago Macieira2016-03-101-1/+0
* | Fix error message when Python could not be foundSimon Hausmann2016-03-091-1/+1
* | Doc: Modified qtquick.qdocconf to exclude private header fileNico Vertriest2016-03-091-0/+1
* | Doc: Replace the reference to QQmlComponent::endCreateVenugopal Shivashankar2016-03-091-1/+1
* | Prevent cutting in non-Normal echoMode of TextInputJoni Poikelin2016-03-071-5/+10
* | Export some more classes.Marc Mutz2016-03-063-2/+9
* | QQmlListModelWorkerAgent: fix -Wmisleading-indentation warning (GCC 6, genuine)Marc Mutz2016-03-051-1/+2
* | Let QQmlObjectCreator::setPropertyBinding return false for invalid typesFrederik Gladhorn2016-03-041-0/+2
* | Make more ctors explicitMarc Mutz2016-03-039-9/+9
* | AnimatedSprite: don't access deleted scene graph nodesJ-P Nurmi2016-03-033-53/+71
* | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-0323-75/+106
* | Fix typo in QQmlContext documentationMitch Curtis2016-03-031-1/+1
* | V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* | Ensure ShaderEffect correctly updates with supportsAtlasTexture.Michael Brasser2016-03-014-0/+11