Commit Graph

43994 Commits

Author SHA1 Message Date
Ell
69b0d86713 app: add gimp_prop_range_set_ui_limits()
... which sets the limits of the range-widget's handle-bar
explicitly, instead of using the lower/upper properties' limits.

(cherry picked from commit ce8235e977)
2020-06-02 23:29:11 +03:00
Ell
e5916c81cc app: allow setting handle-bar limits explicitly
In GimpHandleBar, add gimp_handle_bar_{set,unset,get}_limits(), to
allow settings the handle-bar limits explicitly, rather than
inheriting the adjustment limits.

(cherry picked from commit fa5dd99559)
2020-06-02 23:29:11 +03:00
Ell
0c65fce18c app: add gimp_prop_range_new()
... which creates a widget controlling a pair of lower/upper range-
limit properties, comprised of a handle-bar and two spin-buttons.

If the "sorted" parameter is TRUE, the "lower" property is bounded
above by the "upper" property, and vice versa.

(cherry picked from commit e03b8e597b)
2020-06-02 23:29:11 +03:00
Ell
a974e71702 app: add gimp_gtk_adjustment_chain()
... which takes a pair of GtkAdjustments, and binds the value of
the first to the lower-limit of the second, and the value of the
second to the upper-limit of the first.

(cherry picked from commit 45e5c2231a)
2020-06-02 23:29:10 +03:00
74f96d626d Update Romanian translation 2020-06-02 17:13:00 +00:00
Ell
4c924c1cb8 app: in gimp_accel_label_set_action(), emit notify
(cherry picked from commit 0ac2aa5130)
2020-06-02 11:03:29 +03:00
89f8dc095d Update Romanian translation 2020-06-02 06:54:10 +00:00
ae75f5de8f Update Ukrainian translation 2020-06-01 20:31:08 +00:00
ffb0175a8c Update Swedish translation 2020-06-01 20:00:43 +00:00
Ell
252cd8f100 app: fix parsing of GUM cross-property references
(cherry picked from commit 8139836d5d)
2020-06-01 22:40:41 +03:00
Ell
5605e8484c app: in gimp_prop_eval_string(), don't leak result upon trailing tokens
(cherry picked from commit ae801871e5)
2020-06-01 22:40:40 +03:00
Ell
35d6d9e529 app: list all tool-group tools in tool-button tooltip
In tool-group GimpToolButton tooltips, in addition to showing the
description of the currently-active tool, list the other tools in
the group as well, to improve discoverability.

(cherry picked from commit 4d83c7a3fc)
2020-06-01 19:30:54 +03:00
Ell
a54704bcdc app: add GimpAccelLabel
Add a new GimpAccelLabel widget, which shows an accelerator label
for a given GimpAction.  Unlike GtkAccelLabel, GimpAccelLabel
doesn't show a user-provided label in addition to that.

Note that the size request of GtkAccelLabel doesn't include the
accelerator part, which is desirable in some contexts.
GimpAccelLabel doesn't suffer from that.

(cherry picked from commit 2259ad5fcc)
2020-06-01 19:30:09 +03:00
bf2dae8f7f Update Romanian translation 2020-06-01 11:32:20 +00:00
a403a7d72f Update Dutch translation 2020-06-01 11:00:24 +00:00
2b2b033ae5 Update Romanian translation 2020-06-01 10:53:04 +00:00
c52980110c Update Romanian translation 2020-05-31 15:35:00 +00:00
92ccf522eb Update Romanian translation 2020-05-31 15:07:57 +00:00
a04e9c92bf Update Romanian translation 2020-05-31 15:05:10 +00:00
8e6560c232 Update Romanian translation 2020-05-31 15:03:28 +00:00
b9da817ecc Update Romanian translation 2020-05-31 14:54:21 +00:00
8bb4b722c8 Compare counter value instead its pointer address
(cherry picked from commit be5d23bf98)
2020-05-31 12:15:43 +02:00
32ed52216c app: some small improvements in line art code.
Mostly I am adding a counter to the insignifiant zone fill, to be double
sure we are not going to fill huge areas (this should not happen already
anyway) and also it is no use to sample the line art buffer in such
case.

(cherry picked from commit 248477a125)
2020-05-31 12:15:19 +02:00
dc8a9f3643 Update Dutch translation 2020-05-30 17:38:03 +00:00
ba2ff0184d Update Spanish translation 2020-05-30 13:52:59 +00:00
5dacdcd409 Updated French translation 2020-05-30 09:58:30 +02:00
74d6cc2717 Updated Italian translation (fix the previous commit) 2020-05-29 22:53:34 +02:00
303ce20e99 Update Romanian translation 2020-05-29 19:43:52 +00:00
1e372bd3f5 Updated Italian translation 2020-05-29 20:26:16 +02:00
5438170760 Update Croatian translation 2020-05-29 17:30:38 +00:00
ca17c69807 Update Croatian translation 2020-05-29 17:22:51 +00:00
b339f81833 Update Croatian translation 2020-05-29 17:20:46 +00:00
a13c4f6e01 Update Croatian translation 2020-05-29 17:16:33 +00:00
af8eb9076c Update Croatian translation 2020-05-29 17:14:22 +00:00
1726d4cec1 Update Croatian translation 2020-05-29 17:11:45 +00:00
fbf36b4547 Updated Danish translation of gimp-plug-ins 2020-05-29 15:35:58 +02:00
cb55b09d3a Updated Danish translation 2020-05-29 15:35:35 +02:00
f001fac473 Update Turkish translation 2020-05-29 10:56:14 +00:00
118bb9470d Update Romanian translation 2020-05-28 17:12:46 +00:00
b517431da3 Update Romanian translation 2020-05-28 17:10:34 +00:00
40902bcf46 Update Romanian translation 2020-05-28 17:04:32 +00:00
4b9d58da22 NEWS: add more fixed bugs 2020-05-28 05:03:03 +00:00
1b5374a7ce Update NEWS 2020-05-27 17:33:09 +00:00
670078dba8 build,app: depend on babl-0.1.76 2020-05-27 15:17:46 +02:00
c9e551d9f0 Update British English translation 2020-05-26 22:15:20 +00:00
625ec2b9d5 Update British English translation 2020-05-26 22:11:20 +00:00
b717d0550f Update Turkish translation 2020-05-26 16:21:16 +00:00
d20317ce20 Update Turkish translation 2020-05-26 16:17:03 +00:00
695ca1facd Update Turkish translation 2020-05-26 16:06:39 +00:00
390edf86b6 Update Spanish translation 2020-05-26 14:49:23 +00:00