gparted/src
Bart Hakvoort 4438e3264e Removed bool Get_Any_Busy() in favor of public bool busy which is set in
* include/Device.h,
  src/Device.cc: Removed bool Get_Any_Busy() in favor of public bool busy which is set in gparted_core.
  This also fixed a small bug with incorrect mountdetection of logical partitions.
  Also added a Reset() function to properly reset the contents of a device. to zero/empty .
* include/GParted_Core.h,
  src/GParted_Core.cc: 'busyness' of a device is now determined in get_devices().
  Renamed get_partitions() to set_device_partitions to reflect its proper function.
  When a new partition is created to contain a copied filesystem the size is now properly set. This fixes
  a very annoying bug which no one knew about except for me =) .
* src/Win_GParted.cc: use boolean busy from device instead of Get_Any_Busy() .
2004-11-19 11:55:38 +00:00
..
.cvsignore Initial revision 2004-09-19 20:24:53 +00:00
Device.cc Removed bool Get_Any_Busy() in favor of public bool busy which is set in 2004-11-19 11:55:38 +00:00
Dialog_About.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Dialog_Base_Partition.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Dialog_Partition_Copy.cc removed inheritance from sigc::trackable. (this is already done by 2004-10-08 19:53:35 +00:00
Dialog_Partition_Info.cc codecleanups.. Hey! i was bored :P 2004-10-23 10:41:17 +00:00
Dialog_Partition_New.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Dialog_Partition_Resize_Move.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Dialog_Progress.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
FileSystem.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Frame_Resizer_Base.cc make use of reference arguments instead of return values in some 2004-11-07 13:13:11 +00:00
Frame_Resizer_Extended.cc cosmetics (mostly tabfixes) 2004-10-01 21:09:19 +00:00
GParted_Core.cc Removed bool Get_Any_Busy() in favor of public bool busy which is set in 2004-11-19 11:55:38 +00:00
Makefile.am P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Operation.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
Partition.cc instead of listing all partition in one list, logical partitions are now 2004-11-06 11:55:03 +00:00
TreeView_Detail.cc make use of reference arguments instead of return values in some 2004-11-07 13:13:11 +00:00
VBox_VisualDisk.cc make use of reference arguments instead of return values in some 2004-11-07 13:13:11 +00:00
Win_GParted.cc Removed bool Get_Any_Busy() in favor of public bool busy which is set in 2004-11-19 11:55:38 +00:00
ext2.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
ext3.cc availability of 'tune2fs' command wasn't detected correctly. fixed make 2004-11-17 14:12:18 +00:00
fat16.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
fat32.cc availability of 'tune2fs' command wasn't detected correctly. fixed make 2004-11-17 14:12:18 +00:00
linux_swap.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00
main.cc enabled support for reiserfs 2004-10-06 15:32:40 +00:00
reiserfs.cc P) It still needs a lot of love, but the foundations are laid =) 2004-11-17 13:00:25 +00:00