7205 Commits

Author SHA1 Message Date
Alberto Griggio
18f812d96a added initial support for the Nikon Z7 to camconst.json (issue #4880) 2018-10-19 22:26:33 +02:00
U-PC-BUREAU\jacques
72699902a3 Suppress TP_GAMMA_OUTPUT in preferences 2018-10-19 08:44:00 +02:00
heckflosse
0da47b0da3 2-pass dual-demosaic-contrast-threshold detection if 1-pass does not find a flat area, #4866 2018-10-18 22:09:35 +02:00
heckflosse
415772254f 'processing profile -> reset to default' and 'processing profile -> clear' seem broken, fixes #4874 2018-10-18 11:41:00 +02:00
Alberto Griggio
2026fe1d17 guided filter: added support for automatic computation of subsampling factor 2018-10-18 08:53:02 +02:00
Alberto Griggio
b50b8dea9f merge with dev 2018-10-27 16:11:17 +02:00
Beep6581
a7f64a53a4
Merge pull request #4872 from TooWaBoo/filter-panel
Changed min. width of entries in filter panel (filterpanel.cc)
2018-10-17 20:08:06 +02:00
TooWaBoo
a51fbbe65f
Changed min. width of entries in filter panel (filterpanel.cc) 2018-10-17 19:53:01 +02:00
Alberto Griggio
59339644de dehaze: do not consider out-of-gamut pixels when estimating the ambient light 2018-10-17 15:38:35 +02:00
Beep6581
009c1082f7
Merge pull request #4857 from Beep6581/abstract-listeners
Turn Listeners into abstract interfaces
2018-10-17 14:22:11 +02:00
Alberto Griggio
7388a9a5e8
Merge pull request #4849 from Beep6581/enhanced-shadows-highlights
Enhanced shadows/highlights
2018-10-17 14:22:02 +02:00
heckflosse
bb0743898b SSE code for auto calculation of dual demosaic contrast threshold, #4866 2018-10-17 13:36:41 +02:00
heckflosse
5a30c7e147 Calculate dual demosaic contrast threshold and log it in console output but don't use it, #4866 2018-10-17 00:17:22 +02:00
Alberto Griggio
4d0ddd56e5 revamped and simplified dehaze -- now it's finally usable 2018-10-16 23:20:11 +02:00
Ingo Weyrich
601ef585e1
Update main-cli.cc 2018-10-16 10:11:20 +02:00
Ingo Weyrich
9e64bca8a6
Update main.cc
Fixes #4869
2018-10-16 00:38:41 +02:00
Hombre
8a18300a76 Removing debug printf (no issue) 2018-10-15 23:13:57 +02:00
Hombre
c5ad03c9cc Better support of TIFF's SubFileType tag and alpha channel
Fix issue #4868
2018-10-15 22:48:37 +02:00
heckflosse
81dd3dc3d9 Remove printf introduced with 0d61f14 2018-10-14 12:26:43 +02:00
Flössie
77587f989e Fix Clang build (fixes #4862) 2018-10-12 20:53:12 +02:00
Alberto Griggio
7c10f92ace dehaze: improved use of the guided filter for less halos 2018-10-12 16:01:48 +02:00
heckflosse
18a548cd6b Curve adjustment point pipette sometimes unresponsive, fixes #4859 2018-10-12 00:24:12 +02:00
heckflosse
adcbdd4f4f Remove some printfs introduced with 0d61f14 2018-10-12 00:22:48 +02:00
Morgan Hardwood
b9fe496d92 Added FUJIFILM X-T10 dual-illuminant DCP 2018-10-11 21:42:11 +02:00
Morgan Hardwood
7d5dc85b7e Deleted old Fujifilm X-T10.dcp 2018-10-11 21:41:49 +02:00
Morgan Hardwood
f6039a35b2 Added Panasonic DMC-FZ1000 dual-illuminant DCP 2018-10-11 20:58:16 +02:00
Morgan Hardwood
2f96735afd Added Panasonic DC-G9 dual-illuminant DCP 2018-10-11 20:51:21 +02:00
Beep6581
71f5357a9e
Merge pull request #4845 from TooWaBoo/dev
Update RT-, TWB-, Average Surround  theme & Deutsch locale
2018-10-11 20:12:01 +02:00
Alberto Griggio
74ae459bf2 dehaze: added more user-controllable parameters 2018-10-11 13:43:45 +02:00
Alberto Griggio
f5d566ef22 guided filter: proper bounding of the radius before calling boxblur 2018-10-11 13:41:41 +02:00
Alberto Griggio
83f5205006 guided filter: proper bounding of the radius before calling boxblur 2018-10-11 13:41:41 +02:00
Alberto Griggio
02a15bc58d guided filter: properly validate radius parameter before calling boxblur 2018-10-10 22:49:12 +02:00
Alberto Griggio
34321c7012 guided filter: properly validate radius parameter before calling boxblur 2018-10-10 22:49:12 +02:00
Alberto Griggio
75964dfd8b make sure that dehaze doesn't trigger Fattal tone mapping
(bad interaction due to sloppy rebasing)
2018-10-10 17:08:36 +02:00
Alberto Griggio
14ac4babec added haze removal tool
Based on the paper:
  "Single Image Haze Removal Using Dark Channel Prior" by He, Sun and Tang
using a guided filter for the "soft matting" of the transmission map
2018-10-10 10:02:06 +02:00
TooWaBoo
589e61efba
Update Deutsch
Comma fixed
2018-10-09 21:44:34 +02:00
Hombre
da0830c794 Merge remote-tracking branch 'origin/scrolled-toolbar-fix' into dev 2018-10-09 20:45:01 +02:00
Flössie
2125f42116 Turn almost all Listeners into abstract interfaces 2018-10-09 20:32:40 +02:00
TooWaBoo
9ca133c54b
Update TooWaBlue-GTK3-20_.css
Workaround for Toolbar-Scroll-Bug
2018-10-09 19:56:18 +02:00
TooWaBoo
2666f347f3
Update RawTherapee-GTK3-20_.css
Workaround for Toolbar-Scroll-Bug
2018-10-09 19:50:44 +02:00
Floessie
2a9d3896bb
Merge pull request #4854 from Beep6581/fix-saveasdlg
Fix wrong suffix in `SaveAsDialog` (#4446)
2018-10-09 09:22:06 +02:00
heckflosse
07dafc67a8 Fix broken softproofing 2018-10-08 10:17:57 +02:00
U-PC-BUREAU\jacques
404ff5e86b update previewimage for wavelet in improccoordinator.cc 2018-10-07 10:59:02 +02:00
Ingo Weyrich
c34bd31765
Merge pull request #4839 from Beep6581/issue4834_branch
reduce updates to preview, panning background, navigator and thumbs, …
2018-10-06 22:18:54 +02:00
heckflosse
b641fdaba7 some code movements for #4834 2018-10-06 22:17:33 +02:00
Flössie
880afd2cf6 Fix wrong suffix in SaveAsDialog (#4446) 2018-10-06 09:56:42 +02:00
TooWaBoo
c97a4904a7
Update Deutsch locale 2018-10-05 04:36:52 +02:00
TooWaBoo
b87fae4878
Add space between button icon and button label. 2018-10-05 03:23:32 +02:00
TooWaBoo
83c6fb629e
Removed global opacity style 2018-10-04 00:49:37 +02:00
Alberto Griggio
30d8a674aa shadows/highlights: added colorspace selection (RGB or L*a*b*) 2018-10-03 23:41:30 +02:00