haiku/headers/os
Adrien Destugues 54fad654ce Rework the handling of catalog loading in locale kit :
Instead of computing the mime signature and giving this to the catalog system,
give an entry_ref instead. The default catalog add-on can thus look at the
right place when searching local catalogs (embedded as resources, or stored
as files next to the executable.
  * This allows different versions of the same app to each have their own
catalog set,
  * And also make the embedded/local catalog searching work for add-ons and
libs, instead it only worked for apps because of a getAppInfo call.

Fix cpufrequency to make use of it properly (that wouldhave worked without the
change, but nowit's mandatory, since loading a catlog by mimesignature is not
possible anymore).

Should fix #8037.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43021 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-10-31 08:57:09 +00:00
..
add-ons - Partial downloaded messages are now opened by Mail and not by the mail daemon. Mail request the body fetch and get notified when the daemon is done. During this time the Mail window title is showing "Downloading: subject". This fixes #7256. 2011-03-03 09:05:04 +00:00
app Changed sReplyPortInUse type from long to int32, so it be used with 2011-06-14 11:25:37 +00:00
arch
be_apps Applied slightly reworked and updated patch from ticket #1576 2011-10-29 15:38:20 +00:00
bluetooth Fix #6373, second try 2010-08-19 15:29:02 +00:00
device Revert r42812. As pointed by Michael, one can use 2011-10-24 21:02:14 +00:00
drivers Reverted r42958 as it is broken and I completely forgot to compile before 2011-10-29 15:51:04 +00:00
game Header was not self-containing. 2011-08-28 13:47:07 +00:00
interface Apply the patch by jscipione on ticket #7994. 2011-10-29 21:51:43 +00:00
kernel * Introduced new fs_lopen_attr_dir() function that opens the attribute 2011-08-10 21:08:00 +00:00
locale Rework the handling of catalog loading in locale kit : 2011-10-31 08:57:09 +00:00
mail Define B_MAIL_DAEMON_SIGNATURE and use it instead of hardcoding the signature everywhere. 2011-10-29 16:21:17 +00:00
media * Change the signature of the Writer plugins setup methods such 2010-10-20 21:36:23 +00:00
midi
midi2
net * Remove the BNetworkDevice::AddPersistentNetwork() again and instead introduce 2011-10-09 19:56:19 +00:00
opengl Added a GetGLProcAddress() method to BGLView. 2010-09-08 10:01:37 +00:00
package * fix value of all enumeration types that are stored as part of a 2011-02-15 18:33:19 +00:00
storage Apply patch for ticket #8008: 2011-10-29 22:02:52 +00:00
support Add MoveItem method to easily move a item within a list. Fix line limit. 2011-07-24 23:49:30 +00:00
translation
AppKit.h
Be.h
BeBuild.h Update trunk version to post-Alpha3 since the latter has now been branched. 2011-05-16 21:53:38 +00:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
LocaleKit.h One more monster commit (sorry ...) concerning the Locale Kit: 2010-10-24 12:57:55 +00:00
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h Added the new headers to the NetworkKit.h all-in-one header. 2010-10-27 14:16:19 +00:00
OpenGLKit.h
StorageKit.h
SupportKit.h
TranslationKit.h