Commit Graph

10669 Commits

Author SHA1 Message Date
Ingo Weyrich
8c363fc24c Merge branch 'dev' into bayer_bilinear 2020-08-16 12:43:31 +02:00
Ingo Weyrich
a11d41b41a Enable dd contrast threshold adjuster for Amaze+bilinear and DCB+bilinear 2020-08-16 12:19:52 +02:00
Floessie
4888cb76f2 Merge pull request #5878 from Beep6581/delayed_connection
Delayed GUI updates
2020-08-16 09:32:53 +02:00
Ingo Weyrich
03d2c0dd03 Merge branch 'dev' into bayer_bilinear 2020-08-14 13:38:33 +02:00
Ingo Weyrich
1aa3b5c52b dcraw.cc: fix some warnings 2020-08-14 13:37:59 +02:00
Ingo Weyrich
b1690fd489 Merge branch 'dev' into bayer_bilinear 2020-08-14 12:55:55 +02:00
Ingo Weyrich
a4813ac256 RT build on non-Apple systems using clang shows wrong compiler info in AboutThisBuild.txt, fixes #5864 2020-08-14 12:22:08 +02:00
Ingo Weyrich
20f13048d4 Merge pull request #5884 from Beep6581/cleanups_202008
Cleanup: removed unused function; also murder instead of call for sui…
2020-08-13 15:18:09 +02:00
Ingo Weyrich
e19321982c Further cleanup 2020-08-13 13:27:01 +02:00
Ingo Weyrich
1419a01940 Further cleanup 2020-08-13 13:26:27 +02:00
Ingo Weyrich
a5c7713042 Cleanup: removed unused function; also murder instead of call for suicide (delete this) 2020-08-13 13:10:33 +02:00
Flössie
e4d037c7a9 Merge branch 'dev' into delayed_connection 2020-08-10 14:00:37 +02:00
Flössie
a55e06c676 Remove C++14isms from delayed_helper::apply()
Clang to the rescue:
- `void` isn't a literal type in C++11
- calling `f()` from `constexpr` isn't allowed in C++11

So, remove `constexpr` to simplify things.
2020-08-10 13:55:45 +02:00
Desmis
130fbb8eb2 Local complexity - Add 'Basic' to 'Standard'(Normal) and 'Advanced'(Expert) (#5858)
* Mode simple to color and light

* Exposure complex

* Vibrance and SH complex

* Soft and Blur complex

* Common mask complex

* Sharp Retinex complex

* Localcontrast complex

* Change label tooltip complex

* Change labels and tooltip

* Change tooltip french

* Change default value scope TM

* Some forgotten hide..with basic in inverse mode

* Another hide in basic and inverse

* Change some type in labels

* Change typo contrast

* Refine some labels tootips

* Change after review Ingo - thanks

* Improve history behaviour when changing local adjustments complexity mode

* Added normal to original retinex - basic to dehaze

* Fixed bad behavior normal expert Color and Light

* Improve edge sharpness

* Another improvment edge sharpness

* various improvement

* locallab: speedup and reduced memory usage for wavcontrast4()

* remove file

* French labels complexity

* calckoe(): cleanup, speedup and bugfix for 3x3 gaussian kernels

* calckoe(): cleanup for 3x3 gaussian kernels

* calckoe(): fill koeli[] with zeroes if level <= 1 && tloww >= 75.f

* GUI part fixes and cleanup

* Fix in Locallab Settings panel

Additionnal minor fix in Preferences windows

* Change default mode complexity in preferences - basic

* Change complexity in option

* Improve gui when lauch first image

Co-authored-by: Ingo Weyrich <heckflosse67@gmx.de>
Co-authored-by: Pandagrapher <pierre.cab@gmail.com>
2020-08-10 13:18:21 +02:00
Flössie
5e207afff6 Merge branch 'dev' into delayed_connection 2020-08-08 11:23:37 +02:00
Flössie
f353df3d05 Add DelayedCall and integrate it into navigator and histogram
- Rename `delayedconnection.h` to `delayed.h`
- Align `delayed_helper::apply()` with `std::apply()`
2020-08-08 11:18:56 +02:00
Desmis
25c5e62b72 Merge pull request #5873 from Beep6581/wavedg
Wavelet levels - Change labels and tooltip
2020-08-05 17:01:55 +02:00
Desmis
d939ffafdc Change label strength refine 2020-08-05 13:13:18 +02:00
Desmis
9dab7d3541 merge with dev 2020-08-05 10:24:21 +02:00
Desmis
2c3881f3a6 Retinex - Choice complexity Standard - Advanced (#5871)
* Enabled standard advanced for Retinex

* Added forgotten reset button
2020-08-05 10:21:14 +02:00
Desmis
6e4efb55c1 Change labels and tooltip 2020-08-05 07:13:49 +02:00
Desmis
03faaf94dd merge with dev 2020-08-05 06:54:14 +02:00
Thanatomanic
2a31ed9dec Update white level for Sony NEX-7 2020-08-04 18:00:45 +02:00
Ingo Weyrich
ab0c7aec5a Added Sony Nex-7 to camconst.json 2020-08-04 13:36:16 +02:00
Ingo Weyrich
c5001518d2 Hasselblad Lunar (NEX-7): black level and matrix 2020-08-04 12:13:22 +02:00
Desmis
e0d3353d72 Wavelet levels - choice complexity standard - advanced (#5869)
* Added in option edghi edglo limrad

* Hide choice edgesharpness slider curve

* First normal expert

* Second normal expert

* Changes in normal expert contrast chroma residual

* Change label complexity wavelet

* French + hide sigmafin standard

* Added tooltip complexty wavelet
2020-08-02 15:52:01 +02:00
Flössie
b7738afe22 Replace Adjuster::delay by Adjuster::setDelay() 2020-08-02 11:20:10 +02:00
Desmis
5b2c385fc7 merge with dev 2020-08-02 06:49:21 +02:00
Ingo Weyrich
0933a48253 Merge pull request #5866 from Beep6581/array2D_cleanup
array2D.h: cleanup
2020-08-01 21:08:11 +02:00
Flössie
d4807891f0 WIP: DelayedConnection<> 2020-08-01 18:48:07 +02:00
Ingo Weyrich
5c932f6668 array2D: further small changes 2020-08-01 17:23:24 +02:00
Ingo Weyrich
04854518a3 array2D: use std::vector 2020-08-01 15:29:05 +02:00
Ingo Weyrich
03acf7680a Add missing #include 2020-07-30 16:08:47 +02:00
Ingo Weyrich
3346ee5eea Revert "array2D: use size_t"
This reverts commit 584343fb36.
2020-07-30 16:04:22 +02:00
Ingo Weyrich
584343fb36 array2D: use size_t 2020-07-30 14:56:26 +02:00
Desmis
9bfb7890cc merge with dev 2020-07-30 13:55:54 +02:00
Thanatomanic
57303d52b2 Add white-levels for Fuji X-T3 and X-Pro3 (fixes #5839 and #5860) 2020-07-29 20:07:24 +02:00
Desmis
afa62a2240 Added tooltip complexty wavelet 2020-07-29 15:18:34 +02:00
Ingo Weyrich
e77dac43d5 array2D.h: cleanup 2020-07-29 13:38:17 +02:00
Desmis
40e6614d59 French + hide sigmafin standard 2020-07-29 07:05:05 +02:00
Desmis
e07d142749 merge with dev 2020-07-28 20:46:56 +02:00
Desmis
3101fb2b56 Change label complexity wavelet 2020-07-28 20:45:06 +02:00
Ingo Weyrich
6c9c603ab8 Merge pull request #5593 from rfranke/issue1474
Open inspector fullscreen and exploit monitor resolution, see #1474, #5591
2020-07-28 18:24:50 +02:00
rfranke
bb88f4ad96 Update AUTHORS.txt 2020-07-28 18:11:36 +02:00
Desmis
f08da7b999 Changes in normal expert contrast chroma residual 2020-07-27 16:41:28 +02:00
Desmis
05830912f7 Second normal expert 2020-07-27 11:09:21 +02:00
Desmis
7315f1647f merge with dev 2020-07-27 09:26:23 +02:00
Desmis
65a258837f First normal expert 2020-07-27 09:23:39 +02:00
Ingo Weyrich
b55312140b Fix wrong const usage 2020-07-26 13:28:21 +02:00
Desmis
932e0beea9 Hide choice edgesharpness slider curve 2020-07-26 07:17:39 +02:00