Pascal Obry
Pascal Obry
This is a POC on how Lua script translation could be handled directly in darktable. ### The darktable part - Add lua-scripts has a submodule in src/external - Add all...
The current script manager looks like:  I find it hard to read each line and do proper separation between the script name and the status. A proposal would be...
Not an easy one, but seems be working. @elstoc : Feel free to test. NOTE: This PR changes the database structure, please backup before testing.
Allow for editing area & point as hinted by the tooltip. @jenshannoschwalm : This is based on top of your PR but it independent, can you test? How it works:...
@wpferguson : See the attached screen shot:  - The combo with **official**, **contrib**... are not translatable - The "page 1 of 2", **page %d of %d** is not translatable...
I just found out that whatever option is used for `bit depth` (8, 10, 12, 16, 32) the file size is the same and according to GIMP it is 32bit...
…int. Fixes #17536
paths: Use SHIFT modifier to select only feather points. When the border and the feather are very close from each other it is difficult to select a specific point. The...