diff options
author | rh <rh@pkgsrc.org> | 2000-01-26 22:03:12 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-01-26 22:03:12 +0000 |
commit | 80a3fd2bdb9d8f5c1ced2423a2494e2fb0d9fb2a (patch) | |
tree | 2298e2e7b6371bc3ae08d05d059144d13c03cbf8 /graphics/xsane/pkg/PLIST | |
parent | b8513e67c6cb2a393bda5fd6c75ce5f2872c1012 (diff) | |
download | pkgsrc-80a3fd2bdb9d8f5c1ced2423a2494e2fb0d9fb2a.tar.gz |
Update xsane to 0.51
Changes are:
xsane-0.48 -> 0.49:
-------------------
- added support for different x/y resolutions and zoom factors,
the y-resolution slider is added to the xsane main dialog now
- in gimp mode x- and y-resolution infos are set correct now
- added resolution and zoom icons for x- and y-dimension
- added fax_width and fax_height to preferences
- added paper size frame in fax mode preview
- added czech translation - thanks to by Stanislav Brabec
<utx@k332.feld.cvut.cz>
- changed gimp_install_procedure(...): "RGB, GRAY" -> 0
- changed printer geometry setup from 1/72 ich to mm
- added setup entries for fax- width, height, left_offset and
bottom_offset
- corrected terminating \0 of strings in sane_choose_device
- when button "Negative" is pressed the white/gray/black points
are also inverted
- split preview_restore_image into preview_restore_image and
preview_restore_image_from_file, it can zoom into a saved
image now.
- zoom functions are done now without a new preview scan.
3 different zoom levels are stored.
- in xsane_scan_start the output file is only opend once in
multi pass scan three pass scan does work now again.
- added several missing routines for gamma correction in three
pass scan
xsane-0.49 -> 0.50:
-------------------
- removed bug in calculation of paper size in copy and fax mode
- added support for rotate image in xsane_save_ps
- added support for rotate (landscape mode) in copy mode and
save-ps mode and added preferences menu "Rotate Postscript"
- added bugfix for gtk_tooltips_set_colors as long as it does
not work in gtk
- improved memory allocation routines and error handling in preview
- after the main window is created the resolution, resolution_x
and resolution_y are made up to date now
- changed dynamic menue list definition in xsane_setup for
TIFF_COMPRESSION menu
xsane-0.50 -> 0.51:
-------------------
- added some rangechecks to histogram->gamma calculation
it is done as histogram->gamma->histogram now
- changed redraw frame in preview_display_partial_image(),
now the old image is completely overpainted!
- added xsane_set_all_resolutions() to xsane_printer_callback,
now paper size frame is updated when printer is changed
- corrected wrong error message in setting of scansource_selection
from "unknown type" to "unknown constraint type"
- moved xsane.header_size = 0; to the end of xsane_scan_done so
it is called in each case the missing command was responsible
for a segfault when starting a scan after xsane_cancel has
been called
- moved progress_bar from it's own window to the bottom of the
main window progress_bar texts are displayed in info frame
and in progress bar
- added size in mm/cm/in to progress bar when not scanning
- in scales the number of digits is defined by quantization now,
if no quantization is given by backend (quant=0, SANE_TYPE_FIXED)
x.2 digits are displayed
- corrected page_setp for scales
- selection_active is reset in preview_display_partial_image
instead of preview_paint_image
Diffstat (limited to 'graphics/xsane/pkg/PLIST')
-rw-r--r-- | graphics/xsane/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xsane/pkg/PLIST b/graphics/xsane/pkg/PLIST index 43441236c08..ad3b39351c3 100644 --- a/graphics/xsane/pkg/PLIST +++ b/graphics/xsane/pkg/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2000/01/06 13:48:11 rh Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/01/26 22:03:19 rh Exp $ bin/xsane man/man1/xsane.1 share/locale/fr/LC_MESSAGES/xsane.mo share/locale/de/LC_MESSAGES/xsane.mo +share/locale/cs/LC_MESSAGES/xsane.mo share/sane/xsane/xsane-style.rc share/sane/xsane-logo.xpm share/sane/sane-backends-doc.html |