Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove previous report.bug.gz (otherwise one get a report.bug *and* the ↵ | Pascal Rigaux | 2002-08-09 | 1 | -0/+1 | |
| | | | | | | | previous report.bug.gz) (report.bug's are not rotated, ddebug.log's and install.log's are) | |||||
* | add fsck.jfs | Pascal Rigaux | 2002-08-09 | 3 | -2/+3 | |
| | ||||||
* | - fix module parameter dialog box handling | Pascal Rigaux | 2002-08-09 | 3 | -12/+14 | |
| | | | | | - enable the cancel on load_module__ask_options | |||||
* | resync with bttv-0.7.95, add support for : | Thierry Vignaud | 2002-08-09 | 1 | -8/+11 | |
| | | | | | | | | | - tv cards: o Hauppauge WinTV PVR o Leadtek|WinFast VC 100 - tv tuners: o LG NTSC (newer TAPC series) | |||||
* | perl_checker fixes | Thierry Vignaud | 2002-08-09 | 1 | -2/+2 | |
| | ||||||
* | allow cancel button even for wizard. | Francois Pons | 2002-08-09 | 1 | -1/+1 | |
| | ||||||
* | fix rights on files | Pascal Rigaux | 2002-08-09 | 1 | -0/+0 | |
| | ||||||
* | *** empty log message *** | Pascal Rigaux | 2002-08-08 | 2 | -1/+166 | |
| | ||||||
* | (services): better sorting of services | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 | |
| | ||||||
* | when prompting for VideoRam, default to the value obtained via DDC | Pascal Rigaux | 2002-08-08 | 3 | -6/+8 | |
| | ||||||
* | do not hard code icon path | Pascal Rigaux | 2002-08-08 | 1 | -1/+1 | |
| | ||||||
* | explain the fscking "Processor" need | Thierry Vignaud | 2002-08-08 | 1 | -0/+2 | |
| | ||||||
* | (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 | |
| |