Commit Graph

11898 Commits

Author SHA1 Message Date
Lawrence37
7eb2aedbc1 Merge pull request #6927 from Lawrence37/panasonic-dc-g100-white-levels
Panasonic DC-G100 white levels
2024-01-25 21:04:19 -08:00
Lawrence37
366d6964c9 Merge pull request #6894 from Lawrence37/appimage-debug-build
AppImage workflow debug build
2024-01-25 21:03:15 -08:00
Lawrence37
5ffa0632f2 Merge pull request #6885 from Lawrence37/asan-mem-leak
Fixes for memory leaks and memcpy overlap found by AddressSanitizer
2024-01-25 21:02:50 -08:00
Lawrence37
ddcaa7a81c Merge pull request #6881 from Lawrence37/lensfun-vignette-fix
Fix focus distance from metadata
2024-01-25 21:01:17 -08:00
Lawrence Lee
2bc7cea5a1 Add white levels for Panasonic DC-G100
Reduce white levels for ISOs 1600-4000 due to noise with LENR on.
2024-01-14 12:58:05 -08:00
Lawrence37
d0e36ee509 Merge pull request #6904 from Lawrence37/fix-odd-raw-crop-raw-ca
Fix for wrong colors when the demosaic border is odd
2023-12-23 11:14:37 -08:00
Lawrence37
85746a8093 Fix bad colors when demosaic border is odd
Colors are incorrect if the demosaic border is odd and raw chromatic
aberration is enabled.
2023-12-21 22:09:32 -08:00
Lawrence Lee
badbb9fbe2 Add checkbox for disabling NR gain
Option to disable noise reduction automatic gain for consistency between
photographs.
Fix automatic gain not being recalculated after changing the white level
correction.
2023-12-16 11:10:11 -08:00
Lawrence37
91bf250201 Merge pull request #6853 from Beep6581/cherry-pick-5.10
Cherry-picked fixes for 5.10
2023-12-13 12:54:17 -08:00
Desmis
886c7f5498 LA exposure hide show sliders when expcomp different from zero (#6892) 2023-12-12 22:15:11 -08:00
Lawrence Lee
7c619f87bc Fix WB method reset when not using English
Use the GUI label for "Camera" instead of hard-coding it.
2023-12-12 22:15:10 -08:00
U-PCSPECIALIST01\jdesm
339fdd9f04 Ftblockdn - remove unwanted messages in console 2023-12-12 22:15:09 -08:00
Desmis
f6aa9b86cb White Balance - temperature correlation in batch mode - issue #6867 (#6877)
* Change Itcwb in simpleprocess

* Change for auto RGBgrey

* remove unnecessary code
2023-12-12 22:15:08 -08:00
Lawrence Lee
d5ba3cf232 Fix crash in noise reduction
Fix upper bound for array access while building histogram of absolute
values in mean absolute deviation (MAD) calculation.

Fixes #6871.
2023-12-12 22:15:07 -08:00
Morgan Hardwood
1f9b21cbc0 Removed gzip from windows.yml workflow #6864
gzip is now included as part of the MSYS2 base install.
2023-12-12 22:15:06 -08:00
Miloš Komarčević
2b98bfb605 Streamline Windows build action
Use pacboy for msystem independent install
Use build directory directly from CMake
Remove lensfun patch (included upstream)
2023-12-12 22:15:05 -08:00
Lawrence Lee
01e8af8c89 Fix color toning layers being hidden
Request resizing of tool widgets after being attached to the tool panel.
2023-12-12 22:15:04 -08:00
U-PCSPECIALIST01\jdesm
ad4bd7dee5 Auto white balance - change label and tooltip 2023-12-12 22:14:57 -08:00
Beep6581
ea3d620f9f Merge pull request #6891 from marter001/german-translation-5-10
update german translations for release 5.10 and fix typos on default
2023-12-10 22:52:57 +01:00
Lawrence Lee
17d6759140 Enable debug build for AppImage 2023-12-02 12:21:53 -08:00
Martin
0d714c6ea4 revert changes to default file 2023-11-21 21:42:45 +01:00
Martin
0695e2ccc5 fix typos 2023-11-21 21:39:13 +01:00
Martin
eedf9ab269 update german translations
German translations for release 5.10
2023-11-21 21:36:09 +01:00
Lawrence37
33a2d1c767 Format code
Move `const` to the front.
2023-11-17 21:08:24 -08:00
Lawrence Lee
c5bb1f093e Fix issues found by AddressSanitizer
Fix memcpy overlap in TIFF reader.
Fix memory leaks of SpotRows in control spot panel.
Fix memory leaks of SpotRows in locallab.
Fix memory leak of Glib::ThreadPool in file browser entry.
Fix memory leak of Glib::ThreadPool in thumbnail image updater.
2023-11-11 16:56:34 -08:00
Lawrence Lee
f25659307c Calculate focus distance for Nikon Z cameras 2023-11-11 14:57:24 -08:00
Alberto Griggio
e5d389e271 metadata: fixed focus distance computation
A wrong focus distance calculation was affecting lensfun vignetting correction
2023-11-09 21:22:37 -08:00
Beep6581
88b0a5e45c Merge pull request #6839 from Benitoite/patch-29
mac: use create-dmg/create-dmg for fancy dmg
2023-10-12 21:29:21 +02:00
Flössie
dcbc0327a1 Fix UB in ProcParams::load() and the resulting Clang 15+ miscompilation
Fixes #6847.
2023-09-17 15:14:11 -07:00
Lawrence37
c75ff3260f Format code 2023-09-17 15:14:10 -07:00
Lawrence Lee
17b9e7c107 Fix startup crash in debug build
Do not throw error when trying to get mutex lock.
2023-09-17 15:14:09 -07:00
Lawrence Lee
dab9a3f57e Fix automatic distortion correction crash
Closes #6840.
2023-09-17 15:14:03 -07:00
Richard E Barber
9871c5a419 mac: cleanup items at end of bundle script 2023-09-07 23:17:32 -07:00
Richard E Barber
9315050d9b mac: use txt file extension for readme file 2023-09-07 22:31:46 -07:00
Richard E Barber
7f5cb995d2 mac: use create-dmg/create-dmg for fancy dmg
Fixes fancy dmg building:
- uses https://github.com/create-dmg/create-dmg script
- create-dmg/create-dmg script is also available via homebrew:
  brew install create-dmg
2023-09-07 21:20:45 -07:00
Morgan Hardwood
b2606673ed Preparing for release 5.10-beta1 2023-09-08 00:52:38 +02:00
Lawrence37
f93c3ddf94 Merge pull request #6838 from Lawrence37/canon-various-camconsts
Raw crop and masked areas for a few Canon cameras
2023-09-05 18:32:34 -07:00
Lawrence37
c3a97f0304 Merge pull request #6836 from Lawrence37/ilce-7m4-raw-crop
Raw crop for Sony ILCE-7M4
2023-09-05 18:30:09 -07:00
Morgan Hardwood
ab238a2ef0 generateTranslationDiffs 2023-09-06 00:47:55 +02:00
Morgan Hardwood
3b8e43c703 Polish translation 2023-09-06 00:33:38 +02:00
Morgan Hardwood
2197a9be76 Local updates to languages/default 2023-09-06 00:32:55 +02:00
Morgan Hardwood
3662b2fa01 generateTranslationDiffs 2023-09-05 22:04:22 +02:00
Lawrence Lee
7c73da7723 Fix Olympus E-M10MarkIV white level
Closes #6236.
2023-09-04 14:31:03 -07:00
Lawrence Lee
408b41dc72 Raw crop and masked areas for a few Canon cameras
- Fix masked areas for EOS RP 1.6x crop mode
- Masked areas for EOS M50, EOS M50m2, and EOS M100 (all the same)
- Raw crop and masked areas for EOS R 1.6x crop mode
2023-09-03 18:03:08 -07:00
Lawrence37
ec12c170a2 Merge pull request #6806 from Lawrence37/browser-preview-applied-pparams
Enable black level and abstract profile preview in file browser
2023-09-03 15:15:25 -07:00
Beep6581
71f3c8adab Merge pull request #6832 from Benitoite/patch-28
link to rth and rth-cli
2023-09-04 00:05:51 +02:00
Battyányi Dániel
3fbf39fa18 Hungarian localisations for issue #6827 (#6834)
* ADJUSTER_RESET_TO_DEFAULT CURVEEDITOR DONT_SHOW_AGAIN DYNPROFILEEDITOR EDIT EXIF EXPORT EXTPROGTARGET FILEBROWSER FILECHOOSER GENERAL GIMP_PLUGIN_INFO and HISTOGRAM translated

* Wavelet translations

* Added Hungarian translation conventions

* Translated PREFERENCES

* Translated PARTIALPASTE

* Translated ICCPROFCREATOR

* Translated IPTCPANEL

* Translated MAIN

* Translated MONITOR_PROFILE_SYSTEM

* Translated OPTIONS

* Translated PROFILEPANEL

* Translated PROGRESSBAR

* Translated QINFO

* Translated QUEUE

* Translated SAMPLEFORMAT

* Translated SVEDLG

* Translated SHCSELECTOR

* Translated THRESHOLDSELECTOR

* Changed translation of HDR

* Translated TOOLBAR_TOOLTIP

* Translated NAVIGATOR

* Translated TC_PRIM

* Fixed typo

* Translated TP_BWMIX

* Translated TP_CBDL

* Fixed translations of histogram

* Translated COLORAPP

* Added credits

* Fixed spelling

Fixed spelling and the translation of some lines
2023-09-03 23:59:11 +02:00
Lawrence Lee
6fb8ded886 Add Sony ILCE-7M4 raw crop
Remove 10 columns of bad pixels from the right border.
2023-09-02 22:03:34 -07:00
Richard E Barber
4fab12bf1e link to rth and rth-cli 2023-08-30 08:49:01 -07:00
Lawrence Lee
0fdac3797a Merge branch 'dev' into browser-preview-applied-pparams 2023-08-29 22:58:51 -07:00