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,858
    • Issues 1,858
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • 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
  • !3679

Cleanup settings proxies

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Utkarsh Ayachit requested to merge utkarsh.ayachit/paraview:cleanup-settings-proxies into master Oct 31, 2019
  • Overview 12
  • Commits 3
  • Pipelines 3
  • Changes 33

Cleaning up global properties / settings

This cleans up handling of settings proxies and global-properties-proxies such as the "ColorPalette" proxy. The two concepts were fairly similar and hence we merge them. vtkSMGlobalPropertiesProxy no longer exists instead the role is taken up vtkSMSettingsProxy.

Links setup with vtkSMSettingsProxy are now serialized in the state files and thus can be restored correctly (fixes #16864 (closed)).

Property hints for specifying links with settings and color palette are now unified.

Also avoid custom filter definition creep. Fixes #19340 (closed)

Edited Oct 31, 2019 by Utkarsh Ayachit
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cleanup-settings-proxies