39 Commits

Author SHA1 Message Date
Hombre
a645b0a804 New curve type : "cage control" 2010-07-14 22:57:47 +02:00
ffsup2
f16761ac95 Correct crash when closing editor Panel with hidden history
Remeber last option about hidden/shown panel
2010-07-14 22:11:07 +02:00
ffsup2
4191995030 Different icons for batch queue 2010-07-09 22:41:20 +02:00
ffsup2
3eaecdb427 Some options in batch panel are not effective and not saved:
Save processing parameters with image
Uncompressed TIFF
2010-07-07 20:59:50 +02:00
Hombre
d95cf20c98 Cosmetic of the parametric curve editor + reset button added for the curves 2010-07-07 10:51:30 +02:00
ffsup2
c6a774f821 Crash when launching RT after last directory selected has been deleted. Issue #131
For some strange reason Gio exceptions are not catched well: inserted a test to verify file existence before accessing it.
2010-07-06 21:37:52 +02:00
Hombre
6885b6f76a In curve editor, point suppresion behaviour has been modified as follow :
- intermediate points are deleted when going outside its four bound (top/bottom side of the graph, and X of the points on its left/right)
- for convenience, first and last point are stopped by the graph border and deleted when going over the X of the point on its right/left respectively
2010-07-06 00:03:51 +02:00
Hombre
28feec5dd9 Enhanced curve editor :
- graphical celan up (surrounding frame deleted, histogram realigned)
- a feedback tell what point is going to move
- on Button press, the point doesn't move to the cursor anymore. Instead, the cursor
  is hidden during the drag and reappear in the same place it disappeared
- by default, a 0.5 factor is used to move the point during the drag
  (i.e. you have to move the move of 2 pixel to move the point of one pixel)
- keyboard can be used to fine tune the point position (subpixel placement) :
   - CTRL : factor = 0.1
   - SHIFT : factor = 0.02
   - CTRL+SHIFT : factor = 0.005

In the mean time, i had to create a new "Empty" cursor to hide it.
A new method has been created to easily modify the cursor of the main window.
2010-07-05 14:54:34 +02:00
Ilia Popov
2e3d6d156e Wavelet equalizer: added buttons C+,N,C-; some small fixes 2010-07-03 00:58:14 +02:00
Ilia Popov
e0c25b4db6 Added wavelet equalizer module 2010-06-30 23:28:45 +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
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
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
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
77914ebbf8 CA auto correction routine 2010-06-03 22:41:24 -05:00
Emil Martinec
aff8872b55 AMaZE added as a demosaic option to RT 2010-05-31 22:14:16 -05: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
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
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
gabor
c427279ce3 Remove hard-wired ".pp2" strings to make transition to ".pp3" easier 2010-05-20 17:37:32 +02:00
gabor
c5a72d2d84 Make ProgressConnector thread-safe 2010-05-20 16:00:43 +02:00
ghorvath
81cba00bc4 Merge 2010-05-15 17:29:39 +02:00
Wyatt Olson
7b9fe645e8 Corrected compile instructions for linux 2010-05-14 08:53:47 -06:00