Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-29 | set gb_PARTIALBUILD in CustomTargets | Bjoern Michaelsen | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-29 | changed and added [pt-PT] date formats | Sérgio Marques | |
2011-11-28 | [gd-GB] partitive vs genitive case month names | Michael Bauer | |
2011-11-28 | non-preset formatindex="..." values must be >=50 | Eike Rathke | |
Explicitly mention that formatindex="..." values for formats defined additionally to the preset range must be >=50 and unique within a locale. | |||
2011-11-28 | added [an-ES] genitive month names, changed date formats, elaborated IndexKey | Juan Pablo Martínez Cortés | |
2011-11-28 | changed [ast-ES] date and currency formats | Xuacu Saturio | |
2011-11-28 | added [ru-RU] genitive case month names | Serg Bormant | |
2011-11-28 | [be-BY] lower case month names | Yury Tarasievich | |
2011-11-28 | Add genitive and partitive month names for fi_FI locale | Harri Pitkänen | |
Add genitive and partitive month names and remove hardcoded case suffixes from predefined date formats. One format incorrectly had case suffixes added to abbreviated month names. | |||
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from i18npool | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-25 | added check if locale data's usedInCompatibleFormatCodes currency is really ↵ | Eike Rathke | |
used there and fixed the cases discovered by the check ... | |||
2011-11-25 | added [pt-PT] legacyOnly currency to cope with change from Esc. to $ | Eike Rathke | |
2011-11-25 | updated Portuguese [pt-PT] locale data | Sérgio Marques | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-23 | updated Latin [la-VA] locale data | Roman Eisele | |
2011-11-23 | i18n corrections for pt-PT (dates) | Olivier Hallot | |
2011-11-23 | added Asturian [ast-ES] genitive case month names | Xuacu Saturio | |
2011-11-23 | added Gaelic (Scotland) [gd-GB] genitive case month names | Michael Bauer | |
2011-11-23 | added Belarusian [be-BY] genitive case month names | Yury Tarasievich | |
2011-11-22 | added partitive case month names | Eike Rathke | |
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names | |||
2011-11-21 | remove obsolete linkermapfile-check.awk | Eike Rathke | |
2011-11-21 | added Lithuanian [lt-LT] nominative / genitive case month names | Modestas Rimkus | |
2011-11-21 | still cygwin is not unix | Eike Rathke | |
2011-11-21 | i18npool depends on offapi | Fridrich Štrba | |
2011-11-20 | hopefully gb_Executable_EXT_for_build does it | Eike Rathke | |
2011-11-20 | change OUTDIR to OUTDIR_FOR_BUILD for cross-compilation | Eike Rathke | |
2011-11-19 | clocaledata is a char array, so can use RTL_CONSTASCII_foo | Caolán McNamara | |
2011-11-19 | add narrow (one letter) month names | Eike Rathke | |
While introducing Calendar2 and the XCalendar3 interface anyway, as well the "one letter" narrow month names sometimes needed in calendaring can be added. These are not always the first capitalized letters of the months in all locales, and might even not necessarily be just one character. Introduces a new struct css::i18n::Calendar2 that is not derived from css::i18n::Calendar because it uses a new struct css::i18n::CalendarItem2 to hold the NarrowName elements. In locale data the elements DaysOfMonth, MonthsOfYear and GenitiveMonths now have an optional element DefaultNarrowName. If not specified, the first character of DefaultFullName is taken. LocaleDataWrapper and CalendarWrapper use and return the new Calendar2 and sequences of CalendarItem2 structs. Application code adapted. The number formatter now displays narrow month names (genitive if applicable) for the MMMMM code, previously it displayed the first 16 bit code point of the full name (not even utf-16 aware). Narrow day names currently are not used, except in svtools' Calendar control. | |||
2011-11-19 | implement possessive genitive case month names locale data API | Eike Rathke | |
2011-11-19 | let's have some sensible indentation | Eike Rathke | |
2011-11-19 | squeeze some duplicated code | Eike Rathke | |
2011-11-19 | implement possessive genitive case month names locale data | Eike Rathke | |
New optional element GenitiveMonths within the Calendar element, after MonthsOfYear. If not specified, the MonthsOfYear elements are taken. | |||
2011-11-19 | generated locale data .cxx depends on saxparser generator | Eike Rathke | |
2011-11-19 | adapt doctype url to reality | Eike Rathke | |
2011-11-17 | Do build cpputools also for non-DESKTOP OSes, needed for bridgetest | Tor Lillqvist | |
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-11 | Make .component files directly usable within UNO_SERVICES. | Stephan Bergmann | |
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk. | |||
2011-11-10 | New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous. | Stephan Bergmann | |
2011-11-03 | Follow UAX-29 and present user-perceived character counts | Caolán McNamara | |
Not a count of code-units, nor a count of code-points, but try and follow http://unicode.org/reports/tr29/ and present the grapheme count. Add a few representative tests to try and avoid gotchas. | |||
2011-10-23 | no need for SRCDIR parameter here | Matúš Kukan | |
2011-10-21 | expose an API to map from UScriptCode to i18n::ScriptType | Caolán McNamara | |
2011-10-10 | add Pali language (Latin script) - fdo#41599 | Andras Timar | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | adapt i18npool unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | |
2011-10-04 | Fix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE). | Jan Holesovsky | |
2011-10-04 | WaE: possible loss of data, assignment within conditional expression | Tor Lillqvist | |