summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/hd_gtk.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (add_kind2notebook) add spacingThierry Vignaud2008-08-131-2/+2
* (per_entry_action_box) remove now useless frameThierry Vignaud2008-08-131-2/+1
* (add_kind2notebook) simplify after latest commitThierry Vignaud2008-08-131-2/+1
* (add_kind2notebook) move action button box to rightThierry Vignaud2008-08-131-2/+5
* (filesystems_button_box) move fs type label as a tipThierry Vignaud2008-08-131-1/+1
* (filesystems_button_box) simplify using mygtk2 (needed for next commit)Thierry Vignaud2008-08-131-3/+3
* (main) align action label to the leftThierry Vignaud2008-08-131-1/+1
* (main) update action menuThierry Vignaud2008-08-131-1/+1
* (main,add_kind2notebook) move the filesystem type bar below the list ofThierry Vignaud2008-08-131-1/+1
* (main,per_entry_action_box) move the action label at top of dialogThierry Vignaud2008-08-131-1/+2
* (per_entry_action_box) add spacing between action buttonsThierry Vignaud2008-08-131-1/+1
* stop setting banner icon now we do not display them anymoreThierry Vignaud2008-07-291-1/+1
* - diskdrake:Pascal Rigaux2008-03-131-1/+1
* - diskdrake:Pascal Rigaux2007-12-041-2/+0
* add support for ext4Thierry Vignaud2007-11-061-2/+2
* (createOrChangeType) this action is only availlable in expert mode thus addin...Thierry Vignaud2007-11-051-1/+1
* (interactive_help) fix displaying help (#33994)Thierry Vignaud2007-09-261-1/+2
* fix help button (#33684)Pascal Rigaux2007-09-171-2/+1
* diskdrake: fix color of "Empty" in the legend (#32980)Pascal Rigaux2007-08-301-1/+1
* - diskdrakePascal Rigaux2007-08-271-2/+5
* - diskdrakePascal Rigaux2007-08-271-1/+1
* - diskdrake:Pascal Rigaux2007-08-231-2/+2
* re-sync after the big svn lossPascal Rigaux2007-04-251-11/+35
* typo fixThierry Vignaud2005-11-301-1/+1
* set title & icon of banner for most partitionning stepsThierry Vignaud2005-11-291-1/+1
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-101-3/+1
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-101-1/+0
* fix the various transient on {rwindow} (or even {window} ?) not working anymo...Pascal Rigaux2005-01-221-1/+1
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-181-1/+1
* create isEmpty() and use it instead of simply testing {pt_type}, since {pt_ty...Pascal Rigaux2004-11-161-6/+6
* use ToggleButton instead of Button so that selected partition is visually tog...Pascal Rigaux2004-10-271-5/+18
* - switch to mdadm (instead of raidtools)Pascal Rigaux2004-08-081-1/+1
* many functions in fsedit don't modify anything, they are simply accessors.Pascal Rigaux2004-08-031-4/+3
* - add field {fs_type} partially replacing {pt_type}Pascal Rigaux2004-07-271-10/+10
* replace pt_type2name($part->{pt_type}) with part2name($part)Pascal Rigaux2004-07-231-1/+1
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-12/+12
* rename is_same_part to are_same_partitions (not that much clear, but at least...Pascal Rigaux2004-06-151-1/+1
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
* typo fixes (Reinout van Schouwen)Thierry Vignaud2004-02-231-1/+1
* spell checkingPablo Saratxaga2004-01-171-1/+1
* require resize_fat::main when needed (fix bug #5204)Pascal Rigaux2003-09-031-1/+0
* use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some widget...Pascal Rigaux2003-08-101-1/+1
* remove stock icons (per IHM team request)Pascal Rigaux2003-08-051-1/+1
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-5/+5
* increase gui coherency of drakxtools vs other gtk+ apps: use stock iconsThierry Vignaud2003-07-061-1/+1
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-4/+4
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* - let diskdrake fit when embedded in mccThierry Vignaud2003-03-121-1/+1
* - in focus_in_event for partition buttons, grab_focus is needed because gtk2 ...Pascal Rigaux2003-03-041-2/+2
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-3/+1