rawtherapee-unstable:ciecamsym

Last commit made on 2023-01-05
Get this branch:
git clone -b ciecamsym https://git.launchpad.net/rawtherapee-unstable

Branch merges

Branch information

Name:
ciecamsym
Repository:
lp:rawtherapee-unstable

Recent commits

8a0f0cc... by "U-PCSPECIALIST01\\jdesm" <email address hidden>

Improve GUI for tempout and greenout

0836e07... by "U-PCSPECIALIST01\\jdesm" <email address hidden>

Change tint in tooltip temperature

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

other Comment code and small change

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

Comment code

8058fa5... by "U-PCSPECIALIST01\\jdesm" <email address hidden>

changes such as symmetric works and temperature output makes sense

95cede9... by Desmis <email address hidden>

Color Appearance and lighting : Remove cat02preset and all dependencies issue 5664 (#6585)

* Remove cat02preset and all dependencies issue 5664

* Normalize cmakelist

f449a72... by Lawrence37 <email address hidden>

Merge pull request #6299 from Beep6581/multi-external-editor

Multiple External Editors

4d287b4... by Lawrence Lee <email address hidden>

Merge branch 'dev' into multi-external-editor

57c1822... by Lawrence37 <email address hidden>

Strict temporary image file permissions (#6358)

* Write temp images to private tmp directory (Linux)

The directory is in /tmp with 700 permissions.

* Reduce temp image file permissions in Linux

Set temporary image file permissions to read/write for the user only.

* Use private tmp directory for temp images in MacOS

* Use private tmp directory for temp images Windows

* Use GLib to create temporary directories

* Reuse temp directory if possible

8d29d36... by Ingo Weyrich <email address hidden>

Support dnggainmap (embedded correction) for Bayer files (#6382)

* dng gainmap support, #6379
* dng GainMap: control sensitivity of checkbox, #6379
* dng GainMap: partial paste
* dng GainMap: moved isGainMapSupported() from dcraw.h to dcraw.cc
* RawImageSource::applyDngGainMap: small speedup
* Change GUI to separate gainmap from other flat-field; also reorder checkbox

Co-authored-by: Thanatomanic <email address hidden>