wpferguson

Results 355 comments of wpferguson

Added left align ![leftalign](https://github.com/darktable-org/lua-scripts/assets/1634891/42eabdbe-0f7b-4609-ab8c-dd0f200a7ae8) with color ![leftaligncolor](https://github.com/darktable-org/lua-scripts/assets/1634891/c5f478df-862f-4a51-bc35-98a7208f89a8) EDIT: Probably need to change the colors a little bit with the default theme :)

More thoughts.... Changed the color to shades of gray to show on/off ![grays](https://github.com/darktable-org/lua-scripts/assets/1634891/4bf37d8c-b187-4d4a-b70b-19b45b0b7a22) I also added an image option to button so that I can do a box with a...

Another try... If I turn off box padding and fill I can get ![latest](https://github.com/darktable-org/lua-scripts/assets/1634891/5f9b88f0-87b9-43c7-845e-bbffed483190) Looks like another API change.... :)

The way I get the current tooltip is by grabbing the comments at the start of the file and using a regular expression to pull out the description. I've thought...

I figured out a way to get the data from the script. I can create a code snippet in the file like ``` script_data.description = { name = "this is...

![progress](https://github.com/darktable-org/lua-scripts/assets/1634891/33d8db48-7ac7-42c2-a4bb-2523ebc7152f) Got the button interface working. Figured out how to pass the description ``` script_data.metadata = { name = "clear_GPS", purpose = _("remove GPS data from selected image(s)"), author =...

> The "page 1 of 2", page %d of %d is not translatable Fixed, the translation wrapped string.format - reversed it > The combo with official, contrib... are not translatable...

I saw this last night, but didn't realize that it was my change that caused it. When I went to find the problem, I couldn't reproduce. Testing now.... I still...

I backed up before my change and loaded some tif's with` -d imageio -d cache` Here's part of the log... ``` 7.1830 [tiff_open] 3089x2048 8bpp, 3 samples per pixel. 7.1888...