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
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
Desmis
d8344a1a6f
merge with dev
2020-07-26 07:00:54 +02:00
Ingo Weyrich
0fcca62905
enable -ftree-loop-vectorize for gcc >= 10.2, #5749
2020-07-21 15:41:47 +02:00
Desmis
999a4f3257
Added in option edghi edglo limrad
2020-07-20 08:40:06 +02:00
Desmis
6b749bcbff
Wavecrash - fixed crash in wavelet specially when using "edge sharpening" ( #5854 )
...
* Add epsil to all log calculation
* add another epsil to log
* Another eps value in koeli calculation
* Avoid negative L values after reconstruct
* Suppress all changes except negatives values reconstruct
2020-07-20 06:40:18 +02:00
Desmis
746be18164
Added histogram lab adjustments LC CL
2020-07-19 11:48:55 +02:00
Morgan Hardwood
a18f17a476
Update rtexif using ExifTool 12.01
2020-07-18 14:41:06 +02:00
Ingo Weyrich
5935a3ef88
Merge pull request #5850 from Beep6581/cppcheck_cleanups
...
make some files cppcheck clean
2020-07-17 14:54:54 +02:00
Yann Leprince
0df23db4d2
Add a camconst entry for the Nikon Z 50 ( #5851 )
2020-07-17 13:52:28 +02:00
Ingo Weyrich
d9d8703350
Bug in MSRLocal(), fixes #5852
2020-07-17 13:31:06 +02:00
Ingo Weyrich
2d402a4bae
MSRLocal(): Fix a race
2020-07-17 10:48:52 +02:00
Ingo Weyrich
6cb29be31c
further cleanups
2020-07-16 21:44:00 +02:00
Ingo Weyrich
6caf33a589
Some fixes suggested by @Floessie
2020-07-16 11:35:41 +02:00
Desmis
a6800d3037
Update background contrast cuve all masks
2020-07-16 10:34:57 +02:00