Changeset 84
- Timestamp:
- Feb 21, 2019, 9:24:20 PM (7 years ago)
- Author:
- Alex Taylor
- Message:
-
Fall back to PSPRINT (if available) if default presentation driver is not installed.
- Location:
- trunk/gui/printer/cupswiz
- Files:
-
- 3 edited
- cupswiz.VRP (modified) (1 diff)
- cupswiz.VRX (modified) (3 diffs)
- readme.1st (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/printer/cupswiz/cupswiz.VRP
r82 r84 7 7 VRXWindow: __VREMainWindow,1,578,2746,5770,9106 8 8 VRXWindow: __VRESectionListWindow,1,723,11900,4529,3891 9 VRXWindow: __VREToolsWindow,1,1650,9973,54 (削除) 68,1661 (削除ここまで)9 VRXWindow: __VREToolsWindow,1,1650,9973,54(追記) 74,1665 (追記ここまで) 10 10 VRXWindow: __VREWindListWindow,1,5191,11900,2650,3891 11 11 UserFile: 1 -
trunk/gui/printer/cupswiz/cupswiz.VRX
r82 r84 736 736 PARSE VAR models.i _brand _model ' - CUPS+' _type 737 737 IF _type == '' THEN DO 738 IF POS('hpcups', _model ) > 0 THEN (削除) (削除ここまで)738 IF POS('hpcups', _model ) > 0 THEN(追記) (追記ここまで) 739 739 _type = 'HPLIP' 740 ELSE IF POS('hpijs', _model ) > 0 THEN (削除) (削除ここまで)740 ELSE IF POS('hpijs', _model ) > 0 THEN(追記) (追記ここまで) 741 741 _type = 'HPLIP' 742 742 ELSE IF ( _type == '') & ( LEFT( ppds.i, 3 ) == 'hp/') THEN … … 1687 1687 WORD( globals.!prt_nick, 1 ) == 'Hewlett-Packard' THEN 1688 1688 globals.!os2driver = 'ECUPS-HP' 1689 ELSE IF TRANSLATE( WORD( globals.!prt_nick, 1 )) == 'E (削除) pson (削除ここまで)' THEN1689 ELSE IF TRANSLATE( WORD( globals.!prt_nick, 1 )) == 'E(追記) PSON (追記ここまで)' THEN 1690 1690 globals.!os2driver = 'EPSONINK' 1691 1691 ELSE … … 2103 2103 LEAVE 2104 2104 END 2105 (追記) /* If PSPRINT is present use it as a fallback default */ (追記ここまで) 2106 (追記) ELSE IF drv_list.i == 'PSPRINT' THEN def_idx = i (追記ここまで) 2105 2107 END 2106 2108 CALL VRSet 'DDCB_PRESDRV', 'Selected', def_idx -
trunk/gui/printer/cupswiz/readme.1st
r82 r84 103 103 - There is no way to go 'back' in the wizard; if you need to go back and 104 104 change a previous selection, you must cancel and start over. 105 - Th (削除) e program has only been tested with Gutenprint, HPLIP, and native (削除ここまで)106 (削除) Postscript printers with imported PPDs. Other drivers packages such as (削除ここまで)107 (削除) SpliX or foo2qpdl may work but this is not guaranteed (削除ここまで).105 - Th(追記) is program has not been exhaustively tested with all possible driver (追記ここまで) 106 (追記) packages; they should generally work, but it may be possible to encounter (追記ここまで) 107 (追記) a driver package which behaves in a way CUPSWIZ does not expect (追記ここまで). 108 108 - If your %TMP% directory has spaces in the pathname, the program will almost 109 109 certainly fail to work properly. The same applies to your %LOGFILES% … … 113 113 - Password-protected local CUPS queues are not supported. (Network printers 114 114 connected with LPD, IPP or SMB should work, however.) 115 (削除) - There may well be undiscovered bugs; please report any you find. (削除ここまで)116 115 117 116 Contact: Alex Taylor (alex at altsan dot org)
Note:
See TracChangeset
for help on using the changeset viewer.