MantisBT - ParaView
View Issue Details
0005894ParaView(No Category)public2007-10-17 14:482009-05-13 13:59
Berk Geveci 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0005894: Save screenshot does not allow saving of all views
Save screenshot should support saving of all views together.
No tags attached.
Issue History
2007-10-17 14:48Berk GeveciNew Issue
2007-10-17 14:48Berk GeveciStatusbacklog => tabled
2007-10-17 14:48Berk GeveciAssigned To => Utkarsh Ayachit
2007-12-27 11:04Utkarsh AyachitStatustabled => @80@
2007-12-27 11:04Utkarsh AyachitResolutionopen => fixed
2007-12-27 11:04Utkarsh AyachitNote Added: 0010025
2008-01-03 18:44Alan ScottStatus@80@ => @20@
2008-01-03 18:44Alan ScottResolutionfixed => reopened
2008-01-03 18:44Alan ScottNote Added: 0010066
2008-01-18 13:53Utkarsh AyachitStatus@20@ => @80@
2008-01-18 13:53Utkarsh AyachitResolutionreopened => fixed
2008-01-18 13:53Utkarsh AyachitNote Added: 0010195
2008-01-23 15:30Alan ScottStatus@80@ => @20@
2008-01-23 15:30Alan ScottResolutionfixed => reopened
2008-01-23 15:30Alan ScottNote Added: 0010251
2008-02-27 21:50Utkarsh AyachitNote Added: 0010661
2008-04-07 18:19Ken MorelandStatus@20@ => @80@
2008-04-07 18:19Ken MorelandResolutionreopened => fixed
2008-04-07 18:19Ken MorelandNote Added: 0011134
2008-04-07 18:20Ken MorelandCategoryDevelopment => 3.4
2008-04-07 19:30Alan ScottStatus@80@ => closed
2008-04-07 19:30Alan ScottNote Added: 0011144
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
(0010025)
Utkarsh Ayachit   
2007-12-27 11:04   
Fixes for BUG 0005895 and BUG 0005894. Added support to save screenshot of all
views. Plot views also correctly save high resimages (except pdf) via screenshot
as well as when saving animation.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneImageWriter.h,v <-- vtkSMAnimationSceneImageWriter.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.cxx,v <-- pqAnimationManager.cxx
new revision: 1.28; previous revision: 1.27
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.h,v <-- pqAnimationManager.h
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- pqMainWindowCore.cxx
new revision: 1.243; previous revision: 1.242
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.cxx,v <-- pqSaveSnapshotDialog.cxx
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.h,v <-- pqSaveSnapshotDialog.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.cxx,v <-- pqViewManager.cxx
new revision: 1.50; previous revision: 1.49
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.h,v <-- pqViewManager.h
new revision: 1.18; previous revision: 1.17
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSaveSnapshotDialog.ui,v <-- pqSaveSnapshotDialog.ui
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPlotView.cxx,v <-- pqPlotView.cxx
new revision: 1.19; previous revision: 1.18
(0010066)
Alan Scott   
2008-01-03 18:44   
When a user saves screenshot, and turns off the checkbox "Save only selected view", the size does not change. This makes the whole window small. For instance,

Open disk_out_ref.exo.
Split horizontal.
Split both viewports vertically.
Put something in each, creating a set of 2 column by 2 row windows.
Make sure that one of the four windows is highlighted.
File/Save Screenshot.
Resolution will be 612x449 (on my monitor)
Unselect "Save only selected view".
Resolution stays as 612x449, where it should be something like 1200x900.

alan
(0010195)
Utkarsh Ayachit   
2008-01-18 13:53   
When user toggles the "Save only selected view" check box, the sizes are updated.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- pqMainWindowCore.cxx
new revision: 1.247; previous revision: 1.246
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.cxx,v <-- pqSaveSnapshotDialog.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSaveSnapshotDialog.h,v <-- pqSaveSnapshotDialog.h
new revision: 1.3; previous revision: 1.2
(0010251)
Alan Scott   
2008-01-23 15:30   
I just checked client/server. single window works fine, selected view off failed.

* Open can, accept.
* Horizontal split, turn on eyeball, turn can another direction.
* Save screenshot, save only selected view off. (Size does change correctly)
* Error in vtkImageData.cxx, line 1460. vtkImageData: GetScalarPointer: Pixel (1233,927, 0) not in memory. Current extent= (0,1232, 0, 927, 0, 0)
(0010661)
Utkarsh Ayachit   
2008-02-27 21:50   
I wasn't able to reproduce this. Can you verify if this is fixed?
(0011134)
Ken Moreland   
2008-04-07 18:19   
Working for me, too. Looks like it's fixed now.
(0011144)
Alan Scott   
2008-04-07 19:30   
Tested client/server.