aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change TestEvent key default event routing behaviorFilippo Cucchetto2015-08-163-6/+23
* Smaller cleanupsLars Knoll2015-08-143-3/+20
* Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.hErik Verbruggen2015-08-141-10/+0
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-1311-31/+31
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-1310-127/+181
* Parse debug server arguments in ctorUlf Hermann2015-08-131-153/+91
* Access the id objects through a specialized runtime methodLars Knoll2015-08-1219-93/+69
* Do not sort the vector of chunksFrank Meerkoetter2015-08-111-1/+0
* Move DataCollector into debugger pluginUlf Hermann2015-08-1011-688/+768
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-108-333/+395
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-105-529/+536
* Font matching by font stylenameAllan Sandfeld Jensen2015-08-107-0/+51
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-105-79/+40
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-1021-49/+62
* Access context properties through the qml contextLars Knoll2015-08-1016-61/+109
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-1019-59/+210
* Fix a crash when m_file is 0Lars Knoll2015-08-101-1/+2
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-1018-10/+66
* Don't call the test method assertLars Knoll2015-08-091-2/+2
* Prospective build fix for autotest on mac os xLars Knoll2015-08-091-0/+4
* V4: add int32 codepath to Runtime::div.Erik Verbruggen2015-08-061-0/+9
* Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio2015-08-041-21/+32
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-046-5/+6
* Move debugger-specific services into a common pluginUlf Hermann2015-08-0416-73/+175
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0417-153/+366
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-043-22/+22
* Don't ask QQmlDebugService for name() when we already know itUlf Hermann2015-08-041-10/+12
* Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann2015-08-043-29/+29
* Remove extra layer of indirection from inspector serviceUlf Hermann2015-08-046-272/+16
* Pass QQmlDebugService to AbstractViewInspectorUlf Hermann2015-08-049-14/+14
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-0421-103/+63
* Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann2015-08-043-0/+74
* Remove pimpl from debug server connectionsUlf Hermann2015-08-047-180/+132
* Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann2015-08-0410-77/+58
* Deduplicate debug server connection code.Ulf Hermann2015-08-0410-152/+92
* Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann2015-08-041-15/+2
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-0416-33/+143
* Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-043-47/+58
* Eliminate QQmlDebugServerInstanceWrapperUlf Hermann2015-08-041-38/+27
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-0420-49/+76
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-0422-141/+314
* Periodically flush profiling data to client.Ulf Hermann2015-08-0411-50/+177
* Profile eval() and global script executionUlf Hermann2015-08-042-2/+4
* Avoid QVector::pop_front()Ulf Hermann2015-08-042-5/+10
* Avoid multisampled contexts in QQuickWidgetLaszlo Agocs2015-08-042-1/+12
* Fix namespaces in inspector pluginUlf Hermann2015-08-0412-23/+42
* Add EnterKey attached propertyKai Uwe Broulik2015-08-033-0/+101
* Send the mouse events to the correct windowAlbert Astals Cid2015-08-033-12/+100
* Fix shared example header.Friedemann Kleint2015-08-031-1/+3
* Remove unused codeFrank Meerkoetter2015-08-021-22/+0