[Gammaray-commits] [KDAB/GammaRay] de6716: Fix margins of propertywidget in quickinspector.

Anton Kreuzkamp anton.kreuzkamp at kdab.com
Thu Mar 27 13:36:36 CET 2014


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

  Changed paths:
    M plugins/quickinspector/quickinspectorwidget.ui

  Log Message:
  -----------
  Fix margins of propertywidget in quickinspector.


  Commit: 36493d698788b64248bae17fdd790a70b8788b75
      https://github.com/KDAB/GammaRay/commit/36493d698788b64248bae17fdd790a70b8788b75
  Author: Anton Kreuzkamp <anton.kreuzkamp at kdab.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M common/propertymodel.h
    M common/tools/objectinspector/propertiesextensioninterface.h
    M core/metaobject.cpp
    M core/metaobject.h
    M core/metaobjectrepository.cpp
    M core/metaobjectrepository.h
    M core/metapropertymodel.cpp
    M core/metapropertymodel.h
    M core/objectdynamicpropertymodel.cpp
    M core/objectpropertymodel.cpp
    M core/objectstaticpropertymodel.cpp
    M core/probe.cpp
    M core/probe.h
    M core/probeinterface.h
    M core/toolmodel.cpp
    M core/toolmodel.h
    M core/tools/objectinspector/propertiesextension.cpp
    M core/tools/objectinspector/propertiesextension.h
    M plugins/quickinspector/gammaray_quickinspector.desktop
    M plugins/quickinspector/quickinspector.cpp
    M plugins/quickinspector/quickinspector.h
    M plugins/statemachineviewer/gammaray_statemachineviewer.desktop
    M ui/mainwindow.cpp
    M ui/tools/objectinspector/propertiesextensionclient.cpp
    M ui/tools/objectinspector/propertiesextensionclient.h
    M ui/tools/objectinspector/propertiestab.cpp

  Log Message:
  -----------
  Add feature to navigate to object in property tab.

This commit adds a feature to navigate to the value of a property in
the property tab, if it's a QObject or a type known to GammaRay's
MetaObject system. The property will be opened inside the appropriate
tool. So for example, if you view an object inside the object
inspector and that object has a property "myStateMachine" which is of
the type QStateMachine, you can right click on the property, choose
"Show in State Machines" and the state machine will be opened there.
The same of course works as well to navigate to the parent object of
some QObject and view it in the same tool.


Compare: https://github.com/KDAB/GammaRay/compare/6c0b9acd73df...36493d698788


More information about the Gammaray-commits mailing list