Alberto Griggio
b5c1293bf3
updated logic for displaying lens correction crop factor warning
2017-09-13 14:51:16 +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
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
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
626f8cace3
disable 'autofill' setting when using lensfun
2017-09-10 14:02:22 +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
Flössie
099e6e9f67
Don't use <regex>
for trivial cases ( #4056 )
2017-09-09 20:30:02 +02:00
Flössie
d442f7a85b
LCP cleanup ( #4062 )
...
- Removed `using namespace`
- Use real `Cache`
- Use `std::shared_ptr<LCPProfile>`
- Moved `LCPPersModel` to .cc
More could be done...
2017-09-09 20:19:11 +02:00
Alberto Griggio
03ec1abca8
properly disable auto-matched lens correction when not available
2017-09-09 18:42:16 +02:00
Alberto Griggio
66979d290a
lensfun: further tweaks on the matching logic and the UI
2017-09-09 00:54:28 +02:00
Alberto Griggio
58ec1e316b
show the auto-matched lensfun camera/lens pair in the gui
2017-09-08 23:52:43 +02:00
Alberto Griggio
bece5d19ed
fixed bug in showing the list of cameras in the lensfun db
2017-09-08 09:35:49 +02:00
Hombre57
ba5b91121a
Merge branch 'dev' into resize-add-set
2017-09-07 21:40:35 +02:00
Alberto Griggio
c8d9573606
disable the selection of lensfun auto mode if no match is found in the db
2017-09-07 18:04:55 +02:00
Alberto Griggio
9bfd2d60d3
fixed update of lensfun-related procparams after editing
2017-09-07 17:50:33 +02:00
Alberto Griggio
30f62b0560
added GUI for lensfun
2017-09-07 16:45:41 +02:00
Beep6581
32863af9b2
Merge pull request #4054 from Beep6581/cropratio-64-27
...
Streamlined crop ratio code, added new crop ratio 64:27, #4053
2017-09-07 16:05:28 +02:00
Morgan Hardwood
211d194c26
Crop ratio code streamlined by Floessie #4053
2017-09-07 14:54:08 +02:00
Alberto Griggio
dde94bc6d3
added basic integration of lensfun
...
so far only distortion correction, and no GUI yet
2017-09-07 00:53:03 +02:00
Alberto Griggio
b4d3caf9c6
changed signature of ImProcFunctions::transform to take as input an ImageMetaData pointer
2017-09-06 00:15:41 +02:00
Morgan Hardwood
5e40049297
Added new crop ratio 64:27, #4053
2017-09-03 17:18:34 +02:00
Beep6581
ae9afd31f1
Merge pull request #4051 from dlichtenberger/cli_empty_args_fix
...
Fix crash on empty command line arguments
2017-09-03 17:01:05 +02:00
Morgan Hardwood
d434a09055
Commented crop ratios
2017-09-03 17:00:31 +02:00
Beep6581
34356ccea7
Merge pull request #4046 from johenning/dev
...
Check for double backslash to enable output to network paths
2017-09-03 13:57:54 +02:00
Morgan Hardwood
46ca336cb3
Fix needed after merging dev into bgcolor-h
2017-09-02 21:29:32 +02:00
Morgan Hardwood
e4ff3c8bc5
Merge branch 'dev' into bgcolor-h
2017-09-02 21:08:24 +02:00
Morgan Hardwood
71d4393384
Reverted unintentional language string caps change
2017-09-02 20:46:30 +02:00
Hombre57
bfe24ab195
BatchToolPanelCoordinator::initSession fixed (issue #4014 )
2017-09-02 18:21:12 +02:00
Daniel Lichtenberger
f5628dd5b3
Fix crash on empty command line arguments
2017-09-01 20:01:28 +02:00
Morgan Hardwood
64116d88c1
Clipped S/H variable name capitalization change for readability
2017-09-01 15:05:06 +02:00
Morgan Hardwood
1e36c564a7
Moved focus mask preview to clipped shadows/highlights section, uses large focus-screem icon, #4027
2017-09-01 14:59:17 +02:00
Hombre57
e6f1b53142
Shows the RL Deconv. section when in BatchMode
2017-08-30 21:46:58 +02:00
Hombre57
aae027da98
Minor bugfix
2017-08-29 02:10:23 +02:00
Hombre57
8df659d2fd
Solving issue #4014 : Batch Edit "Transform-Resize" randomly changes
...
default values in USM
Reidentation in batchtoolpanelcoord.cc for a more compact code
2017-08-29 02:07:58 +02:00
johenning
06fd003858
Fixed indentation
2017-08-27 21:27:23 +02:00
johenning
9e6888070d
Added check to avoid out of bounds access
2017-08-26 16:02:36 +02:00
johenning
9579203a99
Fixed double backslash case
...
If the first two symbols in the path are backslashes, we should not treat them like a single backslash, as one refers to root and the other to a network path.
2017-08-26 15:55:00 +02:00
Alberto Griggio
29944a31c6
merge 'custom-tool-collapsed-state' into 'dev'
2017-08-22 16:39:49 +02:00
Alberto Griggio
aa5dcdc3fc
merge 'options-save-raise-exception-on-failure' into 'dev'
2017-08-22 16:39:06 +02:00
Alberto Griggio
b39f072baf
run through astyle
2017-08-22 08:53:17 +02:00