Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (set_resolution): handle the optional $resolution->{Y} | Pascal Rigaux | 2002-08-08 | 1 | -2/+5 |
| | | | | | (@resolutions): add 1280x960 | ||||
* | handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵ | Pascal Rigaux | 2002-08-08 | 1 | -9/+19 |
| | | | | 1280x960) | ||||
* | make sure fsck is called for ext3 partition (due to possible kernel panic on | Francois Pons | 2002-08-08 | 1 | -8/+3 |
| | | | | | | corrupted ext3 partition, even after mounting ext3, umounting and remounting ext2). | ||||
* | added more detailed help files, fixed bad reset of text mode. | Francois Pons | 2002-08-08 | 1 | -14/+54 |
| | |||||
* | use $::prefix in timezone::read | Pascal Rigaux | 2002-08-08 | 2 | -3/+2 |
| | |||||
* | (tvout): rough default value for PAL vs NTSC | Pascal Rigaux | 2002-08-08 | 1 | -1/+5 |
| | |||||
* | fix typo | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | timezone::read now returns a hash | Pascal Rigaux | 2002-08-08 | 2 | -6/+3 |
| | |||||
* | replace 1152x768 with 1152x864 as it should and used to be | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2002-08-08 | 3 | -2108/+2485 |
| | |||||
* | - write_passwd_user: ensure {pw} is set (at least '') | Pascal Rigaux | 2002-08-08 | 1 | -11/+1 |
| | | | | | - cleanup dead code | ||||
* | - fix detecting use of MD5 and shadow passwords | Pascal Rigaux | 2002-08-08 | 1 | -4/+4 |
| | | | | | - cosmetic move of any::addUsers | ||||
* | don't add users in group usb (unneeded (?), anyway doesn't do anything since ↵ | Pascal Rigaux | 2002-08-08 | 1 | -3/+1 |
| | | | | group usb doesn't exist currently) | ||||
* | Added Tamils TSCII keyboard | Pablo Saratxaga | 2002-08-08 | 3 | -4/+5 |
| | |||||
* | Added some support for Tamil (proper KDE default fonts, and define it | Pablo Saratxaga | 2002-08-08 | 1 | -3/+14 |
| | | | | | as iso8859-1 encoding for kde) | ||||
* | (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵ | Pascal Rigaux | 2002-08-08 | 1 | -0/+6 |
| | | | | better with them) | ||||
* | (ask_window_manager_to_logout): adapt to new gnome | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | - remove the icons in reallyChooseGroups | Pascal Rigaux | 2002-08-08 | 1 | -2/+3 |
| | | | | | - add the LSB group | ||||
* | old hp scanners report themselves as "Processor"s as : | Thierry Vignaud | 2002-08-08 | 2 | -2/+2 |
| | | | | | | | | - tested in hw lab - written in linux/include/scsi/scsi.h: "TYPE_PROCESSOR.*HP scanners use this" - reported by sane-find-sane: "old HP scanners use the CPU id" | ||||
* | - remove buttons to change theme | Pascal Rigaux | 2002-08-08 | 4 | -22/+14 |
| | | | | | | - add F5 to change the theme to the 'white' theme - cleanup the theme code | ||||
* | workaround a weird pb with gtk: still re-creating help Gtk::Text at each ↵ | Pascal Rigaux | 2002-08-08 | 2 | -4/+3 |
| | | | | step :-/ | ||||
* | - remove the "help" button | Pascal Rigaux | 2002-08-08 | 2 | -9/+3 |
| | | | | | - ensure the help box is not created twice (except when changing theme) | ||||
* | sort security level descriptions | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 |
| | |||||
* | Windows PDC -> Windows Domain, don't make samba dirs - samba fixed now | Stew Benedict | 2002-08-08 | 2 | -9/+5 |
| | |||||
* | (get_profiles): get rid of "glob", clean it up | Pascal Rigaux | 2002-08-07 | 1 | -8/+1 |
| | |||||
* | replace glob() with all() | Pascal Rigaux | 2002-08-07 | 1 | -2/+2 |
| | |||||
* | shorewall-related functions will go here. | Christian Belisle | 2002-08-07 | 1 | -0/+0 |
| | |||||
* | call rpmReadConfigFiles before installing packages. | Francois Pons | 2002-08-07 | 1 | -0/+1 |
| | |||||
* | use isolinux non-debug version | Pascal Rigaux | 2002-08-07 | 1 | -2/+1 |
| | |||||
* | do not ask user to select ignored medium. | Francois Pons | 2002-08-07 | 1 | -0/+2 |
| | |||||
* | do not read package of ignored medium (contrib) to save memory. | Francois Pons | 2002-08-07 | 1 | -10/+15 |
| | |||||
* | reduce progress bar again (8). | Francois Pons | 2002-08-07 | 1 | -1/+1 |
| | |||||
* | added automatic update of lilo image and KDE & GNOME background. | Francois Pons | 2002-08-07 | 1 | -0/+30 |
| | |||||
* | getAndSaveFile now return before writing zero-length file if input file doesn't | Francois Pons | 2002-08-07 | 1 | -1/+1 |
| | | | | | exists on invocation. | ||||
* | allow automatic oem patch. add log if successfull patching. | Francois Pons | 2002-08-07 | 1 | -2/+4 |
| | |||||
* | allow patching of mirror used. | Francois Pons | 2002-08-07 | 1 | -42/+36 |
| | |||||
* | "LABEL=xxx" in fstab handling | Pascal Rigaux | 2002-08-07 | 1 | -4/+12 |
| | |||||
* | load glx in any case (well except for nvidia proprietary shit) | Pascal Rigaux | 2002-08-07 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-06 | 1 | -0/+106 |
| | |||||
* | make perl_checker happier :-) | Thierry Vignaud | 2002-08-06 | 2 | -2/+2 |
| | |||||
* | - dont detect undef devices | Thierry Vignaud | 2002-08-06 | 2 | -3/+3 |
| | |||||
* | log changes | Thierry Vignaud | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | typo, change /etc/exports explanation in help | Stew Benedict | 2002-08-06 | 1 | -1/+4 |
| | |||||
* | detect modem too | Thierry Vignaud | 2002-08-06 | 1 | -1/+5 |
| | |||||
* | nobody pass the second argument of | Thierry Vignaud | 2002-08-06 | 1 | -3/+3 |
| | | | | | network::modem::modem_detect_backend() so let simplify it | ||||
* | remove old references to rectangle drawing around mcc icons | Thierry Vignaud | 2002-08-06 | 1 | -4/+0 |
| | |||||
* | - rename scanner::findScannerUsbport as scanner::detect | Thierry Vignaud | 2002-08-06 | 3 | -8/+10 |
| | | | | | | as in mouse.pm - scanner::detect : detect SCSI scanners too | ||||
* | updated French and Walloon files | Pablo Saratxaga | 2002-08-06 | 1 | -135/+162 |
| | |||||
* | add ov518_decomp in multimedia/tv | Pascal Rigaux | 2002-08-06 | 1 | -1/+1 |
| | |||||
* | add "use run_program" as needed | Pascal Rigaux | 2002-08-06 | 1 | -0/+3 |
| |