7028 Commits

Author SHA1 Message Date
heckflosse
3643e15155 DJI FC2103 black level 2018-09-04 13:29:26 +02:00
Alberto Griggio
f84d3d8334
Merge pull request #4515 from Beep6581/ca-correction-before-distortion
Lens corrections: apply CA correction after distortion, and not before
2018-09-04 10:06:56 +02:00
Hombre
b226c125ce Scrollable toolbars has been named, and 'scrollableToolbar' class added
see #4035
2018-09-03 23:19:37 +02:00
Hombre
758299aa2c Support of GDK_SCROLL_SMOOTH sent by some devices. See #4035. 2018-09-03 00:18:03 +02:00
Thanatomanic
7b0a9c01c5 Fix for usability of highlight threshold slider and shadow compression in batch mode 2018-09-02 20:40:11 +02:00
Roel Baars
a7b7f20b83
Fix for #4743: flashing background 2018-09-02 17:53:52 +02:00
Thanatomanic
30b36e6371 Revert "Modifications to store histogram settings across sessions"
This reverts commit f59e7c31e4cce25c0d26c913dba64cdd85b1420d.
2018-09-02 17:04:17 +02:00
Thanatomanic
59ca037fd7 Disable highlight recovery threshold when highlight recovery = 0 and set threshold default to 0 2018-09-02 16:58:20 +02:00
Beep6581
6b93927ea1
Merge pull request #4742 from Beep6581/nrpref
Removes Noise Reduction settings from Preferences
2018-09-02 15:55:11 +02:00
Thanatomanic
52e4231c97 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into highlight-slider 2018-09-02 15:51:17 +02:00
Thanatomanic
f59e7c31e4 Modifications to store histogram settings across sessions 2018-09-02 13:39:55 +02:00
Hombre
20118c4019 Partially hidden toolbars can now be scrolled with the mouse wheel
...thanks to the new MyScrolledToolbar class (guiutils.h/cc). This is
valid for the FileBrowser tab (first and second line can be scrolled
individually) and the top and bottom bar of the Editor(s) tab.

see #4035
2018-09-02 10:47:44 +02:00
Beep6581
df1dc438ff
Merge pull request #4766 from TooWaBoo/dev
Update TooWaBlue theme v2.73
2018-09-02 10:16:25 +02:00
TooWaBoo
09e97051ed
Update TooWaBlue theme v2.73
Some fine tuning
2018-09-02 05:26:26 +02:00
Hombre
b26ea95c92 Bit-depth detection from RT-cli now more bulletproof (see #2357)
Thanks to Beep6581 for the fix
2018-09-01 23:04:49 +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
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
heckflosse
258dfc2275 Fix segfault when loading 16-bit float tiff 2018-08-31 13:01:27 +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
Ingo Weyrich
1874259bee
Merge pull request #4759 from Beep6581/nikon_decode
Improve decoding speed of Nikon NEF files, closes #4751
2018-08-30 21:04:40 +02:00
heckflosse
9000c18001 removed timing code in nikon_load_raw() 2018-08-30 21:02:44 +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
heckflosse
3c543d2efe defined raw crop for Hasselblad H6D-100cMS 2018-08-28 14:25:31 +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
heckflosse
42e2defd92 nikon_load_raw(): another small speedup, #4751 2018-08-27 20:33:23 +02:00
heckflosse
a2a5ce72ee nikon_load_raw(): fix copy/paste bug, #4751 2018-08-27 13:57:56 +02:00
heckflosse
64608e0313 nikon_load_raw(): another small speedup, #4751 2018-08-27 12:10:45 +02:00
heckflosse
30041e1dc6 nikon_load_raw(): minor changes, #4751 2018-08-26 21:26:08 +02:00
heckflosse
b189da0b59 nikon_load_raw(): minor changes, #4751 2018-08-26 20:46:14 +02:00
heckflosse
4ab4e7298d nikon NEF decoder: ~20% speedup, #4751 2018-08-26 19:04:42 +02:00
heckflosse
1437ab98d8 parse_hasselblad_gain(), additional check for flatfield, #4748 2018-08-25 12:45:46 +02:00
heckflosse
8b57aa4bc8 Hasselblad H4D-40 file loads unusually slow, fixes #4748 2018-08-25 11:27:19 +02:00
Flössie
5471b34a31 Fix Clang 6 OMP build (fixes #4746) 2018-08-23 19:04:53 +02:00
Beep6581
52fd66bc91
Merge pull request #4747 from TooWaBoo/dev
Update TooWaBlue theme / Adjustments for the scaled histogram.
2018-08-23 16:46:39 +02:00
Beep6581
2751ddd511
Merge pull request #4618 from Thanatomanic/histogram-scaling
Histogram update: different scaling modes and a new look
2018-08-23 16:45:59 +02:00
Thanatomanic
15468f8ec4 Added myself to AUTORS.txt with permission 2018-08-23 16:37:05 +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
TooWaBoo
a14285b1a6
Update TooWaBlue theme 2.72
Adjustments for the scaled histogram.
2018-08-22 18:29:19 +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
3e7f19c81b eahd demosaic: disabled timing code 2018-08-22 14:57:07 +02:00
heckflosse
4445239f17 Merge branch 'dev' into eahd_speedup 2018-08-22 14:11:52 +02:00