View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013763ParaView(No Category)public2012-12-31 11:002013-05-18 20:00
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version4.0Fixed in Version4.0 
Summary0013763: Buggy spacing between widgets on properties panel
DescriptionCreate "Wavelet" and hit apply. Now start typing something the "search" box on the properties panel. As widgets get shown/hidden, the spacing between widgets doesn't always seem right.
TagsNew Panels
ProjectSandia
Topic Namerefactor_panels
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030464)
Utkarsh Ayachit (administrator)
2013-03-22 23:45

The problem is spacing of 2 added to the DisplayLayout (in pqPropertiesPanel) and to the m_layout (in pqProxyProprtiesPanel).

When you hide an item, you need to remove it from the layout as well.
(0030468)
Utkarsh Ayachit (administrator)
2013-03-23 11:48

The logic for controlling visibility of widgets in the panel needs some refactoring. It's easy to confuse the logic e.g.

Create sphere source, apply
change search text to 'line".
now in the toolbar, change the representation type to "Surface with edges" -- the panel erroneously updates and the widgets no longer match the search text.
(0030512)
Kyle Lutz (viewer)
2013-04-03 14:34

That should now be fixed with: http://paraview.org/Bug/view.php?id=13990 [^]
(0030592)
Utkarsh Ayachit (administrator)
2013-04-22 17:21

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
(0030618)
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
(0030651)
Alan Scott (manager)
2013-04-30 20:19

Tested remote server, master, Linux.

 Issue History
Date Modified Username Field Change
2012-12-31 11:00 Utkarsh Ayachit New Issue
2013-03-22 23:43 Utkarsh Ayachit Assigned To => Kyle Lutz
2013-03-22 23:45 Utkarsh Ayachit Note Added: 0030464
2013-03-22 23:45 Utkarsh Ayachit Target Version => 4.0
2013-03-23 11:48 Utkarsh Ayachit Note Added: 0030468
2013-03-23 14:40 Utkarsh Ayachit Tag Attached: New Panels
2013-04-03 06:43 Utkarsh Ayachit Status backlog => todo
2013-04-03 14:34 Kyle Lutz Note Added: 0030512
2013-04-03 14:34 Kyle Lutz Status todo => active development
2013-04-22 17:20 Utkarsh Ayachit Assigned To Kyle Lutz => Utkarsh Ayachit
2013-04-22 17:21 Utkarsh Ayachit Topic Name => refactor_panels
2013-04-22 17:21 Utkarsh Ayachit Note Added: 0030592
2013-04-22 17:21 Utkarsh Ayachit Status active development => gatekeeper review
2013-04-22 17:21 Utkarsh Ayachit Fixed in Version => git-next
2013-04-22 17:21 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: 0030618
2013-04-25 09:24 Utkarsh Ayachit Status gatekeeper review => customer review
2013-04-30 20:19 Alan Scott Note Added: 0030651
2013-04-30 20:19 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