Floessie
168309f45b
Merge pull request #4559 from Beep6581/natural-number-filesort
...
Sort file numbers naturally (#2467 )
2018-06-12 11:07:05 +02:00
Morgan Hardwood
83e686a719
Fixes bugs in Black-and-White tool
...
- Incorrect history messages were shown.
- Channel mixer "Auto" behaved incorrectly.
Fixes by Jacques Desmis.
Closes #4570
2018-06-11 21:52:23 +02:00
heckflosse
44729edf04
Prepared engine to display the Sharpening Contrast mask
2018-06-10 14:35:12 +02:00
heckflosse
ee4f990ead
Reduced maximum value for dual demosaic contrast threshold to 100
2018-06-07 21:38:46 +02:00
Hombre
b00f86d988
Merge branch 'dev' into issue4580
2018-06-05 20:49:44 +02:00
heckflosse
72cd11aa21
Merge branch 'dev' into amaze_vng4
2018-06-05 15:48:31 +02:00
heckflosse
a7e783a3cf
Fix bug in BayerProcess::methodChanged ()
2018-06-05 15:48:10 +02:00
Morgan Hardwood
fd1526fb8f
Increased upscale max to 16x
...
It was impossible to export a small crop upscaled to 1200px wide to
demonstrate the effects of noise reduction, so I bumped the max scale
from 4 to 16 (to match the 1600% main preview max zoom).
2018-06-04 15:43:04 +02:00
heckflosse
7ecef96035
Merge branch 'dev' into amaze_vng4
2018-06-03 23:21:06 +02:00
heckflosse
c3f163a323
Added 4-pass xtrans demosaic
2018-06-03 16:22:34 +02:00
Hombre
71a0322ec6
Setting a minimal height to the FileBrowser's History panel (no issue)
2018-06-03 01:18:52 +02:00
Hombre
928309f3aa
GUI code cleanup
...
- Remove usage of std::numeric_limits<int>::max() in GUI which bring
unwanted behavior.
- Put the PixelShift options in a Gtk::Frame (requested on IRC)
- Add the fast_export raw options to the GUI (was created but not added
to the container). Incidentally, fix a memory leak.
- Add a missing History message
2018-06-02 02:34:33 +02:00
Hombre
ed081923d7
Bugfixing #4580 "RT 5.4 on Windows 8.1 x64 crashes while in editor"
...
Wrong placement of Mutex protecting the CropHandler's pixbufs in
cropwindow.cc + mixup between cropPixbuf & cropPixbuftrue
2018-06-01 21:45:47 +02:00
heckflosse
41c1f21c76
Pixelshift: replaced checkbox to use lmmse by a combobox to allow further demosaicers for parts with motion, #4579
2018-06-01 19:13:59 +02:00
Hombre
a0b8626b7d
Adding ADD/SET mechanism to the raw processing tools
...
see #4579
2018-05-31 00:44:16 +02:00
heckflosse
355fcbad8e
AMaZE+VNG4: added contrast threshold adjuster, #4579
2018-05-30 14:39:29 +02:00
heckflosse
9f3b2a5bdd
new defaults for RL-Sharpening
2018-05-28 23:09:22 +02:00
heckflosse
6b8633d3d1
Microcontrast: move contrast threshold adjuster to top of tool
2018-05-27 15:19:47 +02:00
heckflosse
a14c47126b
Extended range of Sharpening Contrast Threshold from 0..100 to 0..200
2018-05-26 15:05:37 +02:00
Morgan Hardwood
9cecad02f9
Icon cleanup WIP1
2018-05-23 00:37:12 +02:00
heckflosse
69af2a6b4c
Added missing paramsedited entries for pr-sharpening contrast threshold
2018-05-22 14:31:35 +02:00
heckflosse
6f6dafe214
Added Contrast threshold adjuster to PR Sharpening, fixed some bugs, #4551
2018-05-21 16:10:30 +02:00
Morgan Hardwood
1bd6bc5eaf
Merge branch 'dev' into microcontrast
2018-05-21 10:44:19 +02:00
heckflosse
1a5545c461
Added contrast threshold adjuster for sharpening tool, #4551
2018-05-20 17:37:42 +02:00
Morgan Hardwood
aca72b5641
Merge branch 'dev' into testoutputprofile
2018-05-18 23:51:15 +02:00
Flössie
579aae510c
Consider integers only ( #2467 )
2018-05-18 20:00:40 +02:00
Morgan Hardwood
d6c45f90b5
Reset tooltips improved
...
Now the "reset" tooltips state what happens on click vs ctrl+click.
Commit includes required fixes to other modules which used incorrect
reset language keys.
Fixes #4563
2018-05-18 12:45:26 +02:00
Morgan Hardwood
f753bf7b66
Merge branch 'dev' into testoutputprofile
2018-05-17 12:00:05 +02:00
Morgan Hardwood
d3696760f3
ICC spelling
...
Renamed "Prophoto" and "Acespx" to ProPhoto and ACES P0 and P1,
hyphenated as needed.
2018-05-16 22:27:56 +02:00
Flössie
70eefd049b
Tidy negative number parsing relict
2018-05-16 20:09:39 +02:00
Flössie
66bbab9ae2
Sort file numbers naturally ( #2467 )
2018-05-16 19:53:10 +02:00
Hombre
c5ba29e26e
Second batch of renaming changes in ICM panel (see #4478 )
2018-05-15 23:40:16 +02:00
Desmis
7b9319a251
Change manufacturer and copyright tags in Rtv2*.icc and Rtv4*.icc
2018-05-14 14:12:05 +02:00
Hombre
fbc81028eb
First batch of variable name normalisation in ICM tool, see #4478
2018-05-14 00:57:55 +02:00
heckflosse
ee5b1dbbc8
Microcontrast: add Contrast threshold adjuster, #4551
2018-05-13 19:07:13 +02:00
Desmis
3806eb1408
Fixed bad quality ICCv2 for RT output profile
2018-05-12 18:10:18 +02:00
Flössie
22274f2efd
Omit GThreadLock
and use IdleRegister
in WhiteBalance
( fixes #4545 )
2018-05-10 20:21:12 +02:00
Morgan Hardwood
318c92a475
#ifdef win32 for openDefaultViewer, fixes #4543
2018-05-10 10:43:07 +02:00
heckflosse
dfdf4bf39d
Fix Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged. when selecting Open with windows default viewer (queue processed) and file is not queue processes (Windows only), fixes #4539
2018-05-09 22:28:59 +02:00
Hombre
30efa5930d
16-bit floating-point support for TIFF output image (see #2357 )
2018-05-07 09:57:53 +02:00
Hombre
5ac11ef1b9
Enable saving 32 bits floating point TIFF image with rt-cli (see #2357 )
2018-05-06 18:50:42 +02:00
Desmis
238191e546
merge with dev
2018-05-05 11:32:47 +02:00
heckflosse
eab7483431
Do not buffer stdout when rawtherapee.exe is called from msys2 console, fixes #4535
2018-05-04 20:01:49 +02:00
Desmis
c297d74891
suppress unused variables
2018-05-03 11:51:10 +02:00
Desmis
40506397fe
enhancement to GUI primaries
2018-05-03 11:45:06 +02:00
Desmis
d9d2175a25
another GUI change - substantially as requested - except icons
2018-05-03 07:53:36 +02:00
Desmis
275058e232
Some changes to GUI
2018-05-02 16:54:19 +02:00
Desmis
e99498ab07
Some changes to internal variables
2018-05-02 13:59:54 +02:00
Desmis
cc76d107ba
Suppress output profile not useless
2018-05-02 11:22:41 +02:00
Desmis
bab093b0f7
small changes to limits
2018-05-01 18:14:36 +02:00