Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (Dialog) indent | Thierry Vignaud | 2004-08-11 | 1 | -8/+8 |
| | |||||
* | (Dialog) enable checking call signature | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | (Dialog) simplify: reuse create_scrolled_window() | Thierry Vignaud | 2004-08-11 | 1 | -5/+1 |
| | |||||
* | (Dialog) fix it (got broken on ugtk2 port) | Thierry Vignaud | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2004-08-11 | 1 | -21/+23 |
| | |||||
* | Misleading comment | Rafael Garcia-Suarez | 2004-08-11 | 1 | -1/+1 |
| | |||||
* | perl_checker compliance | Olivier Blin | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | ugtk2 port | Olivier Blin | 2004-08-10 | 1 | -176/+88 |
| | |||||
* | (AddNet, WriteConfig) do not bother accessing arrays like in C | Thierry Vignaud | 2004-08-10 | 1 | -14/+10 |
| | |||||
* | perl_checker cleanups (GUI code actually wasn't touched in order to | Thierry Vignaud | 2004-08-10 | 1 | -132/+128 |
| | | | | | help olivier merge his ugtk2 porting work) | ||||
* | fix roaming detection | Olivier Blin | 2004-08-10 | 1 | -10/+5 |
| | |||||
* | initial import of wlandetect version, from Austin Action | Olivier Blin | 2004-08-10 | 1 | -0/+445 |
| | |||||
* | remove unused variable in network::netconnect, thanks perl_checker | Olivier Blin | 2004-08-10 | 1 | -2/+1 |
| | |||||
* | add some FIXME comments in network::netconnect | Olivier Blin | 2004-08-10 | 1 | -2/+2 |
| | |||||
* | network::tools::connect_prog is really dead now | Olivier Blin | 2004-08-10 | 1 | -5/+1 |
| | |||||
* | network::tools::connect_prog shouldn't be used/written anymore now | Olivier Blin | 2004-08-10 | 1 | -41/+0 |
| | |||||
* | kill some more connect/disconnect_file | Olivier Blin | 2004-08-10 | 1 | -6/+1 |
| | |||||
* | add a horizontal separator in stats to prevent visual disguts between | Thierry Vignaud | 2004-08-10 | 1 | -0/+1 |
| | | | | | supposed non aligned labels | ||||
* | fix looking aka vertical alignment of labels (Fabrice FACORAT ↵ | Thierry Vignaud | 2004-08-10 | 1 | -1/+1 |
| | | | | <f.faber-pro@ifrance.com>, #10300) | ||||
* | fix packing (Fabrice FACORAT <f.faber-pro@ifrance.com>, #10300) | Thierry Vignaud | 2004-08-10 | 1 | -2/+2 |
| | |||||
* | add s2u so that hostname changes do not fsck the desktop | Thierry Vignaud | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | no {fs_type} doesn't mean the type invalid | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | when there is no {pt_type}, favour the one fs_type2pt_type favours | Pascal Rigaux | 2004-08-10 | 1 | -5/+5 |
| | |||||
* | create /etc/udev/conf.d/xxx.conf | Pascal Rigaux | 2004-08-10 | 1 | -0/+6 |
| | |||||
* | no {pt_type} doesn't mean Empty | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | remove dead code | Pascal Rigaux | 2004-08-10 | 1 | -4/+0 |
| | |||||
* | URLPREFIX is not set if the main media isn't http, so the prefix must be | Rafael Garcia-Suarez | 2004-08-10 | 2 | -5/+5 |
| | | | | | passed manually. | ||||
* | list a few more contributors | Thierry Vignaud | 2004-08-10 | 1 | -1/+4 |
| | |||||
* | umount mount point instead of umounting the loopback file | Pascal Rigaux | 2004-08-10 | 2 | -3/+3 |
| | | | | | (works better when /etc/mtab is /proc/mounts) | ||||
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵ | Pascal Rigaux | 2004-08-10 | 4 | -10/+4 |
| | | | | various places | ||||
* | using "en_US.UTF-8" instead of "UTF-8" as model | Pablo Saratxaga | 2004-08-10 | 2 | -2/+2 |
| | |||||
* | updated use UTF-8 locales for everything | Pablo Saratxaga | 2004-08-10 | 3 | -35/+3 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-10 | 1 | -1/+314 |
| | |||||
* | don't install devfsd by default, use udev instead | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | s/XFree/Xorg/ | Pascal Rigaux | 2004-08-10 | 2 | -14/+14 |
| | |||||
* | install udev by default | Thierry Vignaud | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | install_urpmi(): set up the right with_hdlist for urpmi.cfg | Rafael Garcia-Suarez | 2004-08-10 | 1 | -1/+4 |
| | |||||
* | Back to first medium after having added a supplementary one. | Rafael Garcia-Suarez | 2004-08-10 | 1 | -3/+8 |
| | | | | | Set prefix for http supplementary media, since $URLPREFIX is not defined. | ||||
* | more logs | Pascal Rigaux | 2004-08-10 | 1 | -0/+2 |
| | |||||
* | adapt to new driver | Pascal Rigaux | 2004-08-10 | 1 | -2/+4 |
| | |||||
* | - document "formatkey" | Pascal Rigaux | 2004-08-10 | 2 | -1/+2 |
| | | | | | - s/MandrakeMove/Move/ | ||||
* | new logos | Pascal Rigaux | 2004-08-10 | 7 | -0/+10 |
| | |||||
* | adapt | Pascal Rigaux | 2004-08-10 | 1 | -4/+0 |
| | |||||
* | en_ZA locales are removed by hand, we also have to skip them from the rpm ↵ | Pascal Rigaux | 2004-08-10 | 1 | -1/+2 |
| | | | | file list | ||||
* | helper for building data/isolinux-graphic.bmp.parameters | Pascal Rigaux | 2004-08-10 | 1 | -0/+3 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-10 | 2 | -2/+2 |
| | |||||
* | updated fonts (added devanagari and tamil) | Pablo Saratxaga | 2004-08-10 | 1 | -0/+0 |
| | |||||
* | internally keep module names according to what we configure (and our kernel, ↵ | Pascal Rigaux | 2004-08-10 | 4 | -25/+58 |
| | | | | 2.4 or 2.6) | ||||
* | Adapt to the new mirror structure: RPMs are no longer in a RPMS subdirectory | Rafael Garcia-Suarez | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | mounting device "none" is cleaner | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
| |