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 346880 - Navigation tab - number entry next to slider
Navigation tab - number entry next to slider
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks: 346891
 
 
Reported: 2006-07-07 12:59 UTC by Roman Frołow
Modified: 2008-01-15 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Mockup of navigation tab (27.06 KB, image/png)
2006-07-07 12:59 UTC, Roman Frołow
Details

Description Roman Frołow 2006-07-07 12:59:11 UTC
I think number entry in navigation tab should be placed next to slider. Maybe it should also be editable.

Other information:
Comment 1 Roman Frołow 2006-07-07 12:59:44 UTC
Created attachment 68556 [details]
Mockup of navigation tab
Comment 2 Michael Natterer 2006-07-07 13:06:29 UTC
Indeed. Can be very easily done by using a gimp_scale_entry and
would even save some space. In fact I already half-way did that :)

Will commit later today.
Comment 3 Sven Neumann 2006-08-16 08:20:28 UTC
Mitch, you didn't commit this change yet, or did you?
Comment 4 weskaggs 2006-08-25 17:04:53 UTC
A GimpScaleEntry won't work here because the slider is logarithmic.  But moving the number next to the slider is pretty much trivial anyway.  I didn't make it editable because it doesn't look as nice that way, but if the functionality seems really important to somebody, we can revisit this.

The only issue with this change is whether the space allocated for the label is large enough in all locales.  My guess is that it probably is, but there is no way to be sure except testing.

Committed to HEAD:

2006-08-25  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	* app/display/gimpnavigationeditor.c: put zoom label next to
	scrollbar instead of above it; fixes bug #346880.
Comment 5 Sven Neumann 2006-08-29 06:42:45 UTC
A GimpScaleEntry can be logarithmic (that's what gimp_scale_entry_set_logarithmic is for). Bill, may I ask why you didn't let Mitch commit his change that he said would be almost ready?
Comment 6 Sven Neumann 2006-08-29 08:44:00 UTC
Closing again after talking to Mitch and doing some adjustments to the code.