summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (ask_standalone_gtk): ensure popup is not destroyed more than oncePascal Rigaux2003-02-211-1/+1
|
* Gtk2::Label::set is deprecatedGuillaume Cottenceau2003-02-201-1/+1
|
* fix rawdevices description (bug #1677)Pascal Rigaux2003-02-161-1/+1
|
* use $::prefixPascal Rigaux2003-02-141-22/+21
|
* - set_help is deprecatedPascal Rigaux2003-02-131-0/+1
| | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now
* (start_service_on_boot) prevent copying this styleThierry Vignaud2003-02-131-4/+2
|
* (do_not_start_service_on_boot) : simplify itThierry Vignaud2003-02-131-3/+1
|
* cleanup starts_on_boot()Pascal Rigaux2003-02-121-15/+3
|
* Scannerdrake vastly improvedTill Kamppeter2003-02-121-1/+8
| | | | | | | | | | | | - Use auto-detection methods of SANE - Do not ask the user to configure scanners which are already configured - Handle systems with more than one scanner correctly - Added ports of newer scanners (libusb, parallel, ...) to the port selector in manual setup - Main dialog showing all configured scanners - Full support for scanner sharing via SANE (server/client) - Support for USB scanner access via libusb
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
|
* fix prefix usageThierry Vignaud2003-01-201-15/+12
|
* fix embeddingThierry Vignaud2003-01-161-1/+1
|
* use wrap_text (instead of handcoding it)Pascal Rigaux2002-12-131-10/+1
|
* drakxservices' gtk+-2 portThierry Vignaud2002-12-051-7/+7
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-3/+3
|
* gtk2Guillaume Cottenceau2002-12-031-18/+18
|
* - my_gtk->main already do the kill 'USR2'Thierry Vignaud2002-11-281-1/+1
| | | | | | and hardcoding signal number was bad anyway - use gtkflush()
* - my_gtk->main already do the kill 'USR2'Thierry Vignaud2002-11-281-2/+1
| | | | | | and hardcoding signal number was bad anyway - use gtkflush()
* perl_checker adaptationsPascal Rigaux2002-11-281-1/+1
|
* perl_checker fixesThierry Vignaud2002-11-261-1/+1
|
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
|
* printer related modules cleaning :Thierry Vignaud2002-11-121-3/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 ...
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-111-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-56/+56
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* fix the use of a non-bounded regexp to check services (fix "nfs" being markedPascal Rigaux2002-11-051-5/+5
| | | | | on whereas it is "nfslock" which is on)
* (services): better sorting of servicesPascal Rigaux2002-08-081-1/+1
|
* make new perl_checker happyPascal Rigaux2002-07-311-2/+2
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-9/+9
|
* (ask_standalone_gtk, ask_install): only return the on_services (thosePascal Rigaux2002-07-291-2/+2
| | | | | | functions used to return ($l, $on_services) which used in a scalar context returned $on_services)
* use run_program::rooted_get_stdout instead of `chroot $prefix ...`Pascal Rigaux2002-07-261-2/+3
|
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-1/+1
|
* corrected translation used for shell commanddamien2002-03-011-1/+1
|
* applied cooker guy english reviewdamien2002-02-041-1/+1
|
* changed some strings to make translation easierPablo Saratxaga2002-02-011-6/+3
|
* - move the require on my_gtk to ask_standalone_gtkPascal Rigaux2002-01-271-11/+4
| | | | | - cleanup
* move service apcupsd from Printing to SystemPascal Rigaux2002-01-171-2/+2
|
* Corrected English errorsPablo Saratxaga2001-11-191-1/+1
|
* tagged as translatable some left out strignsPablo Saratxaga2001-10-231-2/+2
|
* use new mkdir_p, rm_rf and cp_af from MDK::CommonPascal Rigaux2001-09-161-1/+0
|
* updated repartition of services into category, network category are commented soFrancois Pons2001-09-131-5/+19
| | | | | that service will to "Other" one.
* added cupslpd in printing sectiondamien2001-08-281-1/+1
|
* cleanup (it was working, but wasn't nice)Pascal Rigaux2001-08-141-1/+1
|
* instead of testing if ref($in) or ref($o) contains /gtk/, test if ↵Pascal Rigaux2001-08-021-1/+1
| | | | interactive_gtk is in ISA of the object
* allow cancel on services which do not change anything.Francois Pons2001-07-271-1/+1
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* removed/renamed unused/seldom-used functionsPascal Rigaux2001-07-241-1/+11
|
* rename ask_install_gtk in ask_install, ask_install is nowPascal Rigaux2001-07-191-5/+4
| | | | | ask_install_simple (obsolete)
* reworked to use new service layout for install.Francois Pons2001-07-121-15/+78
|
* changed Resolution to Servicedamien2001-06-251-1/+1
|
* have many more services tooltipped from here so we can get translations ↵Guillaume Cottenceau2001-04-111-2/+20
| | | | afterwards