After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753695 - The view should handle zoom X11 events
The view should handle zoom X11 events
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Views: All
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-16 19:02 UTC by Georges Basile Stavracas Neto
Modified: 2015-08-16 19:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
view: handle zoom X11 events (5.00 KB, patch)
2015-08-16 19:02 UTC, Georges Basile Stavracas Neto
committed Details | Review

Description Georges Basile Stavracas Neto 2015-08-16 19:02:12 UTC
All X11 custom keys are currently handled by NautilusWindow,
which performs a search on it's own action group as well as
the view's one to perform the corresponding action.

Since we're isolating NautilusView from other classes, the
search on the view's action group is undesired.

Fix that by making the view handle zoom-in and zoom-out actions,
instead of the window itself.
Comment 1 Georges Basile Stavracas Neto 2015-08-16 19:02:20 UTC
Created attachment 309376 [details] [review]
view: handle zoom X11 events
Comment 2 Carlos Soriano 2015-08-16 19:07:58 UTC
Review of attachment 309376 [details] [review]:

OK
Comment 3 Georges Basile Stavracas Neto 2015-08-16 19:10:35 UTC
Attachment 309376 [details] pushed as 84faf74 - view: handle zoom X11 events