Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added probing of adsl connection. | Francois Pons | 2003-03-11 | 1 | -0/+5 |
| | |||||
* | fixed wizard modification not taken into account when using drakconf. | Francois Pons | 2003-03-05 | 1 | -2/+7 |
| | |||||
* | clean interface flags when dhcp mode is used. | Francois Pons | 2003-03-04 | 1 | -10/+14 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | removed profile management entry point. | Francois Pons | 2003-02-28 | 1 | -57/+61 |
| | |||||
* | fix too big internet configuration window | Thierry Vignaud | 2003-02-27 | 1 | -43/+46 |
| | |||||
* | - better check /sbin/ifconfig is executable rather than simply exists | Thierry Vignaud | 2003-02-27 | 1 | -3/+3 |
| | | | | | - fix lan configuration window filling ... | ||||
* | fixed cancel on configure_net, fixed bad fields setted up in configure_lan, | Francois Pons | 2003-02-27 | 1 | -4/+2 |
| | | | | | fixed Data::Dumper->Dump on stdout on startup. | ||||
* | fixed unablities to launch Internet configuration dialog. | Francois Pons | 2003-02-26 | 1 | -3/+5 |
| | |||||
* | add explicit probe for netcnx type. | Francois Pons | 2003-02-26 | 1 | -1/+3 |
| | |||||
* | - clean up embedding; since socket automatically emit plug-added gtk+ signal | Thierry Vignaud | 2003-02-24 | 1 | -1/+0 |
| | | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw | ||||
* | perl generate undef indefinitely from the void | Thierry Vignaud | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | - clean up through ugtk2 | Thierry Vignaud | 2003-02-12 | 1 | -145/+130 |
| | | | | | | | | | | - enforce strict mode - give meaningful names to widget variables - fix embedding in mcc at last, aka going into expert mode does not fsck up the gui - display all configuration buttons (both internet and lan) the same way - fix doble variable declaration to MDK::Common::Globals | ||||
* | - fix non obvious "not a CODE reference" errors when embedded | Thierry Vignaud | 2003-02-12 | 1 | -5/+3 |
| | | | | | | (fortunately, gc will fix perl-GTK2 if this syntax is still authorized) - (configure_lan) : fix gtk+-2 port and remove old commented out debugging code | ||||
* | English proofreading | Pablo Saratxaga | 2003-01-22 | 1 | -1/+1 |
| | |||||
* | replace occurences of "$foo ? $foo : $bar" with "$foo || $bar" | Pascal Rigaux | 2003-01-16 | 1 | -2/+2 |
| | |||||
* | any::load_category_no_message() doesn't exist anymore, it really is ↵ | Pascal Rigaux | 2002-12-29 | 1 | -2/+2 |
| | | | | modules::load_category() ! | ||||
* | - move any::pppConfig() to network::modem::ppp_configure() | Pascal Rigaux | 2002-12-29 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | - move any::miscellaneousNetwork() to network::network::proxy_configure() (and uses the parameter instead of $::o->{miscellaneous}) - move network::network::miscellaneousNetwork() to network::network::miscellaneous_choose() (and do not export it) (and uses a parameter instead of $::o->{miscellaneous}) - move network::modem::pppConfig() to network::modem::ppp_choose() (and change parameter order, and drop unused parameter $intf) - do not export network::network::write_interface_conf() (since it is only used locally (?)) - cleanup network::network::write_interface_conf() (one still needs to pass $::o->{miscellaneous}{track_network_id} more cleanly, and use run_program::rooted when calling /sbin/ip) | ||||
* | refresh: remove current interfaces before readding them, like it was | Thierry Vignaud | 2002-12-18 | 1 | -1/+1 |
| | | | | | before | ||||
* | - consolidate some code into new_dialog | Thierry Vignaud | 2002-12-18 | 1 | -39/+22 |
| | | | | | - simplify through MDK::Common | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-12-18 | 1 | -2/+2 |
| | |||||
* | - gtk+-2 port is completed (switch from CList to TreeView) | Thierry Vignaud | 2002-12-18 | 1 | -22/+25 |
| | | | | | | | | | - gtk+-2 minor fixes (use new API rather than old one) - fix non wizard mode (add to frame not to window which is already full) - wizard mode is fixed by previous ugtk2 fix - simplify through MDK::Common | ||||
* | fix drakconnect warnings | Thierry Vignaud | 2002-12-18 | 1 | -1/+0 |
| | |||||
* | 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 |