dterrahe

Results 12 issues of dterrahe

fixes #12139 fixes #11502 corrects #12208 Solves thee issues: Issue 1: Defining or renaming presets for lib modules would previously not correctly manage the associated actions (they'd still be called...

bugfix
feature: enhancement
priority: medium
difficulty: average
scope: UI
scope: codebase

When you open a module by clicking on its header, or when you expand it, by opening a collapsible section or adding a mask type, it can end up being...

bugfix
scope: UI
release notes: pending

fixes #10518 ![image](https://user-images.githubusercontent.com/1549490/195136376-3a424496-1d05-4dfd-ae64-e7ab261876a4.png) ![image](https://user-images.githubusercontent.com/1549490/195136679-24c33789-b6ac-4500-a081-008cc017336e.png) This allows the "hinter" to be hidden once one is comfortable enough with the mask/module controls to not need the reminder (which can also quickly be...

feature: redesign
scope: UI
documentation-pending
release notes: pending

Bauhaus is one of the aspects of dt that has problems with running under pure wayland (instead of Xwayland; so starting with `GDK_BACKEND=wayland`). The issue is that under wayland it...

bugfix
priority: low
difficulty: hard
scope: UI
scope: OS support
scope: codebase

As suggested here https://github.com/darktable-org/darktable/pull/15809#issuecomment-1837166159 Removing some duplication and the need to call two functions each time. Number of removed lines is increased because many calls included a duly copied variation...

priority: low
difficulty: trivial
scope: codebase

When connecting a midi device over bluetooth BLE (like https://discuss.pixls.us/t/using-a-midi-device-with-darktable/54391/1) latency is much higher than when using USB. This manifests itself with button lights updating only 10secs after the onscreen...

feature: enhancement
priority: low
scope: UI
scope: hardware support
Idea

Made some fixes to shortcut handling after a bit of a deep dive. There's always a chance that this "breaks stuff" so it would be good if people actually reported...

bugfix
priority: medium
scope: UI

EDIT: This is now a compile time check (so compilation will intentionally break if a wrong callback signature is used). Uses of `g_signal_connect` that cannot be checked (for example because...

priority: high
scope: codebase