Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -3/+3 |
| | |||||
* | Fixed some typos or bad English | Pablo Saratxaga | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 1 | -3/+2 |
| | | | | | to use my_gtk | ||||
* | - perl_checker fixes | Thierry Vignaud | 2002-11-21 | 1 | -92/+90 |
| | | | | | - use my_gtk to transparently handle embedding | ||||
* | drakbug, drakfont, drakperm, draksplash, drakxtv, harddrake2, | Thierry Vignaud | 2002-11-18 | 1 | -15/+1 |
| | | | | | net_monitor : final update for common cli options/help manager | ||||
* | update copyright years | Thierry Vignaud | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | - patch net_monitor | Damien Chaumette | 2002-09-12 | 1 | -37/+81 |
| | |||||
* | Handle parsing --embedded command line in standalone.pm | Pascal Rigaux | 2002-07-31 | 1 | -1/+0 |
| | | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/ | ||||
* | greater timeout | damien | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | make gc happy | damien | 2002-03-07 | 1 | -2/+2 |
| | |||||
* | - write the 'common' part of the 'explanations' stuff, | Guillaume Cottenceau | 2002-01-18 | 1 | -1/+3 |
| | | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations' | ||||
* | big merge from update 8.1 with cvs | damien | 2002-01-09 | 1 | -6/+25 |
| | | | | | First part. Part 2 following | ||||
* | ergo and features improvments, pipe handling correction | damien | 2001-10-10 | 1 | -30/+79 |
| | |||||
* | connection test is now in background, corrects the interface freeze problem | damien | 2001-10-09 | 1 | -16/+19 |
| | |||||
* | less gethostbyname | damien | 2001-09-20 | 1 | -2/+3 |
| | |||||
* | removed timeout:1 in resolv.conf, modified timeout scanning in ↵ | damien | 2001-09-10 | 1 | -1/+1 |
| | | | | draknet/net_monitor | ||||
* | corrected opeions | damien | 2001-09-05 | 1 | -1/+4 |
| | |||||
* | sync with new logdrake command line options | Yves Duret | 2001-09-03 | 1 | -1/+1 |
| | |||||
* | correted typo | damien | 2001-08-31 | 1 | -1/+0 |
| | |||||
* | log updatede | damien | 2001-08-21 | 1 | -1/+5 |
| | |||||
* | removed memoty leak | damien | 2001-08-21 | 1 | -4/+5 |
| | |||||
* | time connection label | damien | 2001-08-21 | 1 | -0/+9 |
| | |||||
* | added no internet connection configured label on button | damien | 2001-08-17 | 1 | -0/+4 |
| | |||||
* | added options | damien | 2001-08-14 | 1 | -5/+27 |
| | |||||
* | corrected connected call | damien | 2001-08-12 | 1 | -5/+6 |
| | |||||
* | use vnew the right way everywhere | Guillaume Cottenceau | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | nex features | damien | 2001-08-07 | 1 | -29/+30 |
| | |||||
* | added color choice | damien | 2001-08-07 | 1 | -25/+67 |
| | |||||
* | lot of improvments | damien | 2001-08-07 | 1 | -23/+82 |
| | |||||
* | debugging, 128Kb/s ISDN | damien | 2001-08-03 | 1 | -7/+7 |
| | |||||
* | updated. Profile handling. | damien | 2001-07-25 | 1 | -2/+37 |
| | |||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| | |||||
* | big work on isdn. Not finished | damien | 2001-07-22 | 1 | -6/+6 |
| | |||||
* | last corrections | damien | 2001-04-18 | 1 | -1/+2 |
| | |||||
* | updated | damien | 2001-04-16 | 1 | -2/+2 |
| | |||||
* | updated | damien | 2001-04-16 | 1 | -5/+1 |
| | |||||
* | wait 10 sec, instead of 7 | damien | 2001-04-14 | 1 | -1/+1 |
| | |||||
* | typo | damien | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | removed Data::Dumper | damien | 2001-04-08 | 1 | -1/+1 |
| | |||||
* | Some English changes | Pablo Saratxaga | 2001-04-08 | 1 | -10/+10 |
| | |||||
* | typo | damien | 2001-04-08 | 1 | -2/+2 |
| | |||||
* | net_monitor incorporation | damien | 2001-04-07 | 1 | -2/+7 |
| | |||||
* | updated | damien | 2001-04-06 | 1 | -57/+57 |
| | |||||
* | updated | damien | 2001-04-06 | 1 | -8/+88 |
| | |||||
* | updated | damien | 2001-04-06 | 1 | -40/+64 |
| | |||||
* | updated | damien | 2001-04-06 | 1 | -5/+13 |
| | |||||
* | updated | damien | 2001-04-06 | 1 | -7/+8 |
| | |||||
* | added | damien | 2001-04-06 | 1 | -0/+171 |