Ralf Brown
Ralf Brown
Working to fix #12304 Should fix gcc7 regression mentioned in https://github.com/darktable-org/darktable/pull/12210?notification_referrer_id=NT_kwDOAE5ZCrI0MDMxMTk1NDAwOjUxMzQ2MDI#issuecomment-1212468148
When editing the path of a tag attached to a large number of images, the dt interface goes completely unresponsive until all of the affected sidecar files have been updated....
This PR adds startup code to load styles from `share/darktable/styles/` which are not yet present in the database, and also provides a sampling of styles to approximately match the look...
Tell users that star ratings will be overwritten unless they make a change in the import module. Resolves #17056.
Add pointers for accessing online documentation and configuring darktable to the existing display when the lighttable has no images to show. Refactored text-display code into a separate function to eliminate...
Inform users that they can insert line breaks to get multiline text by using the $(NL) variable.
Based on a thread at pixls.us, I took a closer look at the existing tooltip for the shortcut-creation-mode button. Hopefully this revision is easier for new(ish) users to understand.
Discovered that none of the sliders in the blurs module has a tooltip. This PR adds them.