Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-10 | 1 | -76/+72 | |
| | ||||||
* | fix gtk+2 port | Thierry Vignaud | 2002-12-10 | 1 | -23/+23 | |
| | ||||||
* | minimal perl_checker fixes to have only warnings | Pascal Rigaux | 2002-12-10 | 1 | -21/+21 | |
| | ||||||
* | use gtkflush() | Thierry Vignaud | 2002-12-05 | 1 | -3/+3 | |
| | ||||||
* | Some data are now fetched from system instead of drakconnect conf file ↵ | Arnaud Desmons | 2002-12-02 | 1 | -0/+1 | |
| | | | | (adsl, ppp, ifcfg-eth) | |||||
* | - gtk2 port | Thierry Vignaud | 2002-12-02 | 1 | -123/+123 | |
| | | | | | - perl_checker fixes | |||||
* | switch latest tools that still manually handle embedding | Thierry Vignaud | 2002-11-21 | 1 | -13/+13 | |
| | | | | | to use my_gtk | |||||
* | default dhcp client is dhcp-client | Frederic Lepied | 2002-11-19 | 1 | -1/+1 | |
| | ||||||
* | - standalone.pm : | Thierry Vignaud | 2002-11-18 | 1 | -4/+1 | |
| | | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -90/+90 | |
| | | | | | | | | | | | | | | | | | | | 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! | |||||
* | replace "kill USR1" with "kill 'USR1'" (and same for USR2) | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 | |
| | | | | | (so that 'use strict' works) | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-01 | 1 | -87/+87 | |
| | ||||||
* | 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+)/ | |||||
* | - Big Move 1: interactive::* hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 | |
| | ||||||
* | - any::setup_thiskind_backend changed in any::load_category_no_message | Damien Chaumette | 2002-07-19 | 1 | -1/+1 | |
| | ||||||
* | - draknet_conf to drakconnect_conf | Damien Chaumette | 2002-07-12 | 1 | -6/+6 | |
| | ||||||
* | update copyright | Thierry Vignaud | 2002-07-11 | 1 | -1/+1 | |
| | ||||||
* | changing draknet name to drakconnect | Damien Chaumette | 2002-07-11 | 1 | -0/+694 | |