11420 Commits

Author SHA1 Message Date
Ingo Weyrich
8c851a1b3f Also tweak CMAKE_C_FLAGS, fixes #5742 2020-05-08 14:02:40 +02:00
Desmis
2cfa6d635a
Merge pull request #5743 from Pandagrapher/newlocallab
Local Adjustments GUI improvements
2020-05-08 13:08:08 +02:00
Desmis
fb3d2e4b4b Various improvments to labels and default choice 2020-05-08 12:57:24 +02:00
Pandagrapher
bb95dd7a1b Improves Locallab tools advice tooltips management
Other:
- GUI widgets cleanup
2020-05-08 12:34:10 +02:00
Ingo Weyrich
988d3a1a0d Do not set math errno 2020-05-07 15:26:10 +02:00
Pandagrapher
aa41870346 Various changes in Locallab GUI
- Modified some Locallab tool default parameters
- Updates some labels
- Expanders visibility state is now kept when using history
- New added tool has now its visibily state resetted to default one
- Code cleanup
2020-05-06 13:14:54 +02:00
Pandagrapher
65c008aea7 Merge with branch 'dev/newlocallab'...
Others:
- Improves "Local Contrast" tool GUI behavior
- Fixes label for default complexity mode choice in preferences windows
2020-05-05 15:51:39 +02:00
Lawrence Lee
852b3270e1 Make history message key names more descriptive
Use keys that are more descriptive than "HISTORY_MSG_###".
2020-05-04 18:15:27 -07:00
Lawrence Lee
fb5094b6f9 Merge from branch 'dev' 2020-05-04 14:07:45 -07:00
Lawrence Lee
8a970f95bc Merge from branch 'dev' 2020-05-04 11:49:34 -07:00
Pandagrapher
bdb8a95b14 Use default complexity mode defined in preferences when adding tool 2020-05-04 20:03:58 +02:00
Laurent Pinchart
cec7908429 rtexif: Fix conversion from RATIONAL to int, double or string
RATIONAL tags are defined as a ratio of two LONG, themselves defined as
32-bit unsigned integers. The value is misinterpreted when converting to
an int, double or string, as the numerator and the denominator are
interpreted as signed values. The problem has been noticed with the
ExposureTime tag generated by libtiff, which sets the denominator to
0xffffffff for exposure times lower than 1. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2020-05-03 17:14:04 +03:00
Pandagrapher
d0d79c7d59 Improve complexity mode management for Locallab tools
Changes:
- For each Locallab tool, a complexity mode can now be chosen (by
defaut, "Expert") to reduce or not the number of tool parameters.

Fixed issues:
- Some tool parameters had their values forced to a default one in
"Normal" mode whereas it shouldn't.
2020-05-03 13:48:05 +02:00
Desmis
2d517d64c6 Added tooltip checkbox bw 2020-05-02 14:23:01 +02:00
Desmis
778e9af9b7 Added checkbutton in settings forced change in BW 2020-05-02 11:13:48 +02:00
Desmis
0196b31bf5 Change some default sliders settings wavelet 2020-05-01 08:34:11 +02:00
Desmis
62fe43fa16 Fixed bad behavior slider strength in Soft Light 2020-04-30 08:46:26 +02:00
Desmis
b1c43b32f8 Enable Help Local adjustment with Rawpedia fr 2020-04-30 08:29:21 +02:00
Desmis
dd070dbd3d Added Damper to wavelet local contrast and gradient 2020-04-29 11:11:08 +02:00
Desmis
9048380242 Improve soft radius wavelet pyramid 2020-04-28 16:17:17 +02:00
Desmis
3dd21f5fe0 merge with dev 2020-04-28 12:52:42 +02:00
Thanatomanic
1beb3c91b4
Adjust white-point for Nikon COOLPIX P1000. Fixes #5734 2020-04-27 18:13:47 +02:00
Desmis
2833a3113b Change tooltip merge file with brush 2020-04-27 17:09:12 +02:00
Desmis
083ff5ad54 Improve GUI directional contrast 2020-04-27 14:02:11 +02:00
Desmis
0189cc0815 Added directional contrast to wavelet pyramid 2020-04-27 09:47:43 +02:00
Desmis
2673504ba2 Added shadows highlight to residual image wavelet pyramid 2020-04-26 13:50:47 +02:00
Desmis
1ca10eb755 Save GUI for local wavelet residual shadows Highlight 2020-04-26 13:18:51 +02:00
Flössie
70eeeddddd Fix newly introduced SEGV in ProcParams::save() 2020-04-26 11:59:23 +02:00
Flössie
48ea4741a6 Restore procparams.cc formatting 2020-04-25 19:26:08 +02:00
Flössie
4fc32783fa Fix labimage warning 2020-04-25 18:04:55 +02:00
Desmis
40678e717f Try to fix warning in labimage advice benitoite 2020-04-25 15:07:38 +02:00
Desmis
cc8bb73179
Merge pull request #5731 from Pandagrapher/newlocallab
Fixes warnings in Locallab GUI during clang10 compilation
2020-04-24 20:07:02 +02:00
Pandagrapher
101d226c59 Fixes another warnings in Locallab GUI during clang10 compilation 2020-04-24 19:21:43 +02:00
Pandagrapher
a111c71ea9 Fixes warnings in Locallab GUI during clang10 compilation 2020-04-24 18:44:30 +02:00
Desmis
da10ea26e0 Fixed another waring newhr in iplocallab 2020-04-24 14:19:33 +02:00
Desmis
02e24bb332 Fixed - I hope - warning in ipretinex iplocallab 2020-04-24 14:09:57 +02:00
Desmis
53f98d5f7f Change formating in procparams.cc 2020-04-24 12:20:04 +02:00
Desmis
ae048549f4
Merge pull request #5727 from Pandagrapher/newlocallab
Improvements of Locallab GUI
2020-04-24 10:19:46 +02:00
Pandagrapher
50ad85bae5 Merge remote-tracking branch 'dev/newlocallab' into newlocallab 2020-04-24 09:58:35 +02:00
Desmis
5d66b894f7 merge with dev 2020-04-24 07:16:46 +02:00
Pandagrapher
32f66da534 Locallab tools code cleanup and format 2020-04-23 21:09:29 +02:00
Pandagrapher
de2f66ae76 Fix issue where selected spot was not saved correctly right after
deleting spot
2020-04-23 20:53:59 +02:00
Pandagrapher
a368b5470b Improvement of Exposure locallab tool according to complexity mode 2020-04-23 20:42:22 +02:00
Pandagrapher
192c9b118f Update storage method in .pp3 files for RT-spot points
RT-spot points are now stored as integer vector (instead of four
dedicated integer) to allow future improvements.
2020-04-23 19:38:53 +02:00
Thanatomanic
276ae214f2 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2020-04-23 10:12:49 +02:00
Thanatomanic
687217a6af Brighten the diagonal line in curves, tone down the gridlines. Fixes #5687. 2020-04-23 10:10:42 +02:00
Desmis
c974799e76 Chnage some labels 2020-04-23 08:29:01 +02:00
Pandagrapher
2c7adc1f7a Updates in RT-spot panel GUI
- Adjusters "transitweak_" and "thresh_" are now present in all modes
- Modification of maximum value of "transitweak_" adjuster
2020-04-22 21:27:27 +02:00
Desmis
de04f63fc8 Harmonize show frame - box in wavelet 2020-04-21 17:28:23 +02:00
Desmis
bc760b8492 Added damper to edge sharpness wavelet 2020-04-21 13:45:29 +02:00