Victor Forsiuk
Victor Forsiuk
Different spellings in different parts of the program are not good. As for the word "gray", its spelling is almost consistent and the source code already uses only American spelling....
This PR closes #12027 (and fixes not only the dialog specified there, but all similar ones) and also makes following improvements: - buttons are guaranteed to be localized always and...
For many years there has been a request to get rid of the exotic "no-caps" darktable style, in which everything possible was converted into lower case. There were those who,...
When I select a preset for a module and then go back to the previous values by pressing Ctrl+z for Undo, I expect the preset name to be removed from...
Clang in MSYS2 is and always will be newer than in Ubuntu runners. At the moment, this means going from Clang 15 to Clang 16.
When building under Windows with -DCMAKE_BUILD_TYPE=Release, we get the following warning that makes the build fail: ``` [225/737] Building C object bin/CMakeFiles/lib_darktable.dir/control/jobs/control_jobs.c.obj FAILED: bin/CMakeFiles/lib_darktable.dir/control/jobs/control_jobs.c.obj C:\msys64\ucrt64\bin\cc.exe -DAVIF_DLL -DGDK_DISABLE_DEPRECATED -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_24 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_MIN_REQUIRED -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_56...
We do not have modules with a verb in their name. The only module that violated this naming convention was renamed in PR #15788.