MantisBT - ParaView
View Issue Details
0009330ParaViewBugpublic2009-07-28 21:032009-08-13 22:32
Alan Scott 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.6.23.6.2 
0009330: Turn off Object Id and FileId for plots
Could we please turn off ObjectId and FileId by default with all plots? These two variables never change, and will never be used.

Nice to have for 3.6.2.
No tags attached.
patch ChartHiddenSeries.patch (33,171) 2009-07-29 18:33
https://www.vtk.org/Bug/file/7386/ChartHiddenSeries.patch
Issue History
2009-07-28 21:03Alan ScottNew Issue
2009-07-29 11:05Ken MorelandNote Added: 0017006
2009-07-29 15:43Ken MorelandStatusbacklog => tabled
2009-07-29 15:43Ken MorelandAssigned To => Ken Moreland
2009-07-29 18:33Ken MorelandFile Added: ChartHiddenSeries.patch
2009-07-29 18:35Ken MorelandNote Added: 0017015
2009-07-29 18:36Ken MorelandAssigned ToKen Moreland => Utkarsh Ayachit
2009-07-31 10:22Utkarsh AyachitNote Added: 0017031
2009-08-04 15:53Utkarsh AyachitNote Added: 0017059
2009-08-04 15:53Utkarsh AyachitStatustabled => @80@
2009-08-04 15:53Utkarsh AyachitFixed in Version => 3.6.2
2009-08-04 15:53Utkarsh AyachitResolutionopen => fixed
2009-08-13 22:32Alan ScottNote Added: 0017126
2009-08-13 22:32Alan ScottStatus@80@ => closed

Notes
(0017006)
Ken Moreland   
2009-07-29 11:05   
I agree. I also wonder if there should be a user-configurable option to edit the list of plot series to turn off by default.
(0017015)
Ken Moreland   
2009-07-29 18:35   
I've just uploaded a patch that fixes this problem. In addition, it adds a panel to the Application Settings that allows a user to edit the "hidden series" list. You should still continue to raise bugs if you think a variable name should always be in this list, but this gives users an workaround while waiting for us slow developers to implement the requested change.

I won't have a chance to upload this patch in over a week, so I am going to throw it over to Utkarsh. Utkarsh is the one who would have to move it over to the 3.6 branch anyway.
(0017031)
Utkarsh Ayachit   
2009-07-31 10:22   
Committed to CVS head. Will commit to 3.6 branch once any dashboard issues, if any, clear up.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqApplicationOptions.cxx,v <-- Qt/Components/pqApplicationOptions.cxx
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Qt/Components/pqApplicationOptions.h,v <-- Qt/Components/pqApplicationOptions.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqApplicationOptions.ui,v <-- Qt/Components/Resources/UI/pqApplicationOptions.ui
new revision: 1.11; previous revision: 1.10
cvs commit: [14:21:12] waiting for cvsuser's lock in /cvsroot/ParaView3/ParaView3/Qt/Core
cvs commit: [14:21:42] obtained lock in /cvsroot/ParaView3/ParaView3/Qt/Core
/cvsroot/ParaView3/ParaView3/Qt/Core/pqChartRepresentation.cxx,v <-- Qt/Core/pqChartRepresentation.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Core/pqChartRepresentation.h,v <-- Qt/Core/pqChartRepresentation.h
new revision: 1.2; previous revision: 1.1
(0017059)
Utkarsh Ayachit   
2009-08-04 15:53   
Committed to 3.6

/cvsroot/ParaView3/ParaView3/Qt/Core/pqChartRepresentation.cxx,v <-- Qt/Core/pqChartRepresentation.cxx
new revision: 1.4.2.1; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Core/pqChartRepresentation.h,v <-- Qt/Core/pqChartRepresentation.h
new revision: 1.1.2.1; previous revision: 1.1
(0017126)
Alan Scott   
2009-08-13 22:32   
Most excellent! Tested local server, XP.