123 Commits

Author SHA1 Message Date
michael
f2c26ce156 Merge with c3a84087d8675dbd37e95cc6177b04b359bf4e73 2012-09-03 21:41:33 -04:00
Oliver Duis
50dbdcfdec Updated russian translation
on behalf of Loooooker, see issue 1542
2012-09-02 18:06:14 +02:00
natureh
9574f6e7d2 Solving issue 1529: "Better color handling of the Tone curve" + ICM panel code cleanup 2012-09-02 12:30:59 +02:00
Oliver Duis
dbf3e54f7e Support for artistic tone curves in DCPs
see issue 1527
2012-08-20 07:43:39 +02:00
natureh
9c66911c99 Completing issue 1514: "Lab adjustements : CC curve and LC Hskin curve" + bugfix of the openIfNonlinear mechanism 2012-08-16 13:53:17 +02:00
Oliver Duis
88cf910c6d DCP color profiles for Olympus E-510 and E-520
Thanks to Maciej and J?rgen for the reference shots
2012-08-15 21:10:43 +02:00
jdc
869740fd45 Lab adjustements- CC curve and LC curve see #issue1514 2012-08-08 17:09:17 +02:00
Oliver Duis
75f2fbd3d8 DCP color profile for Nikon D800
thanks Robert for the reference shot, see forum thread 4165
2012-08-06 08:23:22 +02:00
Troy Sankey
ff2baca550 Histogram display should detect spikes, issue 1511 2012-08-04 17:38:49 -07:00
Troy Sankey
d91a7e77c8 make checkbox labels clickable in batch mode, issue 1414 2012-07-27 23:35:36 -07:00
michael
d841cbec6d A couple of things missed in merge 2012-07-25 21:46:55 -04:00
michael
00097e8dd2 Merge from DEFAULT f1e80d00c3099a65283f143268318e504ce6ea85
see comments in issue 1052, comment 439
2012-07-25 21:24:57 -04:00
natureh
abc2885879 Solving issue 1410: "Save Current Profile does not save some values" + shortcut keys are now also usable in single editor mode (when a filename is specified in the command line) 2012-07-23 23:02:10 +02:00
natureh
fd288564a7 French language file updated with jpeg sub-sampling strings 2012-07-21 23:43:23 +02:00
Oliver Duis
b0969999f7 JPG sub sampling setting
see issue 1502
2012-07-21 08:49:38 +02:00
Oliver Duis
98615e7f65 JPG sub sampling setting
see issue 1502
2012-07-21 08:38:46 +02:00
natureh
caf53b95a3 Patch from issue 1359: "Munsell correction - Lab adjustements" credits: jdesmis
Bundled new features besid the Lab tool enhancement (by jdesmis) :
   - curve to control skin tones in vibrance tool, credits: jdesmis
   - right click over SHCSelector (below the parametric curve) to reset to default values, credits: Hombre
   - colored bars around curves, credits: Hombre
2012-07-21 00:47:24 +02:00
DrSlony
cfd2972e1e Removed "inode/directory;" from rtdata/icons/rawtherapee.desktop.in, issue 1398 2012-07-18 00:00:04 +01:00
DrSlony
134b53968e Updated Russian language file on behalf of Loooooker, issue 1498 2012-07-17 23:54:34 +01:00
michael
80b726a6f4 Shortcut (Ctrl-Shift-S) for saving processing profile in editor (Issue 1170) 2012-07-17 07:45:23 -04:00
michael
d1453e2961 Shortcut (Ctrl-Shift-S) for saving processing profile in editor (Issue 1170) 2012-07-17 07:41:12 -04:00
Oliver Duis
2efc3926f8 Updated Japanese translation + small typo
on behalf of a3novy, see issue 1484
2012-07-13 07:50:34 +02:00
Oliver Duis
af9fb61241 DCP color profile for Leaf Aptus 75
thanks torger for the reference shot, see issue 1465
2012-07-10 19:20:10 +02:00
Oliver Duis
d138125a5e DCP color profile for Canon EOS 5D Mark III
thanks Lebedev for reference shot, see issue 1467
2012-07-10 07:26:04 +02:00
michael
6b842fd408 Merge with 4e0f46f25a716ac65a4016bac6284685147b5ec9
(note: color.cc is still in the source tree and CMakeLists.txt)
2012-07-09 06:28:15 -04:00
DrSlony
20ecdd5bf9 Removed hidden image files as nobody knows what they're for. Issue 1409 2012-07-08 00:24:37 +01:00
DrSlony
218231848c Enhancement of all file save dialogs. Committed on behalf of Sankey, issue 1314 2012-07-07 23:00:28 +01:00
michael
8de0ec439e Merge with d8cd8e8947eceaf648ef570ea0eaaa518d6b3da7 2012-07-06 16:20:49 -04:00
Ilia Popov
ff7701b04f Fix unclosed <b> tags in language files, which caused warnings to appear in console 2012-07-06 01:11:51 +02:00
michael
48a56db27e Adding support for jpeg and tiff file extensions (on behalf of sankeytms) see issue 1215.
For existing RT installations - add 'jpeg' in Preferences/FileBrowser tab, Parsed extensions.
2012-07-05 07:31:30 -04:00
michael
856ecbab68 OMP optimizations for NR 2012-07-04 18:49:09 -04:00
michael
952feb48b2 Merge with e482a17a8e1359e90e1d844d268bf005bfac1c7a 2012-07-04 13:09:50 -04:00
michael
3a4100e710 Merge with e190c52ab7861c68762aaa552f3dc0f59fe2e225 from default
This revision compiles and runs on Win7x64- but further evaluation is necessary.
There may be an issue with cmake step -After cmake I had to copy rtgui/version.h & config.h into out of source build /rtgui folder.
Additional notes:
- ImProcFunctions::hsv2rgb01   -> this likely need to be added to color.h & color.cc
- Use of array2D should be verified in NR code
- compilation warning for rtengine::RawImageSource::isWBProviderReady()
2012-07-03 23:15:07 -04:00
natureh
02c12d5259 Solving issue 1444: " Better Vibrance tool's threshold handling" 2012-07-03 23:49:45 +02:00
Philip Rinn
128c6dee7b Make out-of-source build possible and encourage people to use it.
On behalf of lebedev.ri, see issue 1340.
2012-06-25 23:37:20 +02:00
Oliver Duis
e603fc6864 Full image dimensions in navigator info
see 1426
2012-06-24 11:59:21 +02:00
natureh
a9286155e8 Patch from issue 1267: "New Threshold curve widget", used in USM Sharpening and Vibrance 2012-06-19 23:01:25 +02:00
Oliver Duis
5b925e9ac2 DCP color profile for Olympus E-M5
thanks DaveL for the reference shot
2012-06-18 19:59:14 +02:00
Michael Ezra
cbe233c8cf Enhancement: BW toning in Lab (see issue 1424) 2012-06-17 15:48:21 -04:00
DrSlony
f2c76e743e Fixed JJJJMMDD issue in default and English* language files. Issue 1404 2012-06-16 00:40:29 +01:00
DrSlony
c24f37258f New guide type "Frame" for aiding in cropping dark photos against a dark preview background. Issue 1391 2012-06-15 00:26:37 +01:00
DrSlony
2f87079816 Capitalization correction for "Auto Distortion Correction" button. 2012-06-13 01:35:06 +01:00
Michael Ezra
6b30bb2f47 Fix: Shadow Compression default set to 50 (issue 1392) 2012-06-11 23:38:32 -04:00
Oliver Duis
06e3066c8e English translations for US and UK
see issue 1404
2012-06-10 18:47:25 +02:00
Michael Ezra
025a43f4ce Toolbar buttons for background color of the preview panel. (Issue 1391)
Shortcuts: Theme-based - 8; Black - 9; White - 0
2012-06-08 23:12:34 -04:00
natureh
e2e632eeed Updated French strings 2012-06-03 16:55:48 +02:00
DrSlony
22331ed69c Final update and consistency check of language files and processing profiles for 4.0.9 2012-06-03 12:37:13 +01:00
DrSlony
3d85acd2e0 Added markup to popups when default raw and non-raw profiles are not found 2012-06-03 12:32:55 +01:00
Gyurk? M. 'dualon' D?vid
c78e5699e6 Updated Hungarian translation: enabling it + some minor enhancements. 2012-06-01 20:27:04 +02:00
Gyurk? M. 'dualon' D?vid
b3f0e1f755 Update of Hungarian translation. 2012-06-01 19:44:09 +02:00