summaryrefslogtreecommitdiffstats
path: root/i18npool
Commit message (Collapse)AuthorAgeFilesLines
* Related: #112623# add regression test for japanese word break rulesCaolán McNamara2012-09-192-12/+24
| | | | Change-Id: I05baf163cc00d3770b9a8b25b099ffcbd9623a2f
* ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2012-09-194-8/+8
| | | | | | ...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
* fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin2012-09-1710-77/+66
| | | | | | | | | The implementation of the LocaleData implements the optional XLocaleData4, so rather than creating a new interface for the new-style service, we simply make the service implement XLocaleData4, which in turn implements XLocaleData3, XLocaleData2, XLocaleData. Change-Id: I3e9a48b031be6b2aa5e04b376b3940b942add85a
* GCC/Clang pragma danceTor Lillqvist2012-09-141-1/+3
| | | | Change-Id: I42f9f45bffbbc74784eb78580a5b927aa3d3ffd7
* It seems gcc has -Waddress where Clang has -Wbool-conversionsTor Lillqvist2012-09-141-0/+2
| | | | Change-Id: Ic5ddaf436592c1112cb9b3a1b36d2026caddf368
* Related: #i50172# add regression test for Tamil cursoringCaolán McNamara2012-09-072-7/+17
| | | | Change-Id: I8f6c3814aa3630f5f640f611fb51ce72641715c6
* Related: #i80412# add regression test for Indic language cursoringCaolán McNamara2012-09-072-14/+21
| | | | Change-Id: Ia1cc6ade8d2122abf5469ec521b2883961121a04
* Related: #i107843# add regression test for em-dash/en-dash spell checkingCaolán McNamara2012-09-072-7/+23
| | | | Change-Id: I8d9aad9ac648aefdd1f31e09fe2ea84a698c0013
* use OUString::startsWith instead of OUString::matchCaolán McNamara2012-09-061-1/+1
| | | | Change-Id: I6b88baf83bfce1c28955b445c2c2ddd690cfed2d
* Related: fdo#54486 add some regression tests for ordinal suffixesCaolán McNamara2012-09-064-1/+139
| | | | Change-Id: Iea51d777c3cc1fdc58fa7fccfe01e4e8394e79b2
* Resolves: fdo#54486 ensure ordinal format has non-ordinal prefixCaolán McNamara2012-09-051-33/+69
| | | | | | | | | | Make sure that the ordinal format and the non-ordinal format match at the start, so that the expectation can be verified that there is some trailing "ordinal suffix" which can be extracted. I'm not at all sure that this will be true for all languages. Change-Id: Ib89a51cdd743db12bfe6e723a9acb61d9fe5e6ce
* Make autocorrect of 1st to 1 + superscripted st work againCaolán McNamara2012-09-051-1/+1
| | | | | | It surely doesn't matter if the result of normalization is unchanged Change-Id: I87dfd0dadee33897f5df4b0dc532166a8bd9d7e5
* fdo#46182: Error in Simplified to Traditional Chinese ConversionLiu Flex2012-09-041-1/+1
| | | | | | | | | | | | | | | This patch just fix the mistake in Simplified to Traditional Chinese Conversion. >From 1bb88fe0ae13733cf6269fcc442ee18bf41b21ff Mon Sep 17 00:00:00 2001 From: Flex Liu <winddss@gmail.com> Date: Tue, 4 Sep 2012 11:28:37 +0800 Subject: [PATCH] fdo#46182 Error in Simplified to Traditional Chinese Conversion fix the conversion mistake for Simplified to Traditional Chinese Committer: Flex Liu <winddss@gmail.com> modified: i18npool/source/textconversion/data/stc_char.dic
* Resolves: #i96826# request font installation on render failureCaolán McNamara2012-09-031-1/+1
| | | | | | | Use packagekit interface to request font installation when glyph fallback fails Change-Id: Idb6f5cb6971bd156d7cac0a79e240246e9e0f973
* installer: Make @noMSLocaleLangs non-global.Tim Retout2012-09-011-2/+2
| | | | Change-Id: Iae7afa53966a4f5fe3b09ce75dcefc78fd75b279
* testInit() with overrideDataPath() is obsolete nowEike Rathke2012-08-311-23/+0
| | | | Change-Id: Ic59da3ff8f86af3e74cc526b2f4c490bd144686d
* stuff in a mechanism to find the liblangtag share dir during unit testsCaolán McNamara2012-08-311-1/+2
| | | | Change-Id: Idf67c3dfbff7ee5c13831159a913ce8a517732ca
* removed nonsense incRef() in operator=()Eike Rathke2012-08-311-2/+0
| | | | Change-Id: I62e330ff47a60cc0acaf6deb3cd1011c7deb3f45
* export LanguageTag header and classCaolán McNamara2012-08-312-1/+3
| | | | Change-Id: Idaf2c48cc6f291199973fd910d3c8ddf29774c6e
* Related: #i103552# add regression test for シャットダウンCaolán McNamara2012-08-313-8/+24
| | | | Change-Id: I30117fdf70036f6df8dc494fe33a8a56d5544635
* Related: #i113785# add regression test for ligaturesCaolán McNamara2012-08-292-20/+23
| | | | Change-Id: I46fca6dc8e77571afda5ceb230dc6c93f730703d
* Resolves: fdo#38983 allow extra word boundary charactersCaolán McNamara2012-08-291-6/+1
| | | | | | | | | | | i.e. word overrides emdash and endash to be word boundary characters for the purposes of counting words. And there are some who want to treat =,- etc similarly. Default to a configuration that gives the same results as Word for word counting. Change-Id: Ia8ce6ac12011a1d6e547f11644c76163c4c993c5
* Related: #i58513# add regression test for Finnish break iterator rulesCaolán McNamara2012-08-282-7/+41
| | | | Change-Id: I5b8c1190db08f781143fd8d12b007dc05a4d6046
* fdo#52240 added D.M date acceptance pattern to [hr-HR]Eike Rathke2012-08-281-0/+1
| | | | Change-Id: I682bd186b571973acbe98a00af7f6a83ce83e9d4
* add some built in number formats for "fill in character" support in CalcJohann Messner2012-08-282-0/+12
| | | | Change-Id: Ib70b737af3628c77a72b6b8e9267ad31890597c8
* document what the three FOO_word things are forCaolán McNamara2012-08-281-0/+3
| | | | Change-Id: Ie93c06a9304fd45a1c0c10af81cc09c88baf106f
* better dependency working also for libmergedMatúš Kukan2012-08-241-5/+5
| | | | Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd
* more old module-description xml filesMatúš Kukan2012-08-2214-891/+0
| | | | Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
* restore executable permissionEike Rathke2012-08-221-0/+0
| | | | | | was lost with 2c47c9989e308ddef22066607795eb3feef9f76b Change-Id: Iee6f2caa2e934ed998c186e12a3f8b433fb64574
* fdo#35323 - fix for The standard date format for Swedish is wrongAlbert Thuswaldner2012-08-141-2/+2
| | | | Change-Id: I967b75b54a330692fb88783609e714d016506f89
* misc. cleanup.Michael Meeks2012-08-131-1/+1
|
* added AAAA-MM-DD HH:MM format code to [pt-PT]Eike Rathke2012-08-131-0/+3
| | | | Change-Id: I294c9b665a9314169515fe20b97b4558580662e9
* langtag: libxml2 only used for liblangtagEike Rathke2012-08-111-2/+1
| | | | Change-Id: I4bf7bc4f58bac7675cf694dc206e6ba119a6354e
* langtag: enable languagetag unit test againEike Rathke2012-08-111-0/+1
| | | | Change-Id: Ia2ed3dc0d0e135913c25e1c389326ee3fbc39719
* langtag: use ENABLE_LIBLANGTAG in unit testEike Rathke2012-08-113-12/+10
|
* langtag: pass system path as data path instead of file URLEike Rathke2012-08-112-7/+13
|
* Disabling CppunitTest_i18npool_test_languagetag for nowStephan Bergmann2012-08-101-1/+0
| | | | | | | | | | | | | | | | ... as it causes problems on Windows: file:///C:/lo/core/solver/wntmsci12.pro/share/liblangtag%5Clanguage-subtag-registry.xml:709: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xE5 0x6C 0x3C 0x2F <description>Norwegian Bokmål</description> Apart from the encoding issue (looks like that language-subtag-registry.xml delivered from module liblangtag is generated as MS-1252 rather than UTF-8 on Windows), what also looks worrying in the error message is the backslash encoded as %5C (and the entity resolving that URL apparently decoding it somewhat naively). Change-Id: I756f911a92b144e3732f63668d36b4ae941f975a
* Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky2012-08-102-4/+3
| | | | Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
* at least Windows needs libxml2Eike Rathke2012-08-101-0/+4
| | | | Change-Id: I97312c746e8a76af73851c474b0c6c2491c44803
* added LanguageTag unit testEike Rathke2012-08-105-70/+279
|
* region may be empty and then is a valid ISO country for our purposesEike Rathke2012-08-101-1/+2
| | | | Change-Id: I157ea5b5b32ca0664c8eec775de01958f7b55f06
* lt_tag_dump() only used to debug [-Werror=unused-function]Eike Rathke2012-08-092-2/+3
|
* WaE: unused functionTor Lillqvist2012-08-091-1/+2
| | | | Change-Id: I292de75fbc5dd83bfeefc242e8ac699ab7b6fad8
* implemented simple liblangtag replacement for iOS and AndroidEike Rathke2012-08-092-122/+408
|
* We don't want to use liblangtag on Android or iOSTor Lillqvist2012-08-072-1/+130
| | | | | | | | | We don't need GLib then either. For now just a quick dummy replacement for liblangtag in i18npool that will crash at run-time. Improve once it starts to get used, and once it is clear what functionality is needed. Change-Id: I9777c2c776dd6e479e1d6f0fb073f289ea6ff2f4
* LanguageTag Windows buildEike Rathke2012-08-061-0/+2
|
* implemented LanguageTag wrapperEike Rathke2012-08-064-1/+935
|
* Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist2012-08-022-149/+0
| | | | Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
* WaE: address of function will always evaluate to 'true'Tor Lillqvist2012-08-021-0/+8
| | | | Change-Id: I9685faf1658bac91abe348a409ec85e2421b1c49
* WaE: dangling elseTor Lillqvist2012-08-021-1/+2
| | | | Change-Id: I263d35464ceaa7374e8ca94f7e72e56ee33aab53