Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resize disk graphical description when resizing diskdrake | Pascal Terjan | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | rewrite partitionning wizard to look better in gtk (not perfect yet) | Pascal Terjan | 2009-10-05 | 1 | -4/+9 |
| | |||||
* | Add dmcrypt in the type list in "specification" | Pascal Terjan | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | (interactive_help) fix displaying help at install time | Thierry Vignaud | 2009-04-22 | 1 | -2/+1 |
| | |||||
* | diskdrake: display label in the graphical view when no mountpoint is set | Pascal Terjan | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | diskdrake: don't crash when creating a partition in LVM with the partition ↵ | Pascal Terjan | 2009-03-10 | 1 | -1/+1 |
| | | | | type buttons (#38078) | ||||
* | Try to get more info on #45850 | Pascal Terjan | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | - ext4dev is now stable and called ext4 in 2.6.28+ | Pascal Terjan | 2009-01-05 | 1 | -2/+2 |
| | |||||
* | fix/adjust some help pages (#42986) | Thierry Vignaud | 2008-09-30 | 1 | -1/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2008-09-18 | 1 | -2/+11 |
| | | | | | o handle partitions encrypted with cryptsetup | ||||
* | (per_entry_action_box) fix crashing when using 'strict' pragma | Thierry Vignaud | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | (main) add a separator | Thierry Vignaud | 2008-09-15 | 1 | -0/+1 |
| | |||||
* | better layout for bottom button bar | Thierry Vignaud | 2008-09-15 | 1 | -3/+7 |
| | |||||
* | split button bars into 3 bars | Thierry Vignaud | 2008-09-15 | 1 | -5/+11 |
| | |||||
* | remove ending "!" from "Read carefully!" | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | (create_buttons4partitions) fix too large partition bar (#43073) by sizing ↵ | Thierry Vignaud | 2008-09-08 | 1 | -1/+1 |
| | | | | the partitions bar on file system type bar's width | ||||
* | (get_action_box_size) create it out of add_kind2notebook() (needed for next ↵ | Thierry Vignaud | 2008-09-08 | 1 | -1/+5 |
| | | | | commit) | ||||
* | (main) improve GUI by adding spacing between buttons | Thierry Vignaud | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | (create_boxradio,create_box_with_title,create_widget,get_label_width,main,re ↵ | Thierry Vignaud | 2008-09-02 | 1 | -0/+1 |
| | | | | | | | allyChooseDesktop) explain infamous 6 years old gnome bug #101968 workarounds | ||||
* | (general_action_box) use new style button for "Help" | Thierry Vignaud | 2008-09-01 | 1 | -1/+1 |
| | |||||
* | - configure vga=785 (640x480) when vga=788 (800x600) fails during install | Pascal Rigaux | 2008-08-28 | 1 | -3/+0 |
| | | | | | | | | | (useful on 800x480 netbooks) other solutions could be: - ensure gfxboot choose 785 when it detects 788 is not available - ensure kernel tries 785 when 788 fails | ||||
* | (filesystems_button_box) add more space between filesystem buttons | Thierry Vignaud | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | (main) properly size widget (infamous gnome bug #101968) | Thierry Vignaud | 2008-08-27 | 1 | -0/+1 |
| | |||||
* | (main) render title as blue | Thierry Vignaud | 2008-08-27 | 1 | -1/+3 |
| | |||||
* | (main) ensure we initialize only once but at least one, thus fixing | Thierry Vignaud | 2008-08-22 | 1 | -4/+6 |
| | | | | | crash when embedded or in installer (#43011) | ||||
* | (add_kind2notebook) increase default width of buttons so that they fit in ↵ | Thierry Vignaud | 2008-08-21 | 1 | -1/+1 |
| | | | | expert mode | ||||
* | (main) ensure partitions bar is properlyz size on first display (#24410) | Thierry Vignaud | 2008-08-21 | 1 | -1/+6 |
| | |||||
* | (create_buttons4partitions) adjust ratio after latest commit which | Thierry Vignaud | 2008-08-21 | 1 | -1/+1 |
| | | | | | fixed width computing | ||||
* | (create_buttons4partitions) fix sizing partitions bar (#24410): we | Thierry Vignaud | 2008-08-21 | 1 | -1/+1 |
| | | | | | | were sizing width of the box according to window's heigh instead of window's width... | ||||
* | (per_entry_action_box) do not show any relief around scrolled window for | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | | | | | action buttons | ||||
* | (add_kind2notebook) add spacing | Thierry Vignaud | 2008-08-13 | 1 | -2/+2 |
| | |||||
* | (per_entry_action_box) remove now useless frame | Thierry Vignaud | 2008-08-13 | 1 | -2/+1 |
| | |||||
* | (add_kind2notebook) simplify after latest commit | Thierry Vignaud | 2008-08-13 | 1 | -2/+1 |
| | |||||
* | (add_kind2notebook) move action button box to right | Thierry Vignaud | 2008-08-13 | 1 | -2/+5 |
| | |||||
* | (filesystems_button_box) move fs type label as a tip | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | (filesystems_button_box) simplify using mygtk2 (needed for next commit) | Thierry Vignaud | 2008-08-13 | 1 | -3/+3 |
| | |||||
* | (main) align action label to the left | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | (main) update action menu | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | (main,add_kind2notebook) move the filesystem type bar below the list of | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | | | | | partitions | ||||
* | (main,per_entry_action_box) move the action label at top of dialog | Thierry Vignaud | 2008-08-13 | 1 | -1/+2 |
| | |||||
* | (per_entry_action_box) add spacing between action buttons | Thierry Vignaud | 2008-08-13 | 1 | -1/+1 |
| | |||||
* | stop setting banner icon now we do not display them anymore | Thierry Vignaud | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2008-03-13 | 1 | -1/+1 |
| | | | | | | o graphical error message when "No hard drives found" (#38699) (otherwise drakbug will catch it and suggest to report a bug...) | ||||
* | - diskdrake: | Pascal Rigaux | 2007-12-04 | 1 | -2/+0 |
| | | | | | | o drop "Undo", "Restore partition table", "Save partition table" (preparing to switch to libparted) | ||||
* | add support for ext4 | Thierry Vignaud | 2007-11-06 | 1 | -2/+2 |
| | |||||
* | (createOrChangeType) this action is only availlable in expert mode thus ↵ | Thierry Vignaud | 2007-11-05 | 1 | -1/+1 |
| | | | | adding an hint | ||||
* | (interactive_help) fix displaying help (#33994) | Thierry Vignaud | 2007-09-26 | 1 | -1/+2 |
| | |||||
* | fix help button (#33684) | Pascal Rigaux | 2007-09-17 | 1 | -2/+1 |
| | | | | | (still no help displayed though) | ||||
* | diskdrake: fix color of "Empty" in the legend (#32980) | Pascal Rigaux | 2007-08-30 | 1 | -1/+1 |
| | |||||
* | - diskdrake | Pascal Rigaux | 2007-08-27 | 1 | -2/+5 |
| | | | | | o fix coloring "Other" partitions (#32845) |