Commit Graph

4512 Commits

Author SHA1 Message Date
heckflosse
6f1438e09d fixed bug in CheckBox::setValue (bool active) 2017-03-17 16:05:54 +01:00
Alberto Griggio
51f909a21e added option for selecting whether to use the extended zoom levels 2017-03-17 09:04:07 +01:00
heckflosse
70f89ccd48 Merge branch 'dev' into psgtk3 2017-03-17 01:04:18 +01:00
heckflosse
6a3baa3335 Set homedir as default path for queue_save/gimp/ps path if path from options not exists 2017-03-17 01:03:16 +01:00
heckflosse
3db29b2060 Fixed bug with raw ca-correction when pixelshift image was opened with amaze demosaic and then method was switched to pixelshift 2017-03-16 23:54:59 +01:00
Alberto Griggio
674cdb93be improved "zoom to fit" functionality
- fix regression in image quality for the previous zoom levels
- ignore the finer-grained zoom levels when zooming manually (either with the
  scroll wheel or with the buttons), but use them only only for zoom to fit
2017-03-16 23:32:02 +01:00
heckflosse
44a64f56b3 Merge branch 'psgtk3' of https://github.com/Beep6581/RawTherapee into psgtk3 2017-03-16 21:55:52 +01:00
Hombre
fe026d2b03 Updated copyright notes, no issue 2017-03-16 21:25:10 +01:00
Alberto Griggio
d41bd0d7e3 fixed typo in showing zoom percentage when the zoom factor is >= 1 2017-03-16 16:48:08 +01:00
heckflosse
df37ab6b4c used new CheckBox class in bayerrawexposure.* 2017-03-16 15:09:56 +01:00
Alberto Griggio
feed87d046 adding more zoom levels to the image editor 2017-03-16 14:33:26 +01:00
heckflosse
bb518eeef8 Used new CheckBox in rawcacorrection; don't zero red and blue when autoca is enabled 2017-03-16 13:34:11 +01:00
Hombre
a25a585673 Checkbox class added to simplify event handling. (issue #3739) 2017-03-16 01:16:37 +01:00
heckflosse
28015d8c26 Pixelshift: reduce number of false positive motion detections for red/blue check on transitions between overexposed ańd correctly exposed regions 2017-03-15 23:24:18 +01:00
heckflosse
bdbb808f2d Merge branch 'dev' into psgtk3 2017-03-15 01:20:20 +01:00
heckflosse
499ca64a2c pixelshift: Allow translation of previously hardcoded motion correction methods Off/Automatic/Custom 2017-03-15 01:17:17 +01:00
Alberto Griggio
e0d9090420 Changed "Processing profile operations -> Custom Profile Builder" to "Reset to default profile"
The behaviour has changed slightly, so that clicking the menu item now resets
to the default processing profile specified in the preferences. If this
involves calling the custom profile builder, the behaviour is the same as
before. But this is a bit more general, in that it might also simply reapply
the static default profile, or regenerate the dynamic one (depending on the
user's settings)
2017-03-13 23:24:12 +01:00
Hombre
3660ed5f95 (attempt to ) solving issue #3759 2017-03-13 21:41:01 +01:00
heckflosse
c9d9715e6d pixelshift: cleaned code 2017-03-13 21:38:52 +01:00
heckflosse
845ebe6906 Faster loading of pixelshift files 2017-03-13 15:44:36 +01:00
Hombre
567ed3629c Automatically selected profiles are now correctly loaded on first use. 2017-03-13 01:30:34 +01:00
heckflosse
9d16f2ac95 Merge branch 'dev' into psgtk3 2017-03-12 23:26:33 +01:00
Hombre
0578010fce Fix unexpected font change on first Preference change (issue #3637) 2017-03-12 23:18:04 +01:00
TooWaBoo
b266225539 Fix for issue https://github.com/Beep6581/RawTherapee/issues/3751 2017-03-12 22:16:22 +01:00
heckflosse
174949e0f0 Fix slowdown for decode of non pixelshift files 2017-03-12 20:39:03 +01:00
heckflosse
e2b4623dc5 Merge branch 'dev' into psgtk3 2017-03-11 22:59:08 +01:00
heckflosse
f9a536fd0b new gtk3 version of pixelshift 2017-03-11 22:30:36 +01:00
Flössie
ebd9e5e132 Make rtengine::Cache build again with hashable keys
While STL containers are not guaranteed to build with incomplete types,
`rtengine::Cache` used to build with `std::map` as well as
`std::unordered_map` when I first implemented it. With GCC 6.3 I
recently realized, that this was no longer the case for hashable keys
(i.e. `std::unordered_map` as `Store`).

The recommended workaround is to use a `std::unique_ptr`.
2017-03-11 17:14:11 +01:00
heckflosse
f226934b57 Pixelshift: Added option to equalize brightness of frames and cleaned gui. 2017-03-11 00:25:49 +01:00
heckflosse
825002378b Added JK Han and Kalle Söderman for contributing to Pentax pixelshift 2017-03-10 23:05:19 +01:00
Morgan Hardwood
2b3279c3d7 Turned off Travis until it supports GTK+ >=3.16. 2017-03-10 13:46:24 +01:00
Morgan Hardwood
181365dd79 Updated .travis.yml, last attempt. 2017-03-10 13:35:23 +01:00
Morgan Hardwood
510174bfa3 Updated .travis.yml 2017-03-10 13:12:00 +01:00
Flössie
b84e570f50 Revise SaveAsDialog::okPressed() (fixes #3737) 2017-03-09 17:10:33 +01:00
Morgan Hardwood
1593335485 Updated .travis.yml. Possibly more commit-spam to follow. 2017-03-09 15:03:16 +01:00
Morgan Hardwood
c7c0d6675e Added Travis CI file. 2017-03-09 14:50:11 +01:00
Morgan Hardwood
4d19621b43 Added dual-illuminant FUJIFILM X100S DCP, closes #3723 2017-03-09 14:30:48 +01:00
Morgan Hardwood
043322d91f Added dual-illuminant NIKON D810 DCP, closes #3662 2017-03-09 14:24:44 +01:00
Morgan Hardwood
245796e452 Added dual-illuminant NIKON D300 DCP, closes #3661 2017-03-09 14:19:18 +01:00
Beep6581
568bf155c3 Merge pull request #3743 from TooWaBoo/dev
TooWaBlue Update v2.49, fine tuning, typo corrected
2017-03-09 13:09:41 +01:00
TooWaBoo
812d16815e Typo corrected 2017-03-09 00:26:21 +01:00
TooWaBoo
ac3354233d Typo corrected
Thanks
2017-03-09 00:25:20 +01:00
TooWaBoo
85d9cc5b09 Update v2.48, fine tuning 2017-03-08 21:52:48 +01:00
TooWaBoo
652b909091 Update v2.48, fine tuning 2017-03-08 21:51:13 +01:00
Morgan Hardwood
dfcab20b35 Language files updated. 2017-03-08 20:55:20 +01:00
Flössie
61b913f7f9 Fix rtengine::min() for NaNs (#3742)
Also fix `LuminanceToneCurve::Apply()`. Kudos to @heckflosse!
2017-03-08 20:23:57 +01:00
Beep6581
06137b02be Merge pull request #3738 from TooWaBoo/dev
Update RawTherapee-GTK3-20_.css
2017-03-07 08:51:01 +01:00
TooWaBoo
9a742508f2 Update RawTherapee-GTK3-20_.css 2017-03-07 01:20:43 +01:00
Ingo Weyrich
44ecdf039a Merge pull request #3734 from Beep6581/shartifact
Shadows/Highlights: Use iterated boxblur for radius > 40 when Sharp m…
2017-03-07 00:10:59 +01:00
Beep6581
f17e0cd06e Merge pull request #3735 from TooWaBoo/dev
Deutsch locale update "Dynamic Profiles"
2017-03-06 22:00:13 +01:00