summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-06112-3169/+3175
| | | | | | | | | | | | | | | | | | | 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!
* (xmouse2xId): ensure weird ids are ignoredPascal Rigaux2002-11-051-1/+1
|
* - do not handle "format"ing in interactive for combosPascal Rigaux2002-11-052-19/+23
| | | | | | - do it in interactive::gtk instead (that way, "val" is back"format"ed in callbacks as wanted) - die when editable combos are used with non-strings (like arrays or hashes)
* basic uml_install support (thanks to Brian Murrell)Pascal Rigaux2002-11-051-2/+3
|
* (format_ext2): better error message when it is called from format_ext3Pascal Rigaux2002-11-051-0/+1
| | | | | (thanks to Brian Murrell)
* - isUBD can tell wether it is an ubd partitionPascal Rigaux2002-11-051-1/+2
| | | | | - isSpecial is true for ubd partitions
* introduce a new flag: getting_rid_of_readonly_allowed. It is set when the ↵Pascal Rigaux2002-11-052-2/+9
| | | | | | | | partition table badly handled by diskdrake, but we are still allowed to wipe the partition table and start with something new.
* add /dev/ubd/0, /dev/ubd/1... support (thanks to Brian Murrell)Pascal Rigaux2002-11-051-0/+1
|
* 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)
* - fix dialog boxes using a scrollbarPascal Rigaux2002-11-052-49/+8
| | | | | - cleanup
* newt rebuildThierry Vignaud2002-11-051-1/+4
|
* use each_index instead of map_index when the return value is not usedPascal Rigaux2002-11-058-14/+14
|
* use find_index instead of map_indexPascal Rigaux2002-11-051-1/+1
|
* add XkbCompat "group_led" for all keyboards where a group layout switching ↵Pascal Rigaux2002-11-044-5/+6
| | | | is used
* have an empty configuration when a config file is buggyPascal Rigaux2002-11-041-2/+2
|
* typo fixesThierry Vignaud2002-11-041-4/+8
|
* 1.1.10-2mdkThierry Vignaud2002-11-041-2/+4
|
* Reflect changes in yaboot package.Stew Benedict2002-10-291-4/+4
|
* few reworks for winmodem detectionDamien Chaumette2002-10-281-15/+12
|
* add sub winmodemConfigureDamien Chaumette2002-10-281-0/+19
|
* s#$_->{driver} eq 'Bad:www.linmodems.org'#$_->{driver} =~ ↵Damien Chaumette2002-10-281-1/+1
| | | | /www.linmodems.org/# to fit with ldetect
* typo in comments: Josep L. Guallar-Esteve <jlguallar@computer.org>Stew Benedict2002-10-281-2/+2
|
* (preConfigureTimezone): don't set UTC in beginner mode if there is no windowsPascal Rigaux2002-10-281-1/+1
|
* add new driversThierry Vignaud2002-10-281-0/+2
|
* Updated pot filePablo Saratxaga2002-10-243-3596/+3935
|
* perl_checker fixesThierry Vignaud2002-10-234-11/+13
|
* fix pixel codeThierry Vignaud2002-10-231-0/+1
|
* do a perl_checker pass after pixel one since he only do half the workThierry Vignaud2002-10-231-1/+2
|
* nono changes for stupid perl_checker whose maintainer don't want to fix ↵Thierry Vignaud2002-10-231-3/+5
| | | | deficienties
* fix "poulpy sux"Thierry Vignaud2002-10-231-3/+3
|
* make perl_checker happy: replace PKG::f with PKG::f()Pascal Rigaux2002-10-233-4/+4
|
* reindent for lord pixThierry Vignaud2002-10-234-530/+533
|
* remove useless 'pop'Damien Chaumette2002-10-181-2/+1
|
* change dumb return values s/@pci_modems, $serial_modem/$serial_modem, ↵Damien Chaumette2002-10-182-11/+2
| | | | @pci_modems/ (thanks to pixel)
* make new perl_checker happy: replacing PKG::f by PKG::f()Pascal Rigaux2002-10-179-24/+24
|
* "=head" doc must end with "=cut"Pascal Rigaux2002-10-171-0/+2
|
* titi almost sux (he helped me that's why I can't say titi sux :p)Damien Chaumette2002-10-171-5/+1
|
* consolidate more stuff into %spoolersThierry Vignaud2002-10-171-28/+21
|
* setup_common: consolidate regexpThierry Vignaud2002-10-171-11/+3
|
* start to consolidate %spoolers as a data structureThierry Vignaud2002-10-171-20/+21
|
* - printerdrake::auto_detect(local, net, smb):Thierry Vignaud2002-10-173-59/+44
| | | | | | | o split into local_detect, net_detect, net_smb_detect o detect: return all printers - printer: consolidate all *help_output into help_output
* document network::netconnect::detect()Thierry Vignaud2002-10-171-0/+17
|
* add some comments to getCPUsThierry Vignaud2002-10-171-1/+11
|
* fix dams suckiness breaking install2 --testGuillaume Cottenceau2002-10-161-1/+1
|
* - fix for bad da .mo charsetPascal Rigaux2002-10-162-0/+15
| | | | | - ugly hack to allow IMPS2 switch to work
* initIMPS2: use /dev/mouse instead of /dev/cdrom (!)Pascal Rigaux2002-10-161-1/+1
|
* - winmodem detection fixDamien Chaumette2002-10-161-1/+1
|
* don't print empty help for fields without any helpThierry Vignaud2002-10-161-5/+5
|
* - alphabetically sort help itemsThierry Vignaud2002-10-161-12/+17
| | | | | - add help for some cpu fields
* display cpu name (eg "Pentium") too in harddrake guiThierry Vignaud2002-10-161-1/+1
|