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 323670 - evince should support hands-free autoscrolling
evince should support hands-free autoscrolling
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Evince Maintainers
Evince Maintainers
ghop[2007-50]
Depends on:
Blocks:
 
 
Reported: 2005-12-09 23:14 UTC by Chris Lee
Modified: 2007-12-23 17:17 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to implement mouse-based autoscroll (6.80 KB, patch)
2007-12-23 15:39 UTC, David Turner
none Details | Review
Slightly updated patch with few issues fixed (7.88 KB, patch)
2007-12-23 17:06 UTC, Nickolay V. Shmyrev
committed Details | Review

Description Chris Lee 2005-12-09 23:14:50 UTC
An auto-scroll feature for evince would be very useful for many things, like
reading a long document without having to press arrow keys to scroll it, or
displaying sheet music while playing a piano piece.
Comment 1 Chris Lee 2005-12-09 23:15:36 UTC
For an example of the sort of auto-scroll I'm talking about, you can use
shift+up/down arrows in Konqueror on a web page.
Comment 2 Nickolay V. Shmyrev 2005-12-10 00:10:29 UTC
I prefer mozilla way of doing this more (with speed encoding by distance from
first mouse click)
Comment 3 Wouter Bolsterlee (uws) 2006-11-04 20:05:10 UTC
Just an idea: when the mouse cursor is moved "out of view" (eg. over the toolbar), the document is scrolled further (instead of stopping the scoll movement).
Comment 4 David Turner 2007-12-23 15:39:42 UTC
Created attachment 101506 [details] [review]
Patch to implement mouse-based autoscroll

A patch to implement autoscrolling the "mozilla way" with the mouse (As middle click is in use, I added an autoscroll option to the context menu).
Comment 5 Nickolay V. Shmyrev 2007-12-23 17:06:57 UTC
Created attachment 101509 [details] [review]
Slightly updated patch with few issues fixed
Comment 6 Nickolay V. Shmyrev 2007-12-23 17:17:25 UTC
Thanks for your good work.