MantisBT - ParaView
View Issue Details
0004173ParaView(No Category)public2006-12-07 18:022009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0004173: Continuous Exodus block selection
The block selection widget is not very friendly when trying to select a contiguous range of blocks. You should be able to click one block and then shift-click another block to select the range of blocks in between.
No tags attached.
Issue History
2008-01-08 18:39Clinton StimpsonAssigned ToUtkarsh Ayachit => Clinton Stimpson
2008-01-09 11:43Ken MorelandNote Added: 0010100
2008-04-07 16:25Berk GeveciPrioritylow => normal
2008-04-07 16:25Berk GeveciCategory => 3.4
2008-04-07 16:25Berk GeveciNote Added: 0011117
2008-04-23 11:47Utkarsh AyachitAssigned ToClinton Stimpson => Utkarsh Ayachit
2008-04-23 12:02Utkarsh AyachitStatustabled => @80@
2008-04-23 12:02Utkarsh AyachitResolutionopen => fixed
2008-04-23 12:02Utkarsh AyachitNote Added: 0011506
2008-04-28 12:30Alan ScottStatus@80@ => closed
2008-04-28 12:30Alan ScottNote Added: 0011569
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006008)
Ken Moreland   
2006-12-19 13:20   
It is unclear how to implement this. We have lots to do and this is not a critical feature, so we will not have it in the ParaView 3.0 release.
(0010100)
Ken Moreland   
2008-01-09 11:43   
One of the issues with implementing this is that it interferes with the ability to click anywhere in the block name and check the box. This feature is more important than the click anywhere feature, so if the latter has to go, then so be it.
(0011117)
Berk Geveci   
2008-04-07 16:25   
Exodus reader is not the only one that has this problem.
(0011506)
Utkarsh Ayachit   
2008-04-23 12:02   
All widgets showing array status, block status etc now use the pqTreeWidgetSelectionHelper which makes it possible to create a selection and then change the check state of the entire selection.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusIIPanel.cxx,v <-- Qt/Components/pqExodusIIPanel.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusPanel.cxx,v <-- Qt/Components/pqExodusPanel.cxx
new revision: 1.42; previous revision: 1.41
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExtractDataSetsPanel.cxx,v <-- Qt/Components/pqExtractDataSetsPanel.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/pqNamedWidgets.cxx,v <-- Qt/Components/pqNamedWidgets.cxx
new revision: 1.47; previous revision: 1.46
/cvsroot/ParaView3/ParaView3/Qt/Components/pqXDMFPanel.cxx,v <-- Qt/Components/pqXDMFPanel.cxx
new revision: 1.21; previous revision: 1.20
/cvsroot/ParaView3/ParaView3/Qt/Components/pqXYPlotDisplayProxyEditor.cxx,v <-- Qt/Components/pqXYPlotDisplayProxyEditor.cxx
new revision: 1.24; previous revision: 1.23
(0011569)
Alan Scott   
2008-04-28 12:30   
Tested client/server