5406 Commits

Author SHA1 Message Date
Hombre57
0905294bda Merge branch 'dev' into multiframe-handling, with some merge bugfix 2017-09-17 01:15:51 +02:00
Alberto Griggio
6d453dbd34 make sure the lensfun db is found correctly when building RT in "bundle" mode 2017-09-17 00:35:37 +02:00
Alberto Griggio
b1ce30c772 Added missing link_directory(${LENSFUN_LIBRARY_DIRS}) CMake commands
this allows to use a lensfun library installed on a custom path
2017-09-17 00:20:59 +02:00
Alberto Griggio
7ee485e89c Make LENSFUN_HAS_LOAD_DIRECTORY test actually succeed when it should 2017-09-17 00:18:33 +02:00
Hombre57
ee0bff4124 Updated frame handling with any type of hierarchy (see #4008)
Images can now be detected in nested IFDs or as root IFDs.
2017-09-16 22:30:07 +02:00
heckflosse
10a4c5f1de CVE-2017-1438 credits; fix for Kodak 65000 out of bounds access 2017-09-16 20:04:24 +02:00
heckflosse
597c4fbaa1 Merge branch 'lenscorrectiongui' into dev 2017-09-16 19:18:04 +02:00
heckflosse
9f75b197ea some cleanups 2017-09-16 18:52:48 +02:00
heckflosse
14378f39af Finally fixes #2494 2017-09-16 12:37:58 +02:00
Alberto Griggio
a467246834 fix compilation failure when using lensfun 0.2.x
Fixes #4085
2017-09-16 10:54:00 +02:00
heckflosse
91fd578f49 Write PP3 before processing image, not after. Hopefully fixes #2494 2017-09-15 22:09:45 +02:00
heckflosse
b20464a06f removed accidentially added file 2017-09-15 20:14:27 +02:00
heckflosse
818200522a Fix some inconsistencies in Profiled Lens Correction gui 2017-09-15 20:11:49 +02:00
Alberto Griggio
95040fba98 fix bug in opening a directory when the -R switch is not given 2017-09-15 10:38:37 +02:00
heckflosse
952ada554a Preview not updating properly when going back in history with LCP vignetting correction, fixes #4073 2017-09-14 17:13:45 +02:00
heckflosse
be2b1ed043 Use LoadDirectory() instead of Load() when dbdir is not empty 2017-09-14 13:53:03 +02:00
heckflosse
a515329bac Don't pass nullptr to lensfun Load() 2017-09-14 13:24:19 +02:00
Alberto Griggio
008f280e29 lensfun: added possibility to use a private copy of the LF database 2017-09-14 11:34:41 +02:00
Alberto Griggio
5b3d60bf56 lensfun: applied Floessie's workaround for locale conversion issues 2017-09-14 10:42:01 +02:00
Desmis
7d8de8b020 Merge pull request #4075 from Beep6581/ciecamtest2
Ciecamtest2 - fixed jump in brightness curve Ciecam
2017-09-14 08:12:07 +02:00
Lukas Middendorf
271e2bef40 Show clipped shadow indicator only when all channels are clipped 2017-09-13 23:03:37 +02:00
Flössie
05b97f5c50 Fix some new Coverity warnings 2017-09-13 19:58:48 +02:00
Desmis
71e6a06326 same modification for double 2017-09-13 19:34:25 +02:00
heckflosse
c465655cb4 Fix two issues detected by coverity 2017-09-13 17:28:11 +02:00
Alberto Griggio
f630309909 Merge pull request #4070 from Beep6581/lensfun
Lensfun integration
2017-09-13 15:35:26 +02:00
Alberto Griggio
c2960caab5 some (minor) code cleanup 2017-09-13 15:06:47 +02:00
Alberto Griggio
b5c1293bf3 updated logic for displaying lens correction crop factor warning 2017-09-13 14:51:16 +02:00
Desmis
de9c742d27 Fixed another mistake in curve brigthness ciecam 2017-09-13 13:48:24 +02:00
Desmis
5bd82a5c88 add la < 200 2017-09-13 09:23:06 +02:00
Desmis
c9c02c137b change calculation in curve brightness CIECAM 2017-09-13 08:49:56 +02:00
Flössie
f2853d8742 Some little cleanups to rtlensfun.*
- Sanitize `std::unique_ptr<>` handling
- Use `NonCopyable`
- Employ `explicit operator bool()`
- Correct use of `std::vector::emplace_back()`
- Cleanup includes
- Streamline implementation order
2017-09-12 20:58:20 +02:00
Alberto Griggio
2d1cca8cbb disable vignetting or distortion correction checkboxes if the selected lensfun profile doesn't support them
Patch by heckflosse
2017-09-12 16:41:25 +02:00
Alberto Griggio
fea0fbe776 show lensfun version info when invoked with '-v' (patch by heckflosse) 2017-09-12 16:38:01 +02:00
Alberto Griggio
88b343d1b3 update AboutThisBuild.txt with lensfun info 2017-09-12 15:29:41 +02:00
Alberto Griggio
ea5f8c3beb profile lens correction: show a warning if the lens profile has a crop factor greater than the selected camera 2017-09-12 08:25:45 +02:00
Alberto Griggio
84984422c7 improved responsiveness of UI for profiled lens correction 2017-09-12 08:19:20 +02:00
Alberto Griggio
736d0e8612 added history messages for lens correction modes 2017-09-11 17:37:11 +02:00
Alberto Griggio
4dc0e20ae0 merge with lcp-vignetting-issue4062 2017-09-11 17:22:01 +02:00
Ingo Weyrich
d1fe99f89f Merge pull request #4043 from Beep6581/greenequil_speedup
Green equilibration speedup
2017-09-11 00:33:02 +02:00
Alberto Griggio
2611adf4e4 lens correction: do not disable stuff in batch mode 2017-09-10 22:26:35 +02:00
Alberto Griggio
e4ba4d19f5 made lensfun-based correction compatible with auto fill mode 2017-09-10 22:02:43 +02:00
Hombre57
489b641c8b Width of LensProfilePanel's lens and camera combobox fixed (see #4070) 2017-09-10 15:13:21 +02:00
Alberto Griggio
7b6343bf5d changed PARTIALPASTE_LENSPROFILE from "Lens correction profile" to "Profiled lens correction" 2017-09-10 14:08:40 +02:00
Alberto Griggio
626f8cace3 disable 'autofill' setting when using lensfun 2017-09-10 14:02:22 +02:00
Alberto Griggio
0761499557 lensfun: fixed bug in auto-matching of some fixed-lens cameras (e.g. nikon coolpix) 2017-09-10 12:22:36 +02:00
Alberto Griggio
6855dd2111 show an "(Unchanged)" entry for profiled lens correction in batch mode 2017-09-10 12:13:18 +02:00
Alberto Griggio
ff798cdf24 print the list of found lensfun cameras and lenses when in verbose mode 2017-09-10 00:54:07 +02:00
Alberto Griggio
376cb09f06 use a static initialization of the list of lensfun cameras and lenses 2017-09-10 00:49:06 +02:00
Alberto Griggio
07dfda5d73 fixed UI deadlock introduced by 0f197bf1a4b1e9660e3f5264cca3d869cf6902ab 2017-09-09 23:15:56 +02:00
Alberto Griggio
0f197bf1a4 lensfun: properly group lenses by maker in the UI 2017-09-09 22:31:59 +02:00