MantisBT - ParaView
View Issue Details
0014047ParaView(No Category)public2013-05-03 11:392015-01-11 08:26
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
4.0 
Sandia
14046_fix_selection_issues
incorrect functionality
0014047: "Ambiguous shortcut overload: S" error messages
Steps to reproduce:

- Start ParaView and split 3D view to create another 3D view. You should have two 3D views.
- Now, just press "s" and you'll get an error message as following:

QAction::eventFilter: Ambiguous shortcut overload: S

No tags attached.
Issue History
2013-05-03 11:39Utkarsh AyachitNew Issue
2013-05-09 09:44Utkarsh AyachitTopic Name => 14046_fix_selection_issues
2013-05-09 09:44Utkarsh AyachitNote Added: 0030733
2013-05-09 09:44Utkarsh AyachitStatusbacklog => gatekeeper review
2013-05-09 09:44Utkarsh AyachitFixed in Version => git-next
2013-05-09 09:44Utkarsh AyachitResolutionopen => fixed
2013-05-09 09:44Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-05-10 08:23Utkarsh AyachitFixed in Versiongit-next => git-master
2013-05-10 08:23Utkarsh AyachitStatusgatekeeper review => customer review
2013-05-10 08:23Utkarsh AyachitNote Added: 0030747
2013-05-14 13:01Alan ScottNote Added: 0030763
2013-05-14 13:01Alan ScottStatuscustomer review => closed
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0
2015-01-11 08:25Utkarsh AyachitSource_changeset_attached => ParaView master 2adfb5de
2015-01-11 08:26Utkarsh AyachitSource_changeset_attached => ParaView master ea1d2153

Notes
(0030733)
Utkarsh Ayachit   
2013-05-09 09:44   
commit ea1d2153f8239d6b7ab4c75323c7ae437742da77
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu May 9 09:43:38 2013 -0400

    BUG 0014047: Fix ambiguous shortcuts for selection.
    
    Instead of creating separate shortcuts for each view,
    pqStandardViewFrameActionGroup now creates a single shortcut and triggers the
    appropropriate action for the active view whenever the shortcut is triggered.
    
    Change-Id: I41c1ddaa9cb8591de9c5151a1030e0b7bc28c30e
(0030747)
Utkarsh Ayachit   
2013-05-10 08:23   
SUMMARY
---------------------------------------------
Topics merged into master:
        13853_catalyst_immediate_mode_rendering2
        13981_fix_install_rules
        13991_fix_window_sizes
        14040_add_save_animation_time_range_v2
        14046_fix_selection_issues
        14058_fix_camera_animation_in_parallel_scale
        14059-vtkPVGeometryFilter-unnecessary-array
        fix-custom-view-button-leak
        fix-multi-block-issues
        fix_pointsprite_plugin
        gmv-test-cleanup
        pvw-add-exit-button
(0030763)
Alan Scott   
2013-05-14 13:01   
Tested Linux, master, remote server.