MantisBT - ParaView
View Issue Details
0012960ParaView(No Category)public2012-02-22 15:252013-02-11 16:02
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
3.14 
3.98.0 
ParaViS
12960_fix_layout_in_multi_clients
incorrect functionality
0012960: ParaView raises errors with view layout in multi-client, multi-server mode
ParaView raises errors with view layout in multi-client, multi-server mode
No tags attached.
Issue History
2012-02-22 15:25Utkarsh AyachitNew Issue
2012-02-22 15:27Utkarsh AyachitTopic Name => 12960_fix_layout_in_multi_clients
2012-02-22 15:27Utkarsh AyachitNote Added: 0028317
2012-02-22 15:27Utkarsh AyachitStatusbacklog => gatekeeper review
2012-02-22 15:27Utkarsh AyachitFixed in Version => git-next
2012-02-22 15:27Utkarsh AyachitResolutionopen => fixed
2012-02-22 15:27Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-02-24 11:26Utkarsh AyachitFixed in Versiongit-next => git-master
2012-02-24 11:26Utkarsh AyachitStatusgatekeeper review => customer review
2012-02-24 11:26Utkarsh AyachitNote Added: 0028321
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2013-02-11 16:02Utkarsh AyachitStatuscustomer review => closed

Notes
(0028317)
Utkarsh Ayachit   
2012-02-22 15:27   
commit 4cdc0049f938c10d7d2c8a3a9815cf9b38b13106
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Feb 22 15:14:47 2012 -0500

    Fixed issues with test playback in collaborative mode.
    
    The problem was that the participant ended up assigning a new frame to the view
    as the collaboration state was being loaded, thus changing the layout in
    unintended ways. Fixed that by ensuring that a frame is not assigned to a newly
    registered view if it's proxy has already been assigned to a layout.

commit 5323f4ff74d846483b17bb58d90a0c09899f086a
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Feb 22 11:44:28 2012 -0500

    Fix layout in multi-client + mutli-server mode.
    
    There were cases when the view was created before the layout. That caused havoc
    in multi-clients mode since the other client ended up creating a separate layout
    for the same view thus ending up with two layouts.
    
    This fixes that issue be ensuring that we always create a new layout, if none
    exists before creating a view.

commit 20a28f8d94d41a5e7a5e7cf831ab9e4111404fe9
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Feb 22 11:31:31 2012 -0500

    Fixed vtkSMViewLayoutProxy to work in multi-clients.
    
    Layouts didnt' communicate their original state when a new client connected in a
    collaborative session. This fixes that issue.
(0028321)
Utkarsh Ayachit   
2012-02-24 11:26   
merged into master, if applicable.