1885 Commits

Author SHA1 Message Date
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
Hombre
5c10e19541 Fix wrong bit-depth detection from RT-cli (see #2357) 2018-09-01 19:02:00 +02:00
Ingo Weyrich
97fa8c5978
Merge pull request #4760 from Beep6581/move_contrast_threshold_adjuster
Change position of contrast threshold adjuster in demosaic and microc…
2018-09-01 15:25:05 +02:00
Morgan Hardwood
7e1d6a3c67 Revision of CLI --help info 2018-09-01 14:40:32 +02:00
Hombre
61e033ae14 Merge branch '32b-tiff-output-cli' into dev (Fix #2357)
- Adds support of 16 bits float tiff images in GUI and command line
- Adds support of 32 bits float tiff images in command line
2018-08-31 22:13:37 +02:00
heckflosse
1d78aa4c3a Change position of contrast threshold adjuster in demosaic and microcontrast tool for consistency with sharpening tool 2018-08-31 13:44:38 +02:00
Beep6581
c4791f6bc5
Merge pull request #4754 from Beep6581/navcursor
Improvements to mouse cursor and icons
2018-08-31 10:36:19 +02:00
Hombre
5d1922ce56 Merge branch 'dev' into 32b-tiff-output-cli 2018-08-30 21:32:26 +02:00
Morgan Hardwood
8bc0df571e Cursor tweaks and code cleanup
- CursorManager code cleanup.
- Diagonal and flat curve cursors now use our bundled cursor icons.
  Icons are now less intrusive, allowing you to see what's going on
  under them as you manipulate the nodes.
- New small crosshair icon for curves.
2018-08-28 23:45:48 +02:00
Morgan Hardwood
54ff8788e6 More icon and cursor fixes
- The Graduated Filter on-canvas widget button now has its own icon,
  does not use the curve's "add adjustment point" icon anymore.
- When dragging a crop, a closed hand cursor is shown.
- The hand icon had the outline removed to improve separation between
  the fingers.
2018-08-28 18:01:25 +02:00
Morgan Hardwood
68378c2028 Cleanup of unused cursor code 2018-08-28 13:50:16 +02:00
Morgan Hardwood
2f7910e981 Various icon and cursor improvements #4738
- The mouse cursor now is an open hand when hovering over something
  which can be panned, e.g. the red square in the Navigator panel. It is
  a crosshair when hovering over the main preview.
- When you pan the red square or the main preview, it's a closed hand.
- Now the cursor changes to a crop icon when you're in crop mode.
- The cursor changes as needed when you want to resize a crop edge or
  corner.
- The cursor changes when you're in straighten mode.
- The curve "add adjustment point" and "edit node in/out values" icons
  now contain a node in the icon and are more representative of what
  they do.
- The small reset/undo icon is made a bit clearer.
2018-08-28 13:32:56 +02:00
Flössie
5471b34a31 Fix Clang 6 OMP build (fixes #4746) 2018-08-23 19:04:53 +02:00
Roel Baars
d3f70cc6ab
Merge branch 'dev' into histogram-scaling 2018-08-23 16:17:00 +02:00
heckflosse
79707ed1ea Fix broken RGB indicator bar 2018-08-23 16:11:11 +02:00
Roel Baars
f919b0b873
Merge branch 'dev' into histogram-scaling 2018-08-22 17:39:31 +02:00
Thanatomanic
8109b17675 Draw grid below curves, make luminance area transparent 2018-08-22 17:37:51 +02:00
heckflosse
b80abe60e8 When Demosaic/None is set, always show raw values and never show Lab/HSV values, #4584 2018-08-20 21:54:21 +02:00
heckflosse
bd568ab957 Prevent flashing background color of the preview when adding nodes to a curve using on-canvas picker, fixes #4743 2018-08-20 21:32:16 +02:00
Morgan Hardwood
871188a1d8 Navigator should use a different icon while panning
The Navigator uses the same hand icon regardless whether panning
the red square or not, this branch tries to fix that, #4738
Includes a cleanup of icon names, i.e. the crosshair should not be
called the hand.
2018-08-20 10:44:27 +02:00
Thanatomanic
af4217d20b Fix for left pane not appearing after closing, thanks to @Hombre57 2018-08-20 08:50:19 +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
heckflosse
ce8ead804b Changing lens correction method triggers processing twice, fixes #4740 2018-08-19 16:38:02 +02:00
Hombre
7aeef817e8 Merge branch 'dev' into issue4580 2018-08-17 21:18:53 +02:00
Thanatomanic
12ab150c0a RGB-bar correctly shows actual cursor values in all modes 2018-08-17 12:47:52 +02:00
Morgan Hardwood
d831e6fbf2 Icon tweaks
- Added missing icons, closes #4730
- Added high-contrast for cursors.
2018-08-14 00:46:40 +02:00
Morgan Hardwood
74fb3439ae Icons renamed to reflect their size 2018-08-13 23:23:22 +02:00
Morgan Hardwood
faaaa016f0 Star icons more narrow to not bloat thumbnail size
The star icons used for ranking thumbnails are now of the "narrow" size,
i.e. 10x16px. This change removes mostly the padding, which caused the
ranking buttons to bloat the minimum thumbnail size to an unacceptably
large size.
2018-08-13 22:47:41 +02:00
Thanatomanic
ed854e3d31 Merged with dev, resolved conflicts, fixes to icon refs 2018-08-13 05:13:38 +02:00
Thanatomanic
770c16e430 Merged with dev, resolved conflicts, fixes to icon refs 2018-08-13 05:11:21 +02:00
Morgan Hardwood
c9e6a18fb8 Use small thumbnail icon for files in queue 2018-08-06 11:16:09 +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
8be9a68212 Attempt to fix #4580 : "RT 5.4 on Windows 8.1 x64 crashes while in
editor"

Fixing an incorrect 'if' statment
2018-08-03 07:13:47 +02:00
luz.paz
5f867be0c3 Misc. typo tixes 2018-07-31 13:14:14 -04:00
Morgan Hardwood
659901212a Icon tweaks and cleanup
- Color-unranked icons tweaked for lighter themes, closes #4704
- Star-unranked icons smaller to increase contrast, #4469
- Deleted old icons which snuck back in with the ICC geneartor merge.
2018-07-29 15:13:35 +02:00
U-PC-BUREAU\jacques
2da11b61b0 Refixed the same behavior 2018-07-26 20:43:23 +02:00
U-PC-BUREAU\jacques
5f2b34f576 Fixed bad behavior between Tone response curve and auto-matched 2018-07-26 19:43:04 +02:00
Morgan Hardwood
4aaf28760a Interface strings and keys revised
Includes updated Portuguese translation
2018-07-26 14:47:20 +02:00
Hombre
8397a239a5 Merge branch 'dev' into issue4580 (see... issue #4580) 2018-07-26 01:48:20 +02:00
Hombre
55ed8eae74 cropPixbuf/cropPixbufTrue mixed-up in cropwindow.cc (no issue) 2018-07-26 01:02:49 +02:00
Alberto Griggio
fce2d61b0c moved softlight later in the pipeline
Gives a better result, more suitable to the final fine-tuning
2018-07-24 17:00:54 +02:00
U-PC-BUREAU\jacques
00b8701c6b Change model for ACES in option 2018-07-24 08:27:42 +02:00
Hombre
3eb172c923 Fixed wrong icon name in iccprofilecreator.cc, see #4478 2018-07-22 20:14:18 +02:00
Hombre
fe2f45dff2 Merge branch 'dev' into 32b-tiff-output-cli 2018-07-22 18:14:38 +02:00
Hombre
3a6556404a Merge branch 'dev' into testoutputprofile 2018-07-22 03:25:49 +02:00
Hombre
bbde907d72 ICCProfileCreator now set ASCII description and/or copyright if they
are made of ascii chars only. See #4478
2018-07-22 02:19:33 +02:00
Thanatomanic
382dcb2f06 Fixed header.. 2018-07-20 11:12:13 +04:30
Thanatomanic
d292120ff6 Resolve merge conflicts with new icons 2018-07-20 10:40:49 +04:30
Beep6581
d73e5428f9
Merge pull request #4673 from Beep6581/thumbtooltip
Always show filename in the thumb tooltip, #4672
2018-07-19 19:28:21 +02:00
Morgan Hardwood
5309307c7b Theme tweaks in light of new icons, #4469
- Button and combobox sizes consistent.
- Padding around left and right edges of comboboxes.
- Fixed bug in green channel preview togglebutton icon always being
  shown as "off".
- Added CSS classes to various elements.
2018-07-18 19:37:24 +02:00