aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-032-12/+16
* Remove unused codeFrank Meerkoetter2015-08-021-22/+0
* Make QQmlConfigurableDebugService a templateUlf Hermann2015-07-317-98/+51
* Remove pimpl from all classes derived from QQmlDebugServiceUlf Hermann2015-07-3113-528/+343
* Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* Remove unused QQmlPoolFrank Meerkoetter2015-07-314-362/+0
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-3112-64/+57
* Simplify thread synchronization in QQmlDebugServerUlf Hermann2015-07-311-35/+13
* Remove QQmlDebugServer::advertisePlugins()Ulf Hermann2015-07-311-30/+1
* Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-308-23/+22
* Make sure QQmlDebugServer does not deadlock in blocking modeUlf Hermann2015-07-301-8/+9
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-308-163/+348
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-3015-275/+321
* Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* Fix warningsThomas Hartmann2015-07-301-1/+1
* Add namespace declarations to qv4debugging.cppUlf Hermann2015-07-291-0/+4
* Improve QV4DebugService debug outputUlf Hermann2015-07-291-3/+3
* Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-292-9/+9
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* Fix includes for QQmlDebugServerConnectionUlf Hermann2015-07-291-2/+2
* Remove QQmlDebugService::objectToString()Ulf Hermann2015-07-292-17/+0
* Don't exposes QQmlDebugServer's list of services.Ulf Hermann2015-07-293-12/+4
* Make QQmlDebugService's state and engine callbacks publicUlf Hermann2015-07-293-16/+19
* Remove some methods from QQmlDebugServerUlf Hermann2015-07-292-25/+2
* Remove static proxy methods from QQmlDebugServiceUlf Hermann2015-07-2910-33/+19
* Don't wait for debug services if none are activeUlf Hermann2015-07-291-1/+1
* Conditionally define Q_ALWAYS_INLINE.Erik Verbruggen2015-07-291-0/+2
* Avoid QVector::pop_front()Ulf Hermann2015-07-282-12/+16
* Remove unused codeFrank Meerkoetter2015-07-251-16/+0
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-2435-288/+306
* Don't remove inspector service if no plugins are availableUlf Hermann2015-07-231-2/+0
* Remove some unused friend declarationsUlf Hermann2015-07-231-2/+0
* Fix broken Q_UNUSED declarations in QQmlDebugServerUlf Hermann2015-07-231-4/+1
* Property names can be utf8Thomas Hartmann2015-07-222-3/+3
* Fix QString-related warnings in quick designer support.Friedemann Kleint2015-07-226-18/+19
* Implmementing missing function of QQuickDesignerSupportPropertiesThomas Hartmann2015-07-221-0/+49
* Emit movement signals for flick().Michael Brasser2015-07-221-3/+13
* Add debug plugin managerUlf Hermann2015-07-222-0/+94
* Move data stream version into QQmlDebugStreamUlf Hermann2015-07-224-12/+12
* Polished documentation for the Binding type.Kavindra Palaraja2015-07-211-39/+30
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-216-116/+52
* Don't change the currentItem after a viewport resizeAlberto Mardegan2015-07-202-4/+4
* Use QVector instead of QList in V4 profilerUlf Hermann2015-07-204-20/+21
* Make name and version of QQmlDebugService constUlf Hermann2015-07-208-34/+21
* qml: Remove unneeded copy-ctor and copy-assignment operatorSérgio Martins2015-07-201-2/+0
* qml: Pass non-trivially-copyable types by const-refSérgio Martins2015-07-207-10/+10