MantisBT - ParaView
View Issue Details
0008279ParaViewBugpublic2008-12-10 21:232009-08-24 13:27
Alan Scott 
Julien Finet 
normalfeaturealways
closedfixed 
 
3.6.2 
0008279: Change default selection inspector to use Global Ids
A user has requested that the default behavior of the Selection Inspector use Global Ids, not IDs (also shown as Cell Ids). This would effect Cell Label, Point Lable, and the Active Selection - Selection Type entries.

I think this is probably a very good idea.
No tags attached.
Issue History
2008-12-10 21:23Alan ScottNew Issue
2009-02-17 15:34Utkarsh AyachitStatusbacklog => tabled
2009-02-17 15:34Utkarsh AyachitAssigned To => Burlen
2009-04-20 14:49Utkarsh AyachitAssigned ToBurlen => Yumin Yuan
2009-05-13 13:45Utkarsh AyachitTarget Version => 3.6
2009-07-19 09:36Utkarsh AyachitAssigned ToYumin Yuan => Julien Finet
2009-07-19 09:37Utkarsh AyachitCategory => Bug
2009-07-19 09:37Utkarsh AyachitTarget Version3.6 => 3.6.2
2009-07-27 09:10Julien FinetNote Added: 0016977
2009-07-27 09:10Julien FinetStatustabled => @80@
2009-07-27 09:10Julien FinetResolutionopen => fixed
2009-07-31 19:30Alan ScottNote Added: 0017044
2009-07-31 19:30Alan ScottStatus@80@ => @20@
2009-07-31 19:30Alan ScottResolutionfixed => reopened
2009-08-12 18:12Julien FinetNote Added: 0017105
2009-08-12 18:12Julien FinetStatus@20@ => @80@
2009-08-12 18:12Julien FinetResolutionreopened => fixed
2009-08-24 13:27Alan ScottNote Added: 0017186
2009-08-24 13:27Alan ScottStatus@80@ => closed

Notes
(0016977)
Julien Finet   
2009-07-27 09:10   
When doing a selection, display Global IDs by default.
File changed:
Qt/Components/pqSelectionInspectorPanel.cxx: 1.34
Qt/Components/pqSelectionInspectorPanel.h: 1.20
Qt/Components/Resources/UI/pqSelectionInspectorPanel.ui: 1.16
(0017044)
Alan Scott   
2009-07-31 19:30   
Close. not quite.
You changed the active selection, but didn't change the Cell Label.
* Local ParaView, Linux (doesn't matter), trunk.
* Open disk_out_ref.exo. All variables loaded, apply.
* Open the Selection Inspector. Create Selection.
* Note - Notice that Selection Type is Global Ids - this is good. But, would it be possible to label this as Global Element Ids or Global Cell Ids? (Same for Nodes)
* Next, go to Cell Label tab, select Visible. Note that Label Mode is Cell IDs - this should be Global Node Ids. Same with Nodes.
(0017105)
Julien Finet   
2009-08-12 18:12   
In the Selection panel, the Block selection was broken by setting GlobalID as a default value. Block selection works again.
When an image has no GlobalID, the cell selection was set to GlobalID instead of Cell ID.

Modified files:
Qt/Components/pqComboBoxDomain.cxx: 1.13
Qt/Components/pqComboBoxDomain.h: 1.10
Qt/Components/pqSelectionInspectorPanel.cxx: 1.35
(0017186)
Alan Scott   
2009-08-24 13:27   
Closed. Tested local Server.