summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
Commit message (Collapse)AuthorAgeFilesLines
* ugly hack to fix diePascal Rigaux2002-02-191-1/+1
|
* - add CancelPascal Rigaux2002-02-181-15/+18
| | | | | | | - move "click here" in "Search servers" on the right side - remove Export - fix bug
* remove cdrom-burner from media_type setPascal Rigaux2002-02-181-1/+2
|
* warn_if_renumbered now also done at installPascal Rigaux2002-02-171-1/+1
|
* force scalar context for warp_textPascal Rigaux2002-02-171-1/+1
|
* add Resize'ing mounted XFS on LVMPascal Rigaux2002-02-161-22/+33
|
* use the new warp_textPascal Rigaux2002-02-151-1/+1
|
* add icons showing if a mount-point is associated or if the share is mountedPascal Rigaux2002-02-151-4/+14
|
* some cleanup, icons showing wether a mount-point is associated are comingPascal Rigaux2002-02-141-66/+44
|
* use the new warp_text featurePascal Rigaux2002-02-141-1/+1
|
* have the fstab entries shown by defaultPascal Rigaux2002-02-131-9/+9
|
* - handle WORM type in /proc/scsi/scsiPascal Rigaux2002-02-131-1/+1
| | | | | | | - added media_type cdrom-burner - adapting to new media_type - nicer fd&hd testing
* (Options): wrap the help textPascal Rigaux2002-02-071-1/+1
|
* - don't pop the "do you want to install samba?"Pascal Rigaux2002-02-071-2/+5
| | | | | - rwindow is not a window when embedded, so set_default_size only if possible
* handle the case where samba and/or nfs-utils are not installedPascal Rigaux2002-01-291-1/+1
|
* look diskdrake.rc in another directoryPascal Rigaux2002-01-291-1/+1
|
* don't warn_if_renumbered during installPascal Rigaux2002-01-281-1/+1
|
* warn if partitions have been renumbered due to a partition being added or ↵Pascal Rigaux2002-01-281-0/+14
| | | | removed
* don't use wait_message's when waiting (waiting is usually very short), use a ↵Pascal Rigaux2002-01-281-20/+5
| | | | | | | waiting cursor instead. (the wait_message's were causing bad interactivity stuff)
* remove debugging codePascal Rigaux2002-01-271-2/+0
|
* fix updating the actionsPascal Rigaux2002-01-271-31/+38
|
* new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, ↵Pascal Rigaux2002-01-275-0/+1824
diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm)