~vcs-imports/gimp/+git/gimp:alxsa-nde-clone-tool

Last commit made on 2024-02-01
Get this branch:
git clone -b alxsa-nde-clone-tool https://git.launchpad.net/~vcs-imports/gimp/+git/gimp

Branch merges

Branch information

Name:
alxsa-nde-clone-tool
Repository:
lp:~vcs-imports/gimp/+git/gimp

Recent commits

5acc687... by Alx Sa <email address hidden>

paint: Use filters when cloning if applicable

The Clone Tool now has a new option to include or ignore filters
when setting a source. If disabled (and Sample Merged is not set),
the raw pixel buffer will be used as source rather than with
any active non-destructive filters applied.

e7b85e3... by Jehan <email address hidden>

Issue #10725: do not test for lua-lgi when lua can't be run.

In particular in a cross-compilation environment where you don't have an exe
wrapper or cross-host run ability, you still want to be able to configure GIMP.

It is also possible to install lua scripts anyway with -Dlua=enabled, bypassing
ability to test lua-lgi presence (a warning will be outputted at configuration
time, but no error).

0902e45... by Jehan <email address hidden>

build: jobs must return in failure when a dependency build fails.

While this is the job of `set -e`, putting parts of the script in shell
functions hid error returns in the build-deps-msys2 script.
Cf. #10729.

For the build-gimp-crossroad script, let's just add `set -e`.
Cf. #10725.

a07b3c8... by Anders Jonsson

NEWS: typo and grammar fixes

f2ffdfe... by Ekaterine Papava <email address hidden>

Update Georgian translation

4ba8721... by Ekaterine Papava <email address hidden>

Update Georgian translation

b89d90d... by Jehan <email address hidden>

NEWS: update.

495523d... by Jehan <email address hidden>

themes: removing "Darker" theme.

I believe there is a real use case for darker or lighter themes, but this
particular theme is not particularly maintained and has no light variant (or to
be accurate: the light variant is just a link to the "Default" one). If someone
is interested in such themes, we'll welcome contributions to revive a new theme
which should have at the very least both a light and dark version, and we could
name it "Contrast" (rather than "Darker" which focuses on a dark variant only).

I think it's better to do it this way rather than releasing with a half-done
job.

87a3073... by Jehan <email address hidden>

app, themes: get rid of Compact theme and move its logic into code.

The Compact theme code is nearly the same as the Default one, apart from setting
palette icon size to small (which is already something done by the "Override
icon sizes" setting in Preferences), setting font-size to small (which can be
independently set by our "Font Scaling" setting) and setting 3 paddings.

Rather than having this separate theme, it feels like just moving the padding
changes as part of the icon size makes sense. In particular since, when setting
icons to "Small" right now, the default padding really feels a bit huge and out
of place. So all-in-one seems a better choice.

At first, I wanted to set a padding proportional to the icon size, but it didn't
work well. For now, I'll just choose padding sizes manually.

f9a75fb... by Marco Ciampa

Updated Italian translation