summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/smbnfs_gtk.pm
Commit message (Collapse)AuthorAgeFilesLines
* cleanupPascal Rigaux2003-02-031-1/+1
|
* port to Gtk2Pascal Rigaux2003-02-031-36/+43
|
* use "if any" instead of "if grep", and various other occurences of "any", ↵Pascal Rigaux2003-01-071-1/+1
| | | | "every", "partition"
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-041-1/+1
|
* gtk2Guillaume Cottenceau2002-12-031-17/+17
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-17/+17
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* Hide password to browse W2k servers. (Buchan Milne).Stew Benedict2002-10-141-1/+1
| | | | | Domain name to all caps in smb.conf. (Buchan Milne).
* in "Mount point", by default choose the default proposition (asked by dadou ↵Pascal Rigaux2002-08-281-1/+1
| | | | for smb)
* adapt to ugtkPascal Rigaux2002-08-051-2/+2
|
* perl_checker fixThierry Vignaud2002-08-011-1/+1
|
* (raw_hd_mount_point): nicer default mount pointPascal Rigaux2002-07-011-1/+3
|
* - add authentification in diskdrake --smb (esp. for windows NT)Pascal Rigaux2002-06-281-3/+34
| | | | | | | | | | - use "credentials=" to put the passwords (ideas and investigations from Stew Benedict, integrated by Pixel, but need testing) Known bug: if you want to change the password when there are 2 entries in fstab using the same username=/password=, writing the credentials is done in random order, => you've got one chance in 2 that the password is changed :-(
* propose some mount points for removable/nfs/smbPascal Rigaux2002-02-261-1/+1
|
* 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
* 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
|
* have the fstab entries shown by defaultPascal Rigaux2002-02-131-9/+9
|
* - 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
|
* 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)
* fix updating the actionsPascal Rigaux2002-01-271-31/+38
|
* new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, ↵Pascal Rigaux2002-01-271-0/+247
diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm)