rawtherapee-unstable:poor_man_dehaze

Last commit made on 2021-06-04
Get this branch:
git clone -b poor_man_dehaze https://git.launchpad.net/rawtherapee-unstable

Branch merges

Branch information

Name:
poor_man_dehaze
Repository:
lp:rawtherapee-unstable

Recent commits

676a740... by Ingo Weyrich <email address hidden>

Merge branch 'dev' into poor_man_dehaze

38ff2b5... by Lawrence37 <email address hidden>

Merge pull request #6268 from Beep6581/perspective-ux

Perspective tool: Improve control lines user experience

3f58095... by Bicyclops

Updated generatePngIcons

The script is now compatible with Inkscape 1.0

73c505c... by rom9 <email address hidden>

Merge remote-tracking branch 'upstream/dev' into dev

726f1c1... by rom9 <email address hidden>

FilmNeg tool: used a single luminance reference when sampling white balance spot several times in sequence, to avoid luminance drift.
Fixes #6257

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

Merge branch 'dev' into perspective-ux

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

Merge pull request #6253 from Beep6581/preview-widget-fixes

On-preview widget fixes

22f5a90... by Lawrence37 <email address hidden>

Merge pull request #6222 from Beep6581/inspector-window-fixes

Inspector window fixes

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

Clean up rtgui perspective.* and controllines.*

Change size_t to std::size_t, remove void from function parameters, use
constants to represent the minimum required number of control lines, and
change const auto & to const auto.

2c1e6a8... by Lawrence Lee <email address hidden>

Make control lines buttons react to line counts

Set the "apply" and "delete all" button sensitivity based on the number
of control lines. Add extra tooltip text to the apply button when
editing and there is not enough lines. The text explains there must be
enough vertical or horizontal control lines.