MantisBT - ParaView
View Issue Details
0007492ParaView(No Category)public2008-08-14 15:362009-05-13 13:46
Alan Scott 
Utkarsh Ayachit 
normalfeaturealways
closedfixed 
 
3.6 
0007492: Add save screenshot default background colors
A user has asked to have some set of default background colors available through a checkbox for save screenshot. This would, for example, be used to create a white background for printing.
No tags attached.
related to 0006695closed Utkarsh Ayachit Change "foreground" color 
Issue History
2008-08-14 15:36Alan ScottNew Issue
2009-02-18 08:55Utkarsh AyachitCategory3.6 => Pending
2009-02-20 12:59Utkarsh AyachitStatusbacklog => tabled
2009-02-20 12:59Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-02-20 12:59Utkarsh AyachitRelationship addedrelated to 0006695
2009-02-20 13:00Utkarsh AyachitCategoryPending => 3.6
2009-03-09 14:47Utkarsh AyachitNote Added: 0015611
2009-03-09 14:47Utkarsh AyachitStatustabled => @80@
2009-03-09 14:47Utkarsh AyachitResolutionopen => fixed
2009-03-10 20:46Alan ScottNote Added: 0015639
2009-03-10 20:46Alan ScottStatus@80@ => closed
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0015611)
Utkarsh Ayachit   
2009-03-09 14:47   
Adding notion of palettes to quickly changes the default colors to a predefined set. Save screenshot dialog allows the user to choose the palette.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqApplicationOptions.cxx,v <-- Qt/Components/pqApplicationOptions.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/pqApplicationOptions.h,v <-- Qt/Components/pqApplicationOptions.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- Qt/Components/pqMainWindowCore.cxx
new revision: 1.311; previous revision: 1.310
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.cxx,v <-- Qt/Components/pqSaveSnapshotDialog.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.h,v <-- Qt/Components/pqSaveSnapshotDialog.h
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqApplicationOptions.ui,v <-- Qt/Components/Resources/UI/pqApplicationOptions.ui
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSaveSnapshotDialog.ui,v <-- Qt/Components/Resources/UI/pqSaveSnapshotDialog.ui
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Core/pqApplicationCore.cxx,v <-- Qt/Core/pqApplicationCore.cxx
new revision: 1.91; previous revision: 1.90
/cvsroot/ParaView3/ParaView3/Qt/Core/pqApplicationCore.h,v <-- Qt/Core/pqApplicationCore.h
new revision: 1.40; previous revision: 1.39
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMGlobalPropertiesManager.cxx,v <-- Servers/ServerManager/vtkSMGlobalPropertiesManager.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMGlobalPropertiesManager.h,v <-- Servers/ServerManager/vtkSMGlobalPropertiesManager.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- Servers/ServerManager/vtkSMProxyManager.cxx
new revision: 1.80; previous revision: 1.79
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMStateLoader.cxx,v <-- Servers/ServerManager/vtkSMStateLoader.cxx
new revision: 1.34; previous revision: 1.33
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- Servers/ServerManager/Resources/utilities.xml
new revision: 1.165; previous revision: 1.164
(0015639)
Alan Scott   
2009-03-10 20:46   
Wonderful! Tested client/remote server.