Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | printerdrake is back alive | Thierry Vignaud | 2003-01-07 | 1 | -0/+4 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | beautify | Thierry Vignaud | 2003-01-07 | 1 | -4/+4 |
| | |||||
* | simplif installed spoolers "detection" | Thierry Vignaud | 2003-01-07 | 1 | -5/+1 |
| | |||||
* | fix displaying list of availlable printer spoolers | Thierry Vignaud | 2003-01-06 | 1 | -1/+1 |
| | |||||
* | - printer::main::read_cups_printer_list() is now ↵ | Pascal Rigaux | 2002-12-19 | 1 | -39/+0 |
| | | | | | | | | printer::cups::read_printer_list() (but it is unused!) - printer::main::get_cups_remote_queues() is now printer::cups::get_formatted_remote_queues() - cleanup printer::cups::get_remote_queues() using printer::cups::lpstat_v() | ||||
* | commit the real code, not the debug code :-( | Pascal Rigaux | 2002-12-13 | 1 | -2/+1 |
| | |||||
* | put back the comment | Pascal Rigaux | 2002-12-13 | 1 | -0/+3 |
| | |||||
* | (read_cups_printer_list, get_cups_remote_queues): much cleanup | Pascal Rigaux | 2002-12-13 | 1 | -48/+27 |
| | |||||
* | $_ was not localized, fixing (and cleanup) | Pascal Rigaux | 2002-12-05 | 1 | -3/+2 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -2/+1 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -9/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2002-12-02 | 1 | -29/+25 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -8/+8 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -2/+2 |
| | |||||
* | (configure_hpoj): functions dynamically loaded from /usr/sbin/ptal-init are | Pascal Rigaux | 2002-11-27 | 1 | -9/+10 |
| | | | | | now loaded in printer::hpoj namespace (needs testing) | ||||
* | simplify some stuff | Thierry Vignaud | 2002-11-26 | 1 | -15/+7 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -2/+2 |
| | |||||
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -44/+41 |
| | | | | | | - remove redundant parentheses - add some parentheses for clarity | ||||
* | - printer::data : export all data structures | Thierry Vignaud | 2002-11-14 | 1 | -11/+14 |
| | | | | | | - cleanups - all code is now runnable in strict mode | ||||
* | - final switch to $::prefix | Thierry Vignaud | 2002-11-13 | 1 | -115/+88 |
| | | | | | | | - simplify main::get_copiable_queues(), main::setcupslink() - s/unless (X ne Y)/if (X eq Y)/ - set_usermode() : ensure we add the line if it didn't exists | ||||
* | - set_usermode() : don't reinvent the wheel, use substInFile | Thierry Vignaud | 2002-11-13 | 1 | -29/+5 |
| | | | | | - get_usermode() : ditto, use getVarsFromSh | ||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -62/+61 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -5/+5 |
| | |||||
* | kill set_prefix() | Thierry Vignaud | 2002-11-12 | 1 | -3/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -18/+18 |
| | |||||
* | printer related modules cleaning : | Thierry Vignaud | 2002-11-12 | 1 | -0/+1704 |
- create the printer/ hierarchy - split services related stuff into services.pm & printer::services, - move things that've nothing to do with printers into common.pm (alternatives, permissions, ...) - move eveything related to cups, gimp-print, detection, {star,open}office to the corresponding splited printer:: module - big consolidation of printer::office (it was obvious there were tons of duplication between staroffice and openoffice managment) - move other stuff into printer::main, printer::common, status : print.pm has been heavily splited (now one can begin to understand the little bits). printerdrake still needs to be splited/cleaned and eventually removed since printer/printerdrake modules separation is not understandable by other people till, in printer::gimp, $lprcommand is neither declared nor setted nowhere. idem in mdk9.0 ... |