Commit Graph

358 Commits

Author SHA1 Message Date
Tim Waugh
11b2634974 - 1.1.12:
- Troubleshooting fix.
- Fixed applet traceback when printing test page.
- Removed completed job notifications (trac #181).
- Show printer status in printer icons (bug #518020).
- Use paused icon when printer state reason is 'paused'.
- Driver preference order fixes.
- Job status icon and state reason display in jobs list (bug #518070).
- Fixed overactive job creation times update timer.
- Use preferred D-Bus object path for AuthenticationAgent (bug #518427).
- Fixed disabling a printer when PolicyKit call fails.
- Set appropriate status icon tooltip when configuration printer (bug
    #518007).
- Use separate thread for verifying IPP queue (bug #518065).
- Use newer tooltip API to avoid deprecation warnings.
- Compare MFG/MDL case-insensitively in udev rule.
- Support for cups-pk-helper's DevicesGet method.
- Don't attempt to use PolicyKit if running as root.
- Support for localized marker names (trac #183).
- Other small fixes.
2009-08-25 16:29:16 +00:00
Tim Waugh
85745fabce - Applied patch from 1.1.x (52a73b6).
- Better printer icons representing status (bug #518020).
- Use paused ico nwhen printer state reason is 'paused'.
- Job status icon and state reason in jobs treeview (bug #518070).
- Job creation times display fixes.
- Use preferred object path for AuthenticationAgent (bug #518427).
2009-08-20 17:21:19 +00:00
Tim Waugh
ea93b1c152 No longer need this patch. 2009-08-19 17:07:15 +00:00
Tim Waugh
6569ac372d - Applied patch from 1.1.x (3f45e96):
- Show a 'paused' emblem for rejecting/disabled printers (bug #518020).
- Set appropriate tooltip when configuring printer (bug #518007).
- Use separate thread for verifying IPP queue (part of bug #518065).
- Better driver preference order (bug #518045).
2009-08-19 17:05:16 +00:00
Tim Waugh
dba4e31faa - Compare MFG and MDL fields case insensitively when adding automatic
queues, because HPLIP provides them with different case than the actual
    devices do. Upstream HPLIP bug:
    https://bugs.launchpad.net/hplip/+bug/405804
2009-08-14 15:03:14 +00:00
Tim Waugh
76a01ca745 - Updated cupspk DevicesGet call for accepted API. 2009-08-14 14:18:40 +00:00
Tim Waugh
f5f3846376 - Updated cupspk DevicesGet call for accepted API. 2009-08-13 16:40:49 +00:00
Tim Waugh
b35ea25ec2 - 1.1.11:
- Several udev-configure-printer fixes.
- Use case-insensitive PPD matching.
- Better URI validity testing.
- Another stale printer status icon fix.
- Notice when jobs stop due to backend errors.
- Warn about job history when renaming printers.
- Small UI improvements.
2009-08-07 17:12:29 +00:00
Tim Waugh
c0d1555d1e - Dropped foomatic dependency from libs package. 2009-08-04 10:03:38 +00:00
Tim Waugh
48725f4825 - Sync with 1.1.x.
- Added patch for cupspk DevicesGet method call.
2009-07-31 14:14:42 +00:00
Matthias Clasen
71bad118c9 Drop no longer used python-sexy dep 2009-07-27 04:43:29 +00:00
Tim Waugh
82d54f3b85 - Split out D-Bus service for udev helper. Build requires dbus-glib-devel. 2009-07-26 20:10:11 +00:00
Tim Waugh
e22999a35a - Split out D-Bus service for udev helper. 2009-07-26 18:43:24 +00:00
Tim Waugh
6aafd66f58 - Removed gnome-packagekit dependency. The presence of
gpk-install-package-name is detected at run-time, and the program acts
    accordingly.
2009-07-24 09:03:38 +00:00
Tim Waugh
7f628c6513 - Applied some udev-configure-printer fixes from upstrema. 2009-07-23 13:47:54 +00:00
Tim Waugh
7a4b5a7e63 Remove old signature. 2009-07-22 14:26:14 +00:00
Tim Waugh
ec4a192d6b - 1.1.10:
- New udev rules for adding/enabling/disabling USB printers automatically.
- Now uses gnome-packagekit utility to install packages instead of the
    D-Bus API.
- Fixed detection of stopped jobs with CUPS 1.4.
- Fixed tracebacks when adding a new printer and when receiving IPP
    notifications.
- Fixed 'location' field for printers added on remote CUPS servers.
- Fixed handling of incorrect authentication.
- Some UI and troubleshooter fixes have been made.
2009-07-22 14:25:19 +00:00
Tim Waugh
d4fb98f696 - Requires gnome-packagekit for gpk-install-package-name. 2009-07-06 14:46:19 +00:00
Tim Waugh
acaff656d7 - Use gpk-install-package-name instead of trying to use the D-Bus API.
- Spot stopped jobs with CUPS 1.4 as well (trac #177). This, along with the
    previous fix, addresses bug #509177.
- Map gutenprint filenames to the package name.
- Fixed sensitivity of class member selection arrows (bug #508653).
2009-07-03 17:31:46 +00:00
Tim Waugh
09775bd93f - Use correct 'location' field for printers added remotely.
- Parse nmblookup failures correctly in troubleshooter.
- Prevent traceback on IPP notification after properties dialog cancelled.
- Fixed handling of incorrect authentication when not using PolicyKit (bug
    #508102).
2009-06-25 17:10:34 +00:00
Tim Waugh
7340d342ee - Make sure we find https URIs from https backend (bug #507628). 2009-06-24 09:50:12 +00:00
Tim Waugh
9579a563c6 - Avoid showing a non-fatal exception when adding an IPP printer (bug
#507629).
- Fixed traceback when adding/modifying printer which could lead to display
    bugs (bug #507489).
2009-06-24 09:45:25 +00:00
Tim Waugh
edba444851 - Fixed traceback when adding/modifying printer which could lead to display
bugs (bug #507489).
2009-06-23 11:30:57 +00:00
Tim Waugh
fd78d77534 - Updated pycups to 1.9.46.
- Updated to 1.1.8:
- Select a printer after adding it (trac #145).
- Make sure the job and printer context menus cannot get out of date (trac
    #175, trac #172).
- Fixed displayed hold time for held jobs.
- Use grey ink-drop when there is no marker-colors value instead of
    crashing (bug #505399).
- Scroll job list window to new job when appropriate.
- Clean up temporary PPD files (bug #498743).
- Fixed XML crash (Ubuntu #370469).
- Fixed automatic printer model selection.
- Fixed cupspk crash due to missing debugprint import (bug #496722, trac
    #161).
- Fixed PhysicalDevice crash (bug #496722, trac #161).
- Adjusted border padding for New Printer window (bug #493862).
- Set glade's textdomain in the job viewer (Ubuntu #341765).
- Fixed URI parsing when verifying IPP URIs.
- Set relaxed PPD conformance (trac #159).
- Make troubleshooter work again by disabling cupspk for it.
2009-06-18 16:46:36 +00:00
Tim Waugh
8b41d0221c - Updated pycups to 1.9.46. 2009-06-18 13:00:56 +00:00
Tim Waugh
7692b38319 - Changed requirement on notification-daemon to desktop-notification-daemon
to allow for other implementations (bug #500587).
2009-05-13 12:24:46 +00:00
Tim Waugh
549786c2e2 - Moved them back again, as they are not part of the exported interface
(bug #496808).
2009-04-21 09:34:42 +00:00
Kevin Kofler
01c6cb6fc1 - Move files required by system-config-printer-kde to -libs (#496646) 2009-04-21 03:46:59 +00:00
Tim Waugh
a6633ad0c8 - Requires dbus-python (bug #495392).
- Updated to 1.1.7:
- Updated translations.
- Don't abort if the jobviewer couldn't show a notification.
- Don't use setlocale() for locale-independent case conversion.
- Don't assume the notification daemon can show action buttons.
- Use case-insensitive matching for model names.
- HPLIP compatibility fixes.
- Fixed typo in jobviewer keyring support (Ubuntu #343156).
- Added support for https device URIs (bug #478677).
- Prevent traceback in monitor when connection failed (Ubuntu #343387).
2009-04-14 17:03:57 +00:00
Tim Waugh
f2c139d0ec - Requires dbus-python (bug #495392). 2009-04-14 12:10:12 +00:00
Tim Waugh
3264b16277 - No longer requires gnome-python2-gnome.
- Updated to 1.1.6:
- Translatable string fix for authconn.
- Romanian allow/deny translation fix (bug #489748).
- Set glade's textdomain in the jobviewer (Ubuntu #341765).
2009-03-13 17:42:10 +00:00
Tim Waugh
dcf23f42bb - Added patch for changes in 1.1.x since 1.1.5:
- Strip " hpijs" from PPD names.
- Handle there being no operation name set when authentication/retry is
    required.
- Mark "Unauthorized" PolicyKit dialog strings for translation, and change
    that dialog to an error.
- Work around marker-* attributes not being presented as lists (bug
    #489512).
- D-Bus policy tweak.
- Better PPD fallback searching.
- Fixed model search oddity when no digits in model name.
- Fixed locale save/restore in cupshelpers (bug #489313).
- Use gtk.show_uri() instead of gnome.url_show() (trac #147).
- Removed HPLIP probe screen (no longer needed).
- Be certain of having the right cell when starting a rename (Ubuntu
    #333260).
- Fixed strftime call (Ubuntu #334859).
- Check dict before use when handling auth-info-required.
- Handle timed operations being cancelled in the troubleshooter test print
    page (Ubuntu #325084).
- Put pycups version requirement in monitor module.
2009-03-10 18:32:14 +00:00
Tim Waugh
c6c17a2968 - 1.1.5. 2009-03-03 22:34:29 +00:00
Jesse Keating
c31b061238 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 05:14:44 +00:00
Tim Waugh
da1b2d11b3 - Updated from git:
- Prevent traceback when adding new printer (bug #486587).
2009-02-20 15:44:48 +00:00
Tim Waugh
887118c3cc - 1.1.4:
- Skip model selection screen when adding a new printer for which we know
    the exact model.
- Better integration for HPLIP hp and hpfax queues.
- Work around HPLIP option parsing bug.
- Pre-select the current device correctly.
- Better descriptions for types of available connection.
- Perform lowercase operations in a locale-independent manner (trac #151).
2009-02-18 18:17:19 +00:00
Tim Waugh
f80dc93016 - Updated from git:
- Avoid tracebacks in main application (bug #484130) and job viewer.
- Avoid unnecessary modal dialog when adding printer (bug #484960).
- Don't use notification when authentication is required, just display the
    dialog.
2009-02-11 11:47:16 +00:00
Tim Waugh
6dc8cf7b3d - Updated from git:
- Better make/model discovery for multiple devices (bug #484130).
2009-02-10 18:35:55 +00:00
Tim Waugh
972ff65857 - Updated from git:
- Handle D-Bus failures when querying Jockey (bug #484402).
- Set operation when fetching PPD from server (bug #484130).
- Don't allow prompting when updating the UI for a server failure (bug
    #484130).
- Fixed printing a test page from the applet (bug #484130).
2009-02-10 17:32:44 +00:00
Tim Waugh
50a4c8b5b1 - Requires libxml2-python. 2009-02-09 15:27:04 +00:00
Tim Waugh
df14d65d25 - Ship the missing cupspk file (bug #484461). 2009-02-07 11:20:29 +00:00
Tim Waugh
7954c5e5eb - Added in cups-pk-helper support from upstream. 2009-02-05 13:07:03 +00:00
Tim Waugh
6b84090dc1 - Requires python-sexy.
- 1.1.3.
2009-02-03 12:54:27 +00:00
Tim Waugh
8ba63b6f8c - Requires python-sexy. 2009-01-28 23:44:29 +00:00
Tim Waugh
1ec182a2bb - 1.1.2.
- Requires gnome-python2-gnomekeyring.
2009-01-15 12:56:18 +00:00
Tim Waugh
c2273c9cee - Updated pycups to 1.9.45. 2009-01-08 18:04:56 +00:00
Tim Waugh
e2a7d93d16 - 1.1.1. 2008-12-20 12:05:45 +00:00
Tim Waugh
95edbc752a - 1.1.0. 2008-12-19 17:14:53 +00:00
Tim Waugh
c5d1cddc4e - Updated patch for 1.0.x changes:
- Fixed stub scripts (bug #477107).
2008-12-19 13:03:38 +00:00
Tim Waugh
651c459209 - Updated patch for 1.0.x changes:
- Look harder for locale/page size issues in the troubleshooter (trac
    #118).
- Troubleshooter speed improvement (trac #123).
- Localization fixes for authentication dialog (trac #122).
- Character encoding fixes (trac #124).
- Handle model names with more than one set of digits (Ubuntu #251244).
- Catch unable-to-connect error when trying to print a test page (Ubuntu
    #286943).
- Prevent crash when copying PPD options (Ubuntu #285133).
- Use get_cursor for the printer properties treeview (Ubuntu #282634).
- Fix IPP browser when trying to connect to host:port (bug #476396).
- Make sure we're authenticating as the correct user in authconn.
- Prevent traceback when adding printer driven by HPLIP (bug #477107).
- Better display of available local HP fax devices.
2008-12-19 10:13:19 +00:00