summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix "Internet Connection Configuration" dialog does not show up itsThierry Vignaud2003-08-261-8/+6
| | | | | contents
* rename --gui option as --skip-wizard option on interface team requestThierry Vignaud2003-08-261-1/+1
|
* only write conf & install packages on exit (Ok press) if somethingThierry Vignaud2003-08-261-9/+9
| | | | | | really has been altered so that we do not write the config twice if the user already pressed the "apply" button
* - "Configure hostname..." button: offer to configure DNS tooThierry Vignaud2003-08-261-38/+26
| | | | | - (configure_hostname) kill it since it only duplicate code from network/*pm
* still more dialogs cleanupsThierry Vignaud2003-08-261-70/+58
|
* add --gui in order to start in "mcc" state (aka not in wizard mode)Thierry Vignaud2003-08-261-1/+1
|
* more dialog misusage and some indent fixesThierry Vignaud2003-08-261-41/+32
|
* enfore gc style for gtk+2 widgets creationThierry Vignaud2003-08-261-46/+45
|
* more layout fixes: cance/ok order coherency, no VBoxes/HButtonBoxesThierry Vignaud2003-08-261-18/+14
| | | | | abuses, ...
* (configure_net) Gtk2::Dialog main area is already a vbox, so it'sThierry Vignaud2003-08-261-29/+24
| | | | | useless to pack a vbox there idem for action area and Gtk2::HButtonBox
* (get_intf_status) kill duplicateThierry Vignaud2003-08-261-5/+0
|
* net & lan configuration dialogs: prevent one to do concurrent configThierry Vignaud2003-08-261-16/+28
| | | | | changes from the gui
* (sensitive_buttons) fix itThierry Vignaud2003-08-261-2/+3
|
* - only allow to run one wizard at once (insensitive button if one isThierry Vignaud2003-08-261-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 Vignaud2003-08-191-1/+1
|
* readd LANGUAGE=CThierry Vignaud2003-08-191-2/+2
|
* pablo say that redefining LC_* is useless if LC_ALL is defined as theThierry Vignaud2003-08-191-2/+2
| | | | | later overrides and take priority over the former
* add perl_checker hintThierry Vignaud2003-08-191-1/+1
|
* (update_intbutt) consolidate internet connection button switch codeThierry Vignaud2003-08-191-6/+8
|
* - use real known interface name everywhere not guessed oneThierry Vignaud2003-08-191-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 fixThierry Vignaud2003-08-181-1/+1
|
* - fix up/down interface detectionDamien Chaumette2003-08-181-6/+7
| | | | | | - do not wipe out IP and NETMASK when "No ip" is filled in - fix typo
* (configure_lan) fix crash on interface enabling/disablingThierry Vignaud2003-08-181-5/+11
| | | | | (get_intf_status) factorize translations and use upcase initale
* better message when no ip (aka interface down or broken)Thierry Vignaud2003-08-181-2/+2
|
* allow hostname change in mccDamien Chaumette2003-08-171-5/+44
| | | | | perl_checker
* fix mcc lan changes (fix at least #4088)Damien Chaumette2003-08-131-26/+33
|
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-13/+13
|
* remove nonsense expert buttonThierry Vignaud2003-07-241-16/+5
|
* - (configure_lan) directly use global variablesThierry Vignaud2003-07-241-5/+10
| | | | | - double click on ethernet lines run lan config dialog
* - fix "lan config" dialog where fields were not filledThierry Vignaud2003-07-221-12/+27
| | | | | - factorize some code in order to achieve it
* mcc view: add an help button (and ugtk2-ize main window buttons btw)Thierry Vignaud2003-07-211-21/+18
|
* adjust dialogs sizeThierry Vignaud2003-07-171-2/+2
|
* correctly align fields in "lan configuration" dialogThierry Vignaud2003-07-171-4/+8
|
* perl_checker fixesThierry Vignaud2003-07-171-6/+6
|
* center_always is unuser-friendlyThierry Vignaud2003-07-171-4/+3
|
* fix internet gateway buttons layoutThierry Vignaud2003-07-171-4/+5
|
* remove ugly iconThierry Vignaud2003-07-171-6/+1
|
* use new Gtk2::OptionMenu compatibility layer to get better designed GUIesThierry Vignaud2003-07-141-7/+3
|