-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129299/#review102430
-----------------------------------------------------------



See bug 375555 for a regression. Not sure if it is fixable.

- Christoph Feck


On Dec. 29, 2016, 6:31 p.m., Albert Astals Cid wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129299/
> -----------------------------------------------------------
> 
> (Updated Dec. 29, 2016, 6:31 p.m.)
> 
> 
> Review request for KDE Frameworks, David Faure and Elvis Angelaccio.
> 
> 
> Repository: kxmlgui
> 
> 
> Description
> -------
> 
> Add a warning at the createGui stage about ambiguous shortcuts being found in 
> the same action collection.
> 
> This is usually a developer issue, but the error message about ambiguity will 
> only show up when someone tries to use the shortcut, so it is relatively easy 
> to miss if you do not try all your actions via a shortcut.
> 
> Also if the involved shortcut is one of the non primary shortcuts of edit_cut 
> + deletefile, just give it away, since it's Shift+Delete being fought over as 
> part of our defaults being ambiguous.
> 
> 
> Diffs
> -----
> 
>   src/kxmlguiwindow.h 3c61939 
>   src/kxmlguiwindow.cpp 519fb26 
> 
> Diff: https://git.reviewboard.kde.org/r/129299/diff/
> 
> 
> Testing
> -------
> 
> gwenview without any patch gives the warning
> gwenview with https://git.reviewboard.kde.org/r/129717/ doesn't give the 
> warning (since it's using the standard actions instead of a own one for 
> delete)
> gwenview with https://git.reviewboard.kde.org/r/129718/ doesn't give the 
> warning (since it's manually removing Shift+Delete for cut)
> 
> 
> Thanks,
> 
> Albert Astals Cid
> 
>

Reply via email to