summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann112-465/+1713
2015-08-17Merge dev into 5.6Oswald Buddenhagen47-427/+418
2015-08-17Fix casing in Models and Views documentation.Mitch Curtis1-1/+1
2015-08-17qml: Don't build OpenGL support if OpenGL is not available in Qt.Robin Burchell1-3/+3
2015-08-17Support QSGGeometry::lineWidth also in the batched code path.Gunnar Sletta2-18/+26
2015-08-16Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann4-50/+51
2015-08-16Change TestEvent key default event routing behaviorFilippo Cucchetto3-6/+23
2015-08-14Smaller cleanupsLars Knoll3-3/+20
2015-08-14Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.hErik Verbruggen1-10/+0
2015-08-13qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins11-31/+31
2015-08-13Add the GPLv3 license textThiago Macieira2-0/+688
2015-08-13Avoid rebuiding batches during a material animationJocelyn Turcotte1-4/+6
2015-08-13Allow specification of loadable debug services via command lineUlf Hermann10-127/+181
2015-08-13Parse debug server arguments in ctorUlf Hermann1-153/+91
2015-08-12Canvas: add a testcase for QSGSimpleTextureNode crash.Mitch Curtis1-0/+22
2015-08-12Access the id objects through a specialized runtime methodLars Knoll19-93/+69
2015-08-11Do not sort the vector of chunksFrank Meerkoetter1-1/+0
2015-08-11Fix crash in QQuickCanvasItem::updatePaintNode()Tobias Koenig1-1/+5
2015-08-11Fix incorrectly formatted code in QQmlEngine documentation.Mitch Curtis1-1/+1
2015-08-10Move DataCollector into debugger pluginUlf Hermann11-688/+768
2015-08-10Move V4 debugger agent into the debugger pluginUlf Hermann8-333/+395
2015-08-10Change data collection for debugging to use QV4::Value.Ulf Hermann5-529/+536
2015-08-10Font matching by font stylenameAllan Sandfeld Jensen7-0/+51
2015-08-10destruct qobject wrappers before sweeping the GC heapLars Knoll5-79/+40
2015-08-10Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll21-49/+62
2015-08-10Access context properties through the qml contextLars Knoll16-61/+109
2015-08-10Use the QmlContext to access properties of the scope objectLars Knoll19-59/+210
2015-08-10Fix a crash when m_file is 0Lars Knoll1-1/+2
2015-08-10Add ability to retrieve and use the QmlContext from our generated codeLars Knoll18-10/+66
2015-08-09Don't call the test method assertLars Knoll1-2/+2
2015-08-09Prospective build fix for autotest on mac os xLars Knoll1-0/+4
2015-08-07Make QQmlExtensionPlugin documentation clearer.Mitch Curtis1-6/+13
2015-08-06V4: add int32 codepath to Runtime::div.Erik Verbruggen1-0/+9
2015-08-04Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio1-21/+32
2015-08-04Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann6-5/+6
2015-08-04Move debugger-specific services into a common pluginUlf Hermann16-73/+175
2015-08-04Move profiler and engine control services into a pluginUlf Hermann17-153/+366
2015-08-04Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann3-22/+22
2015-08-04Don't ask QQmlDebugService for name() when we already know itUlf Hermann1-10/+12
2015-08-04Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann3-29/+29
2015-08-04Remove extra layer of indirection from inspector serviceUlf Hermann6-272/+16
2015-08-04Pass QQmlDebugService to AbstractViewInspectorUlf Hermann9-14/+14
2015-08-04Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann21-103/+63
2015-08-04Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann3-0/+74
2015-08-04Remove pimpl from debug server connectionsUlf Hermann7-180/+132
2015-08-04Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann10-77/+58
2015-08-04Deduplicate debug server connection code.Ulf Hermann10-152/+92
2015-08-04Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann1-15/+2
2015-08-04Move QQmlDebugServer into a pluginUlf Hermann16-33/+143
2015-08-04Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann3-47/+58