aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-08193-310/+349
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-08193-310/+349
| |\
| | * 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
* | | | Blacklist tst_qquicktext::lineLaidOutRelayout() for MSVC 2015.Friedemann Kleint2016-04-071-0/+2
* | | | tst_qquicktext: Ensure windows are cleaned up on test failure.Friedemann Kleint2016-04-071-25/+17
* | | | Ensure the resources are initialized when used staticallyAndy Shaw2016-04-071-0/+11
|/ / /
* | | qsgbatchrenderer: memset nodes instead of using a constructor.Robin Burchell2016-04-061-17/+10
* | | QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-054-19/+86
* | | QML: Convert the PropertyDependencyMap to a QVarLengthArray.Erik Verbruggen2016-04-052-5/+28
* | | QML: add some hot-path hints for the compiler.Erik Verbruggen2016-04-052-6/+6
* | | QML: allow more methods to get inlined.Erik Verbruggen2016-04-057-49/+47
* | | QML: directly access private data instead of calling accessors.Erik Verbruggen2016-04-051-18/+18
* | | Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-0518-101/+104
* | | QML: add type info for the built-in qml context.Erik Verbruggen2016-04-052-2/+16
* | | QML: do not re-use the resolver data for members.Erik Verbruggen2016-04-043-47/+71
* | | Remove dummy implementation for Pass*Ptr operator=().Rolland Dudemaine2016-04-042-4/+3
* | | Add a note saying that QQuickWidget::rootObject can return nullAlbert Astals Cid2016-04-041-1/+3
* | | Remove traces of the discontinued android-no-sdk platformEirik Aavitsland2016-04-013-7/+3
* | | Minor link issue in qquickpropertychangesNico Vertriest2016-03-311-2/+1
* | | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-318-34/+34
* | | QQuick: remove property index from the accessor functions.Erik Verbruggen2016-03-315-8/+6