summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/partitioning_wizard.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* prevent cursor to go under needed size because of roundingPascal Terjan2009-10-081-2/+3
|
* give more space between headers and solutionsPascal Terjan2009-10-081-2/+2
|
* add separator between solutionsPascal Terjan2009-10-081-0/+4
|
* do not fail when a windows partition is corruptedPascal Terjan2009-10-081-9/+14
|
* rewrite partitionning wizard to look better in gtk (not perfect yet)Pascal Terjan2009-10-051-110/+358
|
* Use Hal list of recovery partitions (#51532)Pascal Terjan2009-06-091-1/+1
|
* (main) do not show up big titles in standalone mode (read: draklive-install)Thierry Vignaud2008-08-271-1/+1
|
* (main) render title in blueThierry Vignaud2008-08-271-3/+6
|
* stop setting banner icon now we do not display them anymoreThierry Vignaud2008-07-291-6/+3
|
* - partitioning wizard:Pascal Rigaux2008-06-021-2/+3
| | | | | | o do not propose to resize "hidden" fat partitions o do not say "the Windows partition" when there can be more than one
* - partitioning wizard lirary: Pascal Rigaux2008-03-251-1/+1
| | | | | | | o allow "Use free space" if there is an extended partition even if all primary partitions are used (#38804) (*old* bug!)
* - partitioning wizard: do not show error message in wizard mode when cancel ↵Olivier Blin2008-03-201-1/+7
| | | | is clicked (clean wizard window instead)
* - partitioning wizard: ensure existing_part and resize_fat are proposed beforePascal Rigaux2007-10-191-3/+3
| | | | | wipe_drive
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-191-1/+1
| | | | | | which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user)
* we really want to remove existing partitions first (via tell_kernel)Pascal Rigaux2007-09-181-1/+1
|
* rename partition_table::raw::clear() into partition_table::initialize()Pascal Rigaux2007-09-181-1/+1
|
* rename ->zero_MBR into ->clear, and ->zero_MBR_and_dirty into ->clear_and_dirtyPascal Rigaux2007-09-181-1/+1
| | | | | (old name kept for compatibility)
* (partitionWizardSolutions) add missing titleThierry Vignaud2007-08-091-1/+1
|
* - allow using diskdrake even if there is only a lvm PV on full disk availablePascal Rigaux2007-08-081-1/+1
|
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-14/+18
| | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+283