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
5656d16e64
LCP: filter out bad vignetting correction entries
...
Candidate fix for regression #4062
2017-09-06 15:27:54 +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
Alberto Griggio
f7b857eb9e
added wrapper classes for lensfun types
2017-09-05 23:42:17 +02:00
Alberto Griggio
2c257d2215
started refactoring ImProcFunctions::transform in preparation for lensfun integration
2017-09-03 20:48:49 +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
Beep6581
59df66e5c6
Merge pull request #4052 from TooWaBoo/dev
...
Update TooWaBlue v2.56, toggle button fix
2017-09-03 13:07:29 +02:00
TooWaBoo
a2467deddb
Update TooWaBlue v2.56
...
Toggle button fix
2017-09-03 01:35:40 +02:00
Beep6581
20dafb21c5
Merge pull request #4030 from TooWaBoo/dev
...
Update TooWaBlue theme to v 2.54/2.55, vertical togglebuttons
2017-09-02 21:48:00 +02:00
Beep6581
8941deccc2
Merge pull request #4029 from Beep6581/bgcolor-h
...
New middle gray preview background color and vertical togglebuttons
2017-09-02 21:31:11 +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
heckflosse
6a67dd3500
Additional speedup for phase_one_flat_field()
2017-08-30 19:47:26 +02:00
heckflosse
fd1909e4da
Additional optimizations for Phase One P45+ and P65+
2017-08-30 18:55:30 +02:00
heckflosse
61a69ba193
Fixed artifacts in clipped highlights of phase one files I introduced with recent commit
2017-08-30 16:44:46 +02:00
heckflosse
c16115cdde
Speedup for loading of Phase One files
2017-08-30 14:49:27 +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
heckflosse
f3b4722e4f
RawTherapee is crashing when trying to open .dng taken on smartphone, fixes #4047
2017-08-28 17:40:05 +02:00
johenning
06fd003858
Fixed indentation
2017-08-27 21:27:23 +02:00
Morgan Hardwood
20a3ad9134
Added and updated previewmode* icons, #4027
2017-08-26 19:34:25 +02:00
Morgan Hardwood
0487fb8ec1
Added previewmodeF-*.file and previewmodeF-*.svg
2017-08-26 18:31:15 +02:00
Morgan Hardwood
54b71df3d6
More visible previewmodeF-*.png button icons, closes #4032
2017-08-26 17:47:51 +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
heckflosse
ed354a5926
Moved green equilibration pass one from to green_equil_RT.cc, removed timing code. Fixes #4034
2017-08-25 21:39: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
Alberto Griggio
f70ba32c9d
run through astyle
2017-08-22 08:48:33 +02:00
heckflosse
f409f1333e
Speedup for green equilibration
2017-08-22 01:21:09 +02:00
Alberto Griggio
610f3e4853
added option to manually save the collapsed/expanded state of tools
2017-08-21 18:42:15 +02:00
TooWaBoo
a8c4039fe7
Update TooWaBoo theme to v2.55, background & color buttons
2017-08-21 15:42:33 +02:00
Ingo Weyrich
ad20c39907
Merge pull request #4031 from Beep6581/cacorrect_speedup
...
Cacorrect speedup
2017-08-21 13:48:26 +02:00
heckflosse
abe5268a10
Removed timing code
2017-08-21 13:46:22 +02:00
TooWaBoo
9b11c30bdb
Update TooWaBlue theme to v 2.54
...
Reason: "New middle gray preview background color and vertical togglebuttons" #4029
2017-08-21 13:28:24 +02:00
Hombre57
ae19b6485a
Adding separators between frames in ExifPanel (see #4008 )
2017-08-20 22:51:06 +02:00
Morgan Hardwood
52bd71c12e
Made previewmodeF-off.png more visible on dark themes
2017-08-20 22:10:04 +02:00
Morgan Hardwood
2786478882
Visible panel resizing handles in RT theme, closes #4020
2017-08-20 21:50:11 +02:00
Morgan Hardwood
02b33ec111
Added middle grey tooltip to languages/default
2017-08-20 20:47:35 +02:00
Morgan Hardwood
00779e8242
Added L* middle gray preview background color, changed button icons, #4027
2017-08-20 20:40:56 +02:00