Flössie
0051e8f2ac
Fix SEGV in FileCatalog::(show|hide)ToolBar()
( fixes #4916 )
2018-12-11 21:48:14 +01:00
Morgan Hardwood
aece987d55
astyled and removed whitespace from bayerpreprocess.cc
2018-12-11 20:47:50 +01:00
Morgan Hardwood
f72277bf4e
Removed PDAF tooltip in favor of RawPedia
2018-12-11 20:46:50 +01:00
heckflosse
e91df4d59f
Closing RT is slow on Windows when cache folder contains a lot of files, fixes #5083
2018-12-11 15:57:17 +01:00
heckflosse
ad2fc472ef
Do not show console window when started in remote mode (-R)
2018-12-11 13:26:12 +01:00
Alberto Griggio
773b55b35e
restored old behaviour of the WB tint slider
...
Fixes #5077
2018-12-10 17:29:21 +01:00
Alberto Griggio
fd48b34cd5
curves: restored the old DCT_Spline implementation (cubic splines), and added new DCT_CatumullRom curve type
2018-12-06 14:11:49 +01:00
TooWaBoo
ef4160a7ce
Make "Save Profile" dialog act like other save dialogs
2018-12-09 10:03:30 +01:00
Ingo Weyrich
b3ee765bf0
Merge pull request #5067 from Beep6581/get-rid-of-special-windows-code
...
Get rid of special windows code
2018-12-05 20:54:34 +01:00
Morgan Hardwood
bd665e7133
Updated language keys in Preferences, closes #5061
...
Commit bba0f7 cleaned up some language keys. Two of them were
consolidated into one as they had an identical label but belonged to a
different section of the CIECAM02 tool.
As a result, Preferences needed to be updated.
2018-12-03 16:18:16 +01:00
heckflosse
2ec094b1ce
remove special windows code, #5058
2018-12-03 13:30:51 +01:00
Alberto Griggio
7cfd9dc8f4
colortoning: fixed bug in setting method in batch mode
2018-12-03 00:55:54 +01:00
heckflosse
562ed3b22a
MultiLangMgr::getOSUserLanguage (): get rid of special windows code
2018-12-02 21:07:54 +01:00
heckflosse
61c84b9ee7
Get rid of windirmonitor
2018-12-02 20:29:11 +01:00
TooWaBoo
d6bdce3417
Lens profile bug fix
...
When changed distortion the profile changed too.
Fixed
2018-12-02 13:29:48 +01:00
Morgan Hardwood
1563854815
Lensfun crop factor warning icon
...
Replaced inconsistnent stock "dialog-warning" icon with custom warning.png
2018-12-02 02:02:53 +01:00
Alberto Griggio
e29ff3cce2
crop: added new locked ratio "Current"
2018-12-01 11:47:47 +01:00
Beep6581
f4cc54351e
Merge pull request #5029 from TooWaBoo/lens-profile
...
Profiled Lens Correction
- Fixed batch mode.
- Added frames.
2018-12-01 16:42:17 +01:00
Morgan Hardwood
a6a6fa26da
Added "restart required" label for theme #4968
2018-11-29 21:11:30 +01:00
heckflosse
15c18325c0
Reset parsed extensions when empty, fixes #5040
2018-11-28 17:04:45 +01:00
heckflosse
b5a20fd6df
Fix bug in calculation of diagonal, #5032 , thanks to @Konyicsiva
2018-11-28 16:28:43 +01:00
TooWaBoo
6b0558c9e3
Listener fix
2018-11-28 07:44:28 +01:00
TooWaBoo
90122c419e
Added inconsitent status to checkboxes and radio buttons
2018-11-27 20:17:52 +01:00
heckflosse
79d561469f
Fix two leaks reported by coverity
2018-11-27 20:06:48 +01:00
heckflosse
d06e26356b
Fix scrolling in wrong direction when using mouse wheel in filebrowser, #5036
2018-11-27 19:54:26 +01:00
Alberto Griggio
4a6449b310
Crop: improve alignment with fixed ratios
...
Fixes #4981
2018-11-27 15:45:53 +01:00
TooWaBoo
66e9014238
Batch mode fixed
2018-11-26 23:15:21 +01:00
heckflosse
ae4cfaa992
Using mouse wheel to zoom in sometimes zooms out, fixes #5036
2018-11-26 21:00:48 +01:00
TooWaBoo
0f6edfe8dd
Profiled Lens Correction Buf fix
...
Fixed bug https://github.com/Beep6581/RawTherapee/issues/5002
Profiled Lens Correction does not seem to use (Unchanged) mode in Batch Edit
2018-11-25 18:06:45 +01:00
TooWaBoo
0ffc7d9617
Add frames to lensprofile.cc
2018-11-25 08:47:39 +01:00
Alberto Griggio
23aa0562aa
crop tool: fix grid spacing for gtkmm < 3.20
2018-11-25 00:00:40 +01:00
Roel Baars
d1571658f8
Consistent display of lensfun profile, fixes #5024
2018-11-24 13:37:36 +01:00
heckflosse
f5d56ffd17
Shortcut 'p' for Sharpening contrast mask, closes #5018
2018-11-23 19:51:01 +01:00
Roel Baars
c8300b137c
Add Crop reset button - 2nd attempt ( #5015 )
...
Add dedicated reset button for Crop, rearrange some GUI, disable crop buttons in batch mode
2018-11-23 19:10:04 +01:00
Alberto Griggio
4e4a83b576
Merge pull request #5011 from Beep6581/colortoning-labregions-cdl
...
Enhanced version of the "L*a*b* regions" color toning
2018-11-23 17:07:30 +01:00
luz.paz
e0ccb7da7d
Misc. comment typo fixes
...
Found via `codespell`
2018-11-23 07:07:38 -05:00
Desmis
822ba6ae18
Small changes to GammaPreset in iccprofilecreator.cc
2018-11-23 08:58:50 +01:00
heckflosse
52ddc63f54
Fix coverity issues
2018-11-23 00:33:30 +01:00
heckflosse
190772af5e
Fix some issues found by cppcheck
2018-11-22 18:40:09 +01:00
heckflosse
831e18ca45
Add override keyword. Thanks @Floessie
2018-11-22 16:19:16 +01:00
Roel Baars
d2dcd437b4
Fixes clang warning #5010
2018-11-22 10:52:17 +01:00
Roel Baars
78b5b78437
Fixes clang warning #5010
2018-11-22 10:51:41 +01:00
Alberto Griggio
73898e1a3f
Enhanced version of the "L*a*b* regions" color toning, adding mask blur and ASC-CDL controls
2018-11-22 09:45:59 +01:00
heckflosse
7f32010895
Fix coverity issues
2018-11-21 16:21:05 +01:00
heckflosse
b98f73e51b
Use unsigned int to avoid undefined behaviour when shifting a signed by 31 bits
2018-11-21 15:17:11 +01:00
Morgan Hardwood
cb0b96f702
Rearranged contents of Preferences> Appearance
...
Closes #5003
2018-11-21 13:11:47 +01:00
Morgan Hardwood
ead059ee8c
Better layout of Preferences > Appearance
...
The Appearance frame no longer causes the minimum Preferences window width to be large.
2018-11-21 02:48:46 +01:00
Morgan Hardwood
8b4027d75d
Crop Editing layout fixed
...
Preferences > Image Processing > Crop Edit was vertically centered with
large empty gaps above and below the frame. Now it starts as soon as the
frame above ends.
2018-11-21 01:50:44 +01:00
Morgan Hardwood
bba0f72ddc
Revision of interface strings
...
Changes for consistency, grammar, clarity, and making optimal use of
screen space.
2018-11-21 01:12:54 +01:00
TooWaBoo
24a80c60ee
Make WB-Picker button look like other toolbuttons ( #4967 )
2018-11-20 22:14:04 +01:00