12605 Commits

Author SHA1 Message Date
Ilia Popov
e0c25b4db6 Added wavelet equalizer module 2010-06-30 23:28:45 +02:00
Wyatt Olson
e37b23ae8b Fix to new dcraw 2010-06-30 12:45:43 -06:00
Wyatt Olson
d3868b5dbf Updated dcraw to version 9.03, updated the patch, and added a patch README file to explain how to patch dcraw in the future 2010-06-30 10:43:44 -06:00
Wyatt Olson
e564b95070 Updated dcraw to version 9.03, updated the patch, and added a patch README file to explain how to patch dcraw in the future 2010-06-30 10:43:31 -06:00
ffsup2
894e0cd977 Added DCB progress 2010-06-29 23:11:00 +02:00
ffsup2
0f38d995cc Some minor optimizations and bug fix 2010-06-29 00:30:01 +02:00
ffsup2
3d4af491a6 DCB tiled and openMP support 2010-06-28 00:16:49 +02:00
Hombre
888e162dd6 Filter behaviour modified :
- if no controle key is pressed, you can set 1 of the 8 filters
- if control key is pressed, you can add/remove stars individually
- if shift key is pressed while clicking on a star :
    - if there's no star switched on, it switch on the star
      from "unrated" up to the clicked stars
    - if 1 star is switched on, it switch all the stars beetween
      this one and the clicked one
- if there's more than 1 star switched on, the click is ignored
    - controle + shift -> the click is ignored
The "unrated" toggle is now part of the range and should be understood as "Rank 0".
2010-06-26 04:09:55 +02:00
Emil Martinec
d6ae133924 Green channel equilibration algorithm, for cameras such as Olympus, Panasonic, Canon 7D, etc that have different properties for the G1/G2 channels of the Bayer color filter array. In addition, minor changes to line denoise and CA_correct. 2010-06-24 11:29:52 -05:00
a3novy
7367521feb Updated Japanese language file 2010-06-23 21:20:41 -06:00
ffsup2
0cc3a63616 DCRAW update to 9.02
Canon 550D, FUJI FinePix, OLYMPUS and PANASONIC corrections,SONY A450,A500,A550,SONY NEX
2010-06-16 22:28:27 +02:00
jacekpoplawski
fa2cc0c080 avoid crash on Olympus E-1 2010-06-19 10:07:43 -06:00
ffsup2
84572dda09 Crash after closing Editor tab.
leftBox and vboxright are deleted in destructor so Gtk::manage is not advised
2010-06-18 23:26:58 +02:00
Emil Martinec
3fccf6b5d8 Bugfixes for CA_correct_RT.cc 2010-06-18 11:51:25 -05:00
Emil Martinec
c5ade72243 Improvements and bugfixes for AMaZE. 2010-06-17 09:43:05 -05:00
Philip Rinn
35741ad716 Reapply patch for issue 136 2010-06-16 07:32:14 -06:00
ffsup2
e01e4bec6e Some memory leaks. 2010-06-14 22:45:48 +02:00
Emil Martinec
184308cf35 bugfixes and improvements to AMaZE and CA-autocorrection. 2010-06-14 19:52:35 -05:00
ffsup2
e82026f9f6 crash in createBatchQueueEntry 2010-06-14 19:25:00 +02:00
Emil Martinec
fd335e5c73 CFA line denoise for removing pattern noise prior to demosaic. A dialog box is added to preferences to specify the amount of line denoising to be done. Eventually the choice of line denoise threshold should be stored with other processing settings in whatever sidecar file or cache specifies such things.
In addition, there are some improvements to AMaZE for better diagonal interpolation.
2010-06-11 23:41:02 -05:00
ffsup2
403284db28 Thumbnail appears blank in queue if added from editor. 2010-06-12 00:08:46 +02:00
Ilia Popov
c47b33b9b6 Compilation fix: Added forgoten brace 2010-06-11 02:39:59 +02:00
Wyatt Olson
531eeb60aa Fixed compile error with cache location checking 2010-06-10 17:57:06 -06:00
Hombre
09495e66cc Bring back "rtdir" as cache folder on Windows plarform 2010-06-10 23:47:34 +02:00
Sam Tygier
b3e316fc45 also need to save on trash/untrash 2010-06-07 21:05:56 +01:00
Wyatt Olson
5141d8d078 Fix to patch for issue 136 2010-05-27 18:53:18 -06:00
rinni
bb6d008770 Use ~/.cache/... for cache files (issue 136) 2010-06-06 15:08:54 -06:00
Ilia Popov
99f8b14bc1 Fixed changing file saving parameters (format and quality) 2010-06-06 20:24:31 +02:00
Emil Martinec
bf875ea2bc Bug fixes and improvements to AMaZE and CA autocorrect. 2010-06-04 13:29:35 -05:00
Wyatt Olson
ce4bb7110f Uncommented OpenMP conditional statement in CMakeLists.txt 2010-06-04 08:06:50 -06:00
Emil Martinec
e827f06458 bugfix for CA auto-correct code 2010-06-03 23:39:51 -05:00
Emil Martinec
77914ebbf8 CA auto correction routine 2010-06-03 22:41:24 -05:00
wolfgang
dd79fba28b Translated some strings in the "Deutsch" file which were still in
English.
2010-06-03 11:49:47 +02:00
ffsup2
55ac48fbed Corrected problem with SONY A100 RAW 2010-06-02 23:23:07 +02:00
marcin.bajor
3ed72f5236 Fixed hot pixels (issue 122) 2010-06-01 23:48:28 -06:00
Wyatt Olson
d2aeadd8e7 Fixed a typo in the COMPIL instructions on OSX 2010-06-01 09:07:50 -06:00
Emil Martinec
aff8872b55 AMaZE added as a demosaic option to RT 2010-05-31 22:14:16 -05:00
Wyatt Olson
9ed043c2d7 Added flag OPTION_OMP=false to build script to disable OpenMP if desired 2010-05-31 17:32:36 -06:00
ffsup2
de22e77a4b Added #ifdef _OPENMP, to compile without OpenMP (singlethread)
Patched creation of Directory RawTherapeeAlpha
2010-05-31 00:31:07 +02:00
ffsup2
2e910a1a48 Linker error IntLensInterpreter<int> 2010-05-31 22:28:13 +02:00
ffsup2
37a5afb870 Corrected compile error 2010-05-30 00:58:46 +02:00
ffsup2
0c3f6e0432 Pentax and Sony EXIF Tags decoding
New class TagDirectoryTable to support array of tags
class Tag has a property allocOwnMemory to reference external memory (saved by parent directory)
Pentax LensID support deconding of compatible lens with same number, by guessing.
Exifpanel add array of tags as SYSTEM.
Reordered stdattribs by tagID.
2010-05-29 15:20:20 +02:00
Wyatt Olson
8fd4ccb721 Merged gabor's latest changes to staging 2010-05-28 11:46:47 -06:00
gabor
44ac689d11 Perspective correction implemented 2010-05-28 16:19:56 +02:00
Sam Tygier
555d17dae4 Save all changes of an images rank to disk imediatly. fixes Issue 117 2010-05-28 10:20:24 +01:00
Wyatt Olson
d9bfae769d Updated compile.txt to show how to compile openmp support on OSX 2010-05-27 18:42:23 -06:00
Sam Tygier
3de639d055 fixes for multi rank selection, applies ontop of first fix 2010-05-27 21:33:39 +01:00
gabor
bc9e8cb61d ImProcFunctions cleanup and transition to OpenMP -- phase 2 2010-05-27 15:27:05 +02:00
Sam Tygier
398694e492 Allow control clicking on the rank stars in the filebrowser toolbar in order to show photos with multiple ranks. For example contol click on the 4th and 5th stars to show photos with rank 4 or 5. Unmodified clicks retain their old behaviour, and clear the multi-rank selection. 2010-05-27 11:25:12 +01:00
Thibault North
6d7c28fdea Patch CMake to not include semicolons in c flags 2010-05-21 12:26:23 -06:00