rawtherapee-unstable:lasettingavoid

Last commit made on 2024-02-07
Get this branch:
git clone -b lasettingavoid https://git.launchpad.net/rawtherapee-unstable

Branch merges

Branch information

Name:
lasettingavoid
Repository:
lp:rawtherapee-unstable

Recent commits

36fd340... by "U-PCSPECIALIST01\\jdesm" <email address hidden>

Same change in controlspotpanel.cc

3d4dc16... by "U-PCSPECIALIST01\\jdesm" <email address hidden>

Change default settings avoidcolorshift to XYZ absolute

6967de2... by Lawrence Lee <email address hidden>

Preparing for release 5.10-rc1

ac2b1d2... by Lawrence Lee <email address hidden>

Run generateTranslationDiffs

6ce4e69... by Lawrence Lee <email address hidden>

Restore local spot history messages

f65e428... by Lawrence37 <email address hidden>

Merge pull request #6833 from LoKolbasz/segfault_with_fuji_cropped_raw_issue#6312

Segfault fixed when opening Fuji cropped raw. Fixes #6312

e438e0e... by Lawrence37 <email address hidden>

Some more cherry-picking for 5.10 (#6937)

* Local adjustments - Show additional settings - link with complexity (#6899)

* Change hishow -additional seeting - with complexity

* Modify windows.yml and appimage.yml

* Fixed bug in duplicate spot

* Remove pre-dev builds

* Update camconst.json white levels for 1DxII

* Fix warnings: conversion to double/float, unused variables, register keyword

* Fix crash when opening image in editor

Do not access uninitialized raw image data. The raw data is requested
when the demosaic mode is set to None and the cursor is moved over the
image in the editor. It can occur before the raw data is loaded.

* Fix sRGB working profile crash

The sRGB working profile cannot be found under some conditions because
the profile name is stored as a Glib::ustring and the same strings may
not be equal when using different locales. Use std::string whenever
comparing profile names.

---------

Co-authored-by: Desmis <email address hidden>
Co-authored-by: CarVac <email address hidden>
Co-authored-by: Alexander Gruzintsev <email address hidden>

42817bf... by Lawrence37 <email address hidden>

Defringe tool banding & desaturation fix (#6934)

* Fix defringe banding & desaturation race condition

Use a copy of the image instead of the image itself for the source data.
Affects Defringe, Color Appearance & Lighting Hot/bad pixel filter, and
Contrast by Detail Levels Reduce artifacts.

* Fix CodeQL warning

Fix multiplication overflow.

2f7c2e9... by Lawrence37 <email address hidden>

Fix rotation of images with odd number of rows (#6926)

* Fix line in middle of 180 degree rotated image

For images with an odd number of rows, a 180 degree rotation resulted in
one row of un-rotated pixels because it was effectively rotated twice.

* Replace verbose swap with std::swap

0d0834c... by Lawrence37 <email address hidden>

Dynamic Range Compression Improvement (5.10) (#6943)

* Improve Dynamic Range Compression - for some images with very high DR

* Clean code

* Improve TM fattal with saturation control in LA

* Saturation control fattal in LA

* Re-order paramsedit

* Change history_msg_tmo_satur with saturation

---------

Co-authored-by: U-PCSPECIALIST01\jdesm <email address hidden>