aboutsummaryrefslogtreecommitdiffstats
path: root/src
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-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
| | * Documentation: fix vector3danimation property type names.Vladimir Moolle2016-04-011-2/+2
| | * Fix crash in hasAtlasTextureAlbert Astals Cid2016-03-291-1/+1
| | * Fix Image.Pad on high DPIJ-P Nurmi2016-03-241-6/+6
| | * Purge sRGB chunks from PNG in documentation.Edward Welbourne2016-03-2411-0/+0
| | * Purge sRGB chunks from PNG.Edward Welbourne2016-03-241-0/+0
| | * Fix qmlRegisterSingletonType documentationBogDan Vatra2016-03-241-3/+2
| | * Fix build with -no-guiTasuku Suzuki2016-03-241-1/+1
| | * Use pixel() instead of scanLine() to check the colorAndy Shaw2016-03-241-3/+1
| | * Handle duration of zero in QML animatorsDavid Edmundson2016-03-172-6/+13
| | * qmltime: Remove widgets dependency.Robin Burchell2016-03-111-1/+1
| | * Prevent worker thread of FolderListModel from starting immediatelyJoni Poikelin2016-03-112-1/+1
| | * Remove unused variableThiago Macieira2016-03-101-1/+0
| | * 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
* | | 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-012-2/+2
* | 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
* | V4: prevent re-adding currentStmt to the worklist in type inference.Erik Verbruggen2016-03-301-2/+10
* | V4: Fix debug output for the type inference pass.Erik Verbruggen2016-03-301-0/+11
* | Allow custom debug connectorsUlf Hermann2016-03-263-32/+36
* | QQmlImportDatabase: Introduce utility message function.Friedemann Kleint2016-03-251-5/+7
* | QQmlEngineDebugService: Make translating the usage simpler.Friedemann Kleint2016-03-251-38/+42
* | SignalSpy: fix qtest_signalHandlerName()J-P Nurmi2016-03-211-0/+2
* | V4: Allow the compiler to inline more small methods.Erik Verbruggen2016-03-203-336/+325
* | SignalSpy: Support "pressed" signal use-caseGabriel de Dietrich2016-03-181-2/+9
* | QQuickItemView::forceLayout: Also call layout when d->forceLayoutAlbert Astals Cid2016-03-111-1/+2
* | MouseArea: add source property to mouse eventShawn Rutledge2016-03-117-9/+69
* | QmlDebug: Reuse packets instead of deleting and recreating themUlf Hermann2016-03-116-36/+64
* | QmlDebug: Support sending multiple messages per packetUlf Hermann2016-03-112-12/+32
* | QmlProfiler: Send events in smaller batchesUlf Hermann2016-03-115-10/+15