12224 Commits

Author SHA1 Message Date
Lawrence Lee
4e57202bf6
Improve Lensfun auto lens matching
Handle lens names with spaces surrounding dashes.
2024-03-31 17:43:04 -07:00
Simone Gotti
68fd35d881 thumbnail: decouple proc params rank/color/trash
Add a Properties type that contains values for rank, color and trashed
Each value will also contain an edited flag.

The properties variable is used to store rank, color and trashed. They
are fetched from the proc params and will update the proc params when
needed.

This is the base for future implementations where some properties (like
rank) will be also retrieved from other sources like xmp sidecar files.
2024-03-30 09:46:02 +01:00
Simone Gotti
dcc983331d thumbnail: rename get/setStage to get/setTrashed
Also return a bool in getTrashed since it's already used as a bool in
setTrash and in all the checks.
2024-03-30 09:46:02 +01:00
Simone Gotti
52e88e8954 imageio: fix issues/crash on png with transparency
If a png has a transparency chunk (tRNS), after converting the
transparency to alpha we should also strip alpha (color_type is not
updated with PNG_COLOR_MASK_ALPHA flag set) or the row parsing will
return also the alpha channel causing a memory overflow.
2024-03-29 15:16:55 +01:00
Simone Gotti
65c68364a9 dcraw: add support for Fujifilm GFX 100 II 2024-03-29 10:05:51 +01:00
Lawrence37
11240bc97d
Merge pull request #7009 from sgotti/fix_options_BrowseRecursiveFollowLinks_reading
options: fix BrowseRecursiveFollowLinks reading
2024-03-28 21:30:41 -07:00
Simone Gotti
13eddbdd94 dcraw: handle fujifilm lossy compression
port from libraw handling of fujifilm lossy compression.
2024-03-25 11:13:04 +01:00
Simone Gotti
c2a57359fe options: fix BrowseRecursiveFollowLinks reading
PR #6769 added the boolean BrowseRecursiveFollowLinks options, but while
it's saved as a boolean, it's read as an integer causing this error:

```
Options::readFromFile / Error code 5 while reading values from "/home/sgotti/.config/RawTherapee/options":
Key file contains key “BrowseRecursiveFollowLinks” in group “File Browser” which has a value that cannot be interpreted.
```
2024-03-25 11:02:03 +01:00
Lawrence37
61019d0dc6
Merge pull request #7006 from hfiguiere/iplab2rgb-leak
iplab2rgb: Fix memory leak
2024-03-24 12:20:33 -07:00
Lawrence37
3bab4657d7
Merge pull request #6962 from sgotti/read_raw_embedded_dcp
Read embedded dcp profile from raw files
2024-03-24 12:19:04 -07:00
Lawrence37
0fa0e42ed0
Merge pull request #7003 from Lawrence37/om-digital-solutions-tg-7
Initial support for OM TG-7
2024-03-24 12:18:21 -07:00
Lawrence37
8b783d8008
Merge pull request #6991 from sgotti/flat_field_different_black_levels
Handle flat field images with different black levels than raw image
2024-03-24 12:04:35 -07:00
Lawrence37
bf8f385eb5
Merge pull request #6769 from Lawrence37/browse-subfolder
Recursive image browsing
2024-03-24 12:02:21 -07:00
Lawrence37
dc0796fca9
Merge pull request #6974 from Lawrence37/italian-translation
Italian translation
2024-03-24 11:58:33 -07:00
Lawrence Lee
6b1afe07cd Remove Adwaita cursors from Windows build 2024-03-24 11:55:36 -07:00
Hubert Figuière
b46c22dee6 iplab2rgb: Fix memory leak
Signed-off-by: Hubert Figuière <hub@figuiere.net>
2024-03-23 16:58:45 -04:00
Lawrence Lee
c5967cb4e4
Add initial support for OM TG-7
Read CFA pattern for OM Digital Solutions cameras.
Use Olympus TG-6 camconst for the TG-7, since the dcraw matrix and raw
crop are the same.
2024-03-21 21:45:35 -07:00
Simone Gotti
2aea26b5f3 Handle flat field images with different black levels than raw image
For bayer images handle flat field images with different black levels
than the raw image.
2024-03-17 21:56:56 +01:00
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
bf988ad2744865f151611a2761a91c9d90f7ba83 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
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
Scott Gilbertson
7c67739b9d Eliminated dateTimeIsValid, instead null-checking dateTime -- non-null means it's valid. 2024-02-19 11:43:04 -05:00