[Gammaray-commits] [KDAB/GammaRay] 87f2c2: Show attribute names in SG geometry tab.

Anton Kreuzkamp anton.kreuzkamp at kdab.com
Tue Mar 18 14:42:56 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/KDAB/GammaRay
  Commit: 87f2c224b86304b917a9c80aa27bc937bf704df4
      https://github.com/KDAB/GammaRay/commit/87f2c224b86304b917a9c80aa27bc937bf704df4
  Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M plugins/quickinspector/geometryextension/sggeometryextension.cpp
    M plugins/quickinspector/geometryextension/sggeometryextension.h
    M plugins/quickinspector/geometryextension/sggeometrymodel.cpp
    M plugins/quickinspector/geometryextension/sggeometrymodel.h

  Log Message:
  -----------
  Show attribute names in SG geometry tab.


  Commit: 922cb6180717a17c1f78e393fa944cdb0440610a
      https://github.com/KDAB/GammaRay/commit/922cb6180717a17c1f78e393fa944cdb0440610a
  Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M plugins/quickinspector/quickinspector.cpp
    M plugins/quickinspector/quickinspector.h
    M plugins/quickinspector/quickinspectorclient.cpp
    M plugins/quickinspector/quickinspectorclient.h
    M plugins/quickinspector/quickinspectorinterface.cpp
    M plugins/quickinspector/quickinspectorinterface.h
    M plugins/quickinspector/quickinspectorwidget.cpp
    M plugins/quickinspector/quickinspectorwidget.h
    M plugins/quickinspector/quickpreview.qml

  Log Message:
  -----------
  Add a way to trigger sg visualize overdraw feature

The Qt Quick scene graph has a feature to draw a 3D box visualizing
the drawn items in layers, helping to find overdraw. This commit adds
a button to the gammaray quick-inspector to trigger this feature.

Moreover with this commit the quickinspector is able to tell the
client, what kind of features it supports and the client now hides the
appropriate UI if a feature is not supported (e.g. the Scene Graph tab
when the scene graph inspecting feature is not available).


  Commit: aa3279457ce4c9fa5563d429281e1afb1d5c8054
      https://github.com/KDAB/GammaRay/commit/aa3279457ce4c9fa5563d429281e1afb1d5c8054
  Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
  Date:   2014-03-18 (Tue, 18 Mar 2014)

  Changed paths:
    M core/multisignalmapper.cpp

  Log Message:
  -----------
  Print warning if signal argument has unknown type.

When trying to expose a signal over the network, gammaray's
multisignalmapper now prints a warning when the type of an argument is
null (== unknown). Prior it was only printed when the argument type
was void.


Compare: https://github.com/KDAB/GammaRay/compare/055eb05d5947...aa3279457ce4


More information about the Gammaray-commits mailing list