252 Commits

Author SHA1 Message Date
Thanatomanic
af4217d20b Fix for left pane not appearing after closing, thanks to @Hombre57 2018-08-20 08:50:19 +02:00
Thanatomanic
770c16e430 Merged with dev, resolved conflicts, fixes to icon refs 2018-08-13 05:11:21 +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
Morgan Hardwood
bb6282fad3 Icons tweaked #4469
- The "light" icon theme is now a little lighter, to increase contrast.
- Toolbox icons are now small.
- Buttons:
  - Buttons without labels which use icons as their only source of info regarding what the button does (e.g. the white-balance pipette button) use normal-sized icons.
  - Labeled buttons which use icons as an auxiliary source of information (e.g. Auto-Crop) now use small icons. Curve type icons are also small even though they have no labels.
- Colored circles are smaller.
- Curve type icons redesigned and small.
- Hand icons (when panning the preview) redesigned to have a clear outline regardless of background color.
- Magnifier icons redesigned to have a thinner magnifier frame and larger inner parts.
- Perspective, distortion and crop icons redesigned.
- Some small icons were missing the `-small` suffix, now renamed.
2018-07-16 12:41:40 +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
heckflosse
d217dcd2c3 Merge branch 'dev' into 32b-tiff-output-cli 2018-07-07 10:48:41 +02:00
Hombre
f2b339fc66 Taking care of backward compatibility for new output profiles
see #4478
2018-07-05 23:32:46 +02:00
Thanatomanic
293d0d7e2b Final fix? Included shorthand suggested by Hombre 2018-06-30 18:31:50 +02:00
Thanatomanic
da5fd6fac8 Removed histogramAspect in favor of histogramHeight, which sets the panelheight properly and consistently on restarting. 2018-06-29 21:56:06 +02:00
Thanatomanic
08cad72be0 Modifications such that the aspect ratio of the histogram is stored between sessions. Additionally, the scaling behavior is changed slightly to make the code easier without being to different from the current situation. 2018-06-28 19:04:19 +02:00
Thanatomanic
dc6c628ad1 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into histogram-scaling 2018-06-25 20:33:45 +02:00
heckflosse
5515b3dd72 Sharpening contrast mask - Bug, fixed by @Hombre57, fixes #4620 2018-06-17 11:20:27 +02:00
Thanatomanic
9e735b2640 Big update: 1) implemented scalable histogram (TooWaBoo's CSS untested but probably unnecessary now); 2) reverted graphical changes; 3) gridlines now multiply based on height and width; 4) removed cube-scaling; 5) implementend double-log scaling as the third alternative based on suggestion by @iliasg 2018-06-17 10:01:16 +02:00
Hombre
30efa5930d 16-bit floating-point support for TIFF output image (see #2357) 2018-05-07 09:57:53 +02:00
Flössie
bf54ea50a2 Don't force update when switching images (#4476) 2018-04-28 10:06:27 +02:00
Alberto Griggio
33e0c28789 started working on no negative clipping 2018-02-19 16:31:30 +01:00
Alberto Griggio
08846264c7 started work on making RT not clip the image at intermediate stages 2018-02-09 21:25:39 +01:00
Alberto Griggio
e6265cdfef merged 'softproofing-output-profile' into 'dev' 2018-02-06 13:25:00 +01:00
Alberto Griggio
e9d700d61d added option to check for out-of-gamut colors wrt the monitor profile
If soft-proofing is turned off, enabling gamut check will show highlight the pixels that are out of gamut for the current monitor profile
2018-02-05 10:25:02 +01:00
Alberto Griggio
06fedfdac7
Merge pull request #4366 from Beep6581/softproofing-output-profile
Softproofing output profile
2018-02-04 22:38:36 +01:00
Morgan Hardwood
ff808c823b Gamut icons made consistent, closes #4360 2018-02-04 16:09:14 +01:00
heckflosse
1d037397f1 Navigator width and height of image not updated when changing images, fixes #4359 2018-02-04 00:13:12 +01:00
Alberto Griggio
dc44212691 Soft-proofing: fall back to using the current output profile if no printer profile is specified
Implements #4361
2018-02-03 21:49:41 +01:00
heckflosse
3e2e7717b1 Fix random behaviour when opening images in SETM and 'Auto zoom to fit the crop area' is enabled, fixes #4357 2018-02-03 12:57:36 +01:00
Alberto Griggio
8a510315c2 Fattal: added anchor parameter 2018-01-25 22:13:17 +01:00
Hombre
3fe9cae2c3 Merge branch 'tiff32float' into dev 2018-01-08 21:47:14 +01:00
Alberto Griggio
857f39eb88 swapped shortcuts for "zoom to fit" and "zoom to fit crop" 2018-01-06 18:01:54 +01:00
Hombre
ee2c8f01e0 Merge branch 'dev' into tiff32float 2018-01-01 15:24:00 +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
Hombre
157da7f9ba Merge branch 'dev' into tiff32float 2017-12-20 00:21:23 +01:00
Morgan Hardwood
95af7dd65c Added histogram profile button images, #4066 2017-12-06 11:03:56 +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
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
Alberto Griggio
a2edcbd67d made the "before" view use the current monitor profile
Fixes #3090
2017-11-26 22:02:58 +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
heckflosse
5ddd42f721 Faster png save with still good compression, fixes #4045 2017-11-18 12:56:37 +01:00
Hombre57
bb874bcce7 Bigfix (see #4008) :
- CIECam now gets the shot's setting of the selected frame
- 'UserComment' metadata now correctly handled
- RT prepared to handle XTrans multiframe
- SensorType now set in the cache/data files
2017-10-04 23:27:08 +02:00
Hombre57
e97c7cad2c Bugfix: when 'off', "Show all" only shew the first frame
The QuickInfo panel now reflect the selected subframe's metadata
See #4008
2017-09-28 00:25:23 +02:00
Hombre57
6c988e94d4 FileBrowser now detects the 2 frames from DualPixel Canon files
The QuickInfo frame from the EditorPanel now display the number of frame
contained in the image file if > 1 

See #4008
2017-09-18 21:30:42 +02:00
Hombre57
0905294bda Merge branch 'dev' into multiframe-handling, with some merge bugfix 2017-09-17 01:15:51 +02:00
Hombre57
ee0bff4124 Updated frame handling with any type of hierarchy (see #4008)
Images can now be detected in nested IFDs or as root IFDs.
2017-09-16 22:30:07 +02:00
heckflosse
14378f39af Finally fixes #2494 2017-09-16 12:37:58 +02:00
heckflosse
91fd578f49 Write PP3 before processing image, not after. Hopefully fixes #2494 2017-09-15 22:09:45 +02:00
Morgan Hardwood
46ca336cb3 Fix needed after merging dev into bgcolor-h 2017-09-02 21:29:32 +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