haiku/headers/private/storage
Axel Dörfler 06ba3f0acb * Added two new ways to retrieve an icon from a device:
- B_GET_ICON_NAME: returns the name of an icon. This will then be read from
    a predefined location on disk (not yet implemented). This would also allow
    to add specifiers like "-boot", or "-fat|bfs|ntfs|...", and have special
    icons for those.
  - B_GET_VECTOR_ICON: retrieves the vector icon of a device, if any.
* get_device_icon(BBitmap*, ...) now supports other color spaces than B_CMAP8.
* Added get_device_icon(), BPartition::GetIcon(), and BVolume::GetIcon()
  variants that can also retrieve the icon data directly (like
  BNodeInfo::GetIcon()).
* Reenabled the previous BPartition::GetIcon(), based on a patch by
  Justin O'Dell - this fixes #1391.
* Tracker's MountMenu class now uses B_RGBA32 icons, instead of B_CMAP8.
* Added vector icon to scsi_disk, and scsi_cd. The former doesn't have any
  special removable icon, though.
* Header cleanup, added/updated license, whitespace cleanup.
* Marked deprecated/obsolete driver ioctls in Drivers.h.
* Removed OpenBeOS namespace in the headers I touched that still had them.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27001 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-17 11:27:07 +00:00
..
mime bonefish+mmlr: 2008-01-11 22:45:06 +00:00
sniffer Moved CharStream class out of Parser.{h,cpp} and into its own file 2002-11-08 00:38:35 +00:00
AddOnMonitor.h header for simple AddOnMonitor BLooper subclass to run an AddOnMonitorHandler 2004-02-01 05:50:56 +00:00
AddOnMonitorHandler.h basic interface 2004-02-01 05:50:00 +00:00
DiskDevice.h * Removed the BDiskDeviceJob class. Jobs won't be generated and executed 2007-10-17 22:56:23 +00:00
DiskDeviceList.h * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
DiskDevicePrivate.h Fixed GCC 4 warnings. 2006-10-13 10:35:04 +00:00
DiskDeviceRoster.h * Added BDiskSystem::ShortName() and everything needed to get it there. 2008-05-10 11:44:00 +00:00
DiskDeviceTypes.h * Renamed "EFI GUID Partition Table" to "EFI GUID Partition Map" to be consistent 2007-07-05 19:41:47 +00:00
DiskDeviceVisitor.h fixed typo 2007-04-12 18:11:11 +00:00
DiskScannerAddOn.h * Moved to the private headers. 2003-02-22 23:45:47 +00:00
DiskSystem.h * Added BDiskSystem::ShortName() and everything needed to get it there. 2008-05-10 11:44:00 +00:00
DiskSystemAddOn.h * Moved GetNextSupportedType() and IsSubSystemFor() from 2007-10-17 01:01:49 +00:00
Elf.h
Exception.h
MimeTypes.h Some additional standard MIME types in the Be world. 2004-03-10 13:40:35 +00:00
MutablePartition.h * The BMutablePartition setters adjust the change flags accordingly. 2007-10-31 17:02:52 +00:00
NodeMonitorHandler.h untested version 2004-01-29 00:24:03 +00:00
OffsetFile.h
Partition.h * Added two new ways to retrieve an icon from a device: 2008-08-17 11:27:07 +00:00
PartitioningInfo.h * added a PrintToStream() method 2008-02-02 12:38:15 +00:00
PathMonitor.h * TRACE macro no longer needs double parenthesis. 2008-08-11 20:02:59 +00:00
Pef.h
QueryPredicate.h
ResourceFile.h
ResourceItem.h
ResourcesContainer.h
ResourcesDefs.h
storage_support.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00