MantisBT - ParaView
View Issue Details
0012015ParaViewBugpublic2011-03-28 13:262013-07-23 21:57
Clinton Stimpson 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
4.0 
0012015: QtTesting playback of action
The playback of recorded actions, using QtTesting, doesn't work in some applications outside of ParaView. It currently relies on a QAction being owned by the QMenu, and the implementation isn't an exact mirror of the recording.

I've attached a patch so the recording and playback are mirrors of each other.
I've not tried it against ParaView though.
No tags attached.
patch 0001-Fix-lookup-of-menu-items-during-playback-to-match-re.patch (4,021) 2011-05-18 18:45
https://www.vtk.org/Bug/file/8883/0001-Fix-lookup-of-menu-items-during-playback-to-match-re.patch
Issue History
2011-03-28 13:26Clinton StimpsonNew Issue
2011-03-28 13:26Clinton StimpsonFile Added: activate.patch
2011-05-18 18:45Clinton StimpsonFile Added: 0001-Fix-lookup-of-menu-items-during-playback-to-match-re.patch
2011-05-18 18:46Clinton StimpsonFile Deleted: activate.patch
2011-05-18 18:46Clinton StimpsonNote Added: 0026546
2011-06-19 18:44Utkarsh AyachitStatusbacklog => todo
2011-06-22 15:35Utkarsh AyachitStatustodo => backlog
2013-06-19 17:04Utkarsh AyachitNote Added: 0031013
2013-06-19 17:04Utkarsh AyachitStatusbacklog => gatekeeper review
2013-06-19 17:04Utkarsh AyachitResolutionopen => fixed
2013-06-19 17:04Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-06-19 17:06Utkarsh AyachitStatusgatekeeper review => customer review
2013-06-19 17:06Utkarsh AyachitFixed in Version => 4.0
2013-07-23 21:57Alan ScottNote Added: 0031324
2013-07-23 21:57Alan ScottStatuscustomer review => closed

Notes
(0026546)
Clinton Stimpson   
2011-05-18 18:46   
A more correct patch has been attached.
This time, its been tested with paraview.
(0031013)
Utkarsh Ayachit   
2013-06-19 17:04   
This already seems to be merged in by the following commit:

commit d6b0baa8b087292546c5db92b7211049aab4a6f9
Author: Clinton Stimpson <clinton@elemtech.com>
Date: Mon May 23 18:14:57 2011 -0600

    Fix/improve menu playback.
    
    Fix playback to do lookups for menu items the same way they are recorded.
    Improve menu recording/playback for items that are not named.
(0031324)
Alan Scott   
2013-07-23 21:57   
Marking as a developer tag in Git. If I should have tested, let me know how and I will do so. Closing.