Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
are custom paper sizes, n-up printing selections, page borders, jpeg
and png previewing, job control options, and extended option types
to support foomatic and fax4CUPS.
A repeatable SEGV is fixed (patch also sent to xpp maintainer).
Closes PR pkg/32930
Reviewed by <bouyer>
|
|
function definitions.
|
|
- 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.
|
|
patch the configure script directly to remove the build dependency on
autoconf.
|
|
- 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.
|