7685 Commits

Author SHA1 Message Date
Morgan Hardwood
2c9dc32022 Show more meaningful lens make/model #5157
If the lens make/model from the MakerNotes is vague, and if a lens make
and model are set in Exif (LensMake, LensModel), then prefer Exif over
vague.
2019-03-09 16:17:44 +01:00
Flössie
51f06dfa6d Explicitly destroy static Glib::RefPtr<>s on exit (fixes #3636) 2019-03-09 12:06:54 +01:00
heckflosse
4dc0012f64 Merge branch 'dev' into rawca_cunksize 2019-03-08 12:44:28 +01:00
heckflosse
540e359945 Inline DCPProfile::hsdApply() to speedup applying dcp profiles, closes #5206 2019-03-08 01:44:51 +01:00
Flössie
ca3f84e94f Lens name improvements for Pentax by @Manuel-K (#5157) 2019-03-07 20:29:07 +01:00
Flössie
70475f781a Derive lens name from 0xA434 and 0xA433 if other means fail (#5157)
Implemented for
- Pentax
- Canon
- "Unknown"

Also constified `toString()` methods in `rtexif`.
2019-03-07 19:29:11 +01:00
Morgan Hardwood
a91acfacf2 Added NIKON D70s dual-illuminant DCP 2019-03-04 22:09:53 +01:00
Morgan Hardwood
c8d47f3d5a Added FUJIFILM GFX 50R dual-illuminant DCP 2019-03-04 22:09:36 +01:00
heckflosse
77475a3827 configurable tiles per thread also for rcd, #5203 2019-03-03 17:29:19 +01:00
heckflosse
b83069fd51 Allow user-defined setting for raw ca correction tiles per thread 2019-03-03 14:52:44 +01:00
Ingo Weyrich
9c9728ac95
Merge pull request #5202 from Beep6581/xtransborder
Improve xtrans border
2019-03-03 14:09:03 +01:00
Morgan Hardwood
bcfbfae0b2 Enabled raw CA correction in Unclipped.pp3 2019-03-02 15:32:10 +01:00
Desmis
db57a02384 Change default outputprofile to RTv4_sRGB 2019-03-02 08:14:35 +01:00
Flössie
3074803688 Fix init order 2019-03-01 20:31:22 +01:00
Flössie
57d030881d More procparams.h relaxation 2019-03-01 17:40:02 +01:00
Morgan Hardwood
7f4c7ee57a Removed [Version] section from Unclipped.pp3
As in 0415ee979 #4805
2019-03-01 17:24:58 +01:00
heckflosse
520a3709bf Allow user defined border for xtrans, #5198 2019-03-01 14:47:55 +01:00
heckflosse
f78f17ae6f xtransborder_interpolate: Use same weights as in fast_xtrans_interpolate, #5198 2019-03-01 14:36:13 +01:00
Morgan Hardwood
bd09da51f0 Added "Unclipped" processing profile #5199
Allows one to easily saved unclipped floating-point images.
Documentation: http://rawpedia.rawtherapee.com/Unclipped
2019-03-01 14:02:20 +01:00
heckflosse
917cc49278 xtrans: reduce border artifacts, #5198 2019-02-28 22:39:40 +01:00
Hombre
2d0b376ae9 Merge branch 'dev' into hidpi-icons 2019-02-28 21:57:44 +01:00
Hombre
d66437dd98 Updated RawTherapee theme, now works in HiDPI mode
see issue #3547
2019-02-28 21:30:20 +01:00
Flössie
0cbc4923bc Relax dependency from procparams.h 2019-02-28 20:44:50 +01:00
heckflosse
1786731f4a raw crop for FUJIFILM X-H1 2019-02-28 16:31:47 +01:00
heckflosse
5f186bb6e3 Set default raw_crop to match compressed and uncompressed files for X-T2, X-T20, X-E3, X100F and X-PRO2. Reduces height by 6 pixels 2019-02-28 16:21:30 +01:00
heckflosse
76644cc57a raw_crop alternatives for X-T2, X-T20 and X-E3 2019-02-28 15:53:44 +01:00
heckflosse
98e69b0dfb fix raw crop for FUJIFILM X-T3 2019-02-28 15:11:56 +01:00
heckflosse
0fe91c11f9 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2019-02-28 14:55:53 +01:00
heckflosse
726a832a36 raw crop for FUJIFILM X-T2 and X-T20 2019-02-28 14:55:34 +01:00
Beep6581
fe5636b09a
Merge pull request #5192 from TooWaBoo/locale_deutsch
Update Deutsch locale
2019-02-28 11:06:53 +01:00
Morgan Hardwood
b85bd6c7eb Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2019-02-27 23:17:37 +01:00
Morgan Hardwood
b805a40f8c Redesigned RT logo SVG
RawTherapee is getting support for SVG icons and images #3547 #4803
and so our svg image need to have a clean design in order for librsvg
to render them correctly. I redrew the RawTherapee logo from scratch,
trying to keep things as simple as possible. I also merged rt-logo.svg
into rt-splash.svg.
2019-02-27 23:16:18 +01:00
heckflosse
c983301da0 Microcontrast: increase ct adjuster range to 200 2019-02-27 14:35:56 +01:00
heckflosse
867c0ea027 MEOW mode: Set icon from main window on editor window 2019-02-27 13:54:30 +01:00
heckflosse
cd6da9db0c Use windows setting for visibility of hidden files/folders, closes #5185 2019-02-26 13:21:11 +01:00
heckflosse
05bc7b2451 Remove timing code from DCB demosaic, fixes #5193 2019-02-25 23:30:29 +01:00
Hombre
bd175ec8d1 Merge branch 'dev' into hidpi-icons 2019-02-25 22:37:00 +01:00
Ingo Weyrich
43e93d8ad4
Merge pull request #5195 from Beep6581/rawhistogram
Rawhistogram fixes
2019-02-25 15:51:11 +01:00
Morgan Hardwood
625bee2e21 Removed keys made obsolete by previous commit 2019-02-25 15:50:34 +01:00
heckflosse
e6f6b2b4fb Removed some keys 2019-02-25 15:38:45 +01:00
TooWaBoo
ddce2f2599
Correction 2019-02-24 16:04:31 +01:00
TooWaBoo
f42c825272
Update Deutsch locale 2019-02-24 16:01:57 +01:00
heckflosse
1ac5fbb709 another loop 2019-02-23 14:13:12 +01:00
heckflosse
46aabd2003 Unfix fixed white level, #5187 2019-02-23 14:00:45 +01:00
Morgan Hardwood
04f8fc6cc8 generateTranslationDiffs 2019-02-21 12:52:30 +01:00
Morgan Hardwood
36f7d4ae3b Japanese translation updated by firefly/Yz2house, closes #5184 2019-02-21 12:52:12 +01:00
Flössie
e39726dbf7 Return first frame in FramesData on OOB access (#4830) 2019-02-20 20:55:07 +01:00
heckflosse
b37f545391 Support Fuji SN EXR mode RAFs, #4830 2019-02-19 21:50:34 +01:00
heckflosse
cbdf3267e0 Haze removal doesn't work with images with large overexposed regions, fixes #5181, patch by @agriggio and @heckflosse 2019-02-19 21:37:04 +01:00
heckflosse
41495853d6 guidedfilter: multithreaded boxblur 2019-02-18 23:28:05 +01:00