159 Commits

Author SHA1 Message Date
Hombre
0d61f14bae Added support for GDK_SCROLL_SMOOTH in some widgets
see #4781, #4786
2018-09-15 21:14:48 +02:00
Morgan Hardwood
5cc53a421e Use hard-coded NR default settings #4327
Now the hard-coded default values of the Noise Reduction settings which
were removed from Preferences are used, instead of reading them from
the options file.

Reverted accidentally-deleted "preview demosaicing method" setting.
2018-09-01 22:59:28 +02:00
Morgan Hardwood
4fd780c74b Removes Noise Reduction settings from Preferences
- Noise Reduction settings removed from
  Preferences > Performance & Quality
- Performance & Quality renamed to Performance, container frame renamed
  to Threads, since it applies to more than just the NR tool.
- Localization keys removed.
- TP_RETINEX_GAINTRANSMISSION_TOOLTIP key revised, closes #3299
2018-08-19 22:33:21 +02:00
Morgan Hardwood
9ced597a18 Makes Preferences window scrollable
- The Preferences window is now scrollable.
- Cleanup of arcane variable names and obsolete comments.
- Issue #4581
2018-08-04 00:17:27 +02:00
Hombre
3a6556404a Merge branch 'dev' into testoutputprofile 2018-07-22 03:25:49 +02:00
Morgan Hardwood
10af344672 Merge branch 'dev' into iconcleanup4 2018-07-13 18:14:48 +02:00
Morgan Hardwood
522495f4eb Icon cleanup #4469 #3547
Rebased in new branch to cleanup commit history.
2018-07-13 18:13:35 +02:00
Hombre
180277778a Merge branch 'dev' into testoutputprofile 2018-07-09 22:12:08 +02:00
Alberto Griggio
7b0383fd2f merge 'soft-light' into 'dev' 2018-06-29 23:34:31 +02:00
Hombre
fb0c95969b Creation of the ICCProfileCreator 2018-06-25 00:43:11 +02:00
Hombre
a0b8626b7d Adding ADD/SET mechanism to the raw processing tools
see #4579
2018-05-31 00:44:16 +02:00
heckflosse
6f6dafe214 Added Contrast threshold adjuster to PR Sharpening, fixed some bugs, #4551 2018-05-21 16:10:30 +02:00
heckflosse
ee5b1dbbc8 Microcontrast: add Contrast threshold adjuster, #4551 2018-05-13 19:07:13 +02:00
Alberto Griggio
112de05700 added SoftLight tool 2018-04-10 09:42:22 +02:00
heckflosse
9323d8c46d Remove ciecam02 double precision processing 2018-04-06 23:19:40 +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
luz.paz
aa706e5f8d + source typo 2018-03-24 19:42:53 -04:00
luz.paz
b41fea1c6f Misc. typos
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt --skip="./rtdata/languages"`
2018-03-24 19:42:08 -04:00
Morgan Hardwood
5441e89699 Fix missing labels in Preferences > Batch > NR
Noise Reduction label keys were revised in commit 431d13 but the keys
used in Preferences were not updated. This commit updates them to use
the new keys.
Closes #4423
2018-03-03 17:31:43 +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
Alberto Griggio
9a8d2bd8ff moved local contrast to the detail panel 2018-02-01 11:04:13 +01:00
Alberto Griggio
8a510315c2 Fattal: added anchor parameter 2018-01-25 22:13:17 +01:00
Jean-Christophe
61e411b437
Merge pull request #4314 from lvreclp/dev_restart_required_for_colormgmt
Added restart required label to Preferences.
2018-01-21 00:25:38 +01:00
Oleg Koncevoy
72ec02a98d Added restart required label to Preferences, Color management page. Now it is explicitly stated, that it will be possible to select monitor profile only after restarting rawtherapee.
Fixes #4198
	modified:   rtgui/preferences.cc
2018-01-03 17:12:36 +02:00
Alberto Griggio
8168611c23 added preferences to control the behaviour of the crop tool 2018-01-03 15:44:34 +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
Alberto Griggio
156cb762ec removed local contrast inside the S/H tool (remapped to the new local contrast tool)
See #4247
2017-12-22 23:59:44 +01:00
Alberto Griggio
59da3c5acd merge with dev 2017-12-20 16:58:14 +01:00
Alberto Griggio
0aff2f7c6c added partial paste and add/set preferences for local contrast 2017-12-20 16:56:05 +01:00
Morgan Hardwood
8cd11d5b63 Add missing Fattal batch labels
The Preferences > Batch Processing panel used the old TP_TM_FATTAL_ALPHA
and TP_TM_FATTAL_BETA labels, now it uses the new TP_TM_FATTAL_THRESHOLD
and TP_TM_FATTAL_AMOUNT ones, respectively.
Fixes #4229
2017-12-20 09:39:16 +01:00
Morgan Hardwood
8e151e97c8 Linux GTK+ >=3.19 only.
Force the toolbox vertical scrollbar to be visible only if using Linux
and GTK+ >=3.19. #3413
2017-12-17 03:52:07 +01:00
Morgan Hardwood
ec24784d10 Tool panel vertical scrollbar bug in Linux #3413
When the vertical scrollbar is set to hidden, one cannot scroll the
toolbox vertically using the mouse scrollwheel in Linux. This patch
works around the problem by forcing the scrollbar to always be visible
in Linux.
2017-12-17 03:27:37 +01: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
f6bd06a06c merged 'hdr_tonemap_fattal_nocache' into 'dev' 2017-11-18 17:44:34 +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
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
heckflosse
7542cfc456 Make compilation unit rtengine/icons.cc -Wextra clean, #4155 2017-10-25 13:26:14 +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
Hombre57
3d4ff41550 Save some space in Preference / Image processing tab (see #3526) 2017-10-17 23:25:09 +02:00
heckflosse
31095d3a9d Use assign instead of clear and resize 2017-09-25 13:14:21 +02:00
heckflosse
31af0935d8 Some changes to addsetid code in preferences 2017-09-24 01:10:08 +02:00
Morgan Hardwood
3f2e580bd7 Hopefully fixes the ADD SET issues, #4100 2017-09-23 16:50:43 +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
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
Alberto Griggio
610f3e4853 added option to manually save the collapsed/expanded state of tools 2017-08-21 18:42:15 +02:00
Desmis
8aed0100cd Merge pull request #4013 from Beep6581/ciecamenh
Ciecamenh
2017-08-19 07:19:56 +02:00
Morgan Hardwood
da4630ef22 Removed "Default" from "Default Language" and "Default Theme", regenerated translations. 2017-08-15 20:08:41 +02:00