MantisBT - ParaView
View Issue Details
0013458ParaView(No Category)public2012-09-17 16:442013-05-18 20:00
Kyle Lutz 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.0 
TBD
refactor_panels
incorrect functionality
0013458: Add Separators For the Properties Panel
Add support for adding separators to the properties panel.
New Panels
Issue History
2012-09-17 16:44Kyle LutzNew Issue
2012-09-17 16:44Kyle LutzAssigned To => Kyle Lutz
2012-09-17 17:30Kyle LutzTag Attached: New Panels
2012-09-17 17:30Kyle LutzStatusbacklog => todo
2012-09-17 17:30Kyle LutzStatustodo => active development
2013-04-22 17:23Utkarsh AyachitAssigned ToKyle Lutz => Utkarsh Ayachit
2013-04-22 17:25Utkarsh AyachitTopic Name => refactor_panels
2013-04-22 17:25Utkarsh AyachitNote Added: 0030594
2013-04-22 17:25Utkarsh AyachitStatusactive development => gatekeeper review
2013-04-22 17:25Utkarsh AyachitFixed in Version => git-next
2013-04-22 17:25Utkarsh AyachitResolutionopen => fixed
2013-04-25 09:22Utkarsh AyachitFixed in Versiongit-next => git-master
2013-04-25 09:24Utkarsh AyachitNote Added: 0030619
2013-04-25 09:24Utkarsh AyachitStatusgatekeeper review => customer review
2013-04-30 20:20Alan ScottNote Added: 0030652
2013-04-30 20:20Alan ScottStatuscustomer review => closed
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0

Notes
(0030594)
Utkarsh Ayachit   
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   
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   
2013-04-30 20:20   
Developer tag in Git. Also, I tested this refactoring with closing other bugs.