Commit graph

4 commits

Author SHA1 Message Date
jlam
fb61fa4f82 Don't put default arguments belong only in function declarations, not in
function definitions.
2004-01-10 09:26:33 +00:00
jlam
b6aeaee13b Update print/xpp to version 1.1. Changes from version 1.0 include:
- Removed function overloading for the password dialog, used the
	  new method of CUPS 1.1.3
	- Added support for the "natural-scaling" image size option
	  introduced in CUPS 1.1.9
	- Added support for the new PPD-O-Matic PPD files of
	  linuxprinting.org (numerical options appeared twice before).
	  The old CUPS-O-Matic files can still be used.
	- The COMDATA lines in the PPD files of the new XML Foomatic
	  changed in a way incompatible to the parser for the numerical
	  options in XPP.  Modified parser to read both the old and the
	  new format.
2002-09-18 23:55:51 +00:00
jlam
95185453b5 Use buildlink.mk files to get dependencies on cups and fltk, and add a
patch the configure script directly to remove the build dependency on
autoconf.
2001-05-26 07:16:16 +00:00
jlam
ca3d7c830e Update xpp to 1.0. Changes from version 0.7:
- Let jobs from standard input get the name "STDIN" instead of
     "(stdin)", because the parantheses caused problems with Samba
     or Windows servers.
   - Let the first printer be selected when CUPS does not report a
     default printer
   - Banner page support
   - Raw output support
   - Renamed "Cancel" button of main window to "Close"
   - Added comment in "Instances" to tell the user that he has to
     copy an existing instance of the desired printer when he wants
     to add an instance.
   - Support for adding, copying, renaming, and deleting printer
     instances.
   - Rearranged option widgets for media settings on the "Basic" tab
     of the "Options" dialog: Now there is a seperate widget for the
     media type and widgets for options which are not supported
     according to the PPD file are grayed out.
   - Fixed bug of the duplex widget on the "Basic" tab of the
     "Options" dialog: The widget was sometimes linked to the
     "Duplexer installed?" option.
   - All sliders for numerical options (both CUPS and CUPS-O-MATIC)
     have fields for typing the values now.
2001-01-30 16:37:55 +00:00