| Commit message (Expand) | Author | Age | Files | Lines |
| * | Data structure fitted for auto-install to work | Till Kamppeter | 2001-09-07 | 1 | -159/+233 |
| * | 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 int and float checking which should accept negative number (added explicit | Francois Pons | 2001-08-22 | 1 | -144/+60 |
| * | 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 ask_from_entries_refH_p... | Pascal Rigaux | 2001-08-18 | 1 | -15/+15 |
| * | 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 |
| * | 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 |
| * | When one sayd "No" on the test page, the modify dialog was not pointing to th... | Till Kamppeter | 2001-08-13 | 1 | -0/+1 |
| * | 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 last... | Till Kamppeter | 2001-08-12 | 1 | -2/+3 |
| * | "Expert Mode" button, better "Remote CUPS server" dialog, bugfixes | Till Kamppeter | 2001-08-12 | 1 | -114/+182 |
| * | Restructuring continued and debugged | Till Kamppeter | 2001-08-11 | 1 | -97/+199 |
| * | New structure for queue modification, general structure clean-up | Till Kamppeter | 2001-08-09 | 1 | -440/+607 |
| * | Different choosable test pages available now | Till Kamppeter | 2001-08-08 | 1 | -4/+38 |
| * | Removed superfluous line in install_spooler function | Till Kamppeter | 2001-08-08 | 1 | -1/+0 |
| * | add interactive_pkgs stuff | Pascal Rigaux | 2001-08-08 | 1 | -5/+4 |
| * | New package handling functions | Till Kamppeter | 2001-08-08 | 1 | -17/+17 |
| * | fixed a translatable string | Pablo Saratxaga | 2001-08-08 | 1 | -2/+1 |
| * | change to do_pkgs | Pascal Rigaux | 2001-08-08 | 1 | -39/+39 |
| * | Bugfixes on automatic installation of needed packages | Till Kamppeter | 2001-08-08 | 1 | -62/+26 |
| * | Automatic installation of all needed packages | Till Kamppeter | 2001-08-07 | 1 | -10/+26 |
| * | Automatic installation and start of the desired printer spooler | Till Kamppeter | 2001-08-05 | 1 | -12/+53 |
| * | In beginners mode one chooses only the printer, not the driver (default driver) | Till Kamppeter | 2001-07-30 | 1 | -4/+28 |
| * | use MDK::Common | Pascal Rigaux | 2001-07-30 | 1 | -2/+2 |
| * | Support for PPD files of PostScript printers (when CUPS is used) | Till Kamppeter | 2001-07-28 | 1 | -25/+49 |
| * | Printerdrake changed to use Foomatic, driver options, spooler change | Till Kamppeter | 2001-07-27 | 1 | -307/+698 |
| * | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| * | removed/renamed unused/seldom-used functions | Pascal Rigaux | 2001-07-24 | 1 | -3/+3 |
| * | added fix from Michael Brown to handle pipe in queue name for lpr. | Francois Pons | 2001-05-29 | 1 | -1/+1 |
| * | allow non expert user to remove a printer queue. | Francois Pons | 2001-04-25 | 1 | -1/+1 |
| * | (main): restore the "Ok" button for the queues manipulation | Pascal Rigaux | 2001-04-15 | 1 | -1/+1 |
| * | automatically add a queue if nothing exists. | Francois Pons | 2001-04-12 | 1 | -6/+10 |
| * | fixed ask to configure a printer. | Francois Pons | 2001-04-12 | 1 | -3/+3 |
| * | fixed probe on kernel 2.4. | Francois Pons | 2001-04-11 | 1 | -2/+6 |
| * | make printer devices more accurate. | Francois Pons | 2001-04-11 | 1 | -1/+5 |
| * | removed limitation to only one port probed | Francois Pons | 2001-04-11 | 1 | -6/+1 |
| * | make sure to insmod parport_probe alone as it is not available in 2.4 kernel and | Francois Pons | 2001-04-04 | 1 | -1/+2 |
| * | added complete callback to check queue name under cups does contains | Francois Pons | 2001-04-04 | 1 | -1/+9 |
| * | Do not ask to configure a printer if standalone, previously only for embended. | Francois Pons | 2001-03-23 | 1 | -1/+1 |
| * | if embedded -> no first question | damien | 2001-03-09 | 1 | -1/+1 |
| * | fix typo | Pascal Rigaux | 2001-02-20 | 1 | -2/+1 |