Mario Zimmermann

Results 109 comments of Mario Zimmermann

I cannot reproduce anything of the points you describe here. > The "edit" dialog is modal on Windows but not macOS 14.6 Not true for me either. When the edit...

@fiascolemlaw thanks for the detailed report. Since I am the author of the _multi preset export_ I am highly interested. I setup presets for fullsize, instagram (1080 px) and web...

Some more analysis: `dt_imageio_export_with_flags()` calls `dt_imageio_resizing_factor_get_and_parsing()` where the current scaling is read from the GUI. That means this issue is only present if the scaling is used. Changing the scaling...

Just tried again and cannot reproduce. Perhaps you overlooked the confirmation dialog which needs to be answered?

Unfortunately not: The "New Folder" button should appear on the left.

I put a `gtk_file_chooser_get_create_folders()` to see wheather the change get applied. It returns `TRUE`. So most likely a gtk bug?

> And maybe it makes sense to accept this PR anyway in the hope that if GTK implements support in the future, the call to `gtk_file_chooser_set_create_folders` will do the right...

Fully agreed @TurboGit. Too risky just a week before release.

@fiascolemlaw: > As it stands anyone who wants to do an export of any mixture of aspect ratios and/or portrait or landscape images in anything other than one fixed width...

Release notes: Fixed a bug where changing the image scaling in the export module influences the result of a running export job.