summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - fix computing the minimal size for reiserfs resizingPascal Rigaux2002-08-101-5/+5
| | | | | - use run_program::run instead of system for calling resizing tools
* Removed HP multi-function device configuration from SMB and remote LPD ↵Till Kamppeter2002-08-101-10/+13
| | | | | | | | printer setup. Let the Sony IJP-V100 being treated as an HP multi-function device. Taken into account that the HP PhotoSmart 7150 has no photo card reader.
* Use any::get_secure_level() instead of printer::get_security_level().Till Kamppeter2002-08-102-21/+1
|
* GUI fixes, scp, rsync, webDAV, CD, tape support.Stew Benedict2002-08-101-520/+928
| | | | | | | | | Consolidate all net methods into one configure screen. Daemon mode, email fixed. Ran perl_checker and corrected. GUI feedback during various backup modes and result report. CD/Tape drive/media detection. Start to look at cataloging runs for locating restore media.
* Scanning network for printers did not work during installation. Fixed.Till Kamppeter2002-08-101-26/+24
|
* small update to avoid side effect of bless to HASH even if nothing results fromFrancois Pons2002-08-091-1/+1
| | | | | this.
* fixed loadO when getFile is not used (local files).Francois Pons2002-08-091-3/+5
|
* take care of packages already installed that will be removed (untested).Francois Pons2002-08-091-2/+11
|
* make sure size of packages is computed.Francois Pons2002-08-091-5/+2
|
* No longer requires metacity-setup (everything can be done using ↵Frederic Crozat2002-08-091-4/+3
| | | | | | | gnome-control-center) Ensure we install enough GNOME packages when selection GNOME
* module parameters're now read from /etc/modules.conf before beingThierry Vignaud2002-08-091-1/+0
| | | | | altered
* harddrake changesThierry Vignaud2002-08-091-2/+14
|
* no need anymore to pass extra arguments for harddrake::uiThierry Vignaud2002-08-091-1/+1
|
* - module configuration window:Thierry Vignaud2002-08-091-0/+0
| | | | | | | | | | | | | | | o read current options o don't display ranges, we cannot really know when a range is needed and so display them in wrong cases (kill code, enable us to simplify modparm::parameters after o read & parse modules.conf only when configuring the module, not on each click in the tree o move up "require module" since we use it above o use get_options accessor instead of direct $conf access o split the options string into a hash{option => value} o don't call several times interactive->vnew o fix busy cursor on window exit because of the previous change
* mergein_conf: return options if they're setThierry Vignaud2002-08-091-0/+1
|
* (mkinitrd): when an initrd is already there, it means an initrd is neededPascal Rigaux2002-08-091-1/+1
| | | | | not the contrary (thanks to Damon Lynch for his test)
* remove previous report.bug.gz (otherwise one get a report.bug *and* the ↵Pascal Rigaux2002-08-091-0/+1
| | | | | | | previous report.bug.gz) (report.bug's are not rotated, ddebug.log's and install.log's are)
* add fsck.jfsPascal Rigaux2002-08-093-2/+3
|
* - fix module parameter dialog box handlingPascal Rigaux2002-08-093-12/+14
| | | | | - enable the cancel on load_module__ask_options
* resync with bttv-0.7.95, add support for :Thierry Vignaud2002-08-091-8/+11
| | | | | | | | | - tv cards: o Hauppauge WinTV PVR o Leadtek|WinFast VC 100 - tv tuners: o LG NTSC (newer TAPC series)
* perl_checker fixesThierry Vignaud2002-08-091-2/+2
|
* allow cancel button even for wizard.Francois Pons2002-08-091-1/+1
|
* fix rights on filesPascal Rigaux2002-08-091-0/+0
|
* *** empty log message ***Pascal Rigaux2002-08-082-1/+166
|
* (services): better sorting of servicesPascal Rigaux2002-08-081-1/+1
|
* when prompting for VideoRam, default to the value obtained via DDCPascal Rigaux2002-08-083-6/+8
|
* do not hard code icon pathPascal Rigaux2002-08-081-1/+1
|
* explain the fscking "Processor" needThierry Vignaud2002-08-081-0/+2
|
* (set_resolution): handle the optional $resolution->{Y}Pascal Rigaux2002-08-081-2/+5
| | | | | (@resolutions): add 1280x960
* handle the pb of resolutions where X doesn't imply Y (eg: 1280x1024 and ↵Pascal Rigaux2002-08-081-9/+19
| | | | 1280x960)
* make sure fsck is called for ext3 partition (due to possible kernel panic onFrancois Pons2002-08-081-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 Pons2002-08-081-14/+54
|
* use $::prefix in timezone::readPascal Rigaux2002-08-082-3/+2
|
* (tvout): rough default value for PAL vs NTSCPascal Rigaux2002-08-081-1/+5
|
* fix typoPascal Rigaux2002-08-081-1/+1
|
* timezone::read now returns a hashPascal Rigaux2002-08-082-6/+3
|
* replace 1152x768 with 1152x864 as it should and used to bePascal Rigaux2002-08-081-1/+1
|
* updated pot filePablo Saratxaga2002-08-083-2108/+2485
|
* - write_passwd_user: ensure {pw} is set (at least '')Pascal Rigaux2002-08-081-11/+1
| | | | | - cleanup dead code
* - fix detecting use of MD5 and shadow passwordsPascal Rigaux2002-08-081-4/+4
| | | | | - cosmetic move of any::addUsers
* don't add users in group usb (unneeded (?), anyway doesn't do anything since ↵Pascal Rigaux2002-08-081-3/+1
| | | | group usb doesn't exist currently)
* Added Tamils TSCII keyboardPablo Saratxaga2002-08-083-4/+5
|
* Added some support for Tamil (proper KDE default fonts, and define itPablo Saratxaga2002-08-081-3/+14
| | | | | as iso8859-1 encoding for kde)
* (configure_FB_TVOUT): add ModeLines (Florent Beranger says it displays ↵Pascal Rigaux2002-08-081-0/+6
| | | | better with them)
* (ask_window_manager_to_logout): adapt to new gnomePascal Rigaux2002-08-081-1/+1
|
* - remove the icons in reallyChooseGroupsPascal Rigaux2002-08-081-2/+3
| | | | | - add the LSB group
* old hp scanners report themselves as "Processor"s as :Thierry Vignaud2002-08-082-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 themePascal Rigaux2002-08-084-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 Rigaux2002-08-082-4/+3
| | | | step :-/
* - remove the "help" buttonPascal Rigaux2002-08-082-9/+3
| | | | | - ensure the help box is not created twice (except when changing theme)