Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ↵ | Pascal Rigaux | 2004-05-27 | 1 | -1/+1 |
| | | | | | | | and nfs => allow /home on nfs (bugzilla #7460) | ||||
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -3/+3 |
| | |||||
* | spell Mandrakelinux in one word | Thierry Vignaud | 2004-03-10 | 1 | -1/+1 |
| | |||||
* | - remove the use of BLKRRPART (telling the kernel to re-read the partition ↵ | Pascal Rigaux | 2004-01-15 | 1 | -1/+1 |
| | | | | | | | | | table) in most cases - replace with tell_kernel() and will_tell_kernel() - correctly handle in standalone the need to reboot, with no way to forget it (telling the WM to quit nicely then call reboot when it's done) | ||||
* | scandisk is not enough! you can destroy your windows XP if you | Guillaume Cottenceau | 2003-08-27 | 1 | -4/+6 |
| | | | | | | | don't use chkdsk and then ntfsresize is used on a buggy partition (drakx should detect it via ntfsresize though), running chkdsk is *mandatory* | ||||
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -6/+6 |
| | |||||
* | fix maximum loopback size (bug #3188) | Pascal Rigaux | 2003-03-12 | 1 | -1/+1 |
| | |||||
* | use formatAlaTeX() for the warning "DrakX will now resize your Windows ↵ | Pascal Rigaux | 2003-03-03 | 1 | -2/+2 |
| | | | | partition..." | ||||
* | after ntfs resize, warn user that on Windows next boot fsck will be done | Pascal Rigaux | 2003-02-26 | 1 | -0/+3 |
| | |||||
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -3/+3 |
| | | | | | | a scalar-ref. but we need to de-ref, so it might break many things :). let's make a prayer :). | ||||
* | add some formatError's | Pascal Rigaux | 2003-02-19 | 1 | -3/+3 |
| | |||||
* | - factorize "Help"-button handling | Pascal Rigaux | 2003-02-16 | 1 | -1/+1 |
| | | | | | - fix interactive_help_get_id (happily, it was no pb :) | ||||
* | fix and some more Help | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
| | |||||
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -14/+14 |
| | | | | | | | - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now | ||||
* | please perl_checker | Pascal Rigaux | 2003-02-02 | 1 | -1/+1 |
| | |||||
* | fix "one big ntfs" resizing (in the limit case) | Pascal Rigaux | 2003-01-31 | 1 | -1/+5 |
| | |||||
* | small fixes | Pascal Rigaux | 2003-01-31 | 1 | -4/+3 |
| | |||||
* | add ntfs resize to the wizard | Pascal Rigaux | 2003-01-31 | 1 | -17/+38 |
| | |||||
* | drop $o->{lnx4win} handling | Pascal Rigaux | 2003-01-30 | 1 | -7/+0 |
| | |||||
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -1/+1 |
| | | | | | is now using ntfs, not only Windows NT | ||||
* | remove or fix some "Previous" | Pascal Rigaux | 2003-01-21 | 1 | -9/+8 |
| | |||||
* | don't say "You must have a swap partition" | Pascal Rigaux | 2003-01-13 | 1 | -1/+0 |
| | | | | | (since it's after using diskdrake which is for experts) | ||||
* | fsedit::part2hd() returns a scalar, no need to do "my ($hd) = ↵ | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
| | | | | fsedit::part2hd(...)" | ||||
* | use "if any" instead of "if grep", and various other occurences of "any", ↵ | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
| | | | | "every", "partition" | ||||
* | (partition_with_diskdrake): fix reloading partition table | Pascal Rigaux | 2003-01-06 | 1 | -0/+1 |
| | |||||
* | - handle more locally "Reload partition table" (esp. without using setstep) | Pascal Rigaux | 2002-12-09 | 1 | -4/+9 |
| | | | | | => no exception is called through gtk | ||||
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+3 |
| | |||||
* | perl_checker adaptations | Pascal Rigaux | 2002-11-27 | 1 | -4/+2 |
| | |||||
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | 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! | ||||
* | tellAboutProprietaryModules: use formatAlaTeX | Guillaume Cottenceau | 2002-09-23 | 1 | -2/+2 |
| | |||||
* | warn "You don't have a swap partition.\n\nContinue anyway?" in expert mode | Pascal Rigaux | 2002-09-08 | 1 | -1/+1 |
| | |||||
* | handle "readonly" flag per hard drives instead of a global one | Pascal Rigaux | 2002-08-27 | 1 | -12/+14 |
| | |||||
* | make new perl_checker happy | Pascal Rigaux | 2002-07-31 | 1 | -1/+1 |
| | |||||
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
| | |||||
* | fix partition wizard choice updating after calling diskdrake | Pascal Rigaux | 2002-07-29 | 1 | -14/+13 |
| | |||||
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -2/+2 |
| | |||||
* | fix a few english strings | Guillaume Cottenceau | 2002-04-08 | 1 | -6/+6 |
| | |||||
* | use from_Mb for choosing the size of the windows partition | Pascal Rigaux | 2002-02-01 | 1 | -3/+15 |
| | |||||
* | - adapt to new diskdrake modules | Pascal Rigaux | 2002-01-27 | 1 | -2/+2 |
| | | | | | - some cleanup in drakxtools build | ||||
* | defaults to ext3 instead of ext2 | Pascal Rigaux | 2002-01-22 | 1 | -1/+1 |
| | |||||
* | fix a few cancel's (reported by slegros) | Pascal Rigaux | 2002-01-22 | 1 | -7/+14 |
| | |||||
* | try to not get something poorly wrapped | Guillaume Cottenceau | 2001-12-04 | 1 | -4/+5 |
| | |||||
* | OOize can_raw_add | Pascal Rigaux | 2001-10-19 | 1 | -1/+1 |
| | |||||
* | (partition_with_diskdrake): ensure the $::expert flag modifications in | Pascal Rigaux | 2001-09-20 | 1 | -1/+4 |
| | | | | | diskdrake do not escape from diskdrake | ||||
* | - "Wizard" and "More" are back | Pascal Rigaux | 2001-09-09 | 1 | -2/+3 |
| | | | | | | | | | | - allow "Use for loopback" when there is already a loopback - set the options on newly created partitions - recompute_loopbacks called after modification of loopbacks, no more before reading - restrict the lenght of the lines in partition description - make loopback work | ||||
* | big renaming of ask_from_entries_refH in ask_from and ↵ | Pascal Rigaux | 2001-08-18 | 1 | -2/+2 |
| | | | | ask_from_entries_refH_powered in ask_from_ | ||||
* | use diskdrake_interactive instead of diskdrake | Pascal Rigaux | 2001-08-17 | 1 | -3/+3 |
| | |||||
* | a hell lot of cleanup/rewrite: | Pascal Rigaux | 2001-08-17 | 1 | -17/+18 |
| | | | | | | | | | | | * diskdrake_interactive created, diskdrake is now interactive aware * added some documentation about the structure used for partitioning * all_hds now contain the various hds, lvm, raid * cleanup the isLVM, isRAID and alike functions * field {type} in detect_devices is now {media_type} * detect_devices::floppies is now floppies_dev * removed old function prototypes | ||||
* | instead of testing if ref($in) or ref($o) contains /gtk/, test if ↵ | Pascal Rigaux | 2001-08-02 | 1 | -1/+1 |
| | | | | interactive_gtk is in ISA of the object | ||||
* | move to MDK::Common, bool->to_bool | Pascal Rigaux | 2001-07-24 | 1 | -1/+1 |
| |