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 734933 - blend tool: the description and the order of repeat mode: Truncate (GIMP_REPEAT_TRUNCATE)
blend tool: the description and the order of repeat mode: Truncate (GIMP_REPE...
Status: RESOLVED OBSOLETE
Product: GIMP
Classification: Other
Component: libgimp
git master
Other All
: Normal minor
: 3.0
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2014-08-17 09:12 UTC by Kiyotaka NISHIBORI
Modified: 2018-05-24 14:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
painting with blend tool with each repeat mode (138.43 KB, image/png)
2014-08-17 09:12 UTC, Kiyotaka NISHIBORI
  Details
change the name of 'Truncate' and the order (1.05 KB, patch)
2014-08-17 09:19 UTC, Kiyotaka NISHIBORI
reviewed Details | Review

Description Kiyotaka NISHIBORI 2014-08-17 09:12:23 UTC
Created attachment 283637 [details]
painting with blend tool with each repeat mode

Step for reproduction:
1. Open GIMP and select blend tool.
2. pull down repaet-mode combobox at tool option dialog.

Actual result:
the description of each modes and the order in the list are:
  1st. row:  'None (extend)'
  2nd. row:  'Sawtooth Wave'
  3rd. row:  'Triangular Wave'
 *4th. row: *'Truncate'

Expected result:
  1st. row:  'None (extend)'
 *2nd. row: *'None (truncate)'
  3rd. row:  'Sawtooth Wave'
  4th. row:  'Triangular Wave'

Other information:
See attached image. This is result by using blend tool with each repeat mode.
It shows that a gradient is *not repeated* when 'Truncate' mode is used. this means that 'Truncate' mode is a variety of 'None' mode. 
So, from the view of usability, I think that the mode should be named 'None (truncate)' instead of 'Truncate' and that the mode should be placed near 'None (extend)' mode in the list.
Comment 1 Kiyotaka NISHIBORI 2014-08-17 09:19:55 UTC
Created attachment 283638 [details] [review]
change the name of 'Truncate' and the order
Comment 2 Kiyotaka NISHIBORI 2014-08-17 09:22:07 UTC
I attach a patch for it.
It is much appreciated if the patch would be adopted.
Comment 3 Michael Natterer 2014-08-17 18:29:58 UTC
We know. This enum is part of the public API and cannot change its order,
we can only append to it. This can only be done when we break API for
GIMP 3.0.
Comment 4 GNOME Infrastructure Team 2018-05-24 14:30:22 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gimp/issues/573.