summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* sanitize button layouts:Thierry Vignaud2003-07-141-8/+8
| | | | | | | - use stock items everywhere - use ButtonBoxes everywhere - pack buttons always in the same order and places
* renew drakconnect GUI:Thierry Vignaud2003-07-141-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 exitThierry Vignaud2003-07-101-5/+1
|
* grey instead of hide stuff in normal mode (more user friendly)Thierry Vignaud2003-07-101-2/+2
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-12/+16
|
* let columns be sortable (lmontel request)Thierry Vignaud2003-07-061-1/+4
|
* perl_checker fixesThierry Vignaud2003-05-231-27/+26
|
* gtk+-2 specs prohibid playing with policyThierry Vignaud2003-05-221-1/+1
|
* (build_list) simplify ip parsingThierry Vignaud2003-05-221-3/+1
|
* workaround #3341: display "Bad ip" instead of a blank field if ipThierry Vignaud2003-05-221-2/+1
| | | | | wasn't correctly parsed as an ip ?
* some drakconnect cleanupsThierry Vignaud2003-05-191-5/+2
|
* - remove 80% of perl_checker warningsThierry Vignaud2003-05-131-2/+2
| | | | | - gtkbuttonset is not exported by ugtk2
* - follow new network::netconnect::save_conf signatureDamien Chaumette2003-05-071-2/+1
| | | | | - remove call to network::netconnect::set_net_conf, no longer exist
* - drop !$::isWizard codeDamien Chaumette2003-05-061-47/+19
| | | | | | | | - change netconnect::main signature - change network::modem::ppp_configure signature - perl_checker - cleanup
* fix #1675: swap the text and button widgetsThierry Vignaud2003-04-161-1/+1
|
* corrected titi typodamien2003-04-111-1/+1
|
* added probing of adsl connection.Francois Pons2003-03-111-0/+5
|
* fixed wizard modification not taken into account when using drakconf.Francois Pons2003-03-051-2/+7
|
* clean interface flags when dhcp mode is used.Francois Pons2003-03-041-10/+14
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* removed profile management entry point.Francois Pons2003-02-281-57/+61
|
* fix too big internet configuration windowThierry Vignaud2003-02-271-43/+46
|
* - better check /sbin/ifconfig is executable rather than simply existsThierry Vignaud2003-02-271-3/+3
| | | | | - fix lan configuration window filling ...
* fixed cancel on configure_net, fixed bad fields setted up in configure_lan,Francois Pons2003-02-271-4/+2
| | | | | fixed Data::Dumper->Dump on stdout on startup.
* fixed unablities to launch Internet configuration dialog.Francois Pons2003-02-261-3/+5
|
* add explicit probe for netcnx type.Francois Pons2003-02-261-1/+3
|
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-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 voidThierry Vignaud2003-02-171-1/+1
|
* - clean up through ugtk2Thierry Vignaud2003-02-121-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 embeddedThierry Vignaud2003-02-121-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 proofreadingPablo Saratxaga2003-01-221-1/+1
|
* replace occurences of "$foo ? $foo : $bar" with "$foo || $bar"Pascal Rigaux2003-01-161-2/+2
|
* any::load_category_no_message() doesn't exist anymore, it really is ↵Pascal Rigaux2002-12-291-2/+2
| | | | modules::load_category() !
* - move any::pppConfig() to network::modem::ppp_configure()Pascal Rigaux2002-12-291-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 wasThierry Vignaud2002-12-181-1/+1
| | | | | before
* - consolidate some code into new_dialogThierry Vignaud2002-12-181-39/+22
| | | | | - simplify through MDK::Common
* perl_checker fixesThierry Vignaud2002-12-181-2/+2
|