| Commit message (Expand) | Author | Age | Files | Lines |
* | installation mount points: reset unknown partitions types to default fs (ext4... | Olivier Blin | 2009-12-15 | 1 | -2/+2 |
* | (write_label) get rid of another FIXME: fix setting volume label | Thierry Vignaud | 2009-12-08 | 1 | -4/+5 |
* | remove FIXME for ext4 : all options are defined through /etc/mke2fs.conf | Thierry Vignaud | 2009-12-08 | 1 | -1/+1 |
* | Add FIXME for fat label | Pascal Terjan | 2009-12-01 | 1 | -0/+1 |
* | suggest non-removable disks first | Olivier Blin | 2009-11-30 | 1 | -1/+1 |
* | add btrfs to true local fs list | Olivier Blin | 2009-11-25 | 1 | -1/+1 |
* | do not suggest Windows mountpoint for mounted partitions (breaks install if t... | Olivier Blin | 2009-11-24 | 1 | -1/+1 |
* | unmount swap too when unmounting all partitions | Olivier Blin | 2009-11-24 | 1 | -1/+1 |
* | - first bits of btrfs support | Pascal Terjan | 2009-11-24 | 1 | -1/+6 |
* | fix detecting hidden partitions as recovery (broken in commit 257797) | Olivier Blin | 2009-11-12 | 1 | -1/+1 |
* | partitioning wizard: only display Help button in install | Pascal Terjan | 2009-11-04 | 1 | -1/+2 |
* | please perl_checker | Olivier Blin | 2009-10-28 | 1 | -2/+2 |
* | make sure sizes and widths are int | Olivier Blin | 2009-10-28 | 1 | -2/+2 |
* | ugtkify | Olivier Blin | 2009-10-28 | 1 | -7/+5 |
* | use ugtk2 sweet | Olivier Blin | 2009-10-28 | 1 | -5/+3 |
* | rename as add_part_size_info to avoid confusion with part_info | Olivier Blin | 2009-10-28 | 1 | -3/+3 |
* | style | Olivier Blin | 2009-10-28 | 1 | -0/+3 |
* | whitespace clean | Olivier Blin | 2009-10-28 | 1 | -32/+32 |
* | rename last ev2 occurence as mdv_widget | Olivier Blin | 2009-10-28 | 1 | -4/+4 |
* | factorize resized partition info creation | Olivier Blin | 2009-10-28 | 1 | -15/+15 |
* | simplify | Olivier Blin | 2009-10-28 | 1 | -2/+1 |
* | change syntax to please perl_checker | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | perl_checker fixes | Olivier Blin | 2009-10-28 | 1 | -8/+8 |
* | rename w as part_info | Olivier Blin | 2009-10-28 | 1 | -5/+4 |
* | rename ev as more specific part_widget | Olivier Blin | 2009-10-28 | 1 | -9/+8 |
* | use ugtk2 magic and separate variable for partition separator | Olivier Blin | 2009-10-28 | 1 | -6/+5 |
* | import ugtk2 wrappers | Olivier Blin | 2009-10-28 | 1 | -0/+2 |
* | no need to update req_size on allocate, only the width and ratio are changing | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | update ratio on size-allocate | Olivier Blin | 2009-10-28 | 1 | -1/+5 |
* | part and entry variables are the same, drop part | Olivier Blin | 2009-10-28 | 1 | -10/+7 |
* | use ratio variable | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | remove unused variable | Olivier Blin | 2009-10-28 | 1 | -2/+0 |
* | factorize in button_activate helper | Olivier Blin | 2009-10-28 | 1 | -8/+6 |
* | factorize in update_req_size helper | Olivier Blin | 2009-10-28 | 1 | -10/+7 |
* | factorize 0 return code in update_size_labels | Olivier Blin | 2009-10-28 | 1 | -3/+1 |
* | remove arguments to update_size_labels, they are always the same | Olivier Blin | 2009-10-28 | 1 | -7/+6 |
* | remove extra width computing, we do it at beginning of the loop now | Olivier Blin | 2009-10-28 | 1 | -1/+0 |
* | fix ratio (and thus size) estimation when resizing windows partition | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | factorize entry width computing | Olivier Blin | 2009-10-28 | 1 | -2/+3 |
* | remove broken ratio downgrading | Olivier Blin | 2009-10-28 | 1 | -5/+0 |
* | fix typo | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | fix partition width ratio computing (previous one included one extra separato... | Olivier Blin | 2009-10-28 | 1 | -1/+5 |
* | improve windows resizing when using free space from windows partition: | Olivier Blin | 2009-10-28 | 1 | -1/+10 |
* | use same default windows partition size for gtk and text installs | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | move default size in part req_size | Olivier Blin | 2009-10-28 | 1 | -1/+2 |
* | group code | Olivier Blin | 2009-10-28 | 1 | -3/+1 |
* | use last resizable fat partition in gtk mode | Olivier Blin | 2009-10-28 | 1 | -1/+1 |
* | do not "use" gtk modules, it might crash in text mode | Olivier Blin | 2009-10-28 | 1 | -3/+4 |
* | move windows part size in req_size for non-gtk install as well | Olivier Blin | 2009-10-28 | 1 | -3/+2 |
* | really ensure keeping free space for Linux partition | Olivier Blin | 2009-10-28 | 1 | -1/+1 |