Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed connection device setting for "oki4w" driver. | Till Kamppeter | 2001-10-21 | 1 | -1/+1 |
| | |||||
* | Added support for automatic /dev/... file permissions setting by devfsd. | Till Kamppeter | 2001-09-22 | 1 | -0/+3 |
| | |||||
* | Improved matching of auto-detection results with database entries. | Till Kamppeter | 2001-09-22 | 1 | -10/+38 |
| | | | | | Given hint to the user to select the correct model when matching fails. | ||||
* | When one changes the driver of a freshly added printer, the cursor was not ↵ | Till Kamppeter | 2001-09-21 | 1 | -4/+6 |
| | | | | | | | pointed to the old driver, fixed. Fixed paper size not set according to chosen language during installation. | ||||
* | small fix | Pablo Saratxaga | 2001-09-21 | 1 | -3/+3 |
| | |||||
* | changed text strings to be more translator friendly | Pablo Saratxaga | 2001-09-21 | 1 | -31/+23 |
| | | | | | (NEVER EVER cut a phrase) | ||||
* | Fixed flow of the program for the "recommended" mode of the installation. | Till Kamppeter | 2001-09-20 | 1 | -3/+15 |
| | |||||
* | *** empty log message *** | Till Kamppeter | 2001-09-20 | 1 | -2/+3 |
| | |||||
* | back out the modif from till as asked by till | Pascal Rigaux | 2001-09-20 | 1 | -2/+1 |
| | |||||
* | Make it possible to configure more than 1 printer in a "recommended" mode ↵ | Till Kamppeter | 2001-09-20 | 1 | -1/+2 |
| | | | | installation. | ||||
* | help perl_checker | Pascal Rigaux | 2001-09-19 | 1 | -2/+2 |
| | |||||
* | Removed a forgotten debug help line from the code. | Till Kamppeter | 2001-09-19 | 1 | -1/+0 |
| | |||||
* | Fixed typo in dialog text of high/paranoid security. | Till Kamppeter | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | Network is now only required (and checked) for remote printers. | Till Kamppeter | 2001-09-19 | 1 | -33/+85 |
| | | | | | Several buglets fixed in remote CUPS server dialog. | ||||
* | /etc/foomatic/defaultspooler was not written in expert mode installation. | Till Kamppeter | 2001-09-17 | 1 | -2/+2 |
| | |||||
* | Added handling of high and paranoid security levels. | Till Kamppeter | 2001-09-17 | 1 | -1/+64 |
| | |||||
* | add eval around installing lexmark-driver (proprietary). | Francois Pons | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | use new mkdir_p, rm_rf and cp_af from MDK::Common | Pascal Rigaux | 2001-09-16 | 1 | -1/+0 |
| | |||||
* | Added possibility to list command line options for the printers and to give ↵ | Till Kamppeter | 2001-09-16 | 1 | -93/+208 |
| | | | | | | | the users help for printing Fixed bug of sometimes appearing the wron dialog after printing test pages | ||||
* | Added the PDQ panic button. | Till Kamppeter | 2001-09-15 | 1 | -0/+8 |
| | |||||
* | Removed a superfluous "set_help" line. | Till Kamppeter | 2001-09-15 | 1 | -1/+0 |
| | |||||
* | Save default spooler at program start, fixed typos in comments. | Till Kamppeter | 2001-09-15 | 1 | -3/+4 |
| | |||||
* | Command line commands as "lpr", "lpq", ... are mapped to the correct spooler ↵ | Till Kamppeter | 2001-09-15 | 1 | -0/+28 |
| | | | | now. | ||||
* | added missing _() | Stefan Siegel | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | Fixed bug of a waiting message appearing together with a dialog | Till Kamppeter | 2001-09-15 | 1 | -4/+8 |
| | | | | | Cleaned up variables to correctly switch between CUPS/Foomatic/Raw type for a printer | ||||
* | Added "set_help" lines for installer help texts. | Till Kamppeter | 2001-09-14 | 1 | -7/+24 |
| | |||||
* | Raw queue entry added, so cursor not always on "Alps MD-1000" when no printer | Till Kamppeter | 2001-09-14 | 1 | -3/+16 |
| | | | | | detected. | ||||
* | Resolved conflict. | Till Kamppeter | 2001-09-14 | 1 | -3/+4 |
| | |||||
* | make test_pms happy | damien | 2001-09-14 | 1 | -2/+1 |
| | |||||
* | Now it is checked whether the network is configured and running. | Till Kamppeter | 2001-09-14 | 1 | -39/+262 |
| | | | | | | | | | draknet is called when the network is not configured. It is checked whether the spooler is automatically started at boot. The oki4daemon is started when needed. Lexmarks inkjet drivers are fully integrated. The permissions of the device files are set so that normal users can print with PDQ. | ||||
* | Data structure fitted for auto-install to work | Till Kamppeter | 2001-09-07 | 1 | -159/+233 |
| | | | | | | | Optimized program to be much faster Many more waiting messages Many bugfixes | ||||
* | revert previous commit. | Francois Pons | 2001-09-06 | 1 | -1/+0 |
| | |||||
* | added a missing ifup lo, on some case (auto_install) it fails. | Francois Pons | 2001-09-06 | 1 | -0/+1 |
| | |||||
* | Set default printer (all spoolers), manual config (CUPS), bugfixes, clean-ups. | Till Kamppeter | 2001-09-05 | 1 | -37/+143 |
| | |||||
* | Fitted to the new Foomatic version. | Till Kamppeter | 2001-09-04 | 1 | -4/+7 |
| | | | | | Fixed bug of spooler change only working when language is English. | ||||
* | fixed int and float checking which should accept negative number (added explicit | Francois Pons | 2001-08-22 | 1 | -144/+60 |
| | | | | | positive too), cleaned code for some perl idioms. | ||||
* | slight rewrite of some perl idioms. | Francois Pons | 2001-08-21 | 1 | -12/+10 |
| | |||||
* | big renaming of ask_from_entries_refH in ask_from and ↵ | Pascal Rigaux | 2001-08-18 | 1 | -15/+15 |
| | | | | ask_from_entries_refH_powered in ask_from_ | ||||
* | i18n fixes | Stefan Siegel | 2001-08-18 | 1 | -7/+8 |
| | |||||
* | Fixed bug of CUPS not being installed during installation | Till Kamppeter | 2001-08-16 | 1 | -2/+2 |
| | |||||
* | Fixed setup dialog for the "postpipe" connection type | Till Kamppeter | 2001-08-16 | 1 | -2/+2 |
| | |||||
* | Let the "Options" button only appear when the queue is Foomatic or with PPD ↵ | Till Kamppeter | 2001-08-15 | 1 | -1/+5 |
| | | | | (CUPS) | ||||
* | Transfer queues non-interactively when switching between LPD and LPRng. | Till Kamppeter | 2001-08-14 | 1 | -1/+11 |
| | |||||
* | Wait message for queue transfer, manufacturer name bugfix | Till Kamppeter | 2001-08-14 | 1 | -9/+15 |
| | |||||
* | Automatic transfer of queues when changing the spooler. | Till Kamppeter | 2001-08-13 | 1 | -4/+97 |
| | |||||
* | Update printer queue list when exiting during install, so that the "Summary" ↵ | Till Kamppeter | 2001-08-13 | 1 | -1/+1 |
| | | | | entry is correct. | ||||
* | When one sayd "No" on the test page, the modify dialog was not pointing to ↵ | Till Kamppeter | 2001-08-13 | 1 | -0/+1 |
| | | | | the current printer | ||||
* | Check files before checking RPM database => Acceleration, waiting windows | Till Kamppeter | 2001-08-12 | 1 | -33/+110 |
| | |||||
* | Now the cursor in the main menu stands on the position which was choosen ↵ | Till Kamppeter | 2001-08-12 | 1 | -2/+3 |
| | | | | last time. | ||||
* | "Expert Mode" button, better "Remote CUPS server" dialog, bugfixes | Till Kamppeter | 2001-08-12 | 1 | -114/+182 |
| |