| Commit message (Expand) | Author | Age | Files | Lines |
* | - move functions using /proc/partitions out of fsedit to fs::proc_partitions | Pascal Rigaux | 2005-06-10 | 1 | -3/+1 |
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
* | fix the various transient on {rwindow} (or even {window} ?) not working anymo... | Pascal Rigaux | 2005-01-22 | 1 | -1/+1 |
* | add some ";", remove some ";", as told by perl_checker | Pascal Rigaux | 2004-11-18 | 1 | -1/+1 |
* | create isEmpty() and use it instead of simply testing {pt_type}, since {pt_ty... | Pascal Rigaux | 2004-11-16 | 1 | -6/+6 |
* | use ToggleButton instead of Button so that selected partition is visually tog... | Pascal Rigaux | 2004-10-27 | 1 | -5/+18 |
* | - switch to mdadm (instead of raidtools) | Pascal Rigaux | 2004-08-08 | 1 | -1/+1 |
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 1 | -4/+3 |
* | - add field {fs_type} partially replacing {pt_type} | Pascal Rigaux | 2004-07-27 | 1 | -10/+10 |
* | replace pt_type2name($part->{pt_type}) with part2name($part) | Pascal Rigaux | 2004-07-23 | 1 | -1/+1 |
* | big renaming of field {type} to {pt_type}, | Pascal Rigaux | 2004-07-05 | 1 | -12/+12 |
* | rename is_same_part to are_same_partitions (not that much clear, but at least... | Pascal Rigaux | 2004-06-15 | 1 | -1/+1 |
* | perl now handle cleanly utf8 string in exceptions, no need to die \N("...") | Pascal Rigaux | 2004-04-05 | 1 | -1/+1 |
* | typo fixes (Reinout van Schouwen) | Thierry Vignaud | 2004-02-23 | 1 | -1/+1 |
* | spell checking | Pablo Saratxaga | 2004-01-17 | 1 | -1/+1 |
* | require resize_fat::main when needed (fix bug #5204) | Pascal Rigaux | 2003-09-03 | 1 | -1/+0 |
* | use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some widget... | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
* | switch from gtk2-perl to gtk2-perl-xs | Thierry Vignaud | 2003-07-09 | 1 | -5/+5 |
* | increase gui coherency of drakxtools vs other gtk+ apps: use stock icons | Thierry Vignaud | 2003-07-06 | 1 | -1/+1 |
* | perl_checker adaptations + fixes | Pascal Rigaux | 2003-04-24 | 1 | -4/+4 |
* | new perl_checker compliance | Pascal Rigaux | 2003-04-17 | 1 | -2/+2 |
* | - let diskdrake fit when embedded in mcc | Thierry Vignaud | 2003-03-12 | 1 | -1/+1 |
* | - in focus_in_event for partition buttons, grab_focus is needed because gtk2 ... | Pascal Rigaux | 2003-03-04 | 1 | -2/+2 |
* | - clean up embedding; since socket get automatically destroyed on child exit | Thierry Vignaud | 2003-02-24 | 1 | -3/+1 |
* | to workaround perl bug removing UTF8 flag when passing scalars to die's, pass | Guillaume Cottenceau | 2003-02-19 | 1 | -1/+1 |
* | fix help popping all the time | Pascal Rigaux | 2003-02-17 | 1 | -1/+1 |
* | - factorize "Help"-button handling | Pascal Rigaux | 2003-02-16 | 1 | -1/+1 |
* | - set_help is deprecated | Pascal Rigaux | 2003-02-13 | 1 | -4/+4 |
* | add "Help" button | Pascal Rigaux | 2003-02-06 | 1 | -0/+3 |
* | (filesystems_button_box): in the caption write "Windows" instead of "FAT" | Pascal Rigaux | 2003-02-06 | 1 | -2/+2 |
* | handle pop_it more nicely: no need to precise pop_it when the wizard window a... | Pascal Rigaux | 2003-01-31 | 1 | -1/+0 |
* | add isFat_or_NTFS() and use it where possible instead of isFat() since Windows | Pascal Rigaux | 2003-01-30 | 1 | -3/+2 |
* | don't set $::main_window during install | Pascal Rigaux | 2003-01-29 | 1 | -1/+1 |
* | diskdrake: when non embedded, ensure sub window are modal | Thierry Vignaud | 2003-01-27 | 1 | -0/+1 |
* | fix ugly global setting of $ugtk2::pop_it | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | use "if any" instead of "if grep", and various other occurences of "any", "ev... | Pascal Rigaux | 2003-01-07 | 1 | -1/+1 |
* | when clicking on one of the legend buttons together with an existing partition | Pascal Rigaux | 2002-12-12 | 1 | -4/+1 |
* | - handle more locally "Reload partition table" (esp. without using setstep) | Pascal Rigaux | 2002-12-09 | 1 | -4/+6 |
* | remove unused variables or rename them with an underscore (eg: $o becomes $_o) | Pascal Rigaux | 2002-12-04 | 1 | -3/+2 |
* | gtk2 | Guillaume Cottenceau | 2002-12-03 | 1 | -30/+30 |
* | make perldoc working | Thierry Vignaud | 2002-11-19 | 1 | -0/+3 |
* | - add/remove spaces to make perl_checker happy | Pascal Rigaux | 2002-11-14 | 1 | -1/+1 |
* | replace "_" with "N" and "__" with "N_" | Pascal Rigaux | 2002-11-06 | 1 | -17/+17 |
* | nicer error message when no devices are available (esp. for standalone) | Pascal Rigaux | 2002-08-27 | 1 | -1/+1 |
* | rename LVMname to VG_name | Pascal Rigaux | 2002-08-11 | 1 | -1/+1 |
* | make new perl_checker happy (and that's not easy!) | Pascal Rigaux | 2002-07-31 | 1 | -3/+3 |
* | g Move 2: partition table: hierarchy | Thierry Vignaud | 2002-07-23 | 1 | -1/+1 |
* | do not display "Clear all" (and the other per kind buttons) for the raid tab | Pascal Rigaux | 2002-07-08 | 1 | -0/+3 |
* | s/check_type/diskdrake::interactive::check_type/ | Pascal Rigaux | 2002-07-06 | 1 | -1/+1 |