summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/printerdrake
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-616/+0
|
* - Let parallel HP printers be set up with HPLIP.Till Kamppeter2005-09-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Removed HPOJ support (HPOJ obsolete, now completely replaced by HPLIP). - Warn the user if an HP printer is connected via a port which is not supported by HPLIP. - Fixed printerdrake freezing when choosing a machine as remote CUPS server (for daemon-less client) which does not exist or does not run CUPS. - Let network printer detection also work if the DNS is misconfigured. - Let "Printer options" entry in printer editing menu only disapppear if there are really no options (entry disappeared also for Sagem MF3625 with empty manufacturer name in the PPD). - Fixed raw queue being shown with "driver: PPD" and not "driver: raw". - Do not use "Unknown model" and "Unknown Model", this somtimes broke identifying a print queue as being for an unknown printer. - Do not die if /usr/share/hplip/data/xml/models.xml (HPLIP printer database) is missing, this allows creation of live distros without HPLIP. - Fixed loop of determining the HPLIP device URI for local printers in the "printer::main::start_hplip()" function.
* - Used Glib::Timeout->add() function for auto-refreshing remoteTill Kamppeter2005-09-031-6/+7
| | | | | printer list.
* - Fixed printer list filtering in the main window, now one can alsoTill Kamppeter2005-09-031-5/+17
| | | | | | | | | filter on the state field, and pressing <Enter> after typing in the filter string does not cause the filter being lost when hitting the refresh button or doing some action. - Taken care that auto-refreshing does not happen when the refresh function is running.
* - Auto-refresh the list of remote printers in the main windows every 5Till Kamppeter2005-09-031-1/+6
| | | | | seconds.
* - Make building of main window of printerdrake much faster.Till Kamppeter2005-09-021-14/+14
|
* - Updated version number (bug #17719).Till Kamppeter2005-08-221-1/+1
|
* - Added dialog to configure automatic queue creating and automatic queue ↵Till Kamppeter2005-07-271-1/+10
| | | | re-enabling
* - Started implementation of configurable, partially interactive printTill Kamppeter2005-07-271-2/+10
| | | | | queue auto setup.
* do not draw a border around the main window while embeddedThierry Vignaud2005-07-191-0/+1
|
* - Removed some remaining "Mandrake"s in printerdrake and scannerdrake.Till Kamppeter2005-05-121-3/+3
|
* embedding cleanups resulting in reusing main window icon in sub dialogsThierry Vignaud2005-05-021-1/+1
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* - Wait for CUPS being ready before querying the printer states for theTill Kamppeter2005-02-151-0/+2
| | | | | printer list in the main window.
* Adjusted version number.Till Kamppeter2005-02-071-1/+1
|
* fix the various transient on {rwindow} (or even {window} ?) not working ↵Pascal Rigaux2005-01-221-1/+1
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* - main loop fixDaouda Lo2005-01-211-41/+12
| | | | | | - remove dead code - cleanups
* fix subdialogs when embedded in mccThierry Vignaud2005-01-211-1/+2
|
* fix banner's title by initializing mcc domain before ugtk2Thierry Vignaud2005-01-211-3/+4
|
* show banner when embeddedThierry Vignaud2005-01-121-0/+11
|
* (About) let be more l10n friendly regarding "translatability"Thierry Vignaud2004-11-251-1/+3
|
* (About) let be more l10n friendly regarding font's weight and sizeThierry Vignaud2004-11-251-1/+4
|
* - perl_checker fixesDaouda Lo2004-10-191-8/+4
|
* - don't hardcore distronameDaouda Lo2004-10-191-3/+9
| | | | | | - don't trigger help system when mandrake-doc-common is not installed - don't trigger bug report in oem mode
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-281-10/+12
| | | | | | | | | | - many functions now take $security (which used to be taken from $in during install) - fix some functions with empty prototype but still using a parameter - remove some unused variable - rename some $_foo vars to $foo since those vars are used - add some undef to some function calls to be minimally perl_checker compliant - perl_checker compliant optional parameters in start_spooler_on_boot(), install_spooler()
* reuse icon for windowsThierry Vignaud2004-09-021-0/+1
|
* fixed use of N()Pablo Saratxaga2004-08-301-6/+6
|
* - Added column to show whether the printers are enabled or disables to the ↵Till Kamppeter2004-08-301-12/+20
| | | | | | | | list of available print queues in the main window. - Added command to the edit-printer window to enable and disable print queues. - Fixed bug of "--expert" command line option of printerdrake not working.
* - Inform the user on first-time setup, both during or after installation, ↵Till Kamppeter2004-08-291-4/+5
| | | | | | | | | | that he can set up a daemon-less CUPS client. - Warn the user when printerdrake is set to daemon-less CUPS client but no server is specified. - Fixed bug of local queues not being recognized when the spooler daemon is not running during printerdrake startup. - Do not try to copy print queues when switchung from daemon-less CUPS to normal CUPS. - Remove the client.conf when switching from daemon-less CUPS to normal CUPS.
* - Made support for daemon-less CUPS client working.Till Kamppeter2004-08-271-4/+37
| | | | | - Fixed graying out of buttons/menu entries in the main window.
* Version number.Till Kamppeter2004-08-241-1/+1
|
* perl_checker fixesOlivier Blin2004-08-191-5/+5
|
* - %modules::conf is no more a global, so many functions need passing ↵Pascal Rigaux2004-07-211-1/+0
| | | | | | | | | | | | | | | $modules_conf - $modules_conf is a class choosing modules.conf or modprobe.conf (esp. useful after install) (but not working yet!) - modules::load() doesn't use $modules_conf, use modules::load_and_configure() - modules::load() doesn't allow options, use either modules::load_raw() or modules::load_and_configure() - some functions used to want an array ref for modules options and some a string, now every functions use a string - many functions (like modules::get_alias()) are now methods on $modules_conf - some functions in mouse.pm needed a $in where a $do_pkgs is enough - some perl_checker compliance - small fixes
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
| | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
| | | | | it is easily done in ugtk2.pm
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
|
* enforce introduction of translators hints into translation catalogsThierry Vignaud2004-06-141-12/+19
| | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts
* "MandrakeSoft" -> "Mandrakesoft", "Mandrake" -> "Mandrakelinux".Till Kamppeter2004-03-131-1/+1
|
* spell Mandrakelinux in one wordThierry Vignaud2004-03-101-1/+1
|
* Better layout for PrinterDrake about dialog boxDavid Baudens2004-02-271-3/+3
|
* "use USER" is unecessary and probably comes from copy-pasting userdrake's GUIGuillaume Cottenceau2004-01-231-1/+0
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* Removed occurences of "Mandrake" from translateable strings.Till Kamppeter2004-01-211-3/+7
|
* do not push anymore help menu at right (hig and kde guidelines areThierry Vignaud2004-01-121-1/+1
| | | | | against this)
* perl_checker fixesThierry Vignaud2003-12-191-3/+2
|
* push help menu at rightThierry Vignaud2003-12-191-1/+1
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-23/+21
|
* perl_checker cleanupsThierry Vignaud2003-10-171-29/+28
|