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 387189 - Magnifier vel/accel should have human readable units
Magnifier vel/accel should have human readable units
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: user interface
0.3.x
Other Linux
: Normal normal
: 0.4.0
Assigned To: Eitan Isaacson
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-18 16:10 UTC by Peter Parente
Modified: 2006-12-19 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Suggested patch (966 bytes, patch)
2006-12-19 17:15 UTC, Eitan Isaacson
none Details | Review

Description Peter Parente 2006-12-18 16:10:22 UTC
The range for magnifier velocity and acceleration goes from 0 to 100 and 0 to 1000 respectively. The tooltip/description of these control does not state the units of these values. Pixels per second?

If the ranges are arbitrary and chosen to create "reasonable" velocities and accelerations, I suggest using a percent range instead with 0% set to 0 units in both cases and 100% set to 100 units velocity and 1000 units acceleration. At least in this case the user is dealing with some concept of "full speed" versus "half speed" on known range sizes.
Comment 1 Eitan Isaacson 2006-12-19 17:15:23 UTC
Created attachment 78637 [details] [review]
Suggested patch

Added pixels per second**2 and pixels per second to acceleration and velocity's descriptions respectively.
Comment 2 Peter Parente 2006-12-19 18:03:32 UTC
Fixed with a minor change to the tooltip description (**2 to squared) for non-techies.