Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix titi sux, fix I sux | Olivier Blin | 2004-08-17 | 1 | -3/+3 | |
| | ||||||
* | use network::tools::get_internet_connection | Olivier Blin | 2004-08-17 | 1 | -16/+13 | |
| | ||||||
* | better error handling | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 | |
| | ||||||
* | merge with waproamd version | Olivier Blin | 2004-08-16 | 1 | -6/+43 | |
| | ||||||
* | add comments from waproamd version | Olivier Blin | 2004-08-16 | 1 | -1/+6 | |
| | ||||||
* | (updateAutologin) clean any::set_autologin() call | Thierry Vignaud | 2004-08-13 | 1 | -1/+1 | |
| | ||||||
* | misc cleanups | Olivier Blin | 2004-08-13 | 1 | -7/+6 | |
| | ||||||
* | make perl_checker happy | Olivier Blin | 2004-08-13 | 1 | -2/+1 | |
| | ||||||
* | perl_checker fix | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | ||||||
* | (drakboot --splash) add enable_framebuffer to allow to choose a video | Olivier Blin | 2004-08-13 | 1 | -1/+39 | |
| | | | | | mode if boot isn't graphical | |||||
* | perl_checker fix (add missing spaces) | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | ||||||
* | do not assume drakvpn is already configured if the tunnels file is | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | | | | | made of comments only | |||||
* | drakupdate_fstab: add debug mode that dumps argv, device list and fstab | Olivier Blin | 2004-08-13 | 1 | -0/+10 | |
| | | | | | to make bug reports easier | |||||
* | (device_name_to_entry) remove unused $variable | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | ||||||
* | (device_name_to_entry) if device looks like a devfs device, set | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | | | | | | $e->{devfs_device} to $name even if the device wasn't found in devices list (it helps in case the device has been removed in del mode) | |||||
* | (device_name_to_entry) remove useless assignment | Olivier Blin | 2004-08-13 | 1 | -1/+0 | |
| | ||||||
* | (device_name_to_entry) in non devfs case, $e->{device} always equals | Olivier Blin | 2004-08-13 | 1 | -3/+2 | |
| | | | | | to $name, move this test in devfs case | |||||
* | (device_name_to_entry) don't do brain twisted things | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | | | | | | ($e->{prefix} || $e->{device}) equals $prefix $prefix . $nb equals $name | |||||
* | (device_name_to_entry) fix indentation | Olivier Blin | 2004-08-13 | 1 | -1/+1 | |
| | ||||||
* | (device_name_to_entry) define $nb locally | Olivier Blin | 2004-08-13 | 1 | -6/+4 | |
| | ||||||
* | (device_name_to_entry) recompute $e->{device} only when needed | Olivier Blin | 2004-08-13 | 1 | -3/+1 | |
| | ||||||
* | (device_name_to_entry) do devfs things where they should be done | Olivier Blin | 2004-08-13 | 1 | -4/+5 | |
| | ||||||
* | (device_name_to_entry) define $e->{devfs_prefix} if entry looks looks | Olivier Blin | 2004-08-13 | 1 | -0/+1 | |
| | | | | | | like a devfs one but isn't found in device list (else our computed $e->{devfs_device} will be crappy) | |||||
* | better let pango/Gtk+ do the proper wrapping that let translator | Thierry Vignaud | 2004-08-12 | 1 | -3/+2 | |
| | | | | | | manually insert end of lines which will badly look depending on current theme and font settings | |||||
* | fixed English string | Pablo Saratxaga | 2004-08-12 | 1 | -1/+1 | |
| | ||||||
* | let's be more l10n-friendly | Thierry Vignaud | 2004-08-12 | 1 | -3/+3 | |
| | ||||||
* | fix default connection time (Fabrice FACORAT) | Thierry Vignaud | 2004-08-12 | 1 | -1/+1 | |
| | ||||||
* | (basic_seclevel_explanations) explain | Thierry Vignaud | 2004-08-12 | 1 | -0/+1 | |
| | ||||||
* | (basic_seclevel_explanations) | Thierry Vignaud | 2004-08-12 | 1 | -6/+6 | |
| | | | | | | - handle "bold" value for "weight" - display labels as bold | |||||
* | rewrite write_config for wlandetect to use output() | Olivier Blin | 2004-08-11 | 1 | -21/+13 | |
| | ||||||
* | regexp cleanup (bis) | Olivier Blin | 2004-08-11 | 1 | -2/+2 | |
| | ||||||
* | regexp cleanups | Olivier Blin | 2004-08-11 | 1 | -16/+8 | |
| | ||||||
* | remove unused variable | Olivier Blin | 2004-08-11 | 1 | -1/+0 | |
| | ||||||
* | use each_index | Olivier Blin | 2004-08-11 | 1 | -5/+3 | |
| | ||||||
* | introduce and use isRoamingRunning to detect if the roaming daemon is | Olivier Blin | 2004-08-11 | 1 | -3/+10 | |
| | | | | | running (woah, sector clear, titi is gone home, no more cvs conflicts) | |||||
* | prepare for multiple roaming daemons support | Olivier Blin | 2004-08-11 | 1 | -58/+82 | |
| | ||||||
* | perl_checker hints | Thierry Vignaud | 2004-08-11 | 1 | -2/+2 | |
| | ||||||
* | comment unused variable | Olivier Blin | 2004-08-11 | 1 | -1/+2 | |
| | ||||||
* | update product list and fix case (bugzilla is case sensitive) | Olivier Blin | 2004-08-11 | 1 | -1/+1 | |
| | ||||||
* | fix product, component and version for bugzilla | Olivier Blin | 2004-08-11 | 1 | -2/+6 | |
| | ||||||
* | reorganize to use the same upload info message for Anthill and Bugzilla | Olivier Blin | 2004-08-11 | 1 | -5/+5 | |
| | ||||||
* | fix bugzilla url | Olivier Blin | 2004-08-11 | 1 | -1/+1 | |
| | ||||||
* | - perl_checker fixes | Daouda Lo | 2004-08-11 | 1 | -2/+2 | |
| | ||||||
* | run UpdateStatus after a timeout in case 'ps' output isn't updated immediately | Olivier Blin | 2004-08-11 | 1 | -2/+3 | |
| | ||||||
* | - use webclient-kde instead of konqueror | Daouda Lo | 2004-08-11 | 1 | -2/+2 | |
| | | | | | - add epiphany browser | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 2 | -7/+7 | |
| | ||||||
* | make titi enhancement actually work | Olivier Blin | 2004-08-11 | 1 | -1/+1 | |
| | ||||||
* | typo fix | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 | |
| | ||||||
* | (Dialog) according to mandrake guidelines we should not use stock icon | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 | |
| | ||||||
* | use standalone | Olivier Blin | 2004-08-11 | 1 | -2/+5 | |
| |