Oleg Koncevoy
d6037a880e
Moved histogramProfile_toggled() to EditorPanel private section.
...
modified: rtgui/editorpanel.h
2017-12-08 09:59:46 +02:00
Morgan Hardwood
8c42504ff3
Merge branch 'origin/histogram-profile' into histogram-profile
2017-12-06 11:13:54 +01:00
Morgan Hardwood
95af7dd65c
Added histogram profile button images, #4066
2017-12-06 11:03:56 +01:00
Flössie
8bebb5c720
Remove unused ColorManagementParamsEdited::gamfree
2017-12-05 18:55:59 +01:00
Flössie
e6e4bfa350
Merge branch 'dev' into procparams-cleanup
2017-12-05 18:23:48 +01:00
Oleg Koncevoy
edc1175271
Clean up for updateHistogram() method
2017-12-05 19:04:34 +02:00
Oleg Koncevoy
4d616e2782
Added updateHistogram method to ColorManagementToolbar class.
...
This method get's called on histogram profile icon toggle and updated histogram.
modified: rtgui/editorpanel.cc
2017-12-05 17:34:18 +02:00
Alberto Griggio
56dc615b2a
lens profile: correctly update the value of the "correct CA" checkbox
...
Fixes #4201
2017-11-28 14:26:30 +01:00
Oleg Koncevoy
f071d321fd
Added tooltip for histogram profile toggle button
2017-11-27 17:38:09 +02:00
Oleg Koncevoy
4c76c7456f
Added a histogram profile settings toggle button. Now working histogram profile can be changed without entering the preferences window.
...
modified: ../rtgui/editorpanel.cc
modified: ../rtgui/editorpanel.h
2017-11-27 17:12:21 +02:00
Oleg Koncevoy
84379ffb7d
Removed histogram profile settings from preferences window.
...
modified: ../rtgui/preferences.cc
modified: ../rtgui/preferences.h
2017-11-27 17:11:57 +02:00
Alberto Griggio
a2edcbd67d
made the "before" view use the current monitor profile
...
Fixes #3090
2017-11-26 22:02:58 +01:00
Flössie
95614c7ecb
Add operator ==()
to every parameter struct
2017-11-26 14:03:25 +01:00
heckflosse
dc248860a1
remove unused variable
2017-11-25 12:18:20 +01:00
Flössie
7ba16a6f06
Bump PP version to 328 due to ff_clipControl
(by @heckflosse)
2017-11-22 20:41:13 +01:00
heckflosse
4bad4df2d7
when using SETM thumbs are recomputed when switching between File browser and Editor (Filmstrip) even if SameThumbSize=1 in preferences, fixes #4194 . Thanks to @Hombre57 for the fix
2017-11-22 01:32:39 +01:00
Flössie
0eb3969279
Make PartialProfile
non-copyable
2017-11-21 18:11:26 +01:00
Flössie
b98a3944a6
Merge branch 'dev' into procparams-cleanup
2017-11-20 20:40:57 +01:00
Flössie
5734e546d8
C'tor init for the rest of the Params
2017-11-20 20:26:23 +01:00
Alberto Griggio
912f9f436b
added support for 32-bit floating-point TIFF output
2017-11-20 00:11:18 +01:00
Alberto Griggio
bc8b8902e6
make rtengine::processImage return an Imagefloat instead of an Image16
...
This is for supporting saving to 32-bit float TIFFs
2017-11-20 00:10:51 +01:00
Alberto Griggio
d47e7f67b2
fattal: set the lower bound to 1 instead of 0 (so that it's obvious it still has an effect)
2017-11-19 18:40:48 +01:00
Flössie
05505803ae
C'tor init for (ToneCurve|Retinex|LCurve|ColorToning)Params
2017-11-18 19:07:23 +01:00
Alberto Griggio
f6bd06a06c
merged 'hdr_tonemap_fattal_nocache' into 'dev'
2017-11-18 17:44:34 +01:00
heckflosse
5ddd42f721
Faster png save with still good compression, fixes #4045
2017-11-18 12:56:37 +01:00
Flössie
0a9d81bc7f
Fix wrong *Sensor::Method::NONE for MONO substitution
2017-11-17 17:19:40 +01:00
Flössie
e0f7c1358b
procparams.h
cleanup - Part 2
...
TODO:
- Add c'tors and find all defaults
- Remove `setDefaults()` in favour of c'tors
- Add `operator ==()` to `struct`s
2017-11-17 17:05:46 +01:00
Flössie
071e19bfd9
Don't access job
in BatchQueue::saveBatchQueue()
( fixes #4183 )
2017-11-17 16:43:17 +01:00
Alberto Griggio
339c794359
Fixed bug (typo) in LCP-based CA correction (now reenabled)
2017-11-16 21:22:17 +01:00
Alberto Griggio
19281eedd1
merge branch 'lensprofile-ca-correction' into 'dev'
2017-11-14 22:53:27 +01:00
Alberto Griggio
99f41baf4f
disable LCP-based CA correction, as it is currently broken
2017-11-14 22:52:57 +01:00
Flössie
02d6187cd8
procparams.h
cleanup - Part 1
...
TODO:
- Part 2 (obviously 😉 )
- Remove `setDefaults()` in favour of c'tor
2017-11-14 21:20:07 +01:00
Flössie
aa414fca41
Clean rtengine::procparams::Threshold
2017-11-13 22:00:27 +01:00
Flössie
c702e5d847
Additional manual cleanups to ProcParams::(save|load)()
2017-11-11 21:11:57 +01:00
Ingo Weyrich
5946a00511
Merge pull request #4176 from Beep6581/extraclean
...
get rt cleaner when built using -Wextra #4155
2017-11-11 18:06:00 +01:00
Alberto Griggio
b640a37d79
Fattal GUI: set a lower bound of 0 for amount
2017-11-05 21:49:38 +01:00
Hombre
34ed12c318
HDR Tone compression : Threshold and Amount swapped in GUI ( #4168 )
2017-11-05 00:00:27 +01:00
Hombre
0a9f382967
Refactored name for Fattal / Alpha & Beta + updated ranges (see #4168 )
...
Ranges for Threshold and Amount is now -100 / +100 integer. Effective
range should be modified in ImProcFunctions::ToneMapFattal02 if ever.
2017-11-04 23:09:58 +01:00
Hombre
b64707bea6
Adding ADD/SET mechanism to Fattal HDR tool + PartialPaste dialog gui
...
+ range of Beta limited to 0.7 <> 1.3.
ADD/SET mechanism was missing for EPD tool too, so it's included in this
commit.
see #4168
2017-11-04 21:27:11 +01:00
Alberto Griggio
77b4ad497b
Integrated "Fattal02" tone-mapping operator from Luminance HDR
2017-11-02 22:34:49 +01:00
Alberto Griggio
d5c01e8c1d
Merge pull request #4158 from Beep6581/custom-file-chooser-button
...
Custom file chooser button
2017-10-29 21:48:27 +01:00
Morgan Hardwood
c39a054eab
Added keyboard shortcuts for "Copy to" and "Move to", closes #3271
2017-10-29 18:31:18 +01:00
Alberto Griggio
830fd6fdbb
added support for CA correction via lensfun
...
Performance could be improved (see the comments marked "agriggio" in iptransform.cc and rtlensfun.cc)
2017-10-26 23:55:52 +02:00
Alberto Griggio
e44662a899
updated comment about margin and GTK < 3.20
2017-10-26 09:08:44 +02:00
Alberto Griggio
c3bdd47a62
make MyFileChooserButton behave nicely with CSS themes
...
Note: I still had to hardcode a set_border_width(2) for GTK+ < 3.20, because nothing I tried on the CSS worked...
2017-10-25 22:35:26 +02:00
heckflosse
7542cfc456
Make compilation unit rtengine/icons.cc -Wextra clean, #4155
2017-10-25 13:26:14 +02:00
Alberto Griggio
8322f03e3d
added a default border to MyFileChooserButton, and set the widget name to "MyFileChooserButton" (to allow for CSS customization)
2017-10-25 10:30:19 +02:00
Alberto Griggio
46e3471d0f
minor tweak to the ok/cancel button labels of MyFileChooserButton
2017-10-24 15:09:40 +02:00
Alberto Griggio
a0a7b717c1
simplify the implementation of MyFileChooserButton::show_chooser
...
Do not try to show a native file dialog. I think this would be useless, since
RT already uses non-native dialogs in other places, and I'm not sure it would
be possible to replace all of them (e.g. in icmpanel.cc the dialog is
customized by adding a checkbox for WB, and this is not possible with a native
dialog).
2017-10-24 14:03:02 +02:00
Alberto Griggio
5be042bcd4
use ALIGN_START for the label of MyFileChooserButton
2017-10-24 12:00:38 +02:00