Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add cvs $Id | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance ("ref" now need parentheses in many case) | Pascal Rigaux | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | reworded network restart string | Frederic Lepied | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-02-10 | 1 | -1/+1 |
| | |||||
* | corrected expert case to restart network and if the user choose not to restart | Frederic Lepied | 2003-02-09 | 1 | -2/+2 |
| | | | | | the network, end the dialog normally. | ||||
* | perl_checker fix | Thierry Vignaud | 2003-02-06 | 1 | -1/+1 |
| | |||||
* | fix some drakgw behaviour | Florin Grad | 2003-02-03 | 1 | -1/+8 |
| | |||||
* | adapt to new category network/gigabit (which used to be in network/main) | Pascal Rigaux | 2003-01-30 | 1 | -2/+2 |
| | |||||
* | fixed some perl_checker | Francois Pons | 2003-01-29 | 1 | -1/+0 |
| | |||||
* | let drakconnect be less verbose: aka explain rename of old configuration files | Thierry Vignaud | 2003-01-27 | 1 | -1/+2 |
| | | | | | if that had been already done | ||||
* | isdn.pm now in use strict | Damien Chaumette | 2003-01-23 | 1 | -1/+1 |
| | | | | | little cleanup | ||||
* | force strict mode | Thierry Vignaud | 2003-01-23 | 1 | -1/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-01-22 | 1 | -3/+3 |
| | |||||
* | English proofreading by Stew Benedicts | Pablo Saratxaga | 2003-01-21 | 1 | -2/+2 |
| | |||||
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -2/+2 |
| | |||||
* | - catch wizcancel die | Damien Chaumette | 2003-01-10 | 1 | -59/+1 |
| | | | | | | - fix fucked previous button after configuration completes - little cleanup | ||||
* | *** empty log message *** | Damien Chaumette | 2003-01-09 | 1 | -91/+43 |
| | |||||
* | - do not use a global $in in network::modem, pass it as a parameter | Pascal Rigaux | 2002-12-29 | 1 | -2/+2 |
| | | | | | | - create network::modem::ppp_configure_raw() which doesn't need $in (it is only used by network::modem::ppp_configure(), but this is clearer that way) | ||||
* | do not export start_internet and stop_internet | Pascal Rigaux | 2002-12-14 | 1 | -1/+0 |
| | | | | | (was broken since network::netconnect do not inheritate from Exporter) | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -2/+2 |
| | |||||
* | make perl_checker happy | Arnaud Desmons | 2002-12-09 | 1 | -1/+1 |
| | |||||
* | drakconnect conf file no more uploaded with now useless variable | Arnaud Desmons | 2002-12-09 | 1 | -49/+47 |
| | |||||
* | isdn data are now fetched form system instead of drakconnect conf file | Arnaud Desmons | 2002-12-06 | 1 | -53/+23 |
| | |||||
* | gtk+-2 port | Thierry Vignaud | 2002-12-05 | 1 | -5/+5 |
| | |||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -12/+9 |
| | |||||
* | - %l is not used, so why declare it?? | Pascal Rigaux | 2002-12-04 | 1 | -2/+2 |
| | | | | | - in network::netconnect::main(), declare @l as it should be. But the code is really wrong, it NEEDS fixing (bis) | ||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -4/+4 |
| | |||||
* | More data are now fetched from system instead of drakconnect conf file | Arnaud Desmons | 2002-12-04 | 1 | -63/+85 |
| | |||||
* | use if_() where possible (as reported by perl_checker) | Pascal Rigaux | 2002-12-04 | 1 | -8/+4 |
| | |||||
* | syntax changes to make perl_checker happy | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | use output_with_perm() | Pascal Rigaux | 2002-12-02 | 1 | -17/+11 |
| | |||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 1 | -28/+30 |
| | | | | (adsl, ppp, ifcfg-eth) | ||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-28 | 1 | -6/+6 |
| | |||||
* | in network::netconnect::main(), declare @l as it should be. But the code is ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+2 |
| | | | | really wrong, it NEEDS fixing | ||||
* | $modem is redefined 2 lines below its first declaration. this first ↵ | Pascal Rigaux | 2002-11-25 | 1 | -1/+0 |
| | | | | declaration is useless (??) | ||||
* | removed old code (commented out). | Francois Pons | 2002-11-25 | 1 | -14/+0 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -28/+28 |
| | |||||
* | add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | add/remove some spaces to make perl_checker happy | Pascal Rigaux | 2002-11-12 | 1 | -3/+3 |
| | |||||
* | - replace ... =~ 'foo' with ... =~ /foo/ | Pascal Rigaux | 2002-11-11 | 1 | -2/+2 |
| | | | | | - remove unneeded parentheses for things like ... if (...) | ||||
* | add or remove spaces where need to please perl_checker | Pascal Rigaux | 2002-11-11 | 1 | -10/+10 |
| | |||||
* | replace complex "unless"s with "if"s | Pascal Rigaux | 2002-11-06 | 1 | -4/+4 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -45/+45 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | few reworks for winmodem detection | Damien Chaumette | 2002-10-28 | 1 | -15/+12 |
| | |||||
* | make perl_checker happy: replace PKG::f with PKG::f() | Pascal Rigaux | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | remove useless 'pop' | Damien Chaumette | 2002-10-18 | 1 | -2/+1 |
| | |||||
* | change dumb return values s/@pci_modems, $serial_modem/$serial_modem, ↵ | Damien Chaumette | 2002-10-18 | 1 | -1/+1 |
| | | | | @pci_modems/ (thanks to pixel) | ||||
* | "=head" doc must end with "=cut" | Pascal Rigaux | 2002-10-17 | 1 | -0/+2 |
| | |||||
* | document network::netconnect::detect() | Thierry Vignaud | 2002-10-17 | 1 | -0/+17 |
| |