summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* fix button labelThierry Vignaud2004-01-221-1/+1
|
* - fix untraslated stringsThierry Vignaud2004-01-221-17/+17
| | | | | - upcase tcp/ip
* - remove _radio suffixDamien Chaumette2004-01-221-5/+5
| | | | | - prevent undefined value to be get_texted
* rollback debug stuff :-(Thierry Vignaud2004-01-221-7/+15
|
* (adsl_conf_backend) kill interactive code (was merged into adsl wizard)Thierry Vignaud2004-01-221-25/+0
|
* (copy_firmware) kill it (was merged into add intf wizardThierry Vignaud2004-01-221-22/+0
|
* handle speedtouch firmware if neededThierry Vignaud2004-01-221-16/+69
|
* do not mix before and after firmware upload usb idsThierry Vignaud2004-01-221-13/+25
|
* detect ECI like modems and warn we cannot support them (hence less pressure onThierry Vignaud2004-01-221-3/+13
| | | | | our support services)
* (adsl_detect) detect ECI modemsThierry Vignaud2004-01-221-0/+1
|
* fix typo fixThierry Vignaud2004-01-221-1/+1
|
* (getECI) introduce it in order to detect eci like usb modemsThierry Vignaud2004-01-221-0/+20
|
* - further s/cnx/intf/Damien Chaumette2004-01-221-7/+5
| | | | | - remove old code
* *** empty log message ***Pascal Rigaux2004-01-221-1/+87
|
* typo fix :-(Thierry Vignaud2004-01-221-1/+1
|
* tag speedtouch and eci connections as to be restarted as in old wizardThierry Vignaud2004-01-221-0/+1
|
* rename old end adsl stepThierry Vignaud2004-01-221-1/+1
|
* do not test $intf but $gui, poulpy suxDamien Chaumette2004-01-221-1/+1
|
* fix isdn modem pageDamien Chaumette2004-01-221-1/+1
|
* factorise gui set_textDamien Chaumette2004-01-221-4/+2
|
* install needed package depending of modemThierry Vignaud2004-01-221-8/+23
|
* rollbackThierry Vignaud2004-01-221-1/+1
|
* add static configuration for sagem800 spanish usersThierry Vignaud2004-01-221-0/+1
|
* hide too big label (which is useless because of above text) but keepThierry Vignaud2004-01-221-1/+1
| | | | | it for translation b/c of further reusage
* - drop detection, will use interface scheme ($config)Damien Chaumette2004-01-221-21/+21
| | | | | - use $interface_kind
* drop now unused codeDamien Chaumette2004-01-221-8/+0
|
* nice kernel guys spend their free time renaming modules for funGuillaume Cottenceau2004-01-221-1/+1
|
* fix broken MII_NOT_SUPPORTED and HWADDRDamien Chaumette2004-01-221-2/+6
|
* add dns3 entryDamien Chaumette2004-01-221-1/+1
|
* Updated title bar texts of error pop-ups.Till Kamppeter2004-01-211-8/+8
|
* Added title bar texts for error and warning pop-ups.Till Kamppeter2004-01-211-35/+35
|
* Removed occurences of "Mandrake" from translateable strings.Till Kamppeter2004-01-215-15/+32
|
* perl checker fixesGuillaume Cottenceau2004-01-211-2/+2
|
* misc change: more readable way of setting usb-interface aliasGuillaume Cottenceau2004-01-211-1/+1
|
* add *-agp module supportNicolas Planel2004-01-211-0/+1
|
* retreive vpi and vci from config file for speedtouchDamien Chaumette2004-01-211-0/+1
|
* really use the same path in standalone and install modeThierry Vignaud2004-01-211-8/+1
|
* add new first adsl stepsThierry Vignaud2004-01-211-3/+43
|
* rename old adsl stepThierry Vignaud2004-01-211-1/+1
|
* (adsl_detect)Thierry Vignaud2004-01-211-3/+3
| | | | | | - remove useless parameter - always return an hash, even if empty (simplify caller code)
* factorize lan detection (needed for adsl)Thierry Vignaud2004-01-211-10/+12
|
* *** empty log message ***Pascal Rigaux2004-01-211-1/+28
|
* *** empty log message ***Pascal Rigaux2004-01-211-1/+59
|
* updated pot filePablo Saratxaga2004-01-212-225/+218
|
* fixed typoPablo Saratxaga2004-01-211-1/+1
|
* - fix sizing main windowPascal Rigaux2004-01-212-4/+11
| | | | | | - always use a scrolled window when non pop_it (so that the buttons are at the bottom)
* don't pass empty options, new insmod doesn't like itPascal Rigaux2004-01-211-1/+1
|
* perl_checker fixPascal Rigaux2004-01-211-1/+1
|
* simplifyThierry Vignaud2004-01-211-5/+1
|
* remove checking "$" in po strings, perl_checker takes care of this correctlyPascal Rigaux2004-01-212-4/+0
| | | | | (ie. N("a\$b") will get string "a$b" in po which is ok, whereas N("a$b") gives an error)