MantisBT - ParaView
View Issue Details
0015577ParaView(No Category)public2015-07-09 18:062015-09-06 12:17
Alan Scott 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
4.44.4 
Sandia
incorrect functionality
0015577: Copy paste filters doesn't work
* Linux, master, local server.
* Can.exo, all vars on, apply.
* plot over line. Apply. Turn off VEL_Magnitude.
* Highlight the can.exo again in the pipeline browser.
* Plot over line. Apply.
* Right click on the first plot over line, select copy.
* Right click on the second plot over line, select paste. The VEL_Magnitude doesn't turn off.

What appears to not work plot over line: Variable selection, variable color, line thickness, Chart Axis, you get the point.
No tags attached.
Issue History
2015-07-09 18:06Alan ScottNew Issue
2015-07-09 18:07Alan ScottNote Added: 0034729
2015-07-09 18:07Alan ScottStatusbacklog => todo
2015-07-09 18:07Alan ScottProduct Version => git-master
2015-07-09 18:07Alan ScottTarget Version => 4.4
2015-07-10 10:18Utkarsh AyachitNote Added: 0034739
2015-07-10 18:55Alan ScottNote Added: 0034750
2015-07-23 15:29Utkarsh AyachitAssigned To => Utkarsh Ayachit
2015-07-27 14:39Utkarsh AyachitStatustodo => active development
2015-07-29 13:15Utkarsh AyachitNote Added: 0034850
2015-07-29 13:15Utkarsh AyachitStatusactive development => gatekeeper review
2015-07-29 13:15Utkarsh AyachitResolutionopen => fixed
2015-07-29 13:17Utkarsh AyachitNote Added: 0034851
2015-08-01 21:01Utkarsh AyachitNote Added: 0034868
2015-08-01 21:01Utkarsh AyachitStatusgatekeeper review => customer review
2015-08-01 21:01Utkarsh AyachitFixed in Version => git-master
2015-08-04 21:06Alan ScottNote Added: 0034881
2015-08-04 21:06Alan ScottStatuscustomer review => closed
2015-09-06 12:17Utkarsh AyachitFixed in Versiongit-master => 4.4

Notes
(0034729)
Alan Scott   
2015-07-09 18:07   
This one is very important for my user (Venus). Please talk to Utkarsh or me if it ends up being a major issue, and we will defer to 4.5.
(0034739)
Utkarsh Ayachit   
2015-07-10 10:18   
FYI, Copy/Paste was only designed to operate on the Filter/Source properties not display properties. I believe we can extend that to include display properties too. Should that be a separate option? What if the user only want to copy filter properties and not display properties or vice versa?
(0034750)
Alan Scott   
2015-07-10 18:55   
Had to think about it. :-)

In my mind, your question comes from a programmer's perspective. However, think like a user. I copy the state contained in the container called a filter, I paste the state into another container called a filter. What state should be copied for the whole filter? All of the state.

I feel this is sufficient granularity. If a user wants persistent state between calls, that's what the save properties is for.
(0034850)
Utkarsh Ayachit   
2015-07-29 13:15   
Merge request:
https://gitlab.kitware.com/paraview/paraview/merge_requests/256 [^]
(0034851)
Utkarsh Ayachit   
2015-07-29 13:17   
The Properties Panel now has copy/paste buttons next to the headers for source "Properties", "Display" and "View". Users can use that to copy/paste values for the 3 entities separately.

The "Copy/Paste" context menu still only copies the source Properties. We can remove that entirely, to avoid the confusion.
(0034868)
Utkarsh Ayachit   
2015-08-01 21:01   
merged in master.
(0034881)
Alan Scott   
2015-08-04 21:06   
Perfect!!!!

Tested master, Linux, remote server.