Ignore:
Timestamp:
Dec 12, 2016, 1:39:04 PM (9 years ago)
Author:
Alex Taylor
Message:

Commit v1.1 sources.

Location:
trunk/gui/printer/cupswiz
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/printer/cupswiz/cupswiz.VRP

    r50 r53  
    77VRXWindow: __VREMainWindow,1,614,2554,5770,9106
    88VRXWindow: __VRESectionListWindow,1,687,11804,4529,3891
    9 VRXWindow: __VREToolsWindow,1,1686,9877,5471,1659
     9VRXWindow: __VREToolsWindow,1,1686,9877,5477,1663
    1010VRXWindow: __VREWindListWindow,1,5228,11804,2650,3891
    1111UserFile: 1
  • trunk/gui/printer/cupswiz/cupswiz.VRX

    r50 r53  
    642642    CALL NLSSetText 'DT_INFO', 'Caption', 20                /* 20: Getting list of supported printers.  Please wait... */
    643643
    644     lpinfo_cmd = globals.!cupsdir'\sbin\lpinfo.exe --exclude-schemes drv -m 2>&1 |rxqueue'
     644    lpinfo_cmd = globals.!cupsdir'\sbin\lpinfo.exe -m 2>&1 |rxqueue'    /* --exclude-schemes drv  */
    645645
    646646    _od = DIRECTORY()
     
    654654    DO QUEUED()
    655655        PARSE PULL line
    656         IF LEFT( line, 6 ) == 'drv://' THEN ITERATE
     656        /* IF LEFT( line, 6 ) == 'drv://' THEN ITERATE */
    657657        IF WORD( line, 1 ) == 'raw' THEN ITERATE
    658658        PARSE VAR line _ppd '.ppd.gz ' _name
     
    15211521                ppd = manufacturers.man.!printers.which.!driver
    15221522                globals.!mode = 1   /* Mode 1: CUPS-included model */
    1523                 IF POS('exe://', ppd ) > 0 THEN DO
     1523                IF POS('://', ppd ) > 0 THEN DO
    15241524                    globals.!prt_ppd  = ''
    15251525                    globals.!prt_dev  = ppd
     
    19281928    CALL NLSSetText 'SW_ABOUT',  'Caption', 10                                          /* 10: Product Information */
    19291929    CALL NLSSetText 'DT_ABOUT1', 'Caption', 11                                          /* 11: eCups Printer Install Utility */
    1930     CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.05'                                  /* 12: Version %1 */
    1931     CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2014'                             /* 13: (C) %1 Alex Taylor */
     1930    CALL NLSSetText 'DT_ABOUT2', 'Caption', 12, '1.1'                                   /* 12: Version %1 */
     1931    CALL NLSSetText 'DT_ABOUT3', 'Caption', 13, '2010-2016'                             /* 13: (C) %1 Alex Taylor */
    19321932    CALL NLSSetText 'PB_ABOUT',  'Caption', 2                                           /* 10: Product Information */
    19331933
  • trunk/gui/printer/cupswiz/cupswzen.mkm

    r24 r53  
    3232CWZ0024I: Select PPD
    3333CWZ0025?:
    34 CWZ0026?:
    35 CWZ0027?:
     34CWZ0026I: The CUPS service could not be contacted. Please ensure that the CUPS daemon (CUPSD) is running.
     35CWZ0027I: No CUPS Daemon
    3636CWZ0028I: CUPS Path Not Found or Not Valid
    3737CWZ0029I: Selected printer:  %1
     
    4242CWZ0032I: Detected network printer (%1) "%2" at %3
    4343CWZ0033I: Detected network printer %1 at %2
    44 CWZ0034I: Other printer (manual configuration)
     44CWZ0034I: Network or other printer (manual configuration)
    4545CWZ0035I: Local printer: %1
    4646CWZ0036?:
  • trunk/gui/printer/cupswiz/readme.1st

    r45 r53  
    11CUPSWIZ - CUPS printer-creation wizard
    2 Version 1.05
     2Version 1.1
    33
    44  This program is simple graphical front-end for creating CUPS-based printers
Note: See TracChangeset for help on using the changeset viewer.