haiku/headers/os/locale
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
..
Catalog.h Rework the handling of catalog loading in locale kit : 2011-10-31 08:57:09 +00:00
Collator.h * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
Country.h * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
Currency.h
DateFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
DateTimeFormat.h * style adjustments 2010-08-29 20:40:15 +00:00
DurationFormat.h * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
FloatFormat.h
FloatFormatImpl.h
FloatFormatParameters.h
Format.h * reintroduced be_locale as global information point for the current locale 2010-08-29 20:55:00 +00:00
FormatImpl.h
FormatParameters.h
FormattingConventions.h * add predicate FormattingConventions::AreCountrySpecific() 2011-08-21 17:18:31 +00:00
GenericNumberFormat.h
IntegerFormat.h
IntegerFormatImpl.h
IntegerFormatParameters.h
Language.h * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
Locale.h Work on #7947 (CalendarView not respecting locale's start of week) 2011-09-07 21:41:57 +00:00
LocaleRoster.h * Added BLanguage::GetIcon(), and BLocaleRoster::GetFlagIconForLanguage(). The 2011-05-25 17:09:30 +00:00
LocaleStrings.h
NumberFormat.h
NumberFormatImpl.h
NumberFormatParameters.h
TimeFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
TimeUnitFormat.h * update (not-so-)optional package ICU to 4.8.1, which contains interesting stuff 2011-08-18 22:13:06 +00:00
TimeZone.h * minor formatting cleanup 2011-08-20 20:36:41 +00:00
UnicodeChar.h