Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init modem data structure when manually selecting a serial port | Thierry Vignaud | 2004-01-20 | 1 | -0/+3 |
| | |||||
* | fix modem dns servers reading | Thierry Vignaud | 2004-01-20 | 1 | -2/+4 |
| | |||||
* | keep entered data when stepping back to dialup options step | Thierry Vignaud | 2004-01-20 | 1 | -8/+10 |
| | |||||
* | do not mix modem choice and modem configuration, so that we keep | Thierry Vignaud | 2004-01-20 | 1 | -3/+4 |
| | | | | | entered data when stepping back and forward | ||||
* | pass dynamically build data into interactive layer when configuring modems | Thierry Vignaud | 2004-01-20 | 1 | -4/+7 |
| | |||||
* | fix device (was broken due to the fact we kept all the data collected | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | | | | | about modems) | ||||
* | fix ppp_configure call | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | merge ppp_configure_raw() into its only caller (ppp_configure()) | Thierry Vignaud | 2004-01-20 | 1 | -4/+0 |
| | |||||
* | do not bother try installing packages in testing mode | Thierry Vignaud | 2004-01-20 | 1 | -1/+1 |
| | |||||
* | prepare killing obfuscated install path | Thierry Vignaud | 2004-01-20 | 1 | -19/+2 |
| | |||||
* | merge in next_cnx_step into handle_multiple_cnx | Thierry Vignaud | 2004-01-20 | 1 | -14/+6 |
| | |||||
* | - kill duplicated code | Thierry Vignaud | 2004-01-19 | 1 | -11/+2 |
| | | | | | - move some code where it belongs so that it's shared by isdn/modem | ||||
* | - merge wireless step into normal modem one | Thierry Vignaud | 2004-01-19 | 1 | -83/+64 |
| | | | | | | - report all detected serial modems - use all collected data on modems in order to have a nice list | ||||
* | rollback bogus change | Thierry Vignaud | 2004-01-19 | 1 | -74/+101 |
| | |||||
* | dot not try to alter squid config in --testing mode | Thierry Vignaud | 2004-01-19 | 1 | -101/+74 |
| | |||||
* | isdn: detect serial modems if needed | Thierry Vignaud | 2004-01-19 | 1 | -0/+1 |
| | |||||
* | rename "ppp_choose step" as "choose_serial_port" and "ppp_choose2" one | Thierry Vignaud | 2004-01-19 | 1 | -4/+4 |
| | | | | | as "ppp_choose" | ||||
* | chain hostname/dns step with zeroconf one (more work on zeroconf will | Thierry Vignaud | 2004-01-19 | 1 | -1/+2 |
| | | | | | be done between beta 1 and 2) | ||||
* | turn "unsupported winmodem" into a terminal step | Thierry Vignaud | 2004-01-19 | 1 | -1/+2 |
| | |||||
* | add strings for future options | Thierry Vignaud | 2004-01-19 | 1 | -1/+5 |
| | |||||
* | fix next_cnx_step call | Thierry Vignaud | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | (ppp_configure_raw) remove code stolen from ppp_configure() | Thierry Vignaud | 2004-01-19 | 1 | -4/+1 |
| | |||||
* | (detect) display a nice string for serial modems | Thierry Vignaud | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | (detect) | Thierry Vignaud | 2004-01-19 | 1 | -3/+1 |
| | | | | | | - adapt modem detection to new detect_devices - keep all data collected on modems | ||||
* | add the silly read_squid function | Florin Grad | 2004-01-19 | 1 | -0/+8 |
| | |||||
* | add proper window title | Thierry Vignaud | 2004-01-19 | 1 | -7/+7 |
| | |||||
* | make a real wizard step out of first modem step | Thierry Vignaud | 2004-01-19 | 1 | -2/+6 |
| | |||||
* | winmodem connection'll be merge into modem connection | Thierry Vignaud | 2004-01-19 | 1 | -2/+1 |
| | |||||
* | kill Data::Dumper orphean | Thierry Vignaud | 2004-01-19 | 1 | -1/+0 |
| | |||||
* | merge dhcp hostname into hostname step | Thierry Vignaud | 2004-01-19 | 1 | -15/+19 |
| | |||||
* | use radio button instead of optionmenu if possible (aka not too many | Thierry Vignaud | 2004-01-19 | 1 | -1/+1 |
| | | | | | network interfaces) | ||||
* | new host settings step | Thierry Vignaud | 2004-01-16 | 1 | -1/+5 |
| | |||||
* | clean horrible code | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | do not alter proxies config while configuring network interfaces (needed since | Thierry Vignaud | 2004-01-16 | 1 | -2/+0 |
| | | | | | we've disabled proxy config in network interface config path) | ||||
* | do not install zeroconf if no zeroconf hostname was typed in (we may add a | Thierry Vignaud | 2004-01-16 | 1 | -3/+5 |
| | | | | | USE_ZEROCONF variable to /etc/sysconfig/network instead) | ||||
* | (ppp_configure) reintroduce it for drakconnect's manager | Thierry Vignaud | 2004-01-16 | 1 | -0/+9 |
| | |||||
* | do not export dead functions | Thierry Vignaud | 2004-01-16 | 3 | -3/+3 |
| | |||||
* | prevent faillure when trying to dereference undef in testing mode | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | split/merge lan config steps according to new specs | Thierry Vignaud | 2004-01-16 | 1 | -23/+63 |
| | | | | | (card => protocol => parameters => hostname) | ||||
* | rollback "separate standalone and install paths" try (just too painful to | Thierry Vignaud | 2004-01-16 | 1 | -5/+6 |
| | | | | | maintain and anyway install net wizard has no logic) | ||||
* | - make a real step out of "manage multiple internet connections" case | Thierry Vignaud | 2004-01-16 | 1 | -15/+15 |
| | | | | | - factorize and fix accessing to this step | ||||
* | drop proxy configuration step. | Thierry Vignaud | 2004-01-16 | 1 | -22/+0 |
| | | | | | | | | | | | rationale: - miscellaneous_choose() was reintroduced in network::network since it was still needed by drakproxy - anyway configuring proxies is: o not supposed to be done while configuring network interfaces o duplicated with drakproxy and the like o removed in new drakconnect specs | ||||
* | morph hw_account step through reusing new wizard layer capabilites (aka | Thierry Vignaud | 2004-01-16 | 1 | -41/+39 |
| | | | | | | dynamically return just build needed data rather than ackwardly puting it in place) | ||||
* | fix ppp_first_step() call | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | small reindenting | Thierry Vignaud | 2004-01-16 | 1 | -3/+3 |
| | |||||
* | remove overrided variables | Thierry Vignaud | 2004-01-16 | 1 | -2/+0 |
| | |||||
* | enable to step forward after to "connect now?" step since wizard | Thierry Vignaud | 2004-01-16 | 1 | -2/+0 |
| | | | | | | infrastructure fixed the ask_yesorno design flaw (and remove bug hint left by previous maintainers) | ||||
* | use wizard layer 's yesorno type | Thierry Vignaud | 2004-01-16 | 1 | -8/+11 |
| | |||||
* | typo fix | Thierry Vignaud | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | fix N() badly used | Pascal Rigaux | 2004-01-16 | 1 | -1/+1 |
| |