| Commit message (Expand) | Author | Age | Files | Lines |
* | remove debuging assertions (as spoted by gc) | Thierry Vignaud | 2003-03-04 | 1 | -2/+2 |
* | add an extra first choose the net device step | Florin Grad | 2003-03-03 | 1 | -1/+12 |
* | remove unused $rows_cnt | Thierry Vignaud | 2003-03-03 | 1 | -4/+0 |
* | - fix #2091 and #2480 (settings restoration | Thierry Vignaud | 2003-03-03 | 1 | -3/+9 |
* | - remove a warning | Thierry Vignaud | 2003-03-03 | 1 | -2/+2 |
* | reap zombie children (aka fix mem leak :-( ) | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
* | smoother gui: let main windows be unreachable until modal dialog is closed | Thierry Vignaud | 2003-03-03 | 1 | -0/+1 |
* | fix bug reported by Cédric Thévenet (impossible to save newly edited rules) | Thierry Vignaud | 2003-03-03 | 1 | -5/+9 |
* | fixed bad English string | Pablo Saratxaga | 2003-02-28 | 1 | -1/+1 |
* | - fix the check of mandrake_doc installed package (gc) | Daouda Lo | 2003-02-28 | 1 | -2/+2 |
* | i18n fixes | Pablo Saratxaga | 2003-02-28 | 1 | -3/+3 |
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 19 | -19/+19 |
* | removed profile management entry point. | Francois Pons | 2003-02-28 | 1 | -57/+61 |
* | add ieee1394-controller alias and load ohci1394 when a firewire controller ap... | Thierry Vignaud | 2003-02-27 | 1 | -0/+1 |
* | - add get_info_from_fstab() | Pascal Rigaux | 2003-02-27 | 1 | -1/+1 |
* | allow removing device "non kudzu flagged" (for harddrake) | Pascal Rigaux | 2003-02-27 | 1 | -3/+4 |
* | handle configurators with options (eg: "diskdrake --removable=scd0") | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
* | Do not ask for the port when the user has chosen an HP MF device as scanner m... | Till Kamppeter | 2003-02-27 | 1 | -4/+4 |
* | fix too big internet configuration window | Thierry Vignaud | 2003-02-27 | 1 | -43/+46 |
* | fix embedding | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
* | make it fit in embedded mode, large enough else | Thierry Vignaud | 2003-02-27 | 1 | -21/+15 |
* | read more carefully the existing network configuration | Florin Grad | 2003-02-27 | 1 | -12/+11 |
* | - better check /sbin/ifconfig is executable rather than simply exists | Thierry Vignaud | 2003-02-27 | 1 | -3/+3 |
* | fixed cancel on configure_net, fixed bad fields setted up in configure_lan, | Francois Pons | 2003-02-27 | 1 | -4/+2 |
* | fix scrolling when embedded | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
* | fix mousedrake in embedded mode | Guillaume Cottenceau | 2003-02-27 | 1 | -1/+6 |
* | the function is called read_dhcpd_conf not read_dhcpd_conf_raw | Florin Grad | 2003-02-27 | 1 | -9/+9 |
* | read the dhcpd conf file before hand | Florin Grad | 2003-02-27 | 1 | -11/+15 |
* | remove debugging print | Thierry Vignaud | 2003-02-27 | 1 | -1/+0 |
* | - gtk+2 port | Thierry Vignaud | 2003-02-27 | 1 | -260/+215 |
* | small perl_checker fix | Thierry Vignaud | 2003-02-27 | 1 | -1/+1 |
* | - disable autologin settings when autologin is disabled | Thierry Vignaud | 2003-02-27 | 1 | -7/+12 |
* | - consolidate menu titles translations | Thierry Vignaud | 2003-02-27 | 1 | -26/+54 |
* | More gtk2 updates. May have finally suppressed the hanging. | Stew Benedict | 2003-02-27 | 1 | -172/+157 |
* | added code to handle more smootly if apache or apache-mod_perl is installed, or | Francois Pons | 2003-02-26 | 1 | -1/+1 |
* | untabify | Thierry Vignaud | 2003-02-26 | 1 | -1/+1 |
* | - kill used once only bootlook module | Thierry Vignaud | 2003-02-26 | 1 | -12/+309 |
* | fixed unablities to launch Internet configuration dialog. | Francois Pons | 2003-02-26 | 1 | -3/+5 |
* | add explicit probe for netcnx type. | Francois Pons | 2003-02-26 | 1 | -1/+3 |
* | on laurent request, strip the empty lines and add a end-of-line character on | Thierry Vignaud | 2003-02-26 | 1 | -1/+2 |
* | switched to apache2 instead of apache (avoid problem with apache-mod_perl). | Francois Pons | 2003-02-26 | 1 | -1/+1 |
* | - remove unused variable (hey perl_checker, why didn't you see it ?) | Thierry Vignaud | 2003-02-26 | 1 | -6/+6 |
* | Gtk2 port. Bugzilla reports. Some perl_checker errors still, but cleaner. | Stew Benedict | 2003-02-26 | 1 | -179/+164 |
* | handle floppes, zip drives, dvd-rom, cdrom and burners at startup time | Thierry Vignaud | 2003-02-25 | 1 | -12/+13 |
* | do not display alternatives oss/alsa drivers if there's none | Thierry Vignaud | 2003-02-25 | 1 | -1/+2 |
* | - factorize code into harddrake::data::set_removable_configurator() | Thierry Vignaud | 2003-02-25 | 1 | -5/+8 |
* | don't black out the screen if not needed | Thierry Vignaud | 2003-02-25 | 1 | -2/+3 |
* | - don't offer to configure module for removable media | Thierry Vignaud | 2003-02-25 | 1 | -2/+18 |
* | we already use diagnostics pragma, so -w will just slow down normal execution | Thierry Vignaud | 2003-02-25 | 1 | -1/+1 |
* | only list physically present floppies | Thierry Vignaud | 2003-02-25 | 1 | -1/+2 |