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 89512 - Setting for how much the mouse wheel should affect zoom
Setting for how much the mouse wheel should affect zoom
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
2.17.x
Other Linux
: Normal enhancement
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on: 341935
Blocks:
 
 
Reported: 2002-07-31 09:49 UTC by Hakon
Modified: 2007-02-23 22:52 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Hakon 2002-07-31 09:49:11 UTC
There should be a preferences option for how much each snip on the mouse
wheel would change the zoom level.
Maybe even allow for a modifier key so that e.g. [shift] + mousewheel could
give larger steps.
Comment 1 Federico Mena Quintero 2002-08-20 17:21:53 UTC
I could consider a patch to add a GUI-less GConf key for this; it
would be used for both the scrollwheel and the plus/minus keypad keys.
 I would definitely not put it in the GUI, though.
Comment 2 Lucas Rocha 2006-11-17 22:53:48 UTC
Moving to 2.17 and adding dependency.
Comment 3 Lucas Rocha 2007-02-23 22:52:50 UTC
Fixed in eog-ng branch. Closing bug report as there are no plans to have it in trunk as we're already string and feature frozen for 2.18 release. Thanks!

2007-02-24  Lucas Rocha  <lucasr@gnome.org>

        * src/eog-scroll-view.[ch] (eog_scroll_view_set_zoom_multiplier,
        display_key_press_event, eog_scroll_view_init), src/eog-window.c
        (eog_window_zoom_multiplier_changed_cb, eog_window_construct_ui,
        eog_window_init): use new GConf key to define the zoom multiplier 
        used when scrolling with the mouse wheel (Fixes bug #89512).
        * src/eog-config-keys.h, data/eog.schema.in: added new GConf for 
        zoom multiplier.