Darktable: [Feature] Renaming multiple instances of modules by double click action

Created on 19 Nov 2019  路  6Comments  路  Source: darktable-org/darktable

All in the tittle. I think this simple and great future make more comfort and speed up the working with multiple modules.

no-issue-activity

Most helpful comment

I agree it is easier from a user perspective but I can't work out how to code it, so I chickened out and went for the simpler option.

Unfortunately the callback function that the mouse-click uses executes twice when you double-click. The first click executes the normal action (collapses/expands the module) and doesn't know about the second click until the second time it's called. If someone can suggest a tidy way to code a double-click action I'm all for it.

All 6 comments

That would be confusing though. My workflow depends on being able to read name of module. and modules shown in pipe-order help too. If you mean things like multiple instances of module and naming purpose of instances then I'm ok with that.

@johnny-bit Yes! I changed the title for clearing.

This issue did not get any activity in the past 30 days and will be automatically closed in 7 days if no update occurs. Please check if the master branch has fixed it since then.

I went with shift-click because it's easier than double-click. Hope that's ok.

Just my 2 cents, but I think double clicking sounds way easier than shift-clicking.

I agree it is easier from a user perspective but I can't work out how to code it, so I chickened out and went for the simpler option.

Unfortunately the callback function that the mouse-click uses executes twice when you double-click. The first click executes the normal action (collapses/expands the module) and doesn't know about the second click until the second time it's called. If someone can suggest a tidy way to code a double-click action I'm all for it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Egocentrix picture Egocentrix  路  5Comments

bapBardas picture bapBardas  路  6Comments

johnny-bit picture johnny-bit  路  5Comments

jade-nl picture jade-nl  路  3Comments

lapineige picture lapineige  路  4Comments