summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/partitioning_wizard.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* factorize entry width computingOlivier Blin2009-10-281-2/+3
|
* remove broken ratio downgradingOlivier Blin2009-10-281-5/+0
|
* fix typoOlivier Blin2009-10-281-1/+1
|
* fix partition width ratio computing (previous one included one extra ↵Olivier Blin2009-10-281-1/+5
| | | | separator width)
* improve windows resizing when using free space from windows partition:Olivier Blin2009-10-281-1/+10
| | | | | | - try to keep at least 1GB free for Windows - try to use from 6GB to 10% free space for Linux
* use same default windows partition size for gtk and text installsOlivier Blin2009-10-281-1/+1
|
* move default size in part req_sizeOlivier Blin2009-10-281-1/+2
|
* group codeOlivier Blin2009-10-281-3/+1
|
* use last resizable fat partition in gtk modeOlivier Blin2009-10-281-1/+1
|
* do not "use" gtk modules, it might crash in text modeOlivier Blin2009-10-281-3/+4
|
* move windows part size in req_size for non-gtk install as wellOlivier Blin2009-10-281-3/+2
|
* really ensure keeping free space for Linux partitionOlivier Blin2009-10-281-1/+1
|
* put windows max size in max_win variableOlivier Blin2009-10-281-1/+2
|
* set total minimum linux size in part min_linuxOlivier Blin2009-10-281-3/+5
|
* include windows free space in part min_winOlivier Blin2009-10-281-6/+5
|
* really ensure keeping free space for Windows partitionOlivier Blin2009-10-281-2/+2
|
* partitioning wizard: fix option selection when using keyboardPascal Terjan2009-10-191-1/+1
|
* partitioning wizard: use mandriva logo on blue background for mandriva partitionPascal Terjan2009-10-191-31/+30
|
* partitioning_wizard: use available space in the windowPascal Terjan2009-10-181-5/+6
|
* partitioning_wizard: allow setting new windows size with keyboard (#54691)Pascal Terjan2009-10-181-1/+14
|
* - partitioning wizard:Pascal Terjan2009-10-171-2/+16
| | | | | | o add legend for the colors o display mount point if known o display ext2 like ext3/4
* partitioning wizard: use a different color for newly created partitionPascal Terjan2009-10-171-4/+4
|
* offer to resize last big enough windows partition instead of the first one, ↵Pascal Terjan2009-10-151-3/+6
| | | | until user can chose
* fix labels for windows resizing when getting back to the screenPascal Terjan2009-10-151-5/+5
|
* initialize correctly labels for windows resizingPascal Terjan2009-10-151-5/+7
|
* o reduce drawings heightPascal Terjan2009-10-131-4/+4
| | | | | o fix windows resize width
* Style fixesPascal Terjan2009-10-131-51/+49
|
* allow using existing partition on all disks (#54478)Pascal Terjan2009-10-131-4/+4
|
* partitioning wizard: fix typo in messagePascal Terjan2009-10-121-1/+1
|
* partitioning wizard: put back "previous" button on actions (#54475)Pascal Terjan2009-10-121-1/+0
|
* fix displaying helpOlivier Blin2009-10-121-1/+1
|
* fix testing interactive::gtk in standalone modeOlivier Blin2009-10-121-5/+5
|
* improve a bit the layoutPascal Terjan2009-10-081-0/+2
|
* improve a bit the layoutPascal Terjan2009-10-081-10/+16
|
* chose windows resizing when clicking on the resize handlePascal Terjan2009-10-081-13/+18
|
* 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
|