Commit Graph

218 Commits

Author SHA1 Message Date
Tim Waugh b26f908eaf - Updated to 1.2.2:
- Check we are connected to the local server for server firewall changes
    and package installation.
- Avoid Yes/No buttons (trac #204).
- Set gettext domain for new printer dialog (Ubuntu #557199).
- Make sure the printer we are changing the PPD for still exists and close
    New Printer window if not (bug #581668).
- Specify requested_attributes in getJobs if possible (bug #584806).
- Resolve DNS-SD hostnames for physical device comparision (trac #179).
- jobviewer: PrinterURIIndex fix when no initial printer names and when
    looking up by name.
- Don't fetch Device ID from network printer if we already know it.
- Applet module no longer needs to import statereason.
- Removed doubled-up 'translatable' attribute in UI file (Ubuntu #571662).
- Fixed indentation in PK1Connection.getDevices.
- No need to introspect CupsPkHelper every time, just once.
- troubleshoot: turn off debugging before fetching error log.
- Fixed localized state reasons (bug #587718).
- Match Kyocera as manufacturer when only model name reported (Ubuntu
    #564633).
- Fixed TreeIter handling in update_job_creation_times (bug #588409).
- Make Verify buttons auto-sized (Ubuntu #575048).
- Fixed a troubleshooter string and some SMB auth dialog strings that were
    not being translated (Ubuntu #557199).
- Show unmatched IEEE 1284 Device IDs in less confusing format.
- check-device-ids: run SNMP query for lpd URIs too.
- Handle HTTPError from AdvancedServerSettingsDialog, and treat any HTTP
    errors as failures (bug #587744).
- asyncconn/asyncipp: some fixes for connection/reconnection failures.
- ppdsloader: watch out for errors when connecting.
- Initialise GUI.printers in constructor (bug #589793).
- Always use close_fds=True in subprocess.Popen calls (bug #587830).
- Translation updates.
2010-05-07 15:52:23 +00:00
Tim Waugh 8eb5a60fa6 - Updated to 1.2.1:
- Fixed missing translations (bug #580442).
- Offer to adjust firewall when necessary.
- Avoid tracebacks when adjusting server settings.
- Handle IPP failure fetching printer attributes for completed jobs (Ubuntu
    #562679).
- monitor: don't crash if job-state attribute is missing (Ubuntu #562441).
- troubleshoot: handle IPPError in PrintTestPage module (bug #579957).
- Lots of check-device-ids fixes.
2010-04-14 23:59:19 +00:00
Tim Waugh d8e6b313f2 - Updated to pycups-1.9.49.
- 1.2.0:
- Another error handling fix in check-device-ids.py.
- Added StartupNotify=true to 'manage print jobs' desktop file.
2010-03-17 15:51:17 +00:00
Tim Waugh 361fdbb9bb - 1.1.93. 2010-02-27 11:30:56 +00:00
Tim Waugh 3b0de025c8 - 1.1.92. 2010-02-19 13:47:02 +00:00
Tim Waugh 660da2d3d0 - 1.1.91. 2010-02-08 17:51:00 +00:00
Tim Waugh dab45d8ae2 - 1.1.90 development release. 2010-01-19 14:49:45 +00:00
Tim Waugh 81216439bf - Update pycups to 1.9.48. 2010-01-19 12:58:15 +00:00
Tim Waugh b4e21b9510 - 1.1.16:
- Ignore com.apple.print.recoverable state reason.
- Prevent traceback in found_network_printer_callback (bug #547765).
- Use asynchronous connection class for fetching device lists (bug
    #549749).
- Prefer Foomatic/hpijs to hpcups for the time being.
- Clear device screen each time a new dialog is presented.
- Constraints handling fix.
2009-12-22 16:15:04 +00:00
Tim Waugh 499920f427 - Updated pycups to 1.9.47. 2009-12-22 14:33:06 +00:00
Tim Waugh b8c3456e9f - 1.1.15:
- Fixed traceback introduced by fix to bug #541882.
2009-11-30 13:01:52 +00:00
Tim Waugh 869fd822a9 - 1.1.14:
- Retry when reconnection fails (bug #541741).
- Prevent traceback with bad marker-levels attribute (bug #541882).
2009-11-27 18:00:41 +00:00
Tim Waugh 5f2f72f65f - 1.1.13:
- Translation updates (bug #522451).
2009-09-14 15:07:15 +00:00
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 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 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 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 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 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 c6c17a2968 - 1.1.5. 2009-03-03 22:34:29 +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 6b84090dc1 - Requires python-sexy.
- 1.1.3.
2009-02-03 12:54:27 +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 fb6a18204c - Updated to 1.0.12:
- Don't automatically replace network printer URIs with HPLIP URIs (bug
    #473129).
- Fixed some file descriptor and temporary file leaks.
2008-12-05 12:44:18 +00:00
Tim Waugh b5aa2b2dfe - Updated pycups to 1.9.44. 2008-11-28 12:59:31 +00:00
Tim Waugh 22f986fefc - Updated to 1.0.11.
- Updated pycups to 1.9.43.
2008-11-21 17:36:31 +00:00
Tim Waugh 7dcbce2d40 - Updated to 1.0.10. Applied patch from git. 2008-11-12 17:46:55 +00:00
Tim Waugh 91ce36f72d - Updated to 1.0.9 for translations.
- Updated pysmbc to 1.0.6. No longer need pysmbc-git patch.
2008-10-21 16:57:35 +00:00
Tim Waugh d5fb50b345 Upload new tarball. 2008-09-29 17:00:58 +00:00
Tim Waugh 5f118b0d37 - 1.0.7:
- Efficiency improvements.
- Small UI improvements for the New Printer dialog.
- Other small fixes.
2008-08-29 10:41:42 +00:00
Tim Waugh da0368cbfe - Updated pysmbc to 1.0.5. 2008-08-29 09:52:28 +00:00
Tim Waugh c6378a311b - Updated pycups to 1.9.42. 2008-08-29 09:13:52 +00:00
Tim Waugh 288dfae306 - Requires gnome-python2-gnome (bug #460021).
- 1.0.6:
- More delete-event fixes.
- Fixed temporary file leak.
- Fixed dialog leaks.
- Small UI improvements for the New Printer dialog.
- Other small fixes.
2008-08-26 11:45:13 +00:00
Tim Waugh ac60811170 - 1.0.5. 2008-08-11 14:04:20 +00:00
Tim Waugh a8a11e528e - Updated pycups to 1.9.41. 2008-07-14 16:03:09 +00:00
Tim Waugh 2195a959e3 - 1.0.4. 2008-07-10 15:47:52 +00:00
Tim Waugh 0900e74f0e - Updated pycups to 1.9.40.
- 1.0.3.
2008-06-30 15:58:56 +00:00
Tim Waugh f5a684d311 - Updated pycups to 1.9.40. 2008-06-30 15:29:32 +00:00
Tim Waugh 22222d6ebc - Updated pysmbc to 1.0.4. 2008-06-20 16:42:02 +00:00
Tim Waugh ced7617bbd - 1.0.2. 2008-06-10 09:20:09 +00:00
Tim Waugh 5b368ebddc - Update pysmbc to 1.0.3.
- 1.0.1 (bug #450119).
2008-06-09 16:41:17 +00:00
Tim Waugh 210ffaf5ba - Update pysmbc to 1.0.3. 2008-06-09 16:02:40 +00:00
Tim Waugh e0d38ae7e9 - Updated pycups to 1.9.39. 2008-05-29 08:31:44 +00:00
Tim Waugh 501699bace - 1.0.0. 2008-05-27 17:21:54 +00:00
Tim Waugh da3d6f789d - 0.9.93. 2008-05-23 14:39:08 +00:00
Tim Waugh 28acfacb6a - 0.9.92. 2008-05-20 14:55:12 +00:00