wpferguson

Results 386 comments of wpferguson

Reading code I find... ``` // TODO: expose these to the user! gboolean high_quality = dt_conf_get_bool("plugins/lighttable/export/high_quality_processing"); gboolean export_masks = dt_conf_get_bool("plugins/lighttable/export/export_masks"); // TODO: expose icc overwrites to the user! dt_colorspaces_color_profile_type_t icc_type...

Here's a piece of code I wrote today to see what I could do with dt.gui.action(). My last thought was to try just setting it directly and I figured out...

Tested in 4.8.1 and I got a popup too. Not sure what changed in master, but it works there. The offset trick works well and should work with earlier versions,...

Are you applying any tags or styles on import? Those count as edits, so XMP files are created in those cases. Or if you import an image with an embedded...

Too much real life and not enough brain cells, thanks. Things are settling down, so I should start getting back on track later in the week.

After looking at the code, no changes are required.