MantisBT - ParaView
View Issue Details
0007237ParaView(No Category)public2008-06-25 05:182009-05-13 13:47
Stephane P 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.6 
ParaViS
0007237: bug with IceT when maximizing a view
in the attached state file, there are 3 views.
When the bottom-right one is maximized to fill up the whole view space, it is maximized on the client, but not on the image wall.

to test it, you can launch the server with
pvserver -tdx=1
No tags attached.
? test.pvsm (142,001) 2008-06-25 05:18
https://www.vtk.org/Bug/file/6561/test.pvsm
Issue History
2008-06-25 05:18Stephane PNew Issue
2008-06-25 05:18Stephane PFile Added: test.pvsm
2008-06-25 09:58Ken MorelandCategory3.4 => 3.6
2008-10-03 10:25Utkarsh AyachitStatusbacklog => @80@
2008-10-03 10:25Utkarsh AyachitResolutionopen => fixed
2008-10-03 10:25Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-10-03 10:25Utkarsh AyachitNote Added: 0013722
2008-10-24 19:05Alan ScottNote Added: 0013924
2008-10-24 19:05Alan ScottStatus@80@ => closed
2009-05-13 13:47Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)
2011-06-23 11:44Utkarsh AyachitProject => ParaViS

Notes
(0013722)
Utkarsh Ayachit   
2008-10-03 10:25   
When in client-server mode (without tiles), we want the client-server
render sync manager to use the client-render window's size to determine the size
for the server-renderwindow. The actual placement of the frame on the client
doesn't really matter since the server renders one frame at a time.
However when on tile-display, both the client GUI size and relative frame
position needs to be conveyed to the server correctly. This wasn't the case
before. Fixed it.

Also after maximize or minimize explicitly call
pqViewManager::updateViewPositions() so that the new frame positions are pushed.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqMultiView.h,v <-- Qt/Components/pqMultiView.h
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.cxx,v <-- Qt/Components/pqViewManager.cxx
new revision: 1.65; previous revision: 1.64
/cvsroot/ParaView3/ParaView3/Qt/Components/pqViewManager.h,v <-- Qt/Components/pqViewManager.h
new revision: 1.23; previous revision: 1.22
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMIceTDesktopRenderViewProxy.cxx,v <-- Servers/ServerManager/vtkSMIceTDesktopRenderViewProxy.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMIceTMultiDisplayRenderViewProxy.cxx,v <-- Servers/ServerManager/vtkSMIceTMultiDisplayRenderViewProxy.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMIceTMultiDisplayRenderViewProxy.h,v <-- Servers/ServerManager/vtkSMIceTMultiDisplayRenderViewProxy.h
new revision: 1.4; previous revision: 1.3
(0013924)
Alan Scott   
2008-10-24 19:05   
Marking closed untested.