aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix up some QOpenGL includesLaszlo Agocs2016-04-132-1/+2
* Route ShaderEffect through the old GL implLaszlo Agocs2016-04-1312-92/+257
* Prefix GL-specific shader effect codeLaszlo Agocs2016-04-1319-1005/+1248
* Make QQuickShaderEffectMesh genericLaszlo Agocs2016-04-136-30/+31
* Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-04-13101-958/+1169
|\
| * Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-6/+0
| * Make the moth representation relocatableLars Knoll2016-04-113-26/+28
| * Removed unused typedefsLars Knoll2016-04-111-2/+0
| * Save some memoryLars Knoll2016-04-112-11/+8
| * CleanupLars Knoll2016-04-113-31/+20
| * Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-118-110/+129
| * Convert comparison methods to the new runtime syntaxLars Knoll2016-04-118-54/+67
| * Convert unary operations to new calling conventionLars Knoll2016-04-116-42/+47
| * Convert 3rd batch of runtime methodsLars Knoll2016-04-115-76/+94
| * Convert second batch of runtime methodsLars Knoll2016-04-114-55/+69
| * Convert the first batch of runtime functionsLars Knoll2016-04-117-123/+150
| * Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-117-5/+46
| * Remove some unused codeLars Knoll2016-04-111-22/+1
| * Move the Runtime API into it's own fileLars Knoll2016-04-114-145/+203
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0842-188/+97
| |\
| | * 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
| * | | | Add delayed property to Binding.Michael Brasser2016-04-083-3/+60
| * | | | QML: fix inconsistent use of Q_DECL_OVERRIDE.Erik Verbruggen2016-04-081-1/+1
| * | | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-0833-217/+326
| |\| | |
| | * | | 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