Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keep user changes on back step | Thierry Vignaud | 2003-07-21 | 1 | -1/+1 |
| | |||||
* | fix no previous button when using ask_okcancel() in wizard mode due to *very* | Thierry Vignaud | 2003-07-21 | 1 | -19/+30 |
| | | | | | | | | | | | | | | | ugly "$common->{cancel} = '' if !defined wantarray();" in interactive.pm anyway, the whole pre_func() idea was totally dumb it now looks a little cleaner making all main configuration callbacks having the same prototype and name would enable further cleanups (direct call to network::$net_module{$type}::configure(...);) | ||||
* | sync translation with stock item | Thierry Vignaud | 2003-07-18 | 1 | -1/+2 |
| | |||||
* | fix usage of bool type in interactive: put the text in the checkbox's | Thierry Vignaud | 2003-07-17 | 1 | -3/+3 |
| | | | | | | label instead of packing a standalone label *and* a checkbox with an empty label | ||||
* | - s/interactive_gtk/interactive::gtk/ to get sub pre_func usable | Damien Chaumette | 2003-06-11 | 1 | -21/+3 |
| | | | | | - drop write_on_pixmap way | ||||
* | kill some warnings catched by diagnostics pragma | Thierry Vignaud | 2003-05-22 | 1 | -9/+9 |
| | |||||
* | add a step to warn user before writing settings (bug #852 and so) | Damien Chaumette | 2003-05-16 | 1 | -2/+4 |
| | |||||
* | - gtkcreate_img is exported by helpers tag in ugtk2 | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | - add a bug note: write_on_pixmap() is only in my_gtk, not in ugtk2 ! | ||||
* | - configuration stuff | Damien Chaumette | 2003-05-07 | 1 | -118/+24 |
| | | | | | | | | | | . rewrite sub save_conf, new signature is ($netcnx) . rewrite sub load_conf, connection type stored in /etc/sysconfig/drakconnect . remove sub read_raw_net_conf . shrink sub read_net_conf - drop if ($nb < 1 ), useless - perl_checker | ||||
* | - remove sub intro | Damien Chaumette | 2003-05-06 | 1 | -47/+14 |
| | | | | | | | - change sub main signature - drop !$::isWizard code - perl_checker | ||||
* | - change configure and winmodemConfigure args (due to $intf drop) | Damien Chaumette | 2003-05-05 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Damien Chaumette | 2003-05-02 | 1 | -5/+5 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -6/+6 |
| | |||||
* | added modem configuration after LT Modem support. | Francois Pons | 2003-03-24 | 1 | -1/+1 |
| | |||||
* | use driver instead of descrition to validate an isdn autodetection | Frederic Lepied | 2003-03-05 | 1 | -1/+1 |
| | |||||
* | allow to switch in expert mode during install. | Frederic Lepied | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | oups... hu... nothing | Damien Chaumette | 2003-02-21 | 1 | -2/+0 |
| | |||||
* | get back password input for adsl | Damien Chaumette | 2003-02-21 | 1 | -0/+2 |
| | |||||
* | add isdn check in get_net_device | Florin Grad | 2003-02-21 | 1 | -0/+2 |
| | |||||
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 1 | -2/+2 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -6/+8 |
| | | | | | | | - 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 | ||||
* | 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 |
| |