73c058334e
Add Shortcuts preferences tab (Name not working)
2025-06-08 23:22:39 -04:00
Lawrence Lee
6e2a2091d6
Preparing to merge back to dev
2025-05-31 10:09:09 -07:00
Lawrence37
a8a3d1bc7b
Merge pull request #7390 from RawTherapee/release-5.12
...
Release 5.12
2025-05-27 18:02:22 -07:00
Lawrence Lee
264e9cbf70
Update date of release 5.12
2025-05-27 18:00:39 -07:00
Lawrence37
39ac22a40b
Merge pull request #7407 from Lawrence37/lensfun-manually-selected-lens-fix
...
Fix for profiled lens correction with manually selected lens
2025-05-27 17:51:16 -07:00
Lawrence Lee
a3d3457bfd
Fix data loading of manually selected Lensfun lens
...
Remove requirement that the lens mount matches the camera mount. This
allows adapted lenses to work. Matching the lens mount isn't even
necessary because the make and model names together should be unique.
2025-05-25 15:31:08 -07:00
Lawrence37
2aa784e417
Merge pull request #7397 from Lawrence37/benchmark-cleanup
...
Remove benchmarking
2025-05-19 18:12:36 -07:00
Lawrence37
082e671b51
Merge pull request #7398 from Benitoite/patch-48
...
macOS: update bundle jxl-cms handler
2025-05-19 18:12:16 -07:00
Richard E Barber
3e975e68c7
macOS: update bundle jxl-cms handler
2025-05-19 03:15:15 -07:00
Lawrence Lee
1a3fce8c56
Remove benchmarking
2025-05-18 22:27:08 -07:00
Lawrence37
c29f7680e5
Merge pull request #7395 from Benitoite/patch-47
...
macos: handle SVG pixbufloader
2025-05-18 21:23:12 -07:00
Richard E Barber
e53dadc66b
macOS: swap order of commands
2025-05-18 19:31:53 -07:00
Richard E Barber
e1c5d137fe
macos: handle SVG pixbufloader
2025-05-18 02:48:56 -07:00
Lawrence Lee
44a53d728f
Update Dutch (Nederlands) translation
...
Provided in https://github.com/RawTherapee/RawTherapee/issues/7392 .
2025-05-12 22:54:13 -07:00
Lawrence Lee
9aaa4812ba
Preparing for release 5.12
2025-05-10 17:37:59 -07:00
Desmis
c398dfcf8c
SE sharpening - avoid amount = 0 and show slider in all cases - hide slider gamma in inverse ( #7385 )
...
* Selective editing sharpening - avoid amount 0 and show slider in all cases
* SE Hide gamma slider in inverse sharpening
2025-05-09 08:15:02 +02:00
Lawrence37
65d8bd80b8
Merge pull request #7371 from RawTherapee/release-5.12
...
5.12 release candidate 2
2025-05-04 11:42:31 -07:00
Lawrence Lee
4a914c5d70
Update release notes and splash for 5.12-rc2
2025-05-03 18:42:04 -07:00
Lawrence Lee
65b6b5afa9
Update Chinese (Simplified) translation
...
Provided in
https://github.com/RawTherapee/RawTherapee/issues/7361#issuecomment-2848653311 .
2025-05-03 12:27:45 -07:00
Lawrence37
1ed9f3787d
Merge pull request #7375 from Lawrence37/libraw-pre-mul-fix
...
Fix for some images being too bright when using LibRaw
2025-05-03 11:29:15 -07:00
Desmis
0c9997f897
Selective Editing - Retinex in global mode issue 7367 ( #7370 )
...
* Change in transit_shapedetect_retinex to take into account Global mode
* Change appimage.yml and windows.yml
* Set appimage.yml and windows.yml to neutral
2025-04-27 08:31:58 +02:00
Lawrence Lee
8ed93b0163
Fix blown images when using LibRaw
...
dcraw code only normalizes the pre-multipliers for the number of colors
in the raw image. LibRaw can set the pre-multipliers for a greater
number of colors. For example, it can set the 4th multiplier for a
3-color raw. This causes the dcraw code to produce incorrect
multipliers.
Remove the 4th multiplier if the number of colors is less than 4 and the
multiplier is equal to the 2nd multiplier. This lets the multiplier be
set equal to the 2nd one after normalization. For images where the
multipliers are not equal, print a warning.
2025-04-26 18:37:39 -07:00
Lawrence Lee
b8d094dd78
Update Italian translation
...
Provided in https://github.com/RawTherapee/RawTherapee/issues/7368 .
2025-04-24 22:33:27 -07:00
Lawrence37
c1e22127de
Merge pull request #7335 from RawTherapee/release-5.12
...
5.12 Release Candidate 1
2025-04-22 22:38:58 -07:00
Lawrence Lee
e7d9195632
Update 5.12rc1 release date
2025-04-22 22:34:48 -07:00
Lawrence37
824e51eb51
Merge pull request #7366 from RawTherapee/dutch-translation-7365
...
Dutch translation update
2025-04-22 22:33:08 -07:00
Lawrence Lee
eb09073b13
Update Dutch translation
...
Provided in https://github.com/RawTherapee/RawTherapee/issues/7365 .
2025-04-22 17:55:02 -07:00
Lawrence Lee
a57b6afc5f
Merge branch 'dev' into release-5.12
2025-04-21 22:40:29 -07:00
Lawrence37
e86bc3f638
Merge pull request #7359 from npt-1707/fix-CVE-2018-5815
...
parse_qt: possible integer overflow
2025-04-21 22:40:11 -07:00
Lawrence Lee
8f658a23d6
Generate translation diffs
2025-04-21 22:37:26 -07:00
Lawrence37
fb14e6d42d
Merge pull request #7364 from RawTherapee/chinese-simplified-7361
...
Chinese (Simplified) translation update
2025-04-21 22:34:11 -07:00
npt-1707
6d190cb5fd
Revert "rtengine/draw.c: parse_qt: possible integer overflow"
...
This reverts commit c466177ccfc73b540f85a2d654fd3acb0a2db71c.
2025-04-21 21:25:14 +08:00
Lawrence Lee
d03af315ac
Update Chinese (Simplified) translation
...
Provided in https://github.com/RawTherapee/RawTherapee/issues/7361 .
2025-04-20 15:02:02 -07:00
Lawrence37
5af7605c54
Merge pull request #7363 from RawTherapee/ghstooltip
...
Change tooltips TP_LOCALLAB_GHS_LP_TOOLTIP TP_LOCALLAB_ GHS_HP_TOOTIP
2025-04-19 14:26:34 -07:00
U-PCSPECIALIST01\jdesm
12655cc14b
Change tooltip TP_LOCALLAB_GHS_MID_TOOLTIP as suggested
2025-04-18 17:14:01 +02:00
U-PCSPECIALIST01\jdesm
d0962da3fd
Change tooltips as suggested in PR
2025-04-18 13:40:04 +02:00
U-PCSPECIALIST01\jdesm
6e9a72d5b5
Change tooltips TP_LOCALLAB_GHS_LP_TOOLTIP and TP_LOCALLAB_GHS_HP_TOOLTIP
2025-04-18 10:26:52 +02:00
npt-1707
137be1f5e4
dcraw.cc: parse_qt: possible integer overflow
2025-04-17 16:54:06 +08:00
npt-1707
c466177ccf
parse_qt: possible integer overflow
2025-04-17 01:23:03 +08:00
Lawrence37
eecff83540
Merge pull request #7349 from JacksonLegge/fix-cli-awb
...
Fix Temperature Correlation White Balance in CLI
2025-04-12 17:30:21 -07:00
Lawrence37
da562f2cdd
Merge pull request #7356 from RawTherapee/ghscrash
...
Avoid crash with some rares images and black point greater than zero
2025-04-08 22:37:09 -07:00
U-PCSPECIALIST01\jdesm
dc45d43e77
Avoid crash issue 7355
2025-04-08 16:31:42 +02:00
Lawrence37
f615acefc7
Merge pull request #7353 from Lawrence37/ghs-panel-width
...
GHS tool panel width fix
2025-04-07 21:43:08 -07:00
Desmis
48e3f95b0c
Change title Generlized Hyperbolic Stretch to Generalized Hyperbolic Strech (GHS) ( #7354 )
2025-04-07 08:39:24 +02:00
Lawrence Lee
23806afd18
Fix inconsistent GHS tool width
...
Allow the black and white point information to wrap.
2025-04-06 15:35:45 -07:00
Lawrence37
4306b270a8
Merge pull request #7351 from marter001/default
...
localisation deutsch
2025-04-05 17:48:00 -07:00
Lawrence Lee
22ac68426d
Update release notes
2025-04-05 16:26:39 -07:00
Lawrence Lee
43ac75c780
Merge branch 'dev' into release-5.12
2025-04-05 15:07:40 -07:00
Lawrence37
9e39e62e92
Merge pull request #7346 from Lawrence37/nikon-d5-black-level-libraw
...
Fix for Nikon D5 black level when using LibRaw
2025-04-05 15:05:44 -07:00
Lawrence37
383350a233
Merge pull request #7350 from Lawrence37/appimage-fix
...
AppImage workflow fix
2025-04-05 11:50:10 -07:00