Commit Graph

119 Commits

Author SHA1 Message Date
Tim Waugh fdb5e8eaac - 0.7.57:
- Prevent traceback when removing temporary file (Ubuntu #92914).
- Added print applet.
2007-03-21 17:58:06 +00:00
Tim Waugh 1121e3a469 - Updated to pycups-1.9.18. 2007-03-18 23:53:39 +00:00
Tim Waugh 0273c3389b - 0.7.56:
- Parse Boolean strings correctly in job options.
- Small command-set list/string fix (bug #230665).
- Handle hostname look-up failures.
- Updated filter-to-driver map.
- Don't parse printers.conf (bug #231826).
2007-03-16 17:32:51 +00:00
Tim Waugh c696aea799 - 0.7.55:
- Use converted value for job option widgets.
2007-02-27 11:47:34 +00:00
Tim Waugh d36f7baeb9 - 0.7.54:
- Removed debugging code.
2007-02-27 11:14:35 +00:00
Tim Waugh 834bcbdb79 - No longer requires rhpl (since 0.7.53).
- 0.7.53:
- Use gettext instead of rhpl.translate.
- Better layout for PPD options.
- Added scrollbars to main printer list (bug #229453).
- Set maximum width of default printer label (bug #229453).
- Handle applying changes correctly when switching to another printer (bug
    #229378).
- Don't crash when failing to fetch the PPD (bug #229406).
- Make the text entry boxes sensitive but not editable for remote printers
    (bug #229381).
- Better job options screen layout (bug #222272).
- Resolves: rhbz#229453 rhbz#229453 rhbz#229378 rhbz#229406 rhbz#229381
    rhbz#222272
2007-02-27 11:05:49 +00:00
Tim Waugh 06be647589 - 0.7.52:
- Sort models using cups.modelSort before scanning for a close match (bug
    #228505).
- Fixed matching logic (bug #228505).
- Resolves: rhbz#228505 rhbz#228505
2007-02-13 13:10:55 +00:00
Tim Waugh 1dc5b3fb2e - 0.7.51:
- Prevent display glitch in job options list when clicking on a printer
    repeatedly.
- List conflicting PPD options, and embolden the relevant tab labels (bug
    #226368).
- Fixed typo in 'set default' handling that caused a traceback (bug
    #227936).
- Handle interactive search a little better (bug #227935).
- Resolves: rhbz#226368 rhbz#227936 rhbz#227935
2007-02-09 16:06:33 +00:00
Tim Waugh 586f01b33d - 0.7.50:
- Fixed hex digits list (bug #223770).
- Added bs translation.
- Don't put the ellipsis in the real device URI (bug #227643).
- Don't check for existing drivers for complex command lines (bug #225104).
- Allow floating point job options (bug #224651).
- Prevent shared/published confusion (bug #225081).
- Fixed PPD page size setting.
- Avoid os.remove exception (bug #226703).
- Handle unknown job options (bug #225538).
- Resolves: rhbz#223770 rhbz#227643 rhbz#225104 rhbz#224651 rhbz#225081
    rhbz#226703 rhbz#225538
2007-02-07 16:55:47 +00:00
Tim Waugh c5970d3a6f - 0.7.49:
- Fixed a traceback in the driver check code.
- Fixed a typo in the conflicts message.
- Handle InputSlot/ManualFeed specially because libcups does (bug #222490).
- Resolves: rhbz#222490
2007-01-16 17:15:53 +00:00
Tim Waugh 0fdd971928 - 0.7.47:
- Fixed minor text bugs (bug #177433).
- Handle shell builtins in the driver check (bug #222413).
- Resolves: rhbz#177433 rhbz#222413
2007-01-12 18:29:41 +00:00
Tim Waugh 3d2f1f984e - 0.7.46:
- Fixed page size problem (bug #221702).
- Added 'ro' to ALL_LINGUAS.
- Resolves: rhbz#221702
2007-01-08 16:43:52 +00:00
Tim Waugh 0c0ba0b4b1 - 0.7.45:
- Fixed traceback in driver check.
2007-01-03 11:48:26 +00:00
Tim Waugh 2b9fa8e63b - 0.7.44:
- Fixed traceback in error display (bug #220136).
- Preserve case in model string when dumping debug output.
- Resolves: rhbz#220136
2007-01-02 15:25:14 +00:00
Tim Waugh 77096f35c2 - Don't check against IEEE 1284 DES field at all.
- Merged device matching code (bug #219518).
- Catch non-fatal errors when auto-matching device.
- Fixed driver checking bug involving pipelines (bug #220347).
- Show PPD errors (bug #220136).
- Resolves: rhbz#219518 rhbz#220347 rhbz#220136
2006-12-21 18:41:52 +00:00
Tim Waugh e3539a52f4 - 0.7.42:
- Fixed typo in command set matching code.
- Case-insensitive matching when Device ID not known to database.
2006-12-11 21:30:11 +00:00
Tim Waugh 607fbdbaed - Updated pycups to 1.9.16.
- 0.7.41:
- Reconnect smoothly after uploading new configuration.
- Update lpoptions when setting default printer if it conflicts with the
    new setting (bug #217395).
- Fixed typo in show_HTTP_Error (bug #217537).
- Don't pre-select make and model when not discoverable for chosen device
    (bug #217518).
- Set Forward button sensitive on Device screen in new-printer dialog (bug
    #217515).
- Keep Server Settings selected after applying changes if it was selected
    before.
- Set Connecting dialog transient for main window.
- Center Connecting dialog on parent.
- Optional 'reason' argument for cupshelpers.Printer.setEnabled.
- Describe devices that have no optional parameters.
- Resolves: rhbz#217395 rhbz#217537 rhbz#217518 rhbz#217515
2006-12-07 17:55:03 +00:00
Tim Waugh 494ed56fe7 - Updated pycups to 1.9.16. 2006-12-07 17:04:14 +00:00
Tim Waugh 409c437e1d - 0.7.40:
- Removed username:password from hint string because we add that in
    afterwards.
- Don't set button widths in create-printer dialog (bug #217025).
- Resolves: rhbz#217025
2006-11-27 17:21:54 +00:00
Tim Waugh bd74415c9a - 0.7.39:
- Busy cursor while loading foomatic and PPD list (bug #215527).
- Make PPD NickName selectable.
- Added SMB hint label on device screen (bug #212759).
- Resolves: rhbz#215527 rhbz#212759
2006-11-21 18:58:31 +00:00
Tim Waugh 2ead7f6794 - 0.7.38:
- Fixed a bug in the 'ieee1284'/'ppd-device-id' parsing code.
2006-11-14 13:03:14 +00:00
Tim Waugh 3e1a5ea6f7 - Updated pycups to 1.9.15. 2006-11-14 12:53:53 +00:00
Tim Waugh 16cff8dcae - 0.7.37:
- Allow cancellation of test pages (bug #215054).
- Resolves: rhbz#215054
2006-11-13 16:34:15 +00:00
Tim Waugh af7d5ab70a - 0.7.36:
- Match against commandset (bug #214181).
- Parse 'ieee1284' foomatic autodetect entries (bug #214761).
- Don't remove foomatic PPDs from the list (bug #197331).
- Resolves: rhbz#214181 rhbz#214761 rhbz#197331
2006-11-10 11:55:25 +00:00
Tim Waugh 7fc712b4e8 - 0.7.35. 2006-11-07 18:05:18 +00:00
Tim Waugh 88cac5e9c3 - Updated to pycups-1.9.14 (bug #213136).
- Resolves: rhbz#213136
2006-11-02 13:35:51 +00:00
Tim Waugh 49ac9cc434 - Updated to pycups-1.9.13 for HTTP_FORBIDDEN.
- 0.7.32:
- Handle HTTP errors during connection (bug #208824).
- Updated translations (bug #208873).
2006-10-02 16:06:34 +00:00
Tim Waugh 7ea7647fb1 - Updated to pycups-1.9.13 for HTTP_FORBIDDEN. 2006-10-02 14:55:42 +00:00
Tim Waugh 3e2c0b26eb - 0.7.31:
- Select recommended driver automatically (bug #208606).
- Better visibility of driver list (bug #203907).
2006-09-29 17:03:46 +00:00
Tim Waugh 6a06275e04 - 0.7.30:
- Translations fixed properly (bug #206622).
- Button widths corrected (bug #208556).
2006-09-29 12:58:26 +00:00
Tim Waugh c69fb39fbf - 0.7.29. Translations fixed properly (bug #206622). 2006-09-29 12:08:34 +00:00
Tim Waugh 34e59cfc37 New tarball. 2006-09-26 15:50:29 +00:00
Tim Waugh 248cfa3132 - 0.7.27. 2006-08-30 11:09:06 +00:00
Tim Waugh dad7da2564 - 0.7.26. Fixes bug # 203149. 2006-08-23 17:28:07 +00:00
Florian Festi 36b7b846b4 [ffesti] bump to 0.7.25-1 (bug #202060) 2006-08-14 16:19:22 +00:00
Tim Waugh 8ed04b4cf2 - 0.7.24. 2006-08-03 12:40:54 +00:00
Tim Waugh b2df32bc08 - 0.7.23. Fixes bug #197866. 2006-07-24 15:06:02 +00:00
Tim Waugh ec26119e7b - 0.7.22. 2006-07-07 15:09:13 +00:00
Tim Waugh 78959ae531 - 0.7.21. 2006-07-05 14:39:03 +00:00
Tim Waugh 43eee60dce - Updated to pycups-1.9.12. 2006-07-05 14:35:16 +00:00
Tim Waugh 73435a48dc - 0.7.20. 2006-07-03 14:42:43 +00:00
Tim Waugh 72f0d1e57b - 0.7.19. 2006-06-30 17:40:56 +00:00
Tim Waugh 779cd0e7fd - 0.7.18. 2006-06-27 15:39:21 +00:00
Tim Waugh 6a13f29383 - 0.7.17. 2006-06-23 16:44:15 +00:00
Tim Waugh 7a4c773576 - 0.7.16, now with SMB browser. 2006-06-23 13:06:07 +00:00
Tim Waugh 77034c5ef4 - 0.7.15. 2006-06-22 09:07:11 +00:00
Tim Waugh 8b78d7eae0 - 0.7.14. 2006-06-20 16:33:27 +00:00
Tim Waugh d6d5665f25 - 0.7.13. 2006-06-19 17:02:33 +00:00
Tim Waugh f98e6e5f14 - 0.7.12. 2006-06-09 09:58:39 +00:00
Tim Waugh c6d4537743 - Updated to system-config-printer-0.7.11. 2006-05-31 15:06:23 +00:00