We always save the filter name in XCFs, even if the user did not intentionally set it. This means that "default" names like Gaussian Blur are not translated when saved and loaded in XCFs. This patch adds a new property, "custom-name", to GimpDrawableFilter. It is FALSE by default, and only set to TRUE if the user provides a custom filter name (currently only possible in the public filter API). Based off this value, we either use the saved filter name or get it from the operation when saving and loading a filter from the XCF. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| xcf-load.c | ||
| xcf-load.h | ||
| xcf-private.h | ||
| xcf-read.c | ||
| xcf-read.h | ||
| xcf-save.c | ||
| xcf-save.h | ||
| xcf-seek.c | ||
| xcf-seek.h | ||
| xcf-utils.c | ||
| xcf-utils.h | ||
| xcf-write.c | ||
| xcf-write.h | ||
| xcf.c | ||
| xcf.h | ||