420 Commits

Author SHA1 Message Date
Desmis
74b5b65524 Add ACESP1 - rename ACESc in ACESP0 - fixed some GUI bug in Primaries Output profiles 2018-04-12 16:51:54 +02:00
Desmis
62fc062712 merge with dev 2018-04-11 13:08:28 +02:00
Desmis
dedce5d383 add selected TRC to FOIP 2018-04-10 15:29:05 +02:00
Alberto Griggio
112de05700 added SoftLight tool 2018-04-10 09:42:22 +02:00
Desmis
ae11501fc1 Add history messages 2018-04-08 13:01:30 +02:00
Desmis
6047430b43 generate free ICC v2 or v4 2018-04-08 11:18:54 +02:00
heckflosse
9323d8c46d Remove ciecam02 double precision processing 2018-04-06 23:19:40 +02:00
Desmis
4bcd6e01de Generate Free Output Integrate Profile - FOIP 2018-04-06 17:35:33 +02:00
Morgan Hardwood
29f41d2890 Fixed spelling and grammar, and generateTranslationDiffs 2018-04-06 11:45:43 +02:00
Alberto Griggio
7328fa9293 remove the tooltip for the "OOG clipping" checkbox 2018-04-05 14:46:11 +02:00
heckflosse
15794cc1ba First steps to extend dynamic profiles for Pixel Shift and HDR images 2018-04-05 14:41:02 +02:00
Alberto Griggio
46327259e2 added checkbox to let the user decide whether to clamp or not 2018-04-05 11:22:05 +02:00
Alberto Griggio
a0a9488c20
Merge pull request #4459 from Beep6581/enhanced-inspector-mode
feature: added option to use a (fast) neutral RAW rendering in 'inspector mode'
2018-03-27 12:17:22 +02:00
Morgan Hardwood
4511b693e1 Updated PREFERENCES_SND_THRESHOLDSECS key and generateTranslationDiffs 2018-03-25 01:28:42 +01:00
Alberto Griggio
1b828987be fixed capitalization of 'RAW' --> 'raw' 2018-03-22 23:11:12 +01:00
Alberto Griggio
81210d18b4 Added new mode "Horizontal on PDAF rows only" for the "line noise filter" 2018-03-10 22:56:45 +01:00
Alberto Griggio
2d914a78bc updated tooltip for the PDAF lines filter 2018-03-08 16:30:36 +01:00
Alberto Griggio
81a8aa4037 added experimental RAW Bayer preprocessing filter for mititgating the Sony PDAF lines banding problem 2018-03-05 16:25:10 +01:00
Alberto Griggio
0bb7375a90 added possibility to apply "RAW line noise filter" only in a specific direction (horizontal or vertical) 2018-02-28 23:37:34 +01:00
Hombre
b430ca19a6 Double fallback implemented (see #4396)
If the user's default profile is not found, it'll fallback to the
bundled one. If this one is not found, it'll fall back to internal
values. No restart required. Only the GUI alert are localized.
2018-02-24 14:02:50 +01:00
Hombre
ff021826c6 Falling back to RT's default profile if actually set default profile
doesn't exist (see #4396). If the actually set default profile was RT's
default profile, whichcan't be accessed for any reason, it'll then fall
back by the Internal profile.
2018-02-19 23:20:41 +01:00
Alberto Griggio
d17bb0cfe6 feature: added option to use a (fast) neutral RAW rendering in 'inspector mode' 2018-03-21 10:47:38 +01:00
Morgan Hardwood
d5192b35b6 generateTranslationDiffs 2018-02-07 22:14:41 +01:00
Alberto Griggio
e9d700d61d added option to check for out-of-gamut colors wrt the monitor profile
If soft-proofing is turned off, enabling gamut check will show highlight the pixels that are out of gamut for the current monitor profile
2018-02-05 10:25:02 +01:00
Alberto Griggio
14a463102c use cyan instead of green for out-of-gamut pixels 2018-02-04 18:02:01 +01:00
Alberto Griggio
dc44212691 Soft-proofing: fall back to using the current output profile if no printer profile is specified
Implements #4361
2018-02-03 21:49:41 +01:00
Alberto Griggio
8a510315c2 Fattal: added anchor parameter 2018-01-25 22:13:17 +01:00
Hombre
c0ceeb2c95 Updated French strings 2018-01-25 00:51:46 +01:00
Alberto Griggio
e4555cc51c PP3 save: make sure that when nothing is selected, the PP3 is truly empty
Fixes #4330
2018-01-24 22:09:30 +01:00
Alberto Griggio
5342e75289 merged branch 'advanced-tools' into 'dev' 2018-01-21 21:01:09 +01:00
Alberto Griggio
d44a3b8bb3 added tooltip to the hisogram matching button 2018-01-21 19:00:40 +01:00
Alberto Griggio
bb56d73cc8 started working on proof-of-concept histogram matching 2018-01-17 01:12:13 +01:00
Alberto Griggio
3c2e30dbcc renamed Wavelet tab to Advanced and moved more tools there (see #4298) 2018-01-14 21:36:25 +01:00
Hombre
52be618963 Bugfix in LabGrid class + code refactoring
- suppressed trailing `_` char for class' parameters
- renamed function name (those not related to Gtk) to lowerCamelCase
- changed the mecanism of dragging point, to avoid throwing unecessary
`panelChange` event
- added a `reset` function, with support of `toInitial` to get back the
values at load time (CTRL+click on reset button)
- `on_draw` optimisation: now LabGrid IS A BackBuffer
2018-01-13 20:26:19 +01:00
Alberto Griggio
9e9d523fa3 updated history msg for lab color correction 2018-01-09 15:41:39 +01:00
Alberto Griggio
041990d216 Added new color toning mode "L*a*b* color correction grid", adapted from DT's color correction module 2018-01-08 00:19:36 +01:00
Alberto Griggio
857f39eb88 swapped shortcuts for "zoom to fit" and "zoom to fit crop" 2018-01-06 18:01:54 +01:00
Morgan Hardwood
888de585d4 Queue state verbose, fixes #4058
Improvement to the Batch Queue:
- Start Queue/Stop Queue checkboxes replaced with one swith.
- It is now immediately clear whether the queue is running or not.
- The queue is visually stopped once it is empty.
- String keys fixed to use BATCHQUEUE_ prefix instead of FILEBROWSER_.
2018-01-05 22:44:07 +01:00
Alberto Griggio
8168611c23 added preferences to control the behaviour of the crop tool 2018-01-03 15:44:34 +01:00
Morgan Hardwood
431d134202 Revision of Noise Reduction labels
Revised all Noise Reduction labels, now they are grouped by the sub-tool
they correspond to and are easier to translate by those who don't know
how to search through the code.
Used generic labels where possible (curve, slider).
Renamed "Quality" to "Mode", and "Method" to "Color space".
Closes #3854
2017-12-31 17:42:30 +01:00
Morgan Hardwood
b0b9ce3e52 Merge branch 'dev' into procparams-metadata-mode 2017-12-31 01:00:31 +01:00
Alberto Griggio
b589254d21 Moved "Copy metadata unchanged" to PP3, and added "strip metadata" mode
Fixes #3647
2017-12-29 23:03:44 +01:00
Morgan Hardwood
5ecb05ba23 "Custom command line" label.
Changed "Other command line" to "Custom command line".
2017-12-29 17:08:15 +01:00
Morgan Hardwood
3762a8332f generateTranslationDiffs 2017-12-21 13:31:46 +01:00
Alberto Griggio
62585bc434 merged 'localcontrast' into 'dev' 2017-12-20 23:16:28 +01:00
heckflosse
8b8345d65b Removed PS one green history message from default language file 2017-12-20 18:26:14 +01:00
Alberto Griggio
8e9304fa73 added translation for PARTIALPASTE_LOCALCONTRAST 2017-12-20 16:57:40 +01:00
Alberto Griggio
c166e0a7ed added a more flexible way of managing ProcEvents
modifying the global ProcEvent enum and refreshmap array is not needed
anymore. You can now register new events dynamically, using a ProcEventMapper
instance. See rtgui/localcontrast.cc for an example.

Hopefully this solves the problem of recurring merge conflicts when different
devs add different proc events
2017-12-19 13:46:19 +01:00
Alberto Griggio
b8777b3d87 added simple local contrast tool
Borrowed from G'MIC
2017-12-19 01:03:52 +01:00
Alberto Griggio
14a30c6c39 merged 'dev' into 'sony-pixel-shift' 2017-12-18 10:11:38 +01:00