Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,860
    • Issues 1,860
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 94
    • Merge requests 94
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Merge requests
  • !1621

Cleanup multiblock inspector

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:cleanup_multiblock_inspector into master May 10, 2017
  • Overview 78
  • Commits 12
  • Pipelines 13
  • Changes 28

Several improvements to Multi-Block Inspector.

Before:
image

After:
image

  1. Code cleanup: uses the same pqCompositeDataInformationTreeModel as Information tab, Extract Blocks panel etc. Thus, pqCompositeDataInformationTreeModel now becomes a single, flexible, configurable QAbstractItemModel subclass for showing composite dataset hierarchy accessed via vtkPVDataInformation.

  2. UI improvements: icons are much prettier than before, with better indication of things that are explicitly overridden or inherited.

  3. UI improvements: color/visibility icons on the left side mean they don't get hidden even when the block names are too long.

  4. UI improvements: a handy legend on the widget (which can be hidden) provides a key to interpret icons.
    image
    The state of this button indeed gets preserved across sessions.

  5. UI improvements: hover-over tool tips to indicate how to change color/opacity.
    image

Fixes #17421 (closed), #17389 (closed).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cleanup_multiblock_inspector