View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013458ParaView(No Category)public2012-09-17 16:442013-05-18 20:00
ReporterKyle Lutz 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.0 
Summary0013458: Add Separators For the Properties Panel
DescriptionAdd support for adding separators to the properties panel.
TagsNew Panels
ProjectTBD
Topic Namerefactor_panels
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030594)
Utkarsh Ayachit (administrator)
2013-04-22 17:25

This was referring to adding 'Grouping' capabilities for properties on the panel. With the following commit, panels can group properties (look the the Display properties for 3D data or the Properties for Wavelet source).


commit 17a9b733b119c44780fc10e153e0606e26101dd4
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Apr 12 12:05:25 2013 -0400

    Refactoring Properties Panel (pqPropertiesPanel).
    
    This commit refactors pqPropertiesPanel for better usability and visual
    appearance. The changes can be summarized as follows:
    
    - Added a new class, pqProxyWidget, which creates the 'auto-generated' panel for
    any proxy. pqPropertiesPanel now uses this class to create the panels for
    source/display.
    
    - Property group were extended to add ability to group properties on non-exposed
    properties (as demonstrated by Wavelet source). The visual appearance of
    property groups was also changed. Also fixed leaks in ServerManager relating to
    groups and new property attributes that were added in past for the panels.
    
    - pqPropertyWidgetDecorator was added to provide a mechanism to add custom logic
    to widgets which having to create new widget types. pqPropertyWidgetDecorator
    can be used to control widget visibility, for example.
    
    - Converted custom panels for for several filters to be non-custom i.e. simply
    be auto-generated.
    
    - Added mechanism for plugins to provide new pqPropertyWidget types for
    properties, property groups or new pqPropertyWidgetDecorator types. Added an
    example under Examples that demonstrates the use of the same.
    
    - Added infrastructure to print debug messages when certain environment
    variables are set (pqDebug).
    
    - Removing obsolete SummaryPanel elements.
    
    - Updated tests to work with these changes.
    
    Change-Id: I49e82525ba666380b265a7f2075207dc2cd6f452
(0030619)
Utkarsh Ayachit (administrator)
2013-04-25 09:24

SUMMARY
---------------------------------------------
Topics merged into master:
        13450_update_tests_to_use_new_panels
(VTK) 14023-plot3d-function-support
        14026_catalyst_python_warning
        14032_fix_CoProcessingTestInput
        fix_protobuf_try_compiles
        pvw-python-refactoring
        pvw-remove-example
        refactor_panels
(VTK) update_vtk_master
        zoom-to-data-icon
        fix_cmake_2.8.10_plugins_issue
(0030652)
Alan Scott (manager)
2013-04-30 20:20

Developer tag in Git. Also, I tested this refactoring with closing other bugs.

 Issue History
Date Modified Username Field Change
2012-09-17 16:44 Kyle Lutz New Issue
2012-09-17 16:44 Kyle Lutz Assigned To => Kyle Lutz
2012-09-17 17:30 Kyle Lutz Tag Attached: New Panels
2012-09-17 17:30 Kyle Lutz Status backlog => todo
2012-09-17 17:30 Kyle Lutz Status todo => active development
2013-04-22 17:23 Utkarsh Ayachit Assigned To Kyle Lutz => Utkarsh Ayachit
2013-04-22 17:25 Utkarsh Ayachit Topic Name => refactor_panels
2013-04-22 17:25 Utkarsh Ayachit Note Added: 0030594
2013-04-22 17:25 Utkarsh Ayachit Status active development => gatekeeper review
2013-04-22 17:25 Utkarsh Ayachit Fixed in Version => git-next
2013-04-22 17:25 Utkarsh Ayachit Resolution open => fixed
2013-04-25 09:22 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-04-25 09:24 Utkarsh Ayachit Note Added: 0030619
2013-04-25 09:24 Utkarsh Ayachit Status gatekeeper review => customer review
2013-04-30 20:20 Alan Scott Note Added: 0030652
2013-04-30 20:20 Alan Scott Status customer review => closed
2013-05-18 20:00 Utkarsh Ayachit Fixed in Version git-master => 4.0


Copyright © 2000 - 2018 MantisBT Team