MantisBT - ParaView
View Issue Details
0006694ParaView(No Category)public2008-04-01 11:592008-04-07 19:24
Ken Moreland 
Utkarsh Ayachit 
normalfeaturehave not tried
closedfixed 
 
 
0006694: Change default color map
Right now, the default color map is hard coded. There should be a way for the user to change the default color map.
No tags attached.
Issue History
2008-04-01 11:59Ken MorelandNew Issue
2008-04-02 18:08Utkarsh AyachitStatusbacklog => tabled
2008-04-02 18:08Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-04-03 14:13Utkarsh AyachitStatustabled => @80@
2008-04-03 14:13Utkarsh AyachitResolutionopen => fixed
2008-04-03 14:13Utkarsh AyachitNote Added: 0011063
2008-04-07 19:24Alan ScottStatus@80@ => closed
2008-04-07 19:24Alan ScottNote Added: 0011141
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011063)
Utkarsh Ayachit   
2008-04-03 14:13   
The color scale editor dialog has a "Make Default" button.
When pressed the current color scale will become the default that will be used
when a new lookup table is created.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxy.h,v <-- Servers/ServerManager/vtkSMProxy.h
new revision: 1.84; previous revision: 1.83
/cvsroot/ParaView3/ParaView3/Qt/Core/pqLookupTableManager.h,v <-- Qt/Core/pqLookupTableManager.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqColorScaleDialog.ui,v <-- Qt/Components/Resources/UI/pqColorScaleDialog.ui
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPQLookupTableManager.h,v <-- Qt/Components/pqPQLookupTableManager.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPQLookupTableManager.cxx,v <-- Qt/Components/pqPQLookupTableManager.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.h,v <-- Qt/Components/pqColorScaleEditor.h
new revision: 1.15; previous revision: 1.14
/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.cxx,v <-- Qt/Components/pqColorScaleEditor.cxx
new revision: 1.40; previous revision: 1.39
(0011141)
Alan Scott   
2008-04-07 19:24   
Checked client/server