| Commit message (Expand) | Author | Age | Files | Lines |
* | reuse translation of "Next" button; | Pablo Saratxaga | 2005-12-15 | 1 | -2/+2 |
* | since we use utf8 in source code, say it explicitly | Pascal Rigaux | 2005-12-15 | 1 | -0/+1 |
* | fixed encoding to UTF-8 | Pablo Saratxaga | 2005-12-15 | 1 | -10/+10 |
* | - s/Windows.*/Microsoft Windows®/ | David Baudens | 2005-12-14 | 1 | -16/+16 |
* | 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 | -3/+9 |
* | more meaningful message (bugzilla #19249) | Pascal Rigaux | 2005-10-19 | 1 | -1/+1 |
* | create detect_devices::probe_name() & detect_devices::probe_unique_name() and... | Pascal Rigaux | 2005-06-02 | 1 | -2/+2 |
* | s/Mandrivalinux/Mandriva Linux/ | Pablo Saratxaga | 2005-04-23 | 1 | -1/+1 |
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -3/+3 |
* | remove some unneeded ";", add some for normalization (as told by perl_checker) | Pascal Rigaux | 2004-11-18 | 1 | -2/+2 |
* | call fsedit::auto_allocate() with $o->{partitions} so be able to fix a partit... | Pascal Rigaux | 2004-09-23 | 1 | -3/+3 |
* | aspell's typo fixes | Thierry Vignaud | 2004-08-23 | 1 | -2/+2 |
* | add hint about ala LaTeX strings for translators | Thierry Vignaud | 2004-08-09 | 1 | -1/+3 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -10/+9 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -7/+8 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -2/+2 |
* | new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ... | Pascal Rigaux | 2004-05-27 | 1 | -1/+1 |
* | 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 ta... | Pascal Rigaux | 2004-01-15 | 1 | -1/+1 |
* | scandisk is not enough! you can destroy your windows XP if you | Guillaume Cottenceau | 2003-08-27 | 1 | -4/+6 |
* | 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 partit... | Pascal Rigaux | 2003-03-03 | 1 | -2/+2 |
* | 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 |
* | 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 and some more Help | Pascal Rigaux | 2003-02-13 | 1 | -1/+1 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -14/+14 |
* | 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 |
* | 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 |
* | fsedit::part2hd() returns a scalar, no need to do "my ($hd) = fsedit::part2hd... | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -2/+2 |
* | (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 |
* | 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 |
* | 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 |