diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-01-09 15:43:09 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-01-09 15:43:09 +0000 |
commit | d864922f774945e9a744ecb1acef3893d65340aa (patch) | |
tree | 65bc1c714c4a5299d3be9e66cffd212b54d990ee /graphics/xsane/PLIST | |
parent | ea84a8d5b3beee37311714319a6f4b6fdaae938b (diff) | |
download | pkgsrc-d864922f774945e9a744ecb1acef3893d65340aa.tar.gz |
xsane-0.89 -> 0.90:
-------------------
[portability fixes elided]
- always set position of outputfilename_entry to the right
- added test for (pid_status < 0) in xsane_fax_send in routine
waiting for child process. The program does continue now
when the fax is sent.
- fax setup: added "set program defaults" buttons for efax, hylafax and mgetty+sendfax
- set codeset for backend textdomain to "UTF-8"
- xsane-preview.c: motion_notify_event_handler: added
if (p->selection_xedge != -1) and if (p->selection_yedge != -1)
before setting new coordinates
- xsane-preview.c: added aspect_ratio function to motion_event_handler
- added aspect_ratio menu to preview window
- xsane-save.c: save_scaled_image: added " 0.5" to round image width and height
- xsane-viewer.c: added widgets to scale dialog that allow defining image size
- added romanian (ro.po), vietnamese (vi.po) and danish (da.po) translation
- updated translation based on xsane-0.89 texts: es, it, ru
- updated translations: cs, de, fr, nl, sk, tr
- replaced some signals for spinbutton by signals for adjustments in xsane-viewer.c
- xsane_mail_dialog_close() and xsane_fax_dialog_close():
removed gtk_window_remove_accel_group(GTK_WINDOW(xsane.mail_dialog), xsane.accelerator_group);
- xsane-scan.c/xsane_read_image_data() and xsane-preview.c/preview_read_image_data:
when we have no select_fd then we don't leave the scanloop with break; but
we do a gtk_main_loop and continue;
- preview: added output of RGB values of the pixel under the pointer in the preview
- xsane_create_preview_gamma_curve: replaced 255 by 255.99999 to create correct preview gamma table
Diffstat (limited to 'graphics/xsane/PLIST')
-rw-r--r-- | graphics/xsane/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/xsane/PLIST b/graphics/xsane/PLIST index 53bc468316e..25191323ff9 100644 --- a/graphics/xsane/PLIST +++ b/graphics/xsane/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/18 12:43:31 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/01/09 15:43:09 mycroft Exp $ bin/xsane man/man1/xsane.1 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xsane.mo @@ -10,12 +11,14 @@ ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/xsane.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/xsane.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xsane.mo share/sane/xsane/Mustek-logo.xpm share/sane/xsane/Plustek-logo.xpm share/sane/xsane/UMAX-logo.xpm @@ -46,6 +49,7 @@ share/sane/xsane/doc/sane-xsane-setup-save-doc.html share/sane/xsane/doc/sane-xsane-standard-doc.html share/sane/xsane/doc/sane-xsane-viewer-doc.html share/sane/xsane/doc/xsane-advanced.jpg +share/sane/xsane/doc/xsane-aspect-ratio.jpg share/sane/xsane/doc/xsane-autoenhance.jpg share/sane/xsane/doc/xsane-autoraise_scanarea.jpg share/sane/xsane/doc/xsane-autoselect.jpg @@ -98,6 +102,7 @@ share/sane/xsane/doc/xsane-rename.jpg share/sane/xsane/doc/xsane-resolution.jpg share/sane/xsane/doc/xsane-restore.jpg share/sane/xsane/doc/xsane-rgb-default.jpg +share/sane/xsane/doc/xsane-rgb-values.jpg share/sane/xsane/doc/xsane-rotate-180.jpg share/sane/xsane/doc/xsane-rotate-270.jpg share/sane/xsane/doc/xsane-rotate-90.jpg |