3911 Commits

Author SHA1 Message Date
Floessie
87eea2f078 Merge pull request #3438 from Beep6581/fix-gcc6-warning
Fix "-Wignored-attributes" with vector arguments in `rtengine/median.h`
2016-09-29 08:04:49 +02:00
Morgan Hardwood
4b54f98500 Syncing translation files with gtk3 branch. 2016-09-28 00:03:23 +02:00
Morgan Hardwood
6ba96a10e9 Replaced "x" with Floessie's "×". 2016-09-27 23:24:02 +02:00
Morgan Hardwood
c339eddcc9 Regenerated translation files. 2016-09-27 23:14:17 +02:00
Morgan Hardwood
7d21cbfaa6 Reworked Median (NR) wording, updated RawPedia accordingly. 2016-09-27 23:13:55 +02:00
Flössie
18c0f7ad91 Fix remaining Denoise - Median tooltips (#3360)
Also replace 'x' with '×' for uniformity.
2016-09-27 21:16:30 +02:00
heckflosse
8b94684d32 Fix Denoise - Median tooltip 2016-09-27 15:56:07 +02:00
heckflosse
d076223293 Added attributions in median.h 2016-09-27 14:47:37 +02:00
Floessie
9f3bfb88b6 Merge pull request #3432 from Beep6581/fix_image_datas_convert_to
Use full range in `ImageDatas::convertTo<>` (#3429)
2016-09-27 07:42:53 +02:00
Flössie
d8be9933e2 Fix "-Wignored-attributes" with vector arguments in rtengine/median.h
See [GCC bug 69884](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69884).
2016-09-26 21:31:46 +02:00
Flössie
4076e1d5aa Add Ingo's optimization in another place, too (#3432) 2016-09-26 21:16:20 +02:00
Floessie
24e80cf8ee Merge pull request #3436 from Beep6581/fix-canon-exif
Fix Canon EXIF
2016-09-24 22:05:48 +02:00
Morgan Hardwood
a5af13228d camconst.json updated by IliasG, closes #3298 2016-09-24 13:57:28 +02:00
Flössie
b32ace88a9 Fix Tag::toString() for LONG type (#3422) 2016-09-22 22:00:05 +02:00
Flössie
759676788b Use BABL method for 16-to-8 bit conversion (#3429) 2016-09-22 21:52:07 +02:00
Flössie
7635559062 Add Ingo's missing optimization (#3432) 2016-09-22 21:22:35 +02:00
Flössie
e1b870e845 Merge remote-tracking branch 'origin/master' into fix_image_datas_convert_to 2016-09-21 21:59:28 +02:00
Flössie
1e7b8035c4 Round when converting to 8 bits (#3429) 2016-09-21 21:54:46 +02:00
Ingo Weyrich
2d0e5e4fee Merge pull request #3434 from Beep6581/save16bit_speedup
About 15% speedup for function lab2rgb16 which is used when saving 16 bit output
2016-09-21 21:48:24 +02:00
Flössie
540e95a063 Fix "MeasuredEV2" (#3422)
Kudos to @cm7695!
2016-09-21 21:16:24 +02:00
heckflosse
1e268105db replaced code to convert from Lab to XYZ by calling Color::Lab2XYZ(..) 2016-09-21 21:01:51 +02:00
heckflosse
ab2be87333 Simplified float2uint16range(..), removed StopWatches 2016-09-21 14:05:30 +02:00
heckflosse
29c4d936aa cleaned code 2016-09-21 00:35:02 +02:00
heckflosse
f17011cec4 use faster implementation to clip float to [0;65535] and round in rtengine::lab2rgb16b and rtengine::lab2rgb16 2016-09-21 00:24:44 +02:00
heckflosse
c67b986744 add faster implementation to clip float to [0;65535] and round 2016-09-21 00:22:42 +02:00
Flössie
309b823f93 Fix range in Image* classes (#3429) 2016-09-17 17:32:46 +02:00
Flössie
cb034284be Use full range in ImageDatas::convertTo<> (#3429)
Kudos to @mmmtok for finding and fixing!
2016-09-14 21:36:44 +02:00
Flössie
298e91b1a0 Fix "FocusDistance*"-EXIF for Canon (#3422)
Kudos to @cm7695 for finding and fixing!
2016-09-14 21:00:15 +02:00
Ingo Weyrich
0016bf4f2b Merge pull request #3426 from Beep6581/issue_3425_fix
fixes #3425, A combination of settings in Wavelet's Edge Sharpnes too…
2016-09-12 12:56:09 +02:00
heckflosse
6b769fb133 Correction to last commit 2016-09-12 12:54:46 +02:00
heckflosse
1c17be663b fixes #3425, A combination of settings in Wavelet's Edge Sharpnes tool crashes RawTherapee 2016-09-11 23:49:37 +02:00
Hombre
ee4749f271 Fix a recursive Mutex lock bug when selecting an output Gamma profile. 2016-09-11 03:49:33 +02:00
Jean-Christophe
ef50841629 Merge pull request #3415 from Beep6581/eclipse_c++11
Add full support of c++11 to the Eclipse IDE
2016-09-11 00:47:07 +02:00
heckflosse
a7dc063f35 Added Canon EOS 5D Mark IV to camconst.json, kudos to IliasG 2016-09-10 17:58:07 +02:00
Ingo Weyrich
c8aa1c9f49 Merge pull request #3423 from Beep6581/denoise
Merged Denoise speedups to get more tests
2016-09-09 21:58:26 +02:00
heckflosse
3ffe983140 Small code cleanups 2016-09-09 21:54:51 +02:00
Ingo Weyrich
eb3c661293 Merge pull request #3407 from Beep6581/bwspeedups
Merged bwspeedup branch to get more tests
2016-09-09 21:38:05 +02:00
heckflosse
344d975378 Removed stopwatch 2016-09-09 21:36:37 +02:00
heckflosse
d564d17425 mentioned the author of the sleef library in the header of the sleef source files, removed unused sleef.h 2016-09-09 16:36:18 +02:00
heckflosse
5bb20c413e Cleaned code, also reduced base memory usage of RT by 1 MB 2016-09-09 16:04:43 +02:00
heckflosse
ef83e6b591 Removed StopWatches and corrected some bugs from latest commit 2016-09-07 23:34:06 +02:00
heckflosse
0f21a0de6c Speedups for denoise, fixes #3418 2016-09-07 16:44:16 +02:00
heckflosse
3ddb4171d2 Fix a crash in denoise 2016-09-05 10:40:28 +02:00
Hombre
b04596ec60 Fixing a small glitch in the main cmakefile 2016-09-04 02:55:57 +02:00
Hombre
a9fc506ac9 Bugfix: the options file were reseted unexpectedly
The error was that it was reading a wrong value, which thrown an
exception, but the error was diplayed in verbose mode only. Bug fixed,
and now it'll report any error in evry case.
2016-09-03 23:29:26 +02:00
Hombre
40794f8e15 Add full support of c++11 to the Eclipse IDE
...(i.e. including when building the index), with the help of
-DCMAKE_ECLIPSE_VERSION="4.6.0" (set to your version, of course) on the
command line. Without this, the declared symbols are wrong and c++11 is
not supported by the IDE (vs the build makefiles).
2016-09-03 21:44:02 +02:00
Hombre
a69c631f22 Fix issue #3411 + revert some code to the old one for better readability 2016-09-03 00:49:35 +02:00
heckflosse
dc4bbe906b Avoid possible buffer underrun in ImProcFunctions::Mad and ImProcFunctions::MadRgb 2016-09-02 21:04:23 +02:00
Hombre
bdf4665c16 Merge branch 'master' into softproofing 2016-09-02 16:24:14 +02:00
Hombre
c96c7dc8f3 Soft-proofing ang GamutCheck buttons are now disabled if Monitor profile
== NONE of is no suported intent for the selected profile.

The Monitor profile list (in the Editor and in Preferences) shows RGB
profiles only, whereas the output profile list shows all profiles (RGB,
CMYK, ... anything!)

Bugfix: When switching to a new image, the image now use the selected profile and intent.
2016-09-02 16:23:21 +02:00