Lawrence37
7751019b6e
Merge pull request #6992 from Pandagrapher/patch_linux
...
Fix 'Hicolor' icon theme conflict when installing on Linux
2024-03-16 17:44:16 -07:00
Pandagrapher
026e9e2a38
Do not install 'index.theme' file for linux build with 'BUILD_BUNDLE=OFF'
2024-03-16 16:13:47 +01:00
Lawrence37
e8ed39206c
Merge pull request #6983 from Lawrence37/canon-cam-wb-fix
...
Read camera white balance for Canon EOS R6m2, R7, and more
2024-03-11 19:20:26 -07:00
Lawrence Lee
c3a1656ac0
Fix WB multipliers for some Canon cameras
...
Read the correct tag for the as-shot multipliers (index 0x69). The port
from LibRaw incorrectly used the tag at index 0x69 + 0x64, which is the
daylight WB multipliers. This fix affects Canon cameras with color data
versions 34 (EOS R3) and 48 (EOS R6m2, EOS R7, and EOS R10).
2024-03-09 22:17:55 -08:00
Lawrence Lee
82dce5fd47
Adapt to real hi-DPI update
...
Change recursive folder browsing button icon color and size.
2024-03-09 12:47:52 -08:00
Lawrence Lee
3e8ebfef2c
Merge branch 'dev' into browse-subfolder
2024-03-09 12:19:30 -08:00
Lawrence37
54d5979dbb
Merge pull request #6981 from Lawrence37/dutch-translation
...
Update Dutch translation
2024-03-09 11:39:19 -08:00
Lawrence37
fb74a9fb11
Merge pull request #6977 from sgotti/denoise_gui_set_luminance_detail_adjuster_default_as_procparams_default
...
denoise gui: set luminance detail adjuster default as procparams default
2024-03-09 11:23:41 -08:00
Lawrence Lee
5ecdaa2b00
Update Dutch translation
...
Supplied by paulmatthijsse
(https://github.com/Beep6581/RawTherapee/issues/6979 ).
2024-03-09 11:14:10 -08:00
Desmis
96a48c6334
Local adjustments - set method Avoid Gamut to Munsell - better processing of highlights and gamut ( #6965 )
...
* Avoidgamumethod set to Munsell-only
* Set appimage.yml and windows.yml to la_gamutmunsell
* Remove procparams conversion XYZ absolute tu Munsell only
* Neutralize appimage.yml and windows.yml
2024-03-09 07:36:46 +01:00
Simone Gotti
8de0519204
denoise gui: set luminance detail adjuster default as procparams default
...
The rtgui denoise luminance detail adjuster widget default value is
set to 50, but the procparams default is 0 causing some confusing
behavior: when enabling the denoise tool in the gui the luminance detail
value is set to the proc params default value (0), when resetting the
adjuster the values is set to 50.
This patch sets the adjuster default value to the procparams default
value like the other adjusters.
2024-03-08 10:46:26 +01:00
Lawrence37
103bc9fa1d
Merge pull request #6976 from Benitoite/patch-36
...
Windows/innosetup: comment out deleted font
2024-03-07 22:14:35 -08:00
Richard E Barber
3b2732d641
windows innosetup: comment out font
...
bf988ad274
removes the default font in favor of the OS default. `tools/win/InnoSetup/WindowsInnoSetup.iss.in` Line 122 causes the win build fail trying to load the deleted font.
2024-03-07 14:12:02 -08:00
Simone Gotti
3e26976403
Read embedded dcp profile from raw files
...
raw files, usually dng files, can provide a dcp profile by providing the
related tags.
This patch will make the "Use embedded" options in the color management
panel selectable if the source raw file embeds a dcp profile.
In this case the DCP panel will be enabled like when reading an external
dcp profile.
Additional changes:
* Rename "Use embedded, if possible" to just "Use embedded" since the
option is already disabled when no embedded profile is found.
* Update the "Use embedded" options tooltip as it's now not related to
only non raw images.
2024-03-07 10:37:54 +01:00
Desmis
a5df36c569
Change Tooltip Observer ( #6975 )
...
* Change Tooltip Observer
* Change observer tooltip 2
2024-03-07 08:23:50 +01:00
Lawrence37
7f45af1182
Merge pull request #6830 from Pandagrapher/real_hidpi
...
"Real" Hi-DPI support for RawTherapee GUI - Part 1
2024-03-06 12:59:21 -08:00
Pandagrapher
7e63892628
Merge with 'Beep6581/dev'
2024-03-06 19:10:49 +01:00
Lawrence Lee
4e22e32459
Update Italian translation
...
Translation provided by capejeaspaje
(https://github.com/Beep6581/RawTherapee/issues/6971 ).
2024-03-05 22:53:56 -08:00
U-PCSPECIALIST01\jdesm
619b1866fb
Remove appimage.yml and windows.yml
2024-03-03 08:09:24 +01:00
Desmis
484f1a29de
Local adjustments - Chromaticity curve C(h) ( #6964 )
...
* Chromaticity curve C(h)
* Appimage.yml windows.yml lachroma
2024-03-03 07:28:37 +01:00
Lawrence Lee
51e52d9aba
Merge branch 'dev' into libraw-copylib
2024-03-02 21:01:34 -08:00
Lawrence Lee
6daf3f6a23
Fix possible infinite loop in dcraw
...
Use same type for variable comparison in loop condition. Fixes CodeQL
alert 96.
2024-03-02 20:55:07 -08:00
Lawrence37
f687bda276
Merge pull request #6872 from 0v3rt1r3d/0v3rt1r3d/max-zoom-preference
...
Implement maximal zoom feature
2024-03-02 16:40:15 -08:00
Lawrence37
9308a830ed
Merge pull request #6952 from Lawrence37/sony-ilce-7cr-camconst
...
Sony ILCE-7CR / ILCE-7RM5 camconst
2024-03-02 16:11:53 -08:00
Lawrence37
8495ba7502
Merge pull request #6837 from Lawrence37/lensfun-match-saved-name
...
Fix for some Lensfun corrections not available
2024-03-02 15:45:59 -08:00
Lawrence37
857d69d4eb
Merge pull request #6959 from Benitoite/patch-35
...
mac: update codesign procedures
2024-03-02 15:36:15 -08:00
Lawrence37
c3402b18d5
Merge pull request #6951 from sgilbertson/issue-4765-queue-template-time-and-date
...
Issue 4765 queue template time and date
2024-03-01 21:46:29 -08:00
Scott Gilbertson
cd64ced60f
Address comments in pull request:
...
- use "const" where possible
- add spaces after commas
- use dateTimeFormatExamples by reference (don't copy)
- fix incorrect cast to unsigned int (declare variable as gunichar)
2024-02-28 13:22:57 -05:00
U-PCSPECIALIST01\jdesm
3672e0f34d
Clean appimage.yml & windows.yml
2024-02-28 15:26:17 +01:00
Scott Gilbertson
1db8b0d643
Indent example path the same amount as other indented items in the queue template help
2024-02-25 17:49:00 -05:00
Scott Gilbertson
50f27c099c
Make indentation consistent in queue template help
2024-02-25 17:38:42 -05:00
Scott Gilbertson
fbeaace607
Change literal to G_FILE_ATTRIBUTE_TIME_MODIFIED, change line spacing in template help
2024-02-25 10:14:10 -05:00
Richard E Barber
3f80708555
mac: update codesign procedures
2024-02-25 01:08:32 -08:00
Alberto Griggio
65a14051fe
rawimage: put global black level (as found in DNG converted files) for xtrans files where the code expects to find it
2024-02-22 22:22:41 -08:00
Scott Gilbertson
7c67739b9d
Eliminated dateTimeIsValid, instead null-checking dateTime -- non-null means it's valid.
2024-02-19 11:43:04 -05:00
Scott Gilbertson
b39ab15659
Eliminated use of stat() instead using Gio::FileInfo to get file modification date
2024-02-19 11:35:46 -05:00
Scott Gilbertson
547ac41ad4
Make brace placement consistent
2024-02-18 12:28:00 -05:00
Scott Gilbertson
703a81ae0c
Removed FIXME comment
2024-02-18 12:22:36 -05:00
Scott Gilbertson
94cd3d4626
Apply time/date format for %t output template specifier
2024-02-18 11:30:43 -05:00
U-PCSPECIALIST01\jdesm
6dd99ca3d9
Nederlands rtdata languages - by Paul Matthijsse
2024-02-18 15:59:09 +01:00
Lawrence Lee
7945f93e8f
Merge branch 'releases' into dev
2024-02-15 23:15:50 -08:00
Lawrence Lee
437a867121
Preparing to merge back to dev
2024-02-15 22:40:06 -08:00
Lawrence Lee
8adb5439de
Preparing for release 5.10
2024-02-15 21:12:09 -08:00
Scott Gilbertson
dbd0829e61
Obtain the export, shooting or save time, per letter after %t output template specifier
...
Print the result (not yet processing a time formatting string)
2024-02-12 18:35:01 -05:00
Scott Gilbertson
79134ecc9f
Instead of time now, in help examples use 2001-02-03T04:05:06.123456 local time
2024-02-12 17:06:08 -05:00
Lawrence37
ec60ee49e4
Merge pull request #6950 from marter001/patch-1
...
small update Deutsch
2024-02-11 23:33:34 -08:00
Lawrence Lee
10050fd9b1
Add ILCE-7CR raw crop, PDAF pattern, dcraw matrix
...
Also use the same values for the Sony ILCE-7RM5 which should have the
same sensor. Copy the PDAF pattern to the ILCE-7RM4, which has the same
size sensor.
2024-02-11 23:24:36 -08:00
Scott Gilbertson
5d7586bab4
Simplify path help, add '%f' to generated examples
2024-02-11 15:28:39 -05:00
Scott Gilbertson
ccc667e390
Added specific tooltip for the location template "?" help toggle button
2024-02-11 15:10:02 -05:00
Scott Gilbertson
bc054ea506
Added help for time/date template specifiers
2024-02-11 15:07:50 -05:00