Commit Graph

2989 Commits

Author SHA1 Message Date
Hombre
d2fcabea64 The 2 columns of the History list are now of the same width, can't be
resized, and display a tooltip.

The ICM tool has been reworked to avoid loosing space.

The curve's histogram are now displayed.

For Windows users, if you can't build the Gtk3 branch anymore with your
Gcc5.x compiler, try to uncomment line 20-21 of the main CMakeLists.txt.
For some reason, I had to comment that out.
2015-09-17 01:09:02 +02:00
Hombre
7d9f743ce5 Merge branch 'master' into gtk3 2015-09-09 22:06:21 +02:00
Morgan Hardwood
18fb107f82 Fixed "HISTORY_MSG_167;Demosaicing method" string 2015-09-07 00:16:13 +02:00
heckflosse
a7db8f001c Added TooWaBoo, thanks for translating the Deutsch file :-) 2015-09-04 23:50:39 +02:00
TooWaBoo
95b12983b4 Updated Deutsch translation closing issue #2896
Signed-off-by: Morgan Hardwood <entertheyoni@gmail.com>
2015-09-04 22:26:15 +02:00
Morgan Hardwood
86fb53037d Fixes #2892 - tone curve node spinbutton range 2015-09-03 22:48:32 +02:00
heckflosse
98c1221908 crash when first two curve points are at x=0, fixes #2888 2015-09-01 18:09:46 +02:00
Morgan Hardwood
f41424717d Merge branch 'master' into gtk3 2015-08-29 12:09:39 +02:00
Beep6581
11d382d998 Merge pull request #2886 from Beep6581/HDRMergeMakerNotes
Fix wrong handling of MakerNotes in dng files created with HDRMerge from Nikon NEF files
2015-08-29 12:05:43 +02:00
Morgan Hardwood
4777020a04 Merge remote-tracking branch 'origin/lensfix' 2015-08-29 11:50:12 +02:00
heckflosse
483a8911fc Fix wrong handling of MakerNotes in dng files created with HDRMerge from Nikon NEF files 2015-08-28 22:13:33 +02:00
heckflosse
d4e083ab0e Merge pull request #2884 from Beep6581/gauss
Speedup for gauss when sigma >= 70
2015-08-28 12:01:05 +02:00
Morgan Hardwood
71eb36535d Updated rtexif/*.cc to use f/ aperture notation 2015-08-27 17:35:03 +02:00
Morgan Hardwood
ea8e878400 Updated generateLensList to make aperture notation consistent: f/ 2015-08-27 17:25:45 +02:00
heckflosse
da7ae69428 Speedup for gauss when sigma >= 70 2015-08-27 17:11:05 +02:00
heckflosse
df13fb8b1b Fixed a bug in perceptual curve speedup 2015-08-26 16:17:57 +02:00
heckflosse
5116a3c43a Merge pull request #2881 from Beep6581/WaveletSpeedup
Speedup for Wavelet/Final Touchup/Final local contrast curve, fixes #2874
2015-08-25 16:37:21 +02:00
heckflosse
a2e5cda384 Speedup for Wavelet/Final Touchup/Final local contrast curve, fixes 2874 2015-08-25 16:34:57 +02:00
Morgan Hardwood
e4d4fe4170 Updated nikonattribs.cc with lenses from exiftool-10.00 2015-08-24 15:29:26 +02:00
Morgan Hardwood
d74bba0e94 Updated generateLensList to handle Nikon cameras 2015-08-24 15:28:34 +02:00
Beep6581
ce87f577f0 Update README.md 2015-08-24 13:59:18 +02:00
Beep6581
b6fedc800a Update README.md 2015-08-24 13:54:20 +02:00
Morgan Hardwood
b22b8582b0 Fixed octal issue 2015-08-23 22:47:01 +02:00
Beep6581
72fc3fe89b Formatting 2015-08-23 22:44:02 +02:00
Beep6581
0e8f954eb9 Added SSH clone description 2015-08-23 22:41:49 +02:00
Morgan Hardwood
7f60ed65c2 Updated canonattribs.cc olympusattribs.cc pentaxattribs.cc sonyminoltaattribs.cc with lenses from exiftool-10.00 2015-08-23 21:59:44 +02:00
Morgan Hardwood
1f76af5ba9 Added tools/generateLensList Bash4 script to make updating lens ID from exiftool for rtexif/* easy 2015-08-23 21:58:35 +02:00
Morgan Hardwood
b3a12b699a Don't replace focal_len from Exif by focal_len from Makernotes is Makernotes focal_len is 0 2015-08-21 11:01:03 +02:00
Morgan Hardwood
75f1312d21 Merge branch 'master' into gtk3 2015-08-21 00:40:08 +02:00
Morgan Hardwood
e201f3469f Merge branch 'PerceptualCurveSpeedup' into gtk3 2015-08-21 00:39:06 +02:00
Morgan Hardwood
4198ac1083 Merge branch 'PerceptualCurveSpeedup' 2015-08-21 00:38:34 +02:00
Hombre
5a9531b353 Merge branch 'master' into gtk3 2015-08-20 23:46:29 +02:00
Morgan Hardwood
3969bcc1e7 Merge branch 'cmake_processor' - Show more informative "processor" info on Linux. 2015-08-20 22:53:05 +02:00
Hombre
d4c808efd6 Merge branch 'OnPreviewEditEnhancement' 2015-08-20 22:26:15 +02:00
heckflosse
33b2d643b1 Cleaned code and removes StopWatch 2015-08-20 19:52:53 +02:00
Hombre
c351be41b8 Add some new features to the On Preview Objects mechanism 2015-08-20 02:33:46 +02:00
heckflosse
0b2b19a761 Speedup for Wavelet/Final Touchup/Final local contrast curve, #2874 2015-08-19 20:55:25 +02:00
Morgan Hardwood
697612b4cc If unix 2015-08-19 00:27:54 +02:00
Morgan Hardwood
cd7f5d9bde More meaningful processor info 2015-08-18 23:40:25 +02:00
Morgan Hardwood
956213df65 Merge branch 'master' into gtk3 2015-08-18 23:05:55 +02:00
Beep6581
60ddd563b8 Merge pull request #2873 from mbajor/master
Missing changes for commit 0216c16a49 (issue #2871)
2015-08-18 16:48:56 +02:00
Marcin Bajor
0187ca10d2 Missing changes for commit 0216c16a49 (issue #2871)
@mbajor mbajor authored an hour ago
2015-08-18 16:32:57 +02:00
Beep6581
0c3e5de0b0 Merge pull request #2872 from mbajor/master
Fixed "Unknown git option: -C" for git<1.8.5 (issue #2871)
2015-08-18 16:03:36 +02:00
Marcin Bajor
0216c16a49 Fixed "Unknown git option: -C" for git<1.8.5 (issue #2871) 2015-08-18 15:40:27 +02:00
Morgan Hardwood
73744fe131 Fixed formatting in rtengine/helpersse2.h and rtengine/opthelper.h 2015-08-18 13:50:06 +02:00
Hombre
07c3cc6209 Merge branch 'gcc5_support' 2015-08-18 01:51:45 +02:00
Hombre
7f32b09fab Adding Gcc 5 support for backard compatibility with Mingw/Gtkmm2
(windows related)
2015-08-18 01:05:13 +02:00
Jean-Christophe
902adde1a5 Merge pull request #2865 from innir/master
Fix CMake and AboutThisBuild with git  (see issue #2860)
2015-08-18 00:17:21 +02:00
heckflosse
f7907a5474 Speedup for perceptual curve, #2817 2015-08-17 13:31:20 +02:00
heckflosse
161fa15922 removed unsupported character in improcfun.cc, no Issue 2015-08-17 12:07:33 +02:00