File: ChangeLog

package info (click to toggle)
ufraw 0.13-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,856 kB
  • ctags: 1,406
  • sloc: ansic: 16,412; cpp: 8,912; sh: 3,807; makefile: 197; xml: 155
file content (137 lines) | stat: -rw-r--r-- 5,518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
	  New Polish translation by Tomasz Golinski.

	* ufraw.c: Do not use outputPath from .ufrawrc, also in interactive
	  mode.  The default output path is always the path of the input
	  file.

	* dcraw.cc, ufraw.h, ufraw_conf.c, ufraw_developer.c,
	  ufraw_preview.c, ufraw_ufraw.c: Fix updateTransform so that lcms
	  transformations are really only created when needed.

	* po/ko.po: New Korean translation by Homin Lee.

	* Makefile.am, README, configure.ac: Clean up the build process.
	  The compiler optimization options are only set for GNU C and only
	  if the user did not specify CFLAGS, CXXFLAGS of his own.

	* dcraw.h, uf_gtk.cc, uf_gtk.h, ufraw.h, ufraw_conf.c,
	  ufraw_developer.c, ufraw_preview.c: Add 'System profile' option
	  to read display ICC profile from the X display.

	* ufraw_conf.c, ufraw_preview.c: Do not read/write display ICC
	  profile from/to ID files.

	* ufraw.h, ufraw_conf.c, ufraw_exiv2.cc, ufraw_preview.c: Show
	  camera white balance in EXIF data. Patch by Erik Burrows.

	* ufraw.h, ufraw_conf.c, ufraw_preview.c: Automatically fit
	  histograms to allocated height.

	* ufraw_preview.c: Fix the TWO bugs that caused the scrollbars to
	  appear at startup.

	* ufraw_exiv2.cc: Read Canon lens from EXIF data
	  (Exif.Canon.0x0095).	Patch by Andreas Steinel.

	* ufraw.h, ufraw_conf.c, ufraw_embedded.c, ufraw_preview.c,
	  ufraw_ufraw.c, ufraw_writer.c: Changed FITS to output a 3d array
	  (width, height, colors) instead of 3 images. Add more data
	  statistics, correct time handling and conditional inclusion of
	  EXIF data. Patch by Andreas Steinel.

	* dcraw_indi.c: PPG interpolation code revised.  Calculation of
	  gradients improved, Pattern management is no longer necessary.
	  Better handling of diagonals.  Patch by Alain Desbiolles.

	* Makefile.am, configure.ac: echo an error message when pod2man is
	  needed but missing.
	  add ufraw.1 to the tarball so that pod2man is usually not needed.

	* ufraw.h, ufraw_conf.c, ufraw_preview.c, po/da.po, po/es.po,
	  po/fr.po, po/ja.po, po/pt.po, po/ru.po, po/ufraw.pot: Remember
	  maximized state of window between sessions.

	* dcraw_api.cc, dcraw_api.h, dcraw_indi.c, ufraw.h, ufraw_conf.c,
	  ufraw_preview.c, ufraw_ufraw.c: Add color smoothing option to all
	  interpolation (partly based on patch by alexander melkozerov).

	  AHD+smoothing is exactly the same as the now obsolete EAHD.

	  The smoothing applies 3 passes to AHD and 1 pass to other
	  interpolations.

	* ufraw.h, ufraw_conf.c, ufraw_preview.c: Make the over/under
	  blinks a config option (based on patch by Bruce Guenter).

	* Makefile.am, dcraw.h, dcraw_api.cc, nikon_curve.c, ufraw-batch.c,
	  ufraw_writer.c: Start using gstdio function to allow upgrade to
	  GTK+2.6 on win32.

	* ufraw.h, ufraw_chooser.c, ufraw_preview.c, ufraw_ufraw.c: Added
	  darkframe to GUI (patch by Bruce Guenter).

	* ufraw_preview.c: Show spot values only if spot is selected and
	  allow unselecting spot values.

	* dcraw.cc, ufraw-gimp.c, ufraw_conf.c, ufraw_developer.c,
	  ufraw_message.c, ufraw_preview.c, ufraw_writer.c: Added mnemonics
	  to delete and sent-to-gimp buttons.

	  Made the save-as button an icon only to save space.

	* configure.ac, ufraw_preview.c: Use the new
	  gtk_image_view_damage_pixels(). It requires GtkImageView SVN and
	  GtkImageView version should be manually increased to a value
	  larger than 1.5.0.

	* configure.ac, ufraw.h, ufraw_conf.c, ufraw_routines.c,
	  ufraw_saver.c, ufraw_writer.c: Add FITS output (patch by Andreas
	  Steinel).

	* ufraw.h, ufraw_conf.c, ufraw_saver.c, ufraw_writer.c: Progress
	  JPEG encoding (patch by Bruce Guenter).

	* ufraw_preview.c: Blink over/under exposure in preview (patch by
	  Bruce Guenter).

	* ufraw-gimp.c, ufraw.c, ufraw_preview.c: Enable --output option
	  for stand-alone tool. It forces the output filename to the value
	  specified. It is useful for F-Spot. Patch by Stephane Delcroix.

	* ufraw_conf.c, ufraw_saver.c, ufraw_writer.c: Write EXIF data to
	  PNG files. Based on code from DigiKam.

	* ufraw-gimp.c, ufraw.c, ufraw.h, ufraw_chooser.c, ufraw_conf.c,
	  ufraw_icons.c, ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c,
	  icons/Makefile.am, icons/gimp-24.png: Added 'send to Gimp'
	  option. Both ufraw, and ufraw-gimp need to be updated for this to
	  work properly.

	* ufraw.h, ufraw_conf.c, ufraw_exiv2.cc, ufraw_preview.c,
	  ufraw_ufraw.c: Display flash mode EXIF data.

	* Makefile.am, ufraw-batch.c, ufraw.h, ufraw_conf.c,
	  ufraw_embedded.c, ufraw_icons.c, ufraw_message.c,
	  ufraw_routines.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c,
	  icons/lock-24.png, icons/lock.svg: Added option to save as png 8
	  or 16 bits.

	* ufraw_icons.c, ufraw_preview.c, icons/Makefile.am,
	  icons/crop-24.png, icons/crop.svg, icons/exif-24.png,
	  icons/exif.svg, icons/rectify-24.png, icons/rectify.svg: Added
	  some new icons and reimplemented the EXIF page. Patch by Andrew
	  Zabolotny.

	* ufraw_preview.c, ufraw_saver.c, ufraw_ufraw.c, ufraw_writer.c:
	  Moved shrink/size controls from Save dialog to main window.  It
	  might make sense to scale also the crop coordinates, but it is
	  tricky because of rounding issues.

	* ufraw_icons.c, ufraw_preview.c, icons/Makefile.am: Added aspect
	  ratio control. Patch by Andrew Zabolotny.

	* Makefile.am, ufraw.h, ufraw_delete.c, ufraw_preview.c: Add delete
	  button to stand-alone tool.

	* configure.ac, ufraw.desktop, po/es.po: Added new Spanish (es)
	  translation by Enrique Jorreto Ledesma.