summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* replace iocharset= with nls= for ntfs (as instructed by Thomas Backlund, thanks)Pascal Rigaux2004-01-291-1/+1
|
* convert some write_cnx_script() callers into set_cnx_script() onesThierry Vignaud2004-01-294-8/+8
|
* (set_cnx_script) split it out of write_cnx_script()Thierry Vignaud2004-01-291-11/+11
| | | | | | rationale:functions whose behavior is totally altered by arguments number are insane should just be splited and their callers be fixed
* (conf_network_card_backend) insert a bug noticeThierry Vignaud2004-01-291-0/+1
|
* (conf_network_card_backend) remove compat stuff since callers wereThierry Vignaud2004-01-291-2/+0
| | | | | cleaned up
* replace conf_network_card_backend() "detect" calls by get_eth_cards() onesThierry Vignaud2004-01-293-5/+5
|
* updated pot filePablo Saratxaga2004-01-292-1799/+1945
|
* 9.3-26mdkThierry Vignaud2004-01-291-1/+8
|
* 9.3-24mdk was never releasedThierry Vignaud2004-01-291-3/+0
|
* converted help-*.pot files to utf-8 too (they MUST be of same encodingPablo Saratxaga2004-01-292-663/+663
| | | | | as po files)
* beautify ethernet cards nameDamien Chaumette2004-01-291-0/+9
|
* Configure clients with defined IPs to set hostname so gnome works.Stew Benedict2004-01-291-6/+16
|
* *** empty log message ***Pascal Rigaux2004-01-291-1/+41
|
* advertising:Guillaume Cottenceau2004-01-295-88/+85
| | | | | | | - support leftish and centered text - support arbitrary bold text with ml-like syntax <b>foo</b> in strings - simplify get_text_coord and unexport it, no one else than wrap_paragraph uses it nowadays
* 9.3-25mdkThierry Vignaud2004-01-291-1/+20
|
* help cperl-mode parsing this file (drawback: perl_checker won't beThierry Vignaud2004-01-291-1/+1
| | | | | happy)
* simplifyThierry Vignaud2004-01-291-2/+2
|
* shrinkDamien Chaumette2004-01-291-14/+5
|
* add help for newly introduced MAIL_EMPTY_CONTENT itemThierry Vignaud2004-01-291-0/+1
|
* notify that timeout is in secondsThierry Vignaud2004-01-291-1/+1
|
* fix parsing of default values for multi argument msec functionsThierry Vignaud2004-01-291-1/+1
|
* fix modem login fetchingDamien Chaumette2004-01-291-0/+1
|
* - use nice interfaces name (e.g. ethernet0 rather than eth0)Damien Chaumette2004-01-291-5/+4
| | | | | - fix adsl loading and saving calls
* fix interface config file writingThierry Vignaud2004-01-291-5/+2
|
* fix DHCP client installationThierry Vignaud2004-01-291-3/+3
|
* do not force page switchThierry Vignaud2004-01-291-1/+0
|
* fix static/dhcp step branchingThierry Vignaud2004-01-291-1/+1
|
* 9.3-24mdkThierry Vignaud2004-01-291-1/+4
|
* fix ethernet network card listThierry Vignaud2004-01-291-1/+1
|
* *** empty log message ***Pascal Rigaux2004-01-291-1/+218
|
* typo fixThierry Vignaud2004-01-291-1/+1
|
* 9.3-23mdkThierry Vignaud2004-01-291-1/+29
|
* fix encapsulation pull down menu fillingThierry Vignaud2004-01-291-1/+1
|
* enable to alter encapsulation, vci and vpi parameters in advanced modeThierry Vignaud2004-01-291-1/+3
|
* write cnx scripts for cable connection tooThierry Vignaud2004-01-291-0/+6
|
* fix encapsulation parameterThierry Vignaud2004-01-291-2/+2
|
* fix VPI parameter settingThierry Vignaud2004-01-291-1/+1
|
* (adsl_conf_backend) fix disconnect scriptThierry Vignaud2004-01-291-1/+1
|
* (adsl_conf_backend) fix ppp's pty serverThierry Vignaud2004-01-291-1/+1
|
* (adsl_probe_info) minor cleanupsThierry Vignaud2004-01-281-3/+3
|
* (adsl_conf_backend) new configuration stuffThierry Vignaud2004-01-281-135/+163
|
* support more sata controller sata_svw ata_piix sata_promiseNicolas Planel2004-01-281-0/+1
|
* sucky toggled fix (queen fix)Damien Chaumette2004-01-281-6/+6
|
* - move radio buttons to $gui->{intf_radio}Damien Chaumette2004-01-281-7/+8
| | | | | - fix authentication menu wrongly used for isdn
* allow having no DNS by only using the ip callback once, see DNS == IP as a ↵Guillaume Cottenceau2004-01-282-2/+22
| | | | special case, don't do DNS calls when no DNS is configured to avoid timeouts
* UpdateDavid Baudens2004-01-284-0/+0
|
* removed useless variableThierry Vignaud2004-01-281-2/+1
|
* create add_modify_remove_sensitive() and use it so that "Modify" and "Remove"Pascal Rigaux2004-01-281-1/+9
| | | | | are non sensitive when the initial list is empty
* simplify code through format callback (thus enabling to centralize translatableThierry Vignaud2004-01-282-41/+42
| | | | | strings, thus reducing error risk)
* - add gtk_new_TextView_get_log() and gtk_TextView_get_log() which allowPascal Rigaux2004-01-271-0/+55
| | | | | | | running a command in background and get the filtered output in a TextView - add Gtk2::OptionMenu::new_with_strings() which is a simple combination of ->new, ->set_popdown_strings and ->set_text