Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed interface of detect_devices::install_addons. | Francois Pons | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | add update-ldetect-lst after install_addons. | Francois Pons | 2003-01-09 | 1 | -3/+6 |
| | |||||
* | (configureNetwork): call install_steps::configureNetwork() | Pascal Rigaux | 2003-01-09 | 1 | -0/+1 |
| | |||||
* | (easy_dhcp): don't call network::configureNetwork2 | Pascal Rigaux | 2003-01-09 | 1 | -2/+0 |
| | |||||
* | fix "unlisted driver" bug for rme driver | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | - add new oss drivers : ad1889, ali5455 and forte | Thierry Vignaud | 2003-01-09 | 1 | -13/+13 |
| | | | | | | | | | | | - mark forte as oss counterpart for alsa snd-fm801 driver - mark ice1712 as oss counterpart for alsa snd-ice1712 driver - mark ali5455 as one of the oss counterpart for alsa snd-intel8x0 driver - update top commentary - snd-via686 and snd-via8233 were merged in via82cxxx_audio - don't pollute install ml anymore | ||||
* | - configureNetwork step now only does easy_dhcp() | Pascal Rigaux | 2003-01-09 | 2 | -9/+9 |
| | | | | | - added full network configuration to summary | ||||
* | (installPackages): do pop error messages | Pascal Rigaux | 2003-01-09 | 1 | -0/+1 |
| | |||||
* | make return value name more explicit | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | - fix priority | Pascal Rigaux | 2003-01-09 | 1 | -1/+3 |
| | | | | | - add a log | ||||
* | simplify | Thierry Vignaud | 2003-01-09 | 1 | -3/+3 |
| | |||||
* | Added cupsd.conf handling functions for a new printer sharing configuration ↵ | Till Kamppeter | 2003-01-09 | 1 | -0/+242 |
| | | | | dialog. | ||||
* | Fixed Titi's bugs in the auto-configuration of printers in OpenOffice.org. | Till Kamppeter | 2003-01-08 | 1 | -44/+57 |
| | |||||
* | removed perl_checker warning. | Francois Pons | 2003-01-08 | 1 | -2/+2 |
| | |||||
* | fix a misc bug in rpmdrake (selecting a pkg doesn't work in certain ↵ | Guillaume Cottenceau | 2003-01-08 | 1 | -3/+9 |
| | | | | | | | circumstances - seems to be when the treeview doesn't have the focus, for exa mple after a search) by changing a bit the way we handle button_press_event in ask_browse_tree_info | ||||
* | pass $::prefix instead of '' | Pascal Rigaux | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | added install_addons before leaving. | Francois Pons | 2003-01-08 | 1 | -0/+1 |
| | |||||
* | added install_addons to install pcitable or usbtable addons. | Francois Pons | 2003-01-08 | 1 | -0/+12 |
| | |||||
* | once we identify the protocal, skip remaining tests | Thierry Vignaud | 2003-01-08 | 1 | -8/+7 |
| | |||||
* | - typo fix | Thierry Vignaud | 2003-01-08 | 1 | -13/+9 |
| | | | | | | - s/if !/unless/ - remove useless next | ||||
* | really install the bootloader. | Francois Pons | 2003-01-08 | 1 | -1/+4 |
| | |||||
* | fix typo | Pascal Rigaux | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | (easy_dhcp): cleanup | Pascal Rigaux | 2003-01-08 | 1 | -19/+19 |
| | |||||
* | UGLY TEMPORARY FIX: create an /etc/passwd for fontconfig | Pascal Rigaux | 2003-01-08 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-08 | 1 | -1/+20 |
| | |||||
* | ensure drakx don't need wiz_default_up.png and wiz_default_left.png | Pascal Rigaux | 2003-01-08 | 1 | -26/+28 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2003-01-07 | 1 | -1/+214 |
| | |||||
* | - remove help (which was at the bottom) | Pascal Rigaux | 2003-01-07 | 5 | -24/+30 |
| | | | | | | | - wizard style - focus "Next" button by default (this is rough, some dialog boxes *need* changes before being able to complete (think root password dialog)) | ||||
* | "require bootloader" where needed | Pascal Rigaux | 2003-01-07 | 1 | -1/+2 |
| | |||||
* | fix ugly global setting of $ugtk2::pop_it | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2003-01-07 | 2 | -3/+3 |
| | |||||
* | (configure): do not do card_config__not_listed in $auto mode | Pascal Rigaux | 2003-01-07 | 1 | -2/+4 |
| | |||||
* | (summary): add X configuration | Pascal Rigaux | 2003-01-07 | 1 | -10/+20 |
| | | | | | | (configureX): this step is now always automatic. don't call configureXAfter() when config failed | ||||
* | (configure_everything): in $auto mode, don't test nor ask when the config failed | Pascal Rigaux | 2003-01-07 | 1 | -2/+3 |
| | |||||
* | (various): in $auto mode, don't ask about tvout | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | (configure): in $auto mode, use $default_resolution without asking | Pascal Rigaux | 2003-01-07 | 1 | -2/+4 |
| | |||||
* | *** empty log message *** | Pablo Saratxaga | 2003-01-07 | 1 | -2/+5 |
| | |||||
* | (configure): return without doing anything when probe fails or needVideoRam ↵ | Pascal Rigaux | 2003-01-07 | 1 | -6/+10 |
| | | | | | | | in $auto mode (multi_head_choose): be completly automatic in $auto mode | ||||
* | move "configureX" step before "summary" step | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | don't do anything when automatic configuration fails in $auto mode | Pascal Rigaux | 2003-01-07 | 1 | -1/+2 |
| | |||||
* | - fix autodetection code (remember me to teach titi that "and" in list ↵ | Pascal Rigaux | 2003-01-07 | 1 | -3/+4 |
| | | | | | | | | context is bad) - use printer::detect::whatNetPrinter directly (instead of net_detect() + net_smb_detect()), it is faster when one wants both | ||||
* | (detect): don't use net_smb_detect() and net_detect(), call | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | | whatNetPrinter() directly asking for both network & smb (faster) | ||||
* | 9.1-0.9mdk | Thierry Vignaud | 2003-01-07 | 1 | -1/+4 |
| | |||||
* | fix pixel sucks(bis) | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | fix pixel sucks | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | forgot to commit threat-hub-as-usb-controllers... | Thierry Vignaud | 2003-01-07 | 1 | -2/+2 |
| | |||||
* | fix ask_okcancel in wizard mode | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | fix new data structure usage | Thierry Vignaud | 2003-01-07 | 2 | -5/+5 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-07 | 1 | -1/+1 |
| | |||||
* | add network::easy_dhcp function. Quietly setup eth0 in dhcp and restart network. | Damien Chaumette | 2003-01-07 | 1 | -1/+27 |
| |