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
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
heckflosse
dc248860a1
remove unused variable
2017-11-25 12:18:20 +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
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
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
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
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
Alberto Griggio
cf75429648
added set_show_hidden() method to MyFileChooserButton
2017-10-24 11:48:07 +02:00
Alberto Griggio
df8b52f978
implement our own custom FileChooserButton, with the aim of speeding up startup time
...
See #4140
Compiles fine, but needs testing...
2017-10-24 00:27:55 +02:00
heckflosse
e489fc7bea
Make compilation unit rtengine/rtthumbnail.cc -Wextra clean, #4155
2017-10-22 14:01:07 +02:00
heckflosse
8c328cafd1
get rid of fallbackMgr in MultiLangMgr, fixes #4154
2017-10-20 21:05:19 +02:00
heckflosse
41cd29d201
Create PartialProfileDlg (Partial Profile Dialog) on demand instead of in advance when starting rt (saves another few ms when starting rt). fixes #4151
2017-10-19 20:37:03 +02:00
heckflosse
c2c213efac
Wrong translations calls in code, #4153
2017-10-19 19:00:28 +02:00
Alberto Griggio
e2433214a3
Fixed bug in updating the GUI value of the lensfun lens when maker name consists of multiple words
...
It might happen in the lensfun DB that there are multiple makers sharing a
similar name (at present, this only happens for "Leica" and "Leica Camera AG").
The logic for finding the lens in the combo box was not considering this...
2017-10-19 16:20:31 +02:00
Hombre57
3d4ff41550
Save some space in Preference / Image processing tab (see #3526 )
2017-10-17 23:25:09 +02:00
heckflosse
659fa619d4
Don't cache history strings in eventDescrArray in history.cc, fixes #4145
2017-10-16 22:18:13 +02:00
heckflosse
43ea69447f
Skip language file entries starting with !
2017-10-16 21:54:09 +02:00
TooWaBoo
8c74740738
Missing and wrong classes fix
2017-10-15 18:54:40 +02:00
Alberto Griggio
2956be333b
speed up loading of film simulation cluts by using one shared TreeModel for all the combo boxes
2017-10-13 23:06:52 +02:00
Hombre57
02463995af
Merge branch 'dev' into multiframe-handling
2017-10-13 22:51:42 +02:00
heckflosse
5a0e4de607
When no lcp is selected, rt does not show (none), fixes #4143
2017-10-13 21:23:21 +02:00
heckflosse
77b3576059
dual-threaded fill of lensfun treestores, #4140
2017-10-13 21:05:37 +02:00
heckflosse
b6bf4aba05
Don't create Metadata panel for batch editor, #4140
2017-10-13 20:54:03 +02:00
heckflosse
fd0d50fe0d
Use std::string instead of Glib::ustring for the map-key in rtimage.cc, #4140
2017-10-13 20:53:15 +02:00
Hombre57
2ef064f7d4
Various bugfix (see #4008 ) :
...
1. RT could crash in some circumstances with single frame image
2. UNICODE UserComment now done when already existing in raw file
3. When editing UserComment in the ExifPanel, the Value filed is now
filled with the current value
2017-10-07 00:43:45 +02:00
Hombre57
180912df0f
Merge branch 'dev' into multiframe-handling
2017-10-04 23:34:28 +02:00