CIA.vc
bgroff
Real-time open source activity stats
Stats » Authors » bgroff
informationsyndicateUTC clock
03:37 on May 28, 2012
event counters
The last message was received 1.59 years ago at 03:39 on Oct 24, 2010
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
10 messages since the first one, 2.8 years ago, for an average of 3.4 months between messages
recent messages
dateReversed sort columnprojectcontentlink
03:39 on Oct 24, 2010OpenBeOS
Commit by bgroff :: r39115 /haiku/trunk/ (22 files in 6 dirs):

DriveSetup:

  • File system is now only displayed when the partition actually has a filesystem.
  • Now checks if the DiskSystem supports initializing.
  • Updated the *ParamsPanels, as well as, the Disk System add-ons to use the new storage api changes (see below). Storage Kit:
  • Simplified the parameters editor system. Now all parameter editor requests go through a single function, GetParameterEditor, and pass a B_PARAMETER_EDITOR_TYPE to request a particular parameter editor.
  • Moved DiskDeviceAddOnManager.h to the headers directory, as it is now required by InitParamsPanel.
#
20:17 on Oct 17, 2010OpenBeOS
Commit by bgroff :: r38991 /haiku/trunk/src/apps/drivesetup/MainWindow.cpp:
Re-worded initialization's alert box text.
#
09:41 on Oct 17, 2010OpenBeOS
Commit by bgroff :: r38987 /haiku/trunk/src/ (2 files in 2 dirs):

  • Adds parameters column to DriveSetup.
  • Parse and display "active" parameter. Fixes ticket: #4417
  • Removes const declaration in PartitionMap::Check.
#
07:24 on Oct 15, 2010OpenBeOS
Commit by bgroff :: r38970 /haiku/trunk/src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp:

  • Truncate the previous partition if the current partition's offset lies within the previous partitions area.
  • Fixed spelling mistake.
#
22:22 on Aug 21, 2009OpenBeOS
Commit by bgroff :: r32591 /haiku/trunk/src/add-ons/disk_systems/intel/ (ExtendedPartitionAddOn.cpp Jamfile):

  • Added parameter parsing to the userland side.
  • Added support for logical partition headers in partitioning info.
#
22:19 on Aug 21, 2009OpenBeOS
Commit by bgroff :: r32590 /haiku/trunk/src/add-ons/kernel/partitioning_systems/intel/ (intel.cpp write_support.cpp):

  • Added parameter passing to/from the kernel to userland.
  • Removed dependency on deprecated ep_validate_create_child()
  • Removed hard coded sector size.
  • Style cleanup.
#
13:55 on Aug 13, 2009OpenBeOS
Commit by bgroff :: r32311 /haiku/trunk/src/apps/drivesetup/MainWindow.cpp:
Revert back Mount menu item. One should be able to mount disk devices that contain raw filesystems.
#
12:23 on Aug 13, 2009OpenBeOS
Commit by bgroff :: r32307 /haiku/trunk/src/apps/drivesetup/MainWindow.cpp:

Updated menu changes.

  • Disable Init menu for partitions that are read only, or have no media (ie. empty cdrom)
  • Disable Delete menu for partitions that are devices.
  • Disable Mount menu for partitions that are devices.
#
08:38 on Aug 13, 2009OpenBeOS
Commit by bgroff :: r32298 /haiku/trunk/src/system/kernel/disk_device_manager/disk_device_manager.cpp:

  • Cleaned up pointer style
  • Added new line that was missing from previous commit.
#
22:28 on Aug 10, 2009OpenBeOS
Commit by bgroff :: r32235 /haiku/trunk/ (10 files in 4 dirs):

  • Added open_partition to disk_device_manager
  • Rewrote PartitionMapWriter
  • Updated style to match current style guide for the intel partitioning system.
#