Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop setting banner icon now we do not display them anymore | Thierry Vignaud | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -23/+24 |
| | |||||
* | typo fix | Thierry Vignaud | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | set title & icon of banner for most partitionning steps | Thierry Vignaud | 2005-11-29 | 1 | -1/+1 |
| | |||||
* | differentiate (nfs)servers on ip first to have less dups (bugzilla #17236) | Pascal Rigaux | 2005-08-08 | 1 | -1/+2 |
| | |||||
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | revert titi breaking the code, keeping the only valid change | Pascal Rigaux | 2004-01-13 | 1 | -7/+6 |
| | |||||
* | (per_entry_action_box) | Thierry Vignaud | 2004-01-12 | 1 | -9/+11 |
| | | | | | | - sanitieze buttons packing (do not eat extra space) - get rid of groupby2 | ||||
* | authentification is french, the english word is authentication | Pascal Rigaux | 2004-01-08 | 1 | -1/+1 |
| | |||||
* | do pop the "do you want to install samba?" (otherwise when cancel is pressed, | Pascal Rigaux | 2003-08-12 | 1 | -4/+1 |
| | | | | | | drakconf thinks the install exited abnormally since no window was embedded whereas "diskdrake --smb" is normally embedded) | ||||
* | instead of removing the "Search servers" button when the search is over, keep | Pascal Rigaux | 2003-08-01 | 1 | -1/+1 |
| | | | | | | it to allow searching for new servers (the label is changed from "Search servers" to "Search new servers") (bug #4297) | ||||
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -4/+3 |
| | |||||
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -2/+2 |
| | |||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -4/+4 |
| | |||||
* | cleanup | Pascal Rigaux | 2003-02-03 | 1 | -1/+1 |
| | |||||
* | port to Gtk2 | Pascal Rigaux | 2003-02-03 | 1 | -36/+43 |
| | |||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | "every", "partition" | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -1/+1 |
| | |||||
* | gtk2 | Guillaume Cottenceau | 2002-12-03 | 1 | -17/+17 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -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 Benedict | 2002-10-14 | 1 | -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 Rigaux | 2002-08-28 | 1 | -1/+1 |
| | | | | for smb) | ||||
* | adapt to ugtk | Pascal Rigaux | 2002-08-05 | 1 | -2/+2 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2002-08-01 | 1 | -1/+1 |
| | |||||
* | (raw_hd_mount_point): nicer default mount point | Pascal Rigaux | 2002-07-01 | 1 | -1/+3 |
| | |||||
* | - add authentification in diskdrake --smb (esp. for windows NT) | Pascal Rigaux | 2002-06-28 | 1 | -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/smb | Pascal Rigaux | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | ugly hack to fix die | Pascal Rigaux | 2002-02-19 | 1 | -1/+1 |
| | |||||
* | - add Cancel | Pascal Rigaux | 2002-02-18 | 1 | -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 mounted | Pascal Rigaux | 2002-02-15 | 1 | -4/+14 |
| | |||||
* | some cleanup, icons showing wether a mount-point is associated are coming | Pascal Rigaux | 2002-02-14 | 1 | -66/+44 |
| | |||||
* | have the fstab entries shown by default | Pascal Rigaux | 2002-02-13 | 1 | -9/+9 |
| | |||||
* | - don't pop the "do you want to install samba?" | Pascal Rigaux | 2002-02-07 | 1 | -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 installed | Pascal Rigaux | 2002-01-29 | 1 | -1/+1 |
| | |||||
* | don't use wait_message's when waiting (waiting is usually very short), use a ↵ | Pascal Rigaux | 2002-01-28 | 1 | -20/+5 |
| | | | | | | | waiting cursor instead. (the wait_message's were causing bad interactivity stuff) | ||||
* | fix updating the actions | Pascal Rigaux | 2002-01-27 | 1 | -31/+38 |
| | |||||
* | new diskdrake modules (diskdrake_interactive is now diskdrake::interactive, ↵ | Pascal Rigaux | 2002-01-27 | 1 | -0/+247 |
diskdrake is now diskdrake::hd_gtk, others created from diskdrake.pm) |