~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to ui4/aboutdialog_base.py

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2011-05-26 13:33:18 UTC
  • mfrom: (1.5.1 upstream) (23 sid)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20110526133318-prm4m56loh0i11vv
Tags: 3.11.5-0ubuntu1
* New upstream release
   o Added LEDM ADF Scan support
   o Added LEDM Wireless support
   o "/cupsInteger0 <PCL page size number>" is added to the PageSize option
     of the hpcups driver, not only in PageRegion (Upstream fix for Debian
     bug #518227, LP: #405116, Red Hat bug #518756).
   o Fixed HP Laserjet 1020 printing negative images and photos (LP: #754383).
   o ADF now recognised on HP Officejet Pro 8500 A910a (LP: #776509).
   o Added new option "Installed Cartridges" to enable users to select
     correct installed cartridges for printing (Partial upstream fix for
     LP: #235399, currently only applied to the hpcups driver, for the hpijs
     driver we continue with the Debian/Ubuntu patch).
   o Margin issues fixed on HP OfficeJet 7500 E910, 6500 e710n-z, LaserJet
     m1319f MFP
   o Removed scan icon in toolbox for HP Color LaserJet CM4540 MFP (scanner
     is network-only).
   o Fixed "Download Firmware" link in Action tab with HP LaserJet P1566.
   o Redundant PostScript PPDs are removed.
   o Added support for: HP Designjet T790ps 24in/44in, T1300 Postscript,
     LaserJet M4555 MFP, LaserJet Professional m1214nfh MFP
* debian/patches/add-lidil-two-cartridge-modes.dpatch: Adapted to the partial
  upstream fix.
* debian/patches/workaround-sf-server-bug-for-plugin-index-download.dpatch:
  Removed, fixed upstream.
* debian/rules: Removed modification of the PPD generator for hpcups, as
  the missing "/cupsInteger0 <PCL page size number>" in the PostScript code
  of the PageSize option is fixed upstream.
* debian/patches/large-sizes-borderless-on-photosmart-pro-b-series.dpatch:
  The HP PhotoSmart Pro B 8xxx printers are capable of borderless printing
  on all paper sizes including the large formats. The HPLIP-supplied PPD
  allowed borderless only up to Legal size (LP: #787580).
* debian/patches/more-user-friendly-choice-names-for-installed-cartridges.dpatch:
  Make the menu entry strings for the "Installed Cartridges" option (on LIDIL
  printers) more user-friendly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        self.textLabel2.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
115
115
"p, li { white-space: pre-wrap; }\n"
116
116
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
117
 
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Authors and Contributors:</span> David Suffield, Don Welch, Shiyun Yie, Raghothama Cauligi, John Oleinik, Cory Meisch, Foster Nuffer, Pete Parks, Jacqueline Pitter, David Paschal, Steve DeRoos, Mark Overton, Aaron Albright, Smith Kennedy, John Hosszu, Chris Wiesner, Henrique M. Holschuh, Till Kamppeter, Linus Araque, Mark Crawford, Charlie Moore, Jason Callough, Stan Dolson, Don Mackliet, Paul Leclerc</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
 
117
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Authors and Contributors:</span> David Suffield, Don Welch, Shiyun Yie, Raghothama Cauligi, John Oleinik, Cory Meisch, Foster Nuffer, Pete Parks, Jacqueline Pitter, David Paschal, Steve DeRoos, Mark Overton, Aaron Albright, Smith Kennedy, John Hosszu, Chris Wiesner, Henrique M. Holschuh, Till Kamppeter, Linus Araque, Mark Crawford, Charlie Moore, Jason Callough, Stan Dolson, Don Mackliet, Paul Leclerc, Naga Samrat Choudary, Suma Byrappa, Yashwant Sahu, Sanjay Kumar, Sarbeswar Meher, Goutam Kodu, Gaurav Sood, Srikant Lokare, Parul Singh, Raghavendra Chitpadi</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
118
118
        self.CloseButton.setText(QtGui.QApplication.translate("AboutDlg_base", "Close", None, QtGui.QApplication.UnicodeUTF8))
119
119