2709 Commits

Author SHA1 Message Date
Desmis
9314fa0170 Another change default settings Retinex Dehaze 2019-09-21 19:58:49 +02:00
Desmis
712dd73aea Others improvments to Retinex - Dehaze 2019-09-21 10:10:43 +02:00
Franz Trischberger
706c16510f Add option to link against libtcmalloc.so
Implementation done by Alberto Griggio (agriggio)
for his fork at https://bitbucket.org/agriggio/art

libtcmalloc.so comes with google's perftools:
https://github.com/gperftools/gperftools

This should fix issues where glibc won't give
memory back to the OS.
Related issue: #4416
2019-09-21 08:44:53 +03:00
Desmis
beedbfac1f Some changes to retinex 2019-09-20 19:08:21 +02:00
Ingo Weyrich
7ff3192cc9 dehaze: added lumimance mode from ART, #5456, thanks to @agriggio 2019-09-20 14:03:09 +02:00
Desmis
2c6af9cfa5 Improvment settings retinex dehaze 2019-09-20 12:38:17 +02:00
Desmis
c9971d3764 Clean code and Tooltip 2019-09-19 06:44:11 +02:00
Desmis
c4824262ee Improvment and fix bug to DCT chroma Denoise 2019-09-18 18:49:45 +02:00
Desmis
f69fd2ddec Re-enabled chroma detail DCT - denoise 2019-09-18 13:00:17 +02:00
Desmis
8c8df83a5a Change default setting luminance detail DCT 2019-09-18 11:11:02 +02:00
Desmis
0720046efd Improvment to denoise 2019-09-17 07:02:51 +02:00
Ingo Weyrich
f2cdbd0e4d Capture sharpening: experimental radius offset depending on distance to center 2019-09-16 15:09:47 +02:00
Desmis
221fb337b1 Temporary disable denoise PDE exposure 2019-09-16 06:57:53 +02:00
Desmis
1f63d27ecd Improve denoise for PDE Exposure 2019-09-15 18:54:54 +02:00
Desmis
eea35577d7 merge with dev 2019-09-13 08:57:10 +02:00
Ingo Weyrich
4079bb9920 Capture Sharpening: automatic radius calculation 2019-09-11 18:56:07 +02:00
Desmis
fc7f55e54e GUI Exposure PDE - hide softradius 2019-09-11 13:01:30 +02:00
Desmis
0711373021 Merge with dev 2019-09-11 08:35:25 +02:00
Ingo Weyrich
ba43437220
Merge pull request #5445 from Beep6581/capture_sharpening
Merge Capture sharpening into dev to get more tests
2019-09-10 19:27:01 +02:00
Morgan Hardwood
60b2196bce Updated gnu.org links to use HTTPS 2019-09-10 12:34:57 +02:00
Desmis
a307b5a739 Improve Exposure PDE 2019-09-10 11:14:40 +02:00
Ingo Weyrich
ec2f7778bb trigger capture sharpening less often 2019-09-09 15:48:00 +02:00
Desmis
dbd5a02004 GUI changes to Exposure PDE 2019-09-08 18:52:22 +02:00
Desmis
0730222cf7 Add PDE Fattal to Exposure PDE - thanks to Alberto 2019-09-08 11:31:05 +02:00
Desmis
0319a93496 Change settings Exposure PDE 2019-09-08 06:50:08 +02:00
Ingo Weyrich
062b5a6bbc Capture Sharpening: change default values for iterations and gamma 2019-09-07 16:16:28 +02:00
Desmis
4fc498a95a merge with dev 2019-09-07 11:29:00 +02:00
Desmis
03aff81ebd Improve Exposure PDE with gamma 2019-09-07 10:55:47 +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
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
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
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
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
9d8aa5e9d3 Fixed crash when curve linear in local contrast wavelet 2019-09-03 13:47:20 +02:00
Desmis
5d2ca598d4 Add chroma to residual wavelet local contrast 2019-09-02 19:50:24 +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
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
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