Morgan Hardwood
1e36c564a7
Moved focus mask preview to clipped shadows/highlights section, uses large focus-screem icon, #4027
2017-09-01 14:59:17 +02:00
Hombre57
e6f1b53142
Shows the RL Deconv. section when in BatchMode
2017-08-30 21:46:58 +02:00
Hombre57
aae027da98
Minor bugfix
2017-08-29 02:10:23 +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
johenning
06fd003858
Fixed indentation
2017-08-27 21:27:23 +02:00
johenning
9e6888070d
Added check to avoid out of bounds access
2017-08-26 16:02:36 +02:00
johenning
9579203a99
Fixed double backslash case
...
If the first two symbols in the path are backslashes, we should not treat them like a single backslash, as one refers to root and the other to a network path.
2017-08-26 15:55:00 +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
Hombre57
ae19b6485a
Adding separators between frames in ExifPanel (see #4008 )
2017-08-20 22:51:06 +02:00
Morgan Hardwood
00779e8242
Added L* middle gray preview background color, changed button icons, #4027
2017-08-20 20:40:56 +02:00
Morgan Hardwood
bfd410dc68
Background color button order: theme, black, middle gray, white. #4027
2017-08-20 19:25:22 +02:00
Morgan Hardwood
6723013110
Added L* middle gray preview background color, #4027
2017-08-20 19:14:32 +02:00
Hombre57
66ba9127ac
Solving issue #3998
2017-08-20 00:57:30 +02:00
Hombre57
7394aa3806
Fix issue #4019
2017-08-19 15:12:24 +02:00
Desmis
8aed0100cd
Merge pull request #4013 from Beep6581/ciecamenh
...
Ciecamenh
2017-08-19 07:19:56 +02:00
Desmis
db17c68f1e
Format with astyle 3. changed files
2017-08-17 09:38:27 +02:00
Morgan Hardwood
da4630ef22
Removed "Default" from "Default Language" and "Default Theme", regenerated translations.
2017-08-15 20:08:41 +02:00
Desmis
986bbaa2cf
Change behavior sliders La
2017-08-15 08:44:35 +02:00
Flössie
411b7b5975
Fix wrong rounding in PreviewWindow
( fixes #3773 )
2017-08-14 21:52:01 +02:00
Desmis
0c7b59ece8
Suppress ciecam options
2017-08-14 17:49:11 +02:00
Desmis
0bb824e2c1
Other changes for Elle
2017-08-14 08:21:35 +02:00
Hombre57
bc9674a11d
Merge branch 'dev' into multiframe-handling
2017-08-13 18:16:03 +02:00
Hombre57
86dac147c6
Adding icons on thumbnails and solving a bug in cacheimagedata.cc
...
See issue #4008 .
The bug in cacheimagedata.cc was preventing correct cached thumbnail
loading, asking for a full processing at each loading of the directory.
2017-08-13 18:13:39 +02:00
Desmis
be82e1bde2
Some changes requested by Elle
2017-08-13 13:07:39 +02:00
Hombre57
d5e4980c08
Adding Floessie's patch to use std::unique_ptr (issue #4008 )
2017-08-12 19:21:29 +02:00
Desmis
49d61d5209
Small changes + mode double
2017-08-11 08:21:38 +02:00
Desmis
371c9321a3
merge with dev
2017-08-10 18:38:30 +02:00
Desmis
5f8555e84c
Add temp and green for scene
2017-08-10 17:09:46 +02:00
Morgan Hardwood
f17cda47c6
more formatting cleanup
2017-08-10 15:35:10 +02:00
Desmis
0ffbc5251e
Add CAT02 viewing conditions
2017-08-10 14:20:00 +02:00
Beep6581
10e83c9faf
Merge branch 'dev' into ciecamout
2017-08-10 12:32:40 +02:00
Morgan Hardwood
88d0512b4a
Astyled files in ciecamout for ciecamout merge
2017-08-10 11:59:54 +02:00
Morgan Hardwood
be0b4f2236
Astyled files in dev for ciecamout merge
2017-08-10 11:59:28 +02:00
Hombre57
1a296b763f
Correction as discussed in commit review (see also issue #4008 )
2017-08-10 00:50:26 +02:00
Desmis
291cc2e75a
merge with dev
2017-08-09 08:00:39 +02:00
Hombre57
f23be9345c
Add multi-frame handling.
...
- Exif of all frames are displayed in the Editor's Exif tab (without
separator)
- isHDR and isPixelShift is added to the data files stored in cache
- In the Editor panel, the QuickInfo frame display the HDR and
PixelShift information, as well as the number of frame and bit-depth for
HDR image
- the number of frame is provided by dcraw. If not set, it is provided
by the Exif's main IFD count
- the PixelShift information (for Pentax as of now) is provided by
looking at the Exif informations
- the HDR information is provided by the Exif information of the first
frame for Pentax raw files, or by the bitspersample, sampleformat and
compression tags for other files
TODO: add icons to the thumbnails to tag HDR and PixelShift files.
2017-08-08 23:42:05 +02:00
Beep6581
6976a75537
Merge pull request #3999 from Beep6581/fixaddset
...
Fixes how Batch Processing Add/Set values behave when count of entries in AdjusterBehavior in options file does not match ADDSET_PARAM_NUM, #2710
2017-08-08 23:41:34 +02:00
Alberto Griggio
7ab16c1b93
fixed double deallocation in EditorPanel::saveImmediately
2017-08-08 22:58:51 +02:00
Alberto Griggio
8c3c2f3e88
show message dialog about the expected usage when running RT as GIMP plugin
2017-08-08 22:40:46 +02:00
Hombre57
7a7e9d323d
Bugfix in PreviewWindow (attempt to fix issue #3773 )
2017-08-05 15:29:55 +02:00
Benitoite
7e05ea8827
Update main.cc
2017-08-02 12:21:28 -07:00
Morgan Hardwood
15eb7e990c
Fixes how Batch Processing Add/Set values behave when count of entries in AdjusterBehavior in options file does not match ADDSET_PARAM_NUM, #2710
2017-08-01 17:21:20 +02:00
Desmis
039152cce2
Clean Preferences and Tooltip
2017-07-29 09:39:35 +02:00
Benitoite
1c006d1472
macOS reports and sets screen resolution
...
https://github.com/Beep6581/RawTherapee/issues/3984#issuecomment-318476962
2017-07-28 09:39:25 -07:00
Desmis
ef39df4f39
Settings output device in main menu
2017-07-28 17:41:48 +02:00
Alberto Griggio
511f6c2a7b
raise an exception when Options::save
fails
...
See #3975 #3976
2017-07-20 17:03:21 +02:00