Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add --gui in order to start in "mcc" state (aka not in wizard mode) | Thierry Vignaud | 2003-08-26 | 1 | -1/+1 |
| | |||||
* | more dialog misusage and some indent fixes | Thierry Vignaud | 2003-08-26 | 1 | -41/+32 |
| | |||||
* | enfore gc style for gtk+2 widgets creation | Thierry Vignaud | 2003-08-26 | 1 | -46/+45 |
| | |||||
* | more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxes | Thierry Vignaud | 2003-08-26 | 1 | -18/+14 |
| | | | | | abuses, ... | ||||
* | (configure_net) Gtk2::Dialog main area is already a vbox, so it's | Thierry Vignaud | 2003-08-26 | 1 | -29/+24 |
| | | | | | useless to pack a vbox there idem for action area and Gtk2::HButtonBox | ||||
* | (get_intf_status) kill duplicate | Thierry Vignaud | 2003-08-26 | 1 | -5/+0 |
| | |||||
* | net & lan configuration dialogs: prevent one to do concurrent config | Thierry Vignaud | 2003-08-26 | 1 | -16/+28 |
| | | | | | changes from the gui | ||||
* | (sensitive_buttons) fix it | Thierry Vignaud | 2003-08-26 | 1 | -2/+3 |
| | |||||
* | - only allow to run one wizard at once (insensitive button if one is | Thierry Vignaud | 2003-08-26 | 1 | -19/+44 |
| | | | | | | | | | | already started) - reload the configuration once the wizard exited - prevent one to do concurrent config changes from the gui while the wizard is run (proper fix involve both fix modality/transcientness when embedded and running the wizard within the same process instead of forking it] | ||||
* | mark one more string as translatable (spoted by Arpad Biro) | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | readd LANGUAGE=C | Thierry Vignaud | 2003-08-19 | 1 | -2/+2 |
| | |||||
* | pablo say that redefining LC_* is useless if LC_ALL is defined as the | Thierry Vignaud | 2003-08-19 | 1 | -2/+2 |
| | | | | | later overrides and take priority over the former | ||||
* | add perl_checker hint | Thierry Vignaud | 2003-08-19 | 1 | -1/+1 |
| | |||||
* | (update_intbutt) consolidate internet connection button switch code | Thierry Vignaud | 2003-08-19 | 1 | -6/+8 |
| | |||||
* | - use real known interface name everywhere not guessed one | Thierry Vignaud | 2003-08-19 | 1 | -34/+39 |
| | | | | | | | | | | (having eth0 and eth9 would resulting in displaying eth0 & eth1 before), thus enabling to get rid of get_eth_ip() - replace build_list() by update_list() that fix flicker on list update: only add/remove added/removed interfaces, just update fields for others | ||||
* | typo fix | Thierry Vignaud | 2003-08-18 | 1 | -1/+1 |
| | |||||
* | - fix up/down interface detection | Damien Chaumette | 2003-08-18 | 1 | -6/+7 |
| | | | | | | - do not wipe out IP and NETMASK when "No ip" is filled in - fix typo | ||||
* | (configure_lan) fix crash on interface enabling/disabling | Thierry Vignaud | 2003-08-18 | 1 | -5/+11 |
| | | | | | (get_intf_status) factorize translations and use upcase initale | ||||
* | better message when no ip (aka interface down or broken) | Thierry Vignaud | 2003-08-18 | 1 | -2/+2 |
| | |||||
* | allow hostname change in mcc | Damien Chaumette | 2003-08-17 | 1 | -5/+44 |
| | | | | | perl_checker | ||||
* | fix mcc lan changes (fix at least #4088) | Damien Chaumette | 2003-08-13 | 1 | -26/+33 |
| | |||||
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -13/+13 |
| | |||||
* | remove nonsense expert button | Thierry Vignaud | 2003-07-24 | 1 | -16/+5 |
| | |||||
* | - (configure_lan) directly use global variables | Thierry Vignaud | 2003-07-24 | 1 | -5/+10 |
| | | | | | - double click on ethernet lines run lan config dialog | ||||
* | - fix "lan config" dialog where fields were not filled | Thierry Vignaud | 2003-07-22 | 1 | -12/+27 |
| | | | | | - factorize some code in order to achieve it | ||||
* | mcc view: add an help button (and ugtk2-ize main window buttons btw) | Thierry Vignaud | 2003-07-21 | 1 | -21/+18 |
| | |||||
* | adjust dialogs size | Thierry Vignaud | 2003-07-17 | 1 | -2/+2 |
| | |||||
* | correctly align fields in "lan configuration" dialog | Thierry Vignaud | 2003-07-17 | 1 | -4/+8 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-07-17 | 1 | -6/+6 |
| | |||||
* | center_always is unuser-friendly | Thierry Vignaud | 2003-07-17 | 1 | -4/+3 |
| | |||||
* | fix internet gateway buttons layout | Thierry Vignaud | 2003-07-17 | 1 | -4/+5 |
| | |||||
* | remove ugly icon | Thierry Vignaud | 2003-07-17 | 1 | -6/+1 |
| | |||||
* | use new Gtk2::OptionMenu compatibility layer to get better designed GUIes | Thierry Vignaud | 2003-07-14 | 1 | -7/+3 |
| | |||||
* | sanitize button layouts: | Thierry Vignaud | 2003-07-14 | 1 | -8/+8 |
| | | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places | ||||
* | renew drakconnect GUI: | Thierry Vignaud | 2003-07-14 | 1 | -93/+68 |
| | | | | | | | | | | | | | - make sub windows be modal 'n trancient dialogs - use std layout and stock items for buttons in main window and dialogs - fix "Internet connection configuration" dialog - (new_dialog) reuse ugtk2::_create_dialog (shared with half a dozen other tools - fix layout of main window: o pack together expert mode toggle and wizard button o merge wizard label and button o make a checkbox out of the ugly expert <-> normal button | ||||
* | fix crash on cancel exit | Thierry Vignaud | 2003-07-10 | 1 | -5/+1 |
| | |||||
* | grey instead of hide stuff in normal mode (more user friendly) | Thierry Vignaud | 2003-07-10 | 1 | -2/+2 |
| | |||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -12/+16 |
| | |||||
* | let columns be sortable (lmontel request) | Thierry Vignaud | 2003-07-06 | 1 | -1/+4 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -27/+26 |
| | |||||
* | gtk+-2 specs prohibid playing with policy | Thierry Vignaud | 2003-05-22 | 1 | -1/+1 |
| | |||||
* | (build_list) simplify ip parsing | Thierry Vignaud | 2003-05-22 | 1 | -3/+1 |
| | |||||
* | workaround #3341: display "Bad ip" instead of a blank field if ip | Thierry Vignaud | 2003-05-22 | 1 | -2/+1 |
| | | | | | wasn't correctly parsed as an ip ? | ||||
* | some drakconnect cleanups | Thierry Vignaud | 2003-05-19 | 1 | -5/+2 |
| | |||||
* | - remove 80% of perl_checker warnings | Thierry Vignaud | 2003-05-13 | 1 | -2/+2 |
| | | | | | - gtkbuttonset is not exported by ugtk2 | ||||
* | - follow new network::netconnect::save_conf signature | Damien Chaumette | 2003-05-07 | 1 | -2/+1 |
| | | | | | - remove call to network::netconnect::set_net_conf, no longer exist | ||||
* | - drop !$::isWizard code | Damien Chaumette | 2003-05-06 | 1 | -47/+19 |
| | | | | | | | | - change netconnect::main signature - change network::modem::ppp_configure signature - perl_checker - cleanup | ||||
* | fix #1675: swap the text and button widgets | Thierry Vignaud | 2003-04-16 | 1 | -1/+1 |
| | |||||
* | corrected titi typo | damien | 2003-04-11 | 1 | -1/+1 |
| | |||||
* | added probing of adsl connection. | Francois Pons | 2003-03-11 | 1 | -0/+5 |
| |