Commit Graph

11357 Commits

Author SHA1 Message Date
Desmis
4fc498a95a merge with dev 2019-09-07 11:29:00 +02:00
Desmis
11f16aaca6 Clean code exposure PDE 2019-09-07 11:08:27 +02:00
Desmis
03aff81ebd Improve Exposure PDE with gamma 2019-09-07 10:55:47 +02:00
Morgan Hardwood
50f9be3e60 Preparing for release 5.7 2019-09-06 22:51:46 +02:00
Morgan Hardwood
b858bfb2c9 Update "Advanced" tab shortcut to Alt-a
Back when it was called the "Wavelet" tab the Alt-w shortcut was used.

Closes #4322
2019-09-06 22:15:37 +02:00
Desmis
6f9c8996e9 merge with dev 2019-09-06 11:29:25 +02:00
Desmis
0c8a31f6b8 merge with dev 2019-09-06 11:10:24 +02:00
Desmis
202fb8084d merge with dev 2019-09-06 10:56:03 +02:00
Hombre
1eb4aac404 Merge branch 'cleared-icon-cache' into dev 2019-09-05 22:53:41 +02:00
Ingo Weyrich
b3654dc5d3 Merge branch 'dev' into capture_sharpening 2019-09-05 18:18:43 +02:00
Ingo Weyrich
11bf7e5eb5 fix broken crop lines in file browser, fixes #5440 2019-09-05 15:16:24 +02:00
Ingo Weyrich
9165d0acb7 Crop area not shown on File Browser window thumbnails, fixes #5440 2019-09-05 12:08:36 +02:00
Desmis
fc9f42d4c0 merge with dev 2019-09-05 07:47:41 +02:00
Desmis
4ed13540be merge with dev 2019-09-05 07:24:26 +02:00
Desmis
dfc4715a82 merge with dev 2019-09-05 06:38:40 +02:00
Morgan Hardwood
10a346113f Increase visibility of blue histogram, closes #5438 2019-09-05 01:44:45 +02:00
Hombre
500fac34cd The svg2png icon cache is now cleared on new minor version
The `version` value from the `Options` file is compared to the harcoded
value (computed at build time) of the running application. If the major
or minor version is different, the `svg2png` folder is cleaned at
startup-time.
2019-09-05 01:09:48 +02:00
Morgan Hardwood
d0c6440af9 Suppress debug output in CA correction
Debug output still visible in verbose mode.

Closes #5437
2019-09-04 22:12:53 +02:00
Morgan Hardwood
20ca4946b5 Improve SAMSUNG EX2F support #1897
Improved raw crop eliminates white border on ISO >=800 shots, lower ISO
shots did not exhibit white border.

Patch by Ingo Weyrich
2019-09-04 22:05:24 +02:00
Beep6581
6607b570c4 Merge pull request #5430 from Entropy512/smooth_scroll
Smooth scrolling improvements
2019-09-04 21:26:49 +02:00
Hombre
ad0699309c Merge branch 'rotationusedtocrash' into dev 2019-09-04 20:53:41 +02:00
Roel Baars
e9ac64a495 Fixes #5436 2019-09-04 19:35:13 +02:00
Desmis
4e009faf40 Small improvment chroma wavelet 2019-09-04 08:16:42 +02:00
Hombre
ce04447c7a Fix crash while rotating several thumbnails in File Browser
Fix issue #4858 and possibly #5310
2019-09-03 22:18:20 +02:00
Desmis
55de6c09c4 Clean and format iplocallab.cc 2019-09-03 19:05:36 +02:00
Ingo Weyrich
fb51c4ca92 capture sharpening: Fix crash when using gamma < 1.0, #5412 2019-09-03 17:08:37 +02:00
Desmis
9d8aa5e9d3 Fixed crash when curve linear in local contrast wavelet 2019-09-03 13:47:20 +02:00
Desmis
affcef721f Some OMP improvments to local contrast wavelet 2019-09-03 10:38:10 +02:00
Desmis
5d2ca598d4 Add chroma to residual wavelet local contrast 2019-09-02 19:50:24 +02:00
Desmis
94d977bcb0 Clean format iplocallab.cc 2019-09-02 12:59:19 +02:00
Desmis
bc23a7063e Fixed bug in local contrast wavelet 2019-09-02 10:50:05 +02:00
Desmis
71486a6a5f Merge with dev 2019-09-02 08:38:33 +02:00
Desmis
5579b59121 Add Chroma to Clarity Sharp mask 2019-09-02 08:23:31 +02:00
Ingo Weyrich
673b0d31fa Merge branch 'dev' into capture_sharpening 2019-09-01 21:40:27 +02:00
Ingo Weyrich
bb97a30058 Update rawimagesource.cc
Enable parallel decoding for Hasselblad H6D-100cMS pixelshift frames
2019-09-01 21:39:28 +02:00
Ingo Weyrich
a2adf0389b Merge branch 'dev' into capture_sharpening 2019-09-01 20:27:04 +02:00
Ingo Weyrich
5ea18efeb8 RT crashes on loading Hasselblad H6D-100cMS pixelshift files, fixes #5433 2019-09-01 20:22:42 +02:00
Desmis
0b13aee4bc Clip result clarity 2019-09-01 08:51:34 +02:00
Desmis
a2addca6d8 CLIP result clarity-sharp wavelet 2019-09-01 08:43:24 +02:00
Hombre
82e7caa635 Spot removal : differentiating source/dest, betted cursor handling
+ some code cleanup from floessie (see issue #2239)
2019-09-01 02:08:48 +02:00
Desmis
0f8b9c4574 Improve showmask and Guidedfilter dcrop 2019-08-31 08:00:41 +02:00
Andy Dodd
1a6d1b038f rtgui/cropwindow: Improve behavior with smooth scrolling devices
Accumulate/coalesce GDK_SCROLL_SMOOTH events until we equal or exceed +/-1.0

This avoids having one zoom adjustment for every single event which makes touchpad zooming unusable due to frequent
small deltas

This makes trackpad zooming usable while having no effect on mice that emit GDK_SMOOTH_SCROLL with values of +/-1.0 instead
of GDK_SCROLL_UP and GDK_SCROLL_DOWN

If any mice exist that have scroll wheel detents but emit smaller values per detent, this may have the negative effect of
requiring multiple detents per zoom level.  It remains to be seen whether any mice behave like this.  The discrete step
implementation of zoomSteps requires us to coalesce events instead of smoothly zooming in and out.
2019-08-30 16:55:35 -04:00
Andy Dodd
dadf01fe95 rtgui/guiutils - Improve behavior with smooth scrolling devices
Devices such as trackpads will emit smooth scrolling (GDK_SMOOTH_SCROLL) events with
deltas smaller than +/-1.0 at high frequency.

Quantizing these to +/-1.0 leads to significant amplification of scroll speed to the point
of unusability

Scroll by delta instead of +/-1.0 in these cases, permitting smooth scrolling through panels that use this code

Some mice emit GDK_SMOOTH_SCROLL with deltas of +/-1.0 per detent.  This patch will not change behavior
with such devices.  However, if any mice emit deltas of smaller magnitude, the per-detent behavior will
change.
2019-08-30 16:55:35 -04:00
Andy Dodd
a060b57ff6 rtgui/thumbbrowserbase - Improve behavior with smooth scrolling devices
Devices such as trackpads will emit smooth scrolling (GDK_SMOOTH_SCROLL) events with
deltas smaller than +/-1.0 at high frequency.

Quantizing these to +/-1.0 leads to significant amplification of scroll speed to the point
of unusability

Scroll by delta instead of +/-1.0 in these cases, permitting smooth scrolling through thumbnails

Some mice emit GDK_SMOOTH_SCROLL with deltas of +/-1.0 per detent.  This patch will not change behavior
with such devices.  However, if any mice emit deltas of smaller magnitude, the per-detent behavior will
change.
2019-08-30 16:55:29 -04:00
Ingo Weyrich
f882309f59 capture sharpening: own compilation unit, smooth progressbar, #5412 2019-08-30 14:45:45 +02:00
Desmis
e8fbb58e0f Change settings in wavelet sharpmask 2019-08-30 13:41:28 +02:00
Desmis
da8b80cd23 merge with dev 2019-08-30 08:56:39 +02:00
Desmis
b0669796ac merge with dev 2019-08-30 08:26:08 +02:00
Desmis
a9cb07de24 merge with dev 2019-08-30 08:23:12 +02:00
Desmis
2068871b6e Format ipwavelet.cc and wavelet.cc 2019-08-30 08:04:32 +02:00