MantisBT - ParaView
View Issue Details
0005504ParaView(No Category)public2007-08-15 17:122007-09-12 13:09
Ken Moreland 
Clinton Stimpson 
highminoralways
closedfixed 
 
 
0005504: Cannot add/remove tracks in animation view
In the animation view window, there is no way to add or remove tracks. See the design document at http://www.paraview.org/ParaQ/index.php/Animation_GUI [^] for suggestions on GUI controls for adding and removing tracks.
No tags attached.
related to 0003340closed Clinton Stimpson Design new animation UI panels 
png AnimViewBackground.png (57,667) 2007-08-27 18:38
https://www.vtk.org/Bug/file/6129/AnimViewBackground.png
png
Issue History
2007-08-15 17:12Ken MorelandNew Issue
2007-08-15 17:13Ken MorelandRelationship addedrelated to 0003340
2007-08-15 17:13Ken MorelandAssigned To => Clinton Stimpson
2007-08-15 17:13Ken MorelandStatusbacklog => tabled
2007-08-22 18:46Clinton StimpsonNote Added: 0008588
2007-08-23 08:24Ken MorelandNote Added: 0008594
2007-08-23 12:09Clinton StimpsonNote Added: 0008618
2007-08-23 17:10Berk GeveciCategory => 3.2
2007-08-24 18:55Clinton StimpsonStatustabled => @80@
2007-08-24 18:55Clinton StimpsonResolutionopen => fixed
2007-08-24 18:55Clinton StimpsonNote Added: 0008661
2007-08-27 18:38Ken MorelandFile Added: AnimViewBackground.png
2007-08-27 18:39Ken MorelandNote Added: 0008689
2007-08-27 18:39Ken MorelandStatus@80@ => @20@
2007-08-27 18:39Ken MorelandResolutionfixed => reopened
2007-08-28 12:53Clinton StimpsonStatus@20@ => @80@
2007-08-28 12:53Clinton StimpsonResolutionreopened => fixed
2007-08-28 12:53Clinton StimpsonNote Added: 0008710
2007-08-30 15:44Ken MorelandStatus@80@ => @20@
2007-08-30 15:44Ken MorelandResolutionfixed => reopened
2007-08-30 15:44Ken MorelandNote Added: 0008785
2007-09-05 14:59Clinton StimpsonStatus@20@ => @80@
2007-09-05 14:59Clinton StimpsonResolutionreopened => fixed
2007-09-05 14:59Clinton StimpsonNote Added: 0008843
2007-09-12 13:09Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008588)
Clinton Stimpson   
2007-08-22 18:46   
Can delete tracks now. A little X button is to the left of every track.
The + button will be enabled soon.

Is this an acceptable solution?

/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.cxx,v <-- pqAnimationViewWidget.cxx
new revision: 1.25; previous revision: 1.24
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.h,v <-- pqAnimationViewWidget.h
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationModel.cxx,v <-- pqAnimationModel.cxx
new revision: 1.23; previous revision: 1.22
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationTrack.cxx,v <-- pqAnimationTrack.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationTrack.h,v <-- pqAnimationTrack.h
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationWidget.cxx,v <-- pqAnimationWidget.cxx
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationWidget.h,v <-- pqAnimationWidget.h
new revision: 1.8; previous revision: 1.7
(0008594)
Ken Moreland   
2007-08-23 08:24   
I like it. How is the + button going to work? Is it going make a pop-up menu to select a track?
(0008618)
Clinton Stimpson   
2007-08-23 12:09   
I was thinking combo boxes in the same row as the + button.
You select the source, and property, then hit the + button.
(0008661)
Clinton Stimpson   
2007-08-24 18:55   
Tracks can now be added.

/cvsroot/ParaView3/ParaView3/Qt/Components/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.117; previous revision: 1.116
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimatableProxyComboBox.cxx,v <-- pqAnimatableProxyComboBox.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimatableProxyComboBox.h,v <-- pqAnimatableProxyComboBox.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationPanel.cxx,v <-- pqAnimationPanel.cxx
new revision: 1.47; previous revision: 1.46
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationPanel.h,v <-- pqAnimationPanel.h
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.cxx,v <-- pqAnimationViewWidget.cxx
new revision: 1.26; previous revision: 1.25
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.h,v <-- pqAnimationViewWidget.h
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqAnimationPanel.ui,v <-- pqAnimationPanel.ui
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationWidget.cxx,v <-- pqAnimationWidget.cxx
new revision: 1.13; previous revision: 1.12
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationWidget.h,v <-- pqAnimationWidget.h
new revision: 1.10; previous revision: 1.9
(0008689)
Ken Moreland   
2007-08-27 18:39   
I like the implementation. Very clever. However, on my Windows box part of the animation view has the wrong background color. See the attached image.
(0008710)
Clinton Stimpson   
2007-08-28 12:53   
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationWidget.cxx,v <-- pqAnimationWidget.cxx
new revision: 1.14; previous revision: 1.13
(0008785)
Ken Moreland   
2007-08-30 15:44   
I am still seeing this problem. Is there something special I have to do (clean my build or something) in order to see the fix?
(0008843)
Clinton Stimpson   
2007-09-05 14:59   
I think I got it. Don't have XP on hand to try.

/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationWidget.cxx,v <-- pqAnimationWidget.cxx
new revision: 1.16; previous revision: 1.15