haiku/headers/os/locale
Oliver Tappe 38ac8def5a Largish cleanup sweep concerning the Locale Kit (sorry it got so big):
* refactored private/mutable stuff out of LocaleRoster into MutableLocaleRoster
* moved management of Locale/Time settings file and broadcasting of any changes 
  out of preflets and into MutableLocaleRoster
* added proper sorting to the listviews of the Locale preflet
* the Time preflet no longer overlaps long timezone names into the actual time
* several fixes with respect to leaking ICU objects, esp. in BCountry
* the locale roster no longer passes out references to its own BCountry object,
  but uses copies, instead - this makes locking superfluous, as the clients'
  BCountry objects can no longer be changed by the setting a new default 
  country in the locale roster
* removed pretty useless POSIX-style symbol fetching from BCountry - if we
  need that at all, it should live in the dedicated formatter classes
* adjusted readonlybootprompt, dstcheck and Deskbar to the changed Locale API
* refactored existing Time-formatter into TimeUnitFormat and DurationFormat
  (the latter of which is now used by AboutSystem)
* added stubs for Date, DateTime and Time formatters
* lots of coding style fixes throughout the Locale Kit and the Locale and Time 
  preflets
This will probably break most external apps making use of the Locale Kit - it
does break WebPositive.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37831 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-01 20:28:19 +00:00
..
Catalog.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
Collator.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
Country.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
Currency.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
DateFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
DateTimeFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
DurationFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
FloatFormat.h * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
FloatFormatImpl.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
FloatFormatParameters.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
Format.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
FormatImpl.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
FormatParameters.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
GenericNumberFormat.h * applied several fixes to make locale kit buildable with gcc4, too 2009-05-02 13:44:35 +00:00
IntegerFormat.h * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
IntegerFormatImpl.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
IntegerFormatParameters.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
Language.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
Locale.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
LocaleRoster.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
LocaleStrings.h * reintegrated gsoc-locale-kit branch into trunk - there's more 2009-09-18 22:23:34 +00:00
NumberFormat.h * Improve the test for TimeFormat (style and error checking) 2010-02-17 15:35:28 +00:00
NumberFormatImpl.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
NumberFormatParameters.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00
TimeFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
TimeUnitFormat.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
TimeZone.h Largish cleanup sweep concerning the Locale Kit (sorry it got so big): 2010-08-01 20:28:19 +00:00
UnicodeChar.h Applied patch by PulkoMandy, adjusted and extended by myself: 2009-05-01 21:56:16 +00:00