summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Collapse)AuthorAgeFilesLines
* show a finish button on last stepThierry Vignaud2004-01-121-0/+1
|
* exit once delete interface wizard has ended instead of then running the stdThierry Vignaud2004-01-121-0/+1
| | | | | add wizard...
* list ppp interfaces too when offering to delete an interfaceThierry Vignaud2004-01-121-6/+6
|
* fixed typosPablo Saratxaga2004-01-101-1/+1
|
* - apply and ok button now workingDamien Chaumette2004-01-091-20/+39
| | | | | - some clean up
* share translations with harddrakeThierry Vignaud2004-01-091-8/+10
|
* information box fully fonctionnal for ethernet cardsDamien Chaumette2004-01-091-28/+35
|
* - informations afford copy/paste (mac address)Damien Chaumette2004-01-081-30/+27
| | | | | | - add module name to informations - perl_checker compliant
* first 'manage interface' implementatiimplementationDamien Chaumette2004-01-081-6/+175
|
* (configure_net)Thierry Vignaud2004-01-081-11/+12
| | | | | | - make buttons smaller - follow button std order
* move all options parsing pieces togetherThierry Vignaud2004-01-081-2/+1
|
* restore exit_dialogsubThierry Vignaud2004-01-081-1/+1
|
* (configure_net)Thierry Vignaud2004-01-081-10/+7
| | | | | | | when there's no connection: - fix message for new drakconnect scheme - shrink code by reusing interactive
* do not remve network interfaces in --testing modeThierry Vignaud2004-01-051-1/+1
|
* fix delete wizard stepsThierry Vignaud2004-01-051-7/+9
|
* (wip but requested for string freeze)Thierry Vignaud2003-12-291-34/+45
| | | | | | | - do not silently discard errors by ignoring exceptions - use new wizard layer - begin to renew wizard steps (mdk10.0 specs)
* perl_checker fixThierry Vignaud2003-12-111-12/+6
|
* perl_checker fixesThierry Vignaud2003-12-091-3/+3
|
* remove useless separatorThierry Vignaud2003-12-091-1/+0
|
* - split in multiples toolsThierry Vignaud2003-12-091-186/+104
| | | | | | - move profile managment into mcc - add "delete an interface" wizard
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-251-2/+2
|
* fix #5664 (alsp part of #5065 and #5361): list ppp0 for modem and adslThierry Vignaud2003-11-251-8/+21
| | | | | | connections too (though not all adsl connection types need it) and ippp0 too for isdn ones
* (network::tools::is_dynamic_ip) consolidate test for any dynamic interfaceThierry Vignaud2003-11-121-1/+1
|
* fix network interfaces list update:Thierry Vignaud2003-11-071-2/+6
| | | | | | - really remove from the Gtk+ list lost interfaces - update the intf reference list
* remove useless module useThierry Vignaud2003-10-311-1/+0
|
* mark a few strings as translatable (part of #5670)Thierry Vignaud2003-10-081-3/+3
|
* perl_checker cleanupsThierry Vignaud2003-10-041-2/+2
|
* consolidate network conf rereadThierry Vignaud2003-10-031-10/+11
|
* fix the fixThierry Vignaud2003-09-191-1/+1
|
* fix #5825 (hostname set as ARRAY(0x...))Thierry Vignaud2003-09-191-1/+1
|
* fix #5586 (profiles with spaces in name)Thierry Vignaud2003-09-121-2/+3
|
* do not set hostname if there's a dynamic interfaceThierry Vignaud2003-09-111-1/+1
|
* fix window size in when non embedded & non wizardThierry Vignaud2003-09-091-1/+1
|
* fix current profile load in wizard modeThierry Vignaud2003-09-081-0/+1
|
* increase drakconnect robustness regarding profiles managmentThierry Vignaud2003-09-081-11/+10
| | | | | | | | | | | | - fix set_profiles() call on profiles menu user change - (set_profiles) consolidate netcnx->{PROFILE} setting where we call set_profile - (update_profiles) rely on netcnx->{PROFILE} - fix profiles list update when wizard exits
* - do not call anymore network::netconnect::save_confDamien Chaumette2003-09-081-2/+1
| | | | | - good set_profiles($netcnx) call
* shrinkDamien Chaumette2003-09-081-7/+3
|
* - $netcnx->{PROFILE} is current profile name (now scalar)Damien Chaumette2003-09-071-3/+5
| | | | | | - fix non working profiles loading/saving - perl_checker
* fix profiles list refreshingThierry Vignaud2003-08-311-1/+1
|
* fix dialogs height: replace"small" option by "height" & "weight" onesThierry Vignaud2003-08-311-4/+4
| | | | | | rationale: make thecommon path be the easiest one to set up (and make the uncommon path be the hardest one to follow)
* restore profiles featureThierry Vignaud2003-08-291-85/+90
|
* fix title when not embedded (print right number of network interfacesThierry Vignaud2003-08-291-3/+6
| | | | | instead of displaying a big random number)
* fix dialogs heighThierry Vignaud2003-08-281-3/+3
|
* - new drakhelp argsDaouda Lo2003-08-271-1/+1
|
* rename vbox2 as param_vboxThierry Vignaud2003-08-271-3/+3
|
* remove useless bbox8 (due to use of std dialog button box)Thierry Vignaud2003-08-271-2/+0
|
* get rid of useless/badly named bbox0Thierry Vignaud2003-08-271-23/+23
|
* rename combo1 as profile_comboThierry Vignaud2003-08-271-12/+14
|
* - fix hostname settingThierry Vignaud2003-08-271-1/+1
| | | | | | - set hostname at the same time we apply dns changes, that is when one ask to apply changes
* hide profile in "internet config" dialog if profiles are disabledThierry Vignaud2003-08-261-2/+4
|