Ralf Brown

Results 243 comments of Ralf Brown

I understand where you're coming from, but applying the "what everyone knows" reasoning, darktable should be also defaulting to display-referred for both module groups and auto-applied workflow defaults.... And since...

Maybe augment the tooltip if we change the default? In histogram.c, function `_drawable_motion_notify_callback`: ``` gchar *tip = g_strdup_printf("%s\n(%s)\n%s\n", _(dt_lib_histogram_scope_type_names[d->scope_type]), _("use buttons at top of graph to change type"), _("click on...

Waveform is also my personal choice (I also never use RGB parade and can't remember the last time I actually used histogram).

Modules are independent, so changing the crop module's input by changing the orientation module's settings will affect what the border sizes are computed from. It's no different from doing a...

> it appears to me that cropping, orientation, rotation/perspective are all interrelated, codependent aspects of the same operation. But, they are all in their separate modules. So, there must be...

#17202 will provide an updating progress report on the sidecar check.

Do you mean the result of the variable substitution? In bash, one could modify the result with something like `$(VERSION_IF_MULTI/[0-9]/_&/). Perhaps that ability could be added to darktable's variable substitution...

I don't think the existing string substitution supports regular expressions, only fixed-string to fixed-string replacements, e.g. "IMG" to "". That's why I suggested adding that ability.

#16908 (just merged) is likely to fix this crash. If you are able, please test with the next nightly build.

No response in over four months, and the version to which the report applies is two full releases ago.