summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't switch to 2 buttons dialog box if the labels are too long in ask_from_listPascal Rigaux2002-08-121-10/+12
| | | | | | (otherwise it's ugly (reported for XFdrake multi-head choice with 67 & 58 chars strings) (fix bug #62)
* use $::prefixPascal Rigaux2002-08-123-5/+4
|
* locale name <-> charset correspondances better matching what DrakX usesPablo Saratxaga2002-08-123-4/+18
|
* fix typoPascal Rigaux2002-08-121-1/+1
|
* fix embeddingPascal Rigaux2002-08-121-1/+0
|
* fixed stupid change (almost hope it was really changes).Francois Pons2002-08-121-2/+2
|
* update TODO listThierry Vignaud2002-08-121-1/+1
|
* allow ftp_proxy beginning with http: (thanks to Christophe Combelles)Pascal Rigaux2002-08-121-2/+2
|
* print fields values in blue, paint unknown module in redThierry Vignaud2002-08-121-0/+0
|
* consolidate create_factory_menuThierry Vignaud2002-08-122-0/+12
|
* fix to reduce size of already installed packages.Francois Pons2002-08-121-19/+24
|
* synced to force calling selectPackagesAlreadyInstalled in order to haveFrancois Pons2002-08-121-4/+4
| | | | | | installed and upgrade computed (necessary to known if a package is already installed or will be upgradable to compute size more precisely).
* allow removing packages on upgrade.Francois Pons2002-08-121-23/+4
|
* - on exit, kill the running configurator if anyThierry Vignaud2002-08-122-15/+7
|
* - modules::get_parameters : consolidate some codeThierry Vignaud2002-08-122-1/+9
| | | | | - harddrake::ui : uses it
* - ugtk::gtkexpand : new functionThierry Vignaud2002-08-122-1/+2
| | | | | - harddrake::ui : uses it
* - perl_checker fixThierry Vignaud2002-08-121-0/+0
| | | | | - simplifications
* - put signals ids in %IDsThierry Vignaud2002-08-121-0/+0
| | | | | - consolidate duplicated disconnection code into disconnect
* write_on_pixmap: kill unused variableThierry Vignaud2002-08-121-1/+1
|
* tree_set_icon: new functionThierry Vignaud2002-08-122-0/+8
|
* create_okcancel isn't in ugtk so don't export it (warning fix)Thierry Vignaud2002-08-121-1/+1
|
* add Acronis bootloader magicPascal Rigaux2002-08-111-0/+1
|
* add "PreReq: rpm-helper" in drakxtools-http as advised by rpmlintPascal Rigaux2002-08-111-0/+1
|
* *** empty log message ***Pascal Rigaux2002-08-112-1/+212
|
* - compare_entries is now called same_entriesPascal Rigaux2002-08-111-25/+37
| | | | | | | - same_entries try hard to return true even if the files not the same but symlinks to the same file - rework add_entry (it handles weird case which used to give old_linux and old2_linux even if they are the same) - ensure the old failsafe entry doesn't give any old_failsafe
* allow to enter any mount point even in non-expert (why was it still the ↵Pascal Rigaux2002-08-111-1/+1
| | | | other way??)
* comprehensive feature-to-feature comparison with redhat 8.0Pascal Rigaux2002-08-111-0/+72
|
* adding aspell-LANGS before evolution to workaround the choices limitation ↵Pascal Rigaux2002-08-111-0/+1
| | | | (=> allow to choose the right aspell-LANG)
* fix yet another bug regarding credentials during installPascal Rigaux2002-08-111-1/+1
|
* get rid of the duplicated /tmp in for suggestions_mntpoint() (thanks to Amaury)Pascal Rigaux2002-08-111-1/+1
|
* (prepare_write_fstab): no need to read the fstab once again before writing ↵Pascal Rigaux2002-08-111-12/+2
| | | | since reading takes care of everything, including unknown entries (which go to {special}). This fixes a bug when removing existing partition with associated mount point. It used to keep the entry in fstab, which is wrong (as reported by andré <naderrt@wanadoo.fr>)
* (floppies): module "floppy" can fail to insmod, in that case it meansPascal Rigaux2002-08-111-1/+2
| | | | | | there's no floppy controller, so don't try fd0 & fd1 which may cause havoc (esp. segfault) (thanks to rcc)
* (load): when isStandalone, ignore errors when loading unavailable modules ↵Pascal Rigaux2002-08-111-0/+1
| | | | (ie have the same behaviour as during install)
* - rename LVMname to VG_namePascal Rigaux2002-08-111-5/+43
| | | | | | - part2hd: allow rootDevice to be a VG_name - add auto_allocate_vgs
* rename LVMname to VG_namePascal Rigaux2002-08-113-9/+9
|
* - vg_add: do not vgremove the old_name anymore, this is dangerous and should ↵Pascal Rigaux2002-08-111-24/+34
| | | | | | | | | | not happen - lv_create: fix bug when {primary}{normal} didn't exist - use run_program::get_stdout instead of `` - create and use run() and run_or_die() which takes care of running vgscan again when needed - rename LVMname to VG_name
* add get_stdout (similar to rooted_get_stdout)Pascal Rigaux2002-08-111-0/+7
|
* nice message when rebootNeeded in auto_install (otherwise it reboots without ↵Pascal Rigaux2002-08-111-0/+7
| | | | prompting)
* Setup of HP MF devices on parallel port did not work. Fixed.Till Kamppeter2002-08-112-6/+33
| | | | | | | Allow setup of MF device if device file name "/dev/printer/<number>" was entered. If auto-detection of model name fails, ask user always whether he has an MF device. If SNMP or local auto-detection fails but HPOJ auto-detection succeeds, use model name found by HPOJ.
* updated some po filesPablo Saratxaga2002-08-112-1129/+1351
|
* cleanupPascal Rigaux2002-08-111-14/+14
|
* workaround perl bug another wayPascal Rigaux2002-08-101-2/+2
|
* - 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
|