summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)Author
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17fdo#54232 set encoding of Romanian MSI tables to UTF-8Andras Timar
Change-Id: I0604998e5019757c47050e4f94b1feb1b847cfca
2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar
we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
2012-09-14trim leading (and trailing) spaces when extracting help stringAndras Timar
and put leading spaces back on merge. It will result in cleaner strings in .po files, and indentation of Basic code examples will be kept more easily. Change-Id: Icdd5cb94069f506ed0b7edf7483ccfd139f296aa
2012-09-11Make update_tree.pl work with internal xmllintStephan Bergmann
Change-Id: I5985e484ffd031e0526c2de7765df113b51bb7e8
2012-09-10add help.tree files to extensions' helpBence Babati
Change-Id: I2decf0178dea2722a752291f21e97cae4aab8074
2012-09-07-Werror,-Wunused-functionStephan Bergmann
Change-Id: I6736d1295a662527e2bfd12cfbebc0ef4634b397
2012-09-06fdo#52246 let helpex use gsicheck's tag checkerAndras Bartek
So the build will not break on translations errors in help. English segment will be used, when the localized segment has fatal error in it, e.g. a tag error that results in invalid xml. Change-Id: I8a74649d1f00f6379a7244f2582d27b8a437cd2f
2012-08-24Related: fdo#53337 Maybe this is a typeinfo visibility problemCaolán McNamara
Change-Id: I024de5b400d0f7a443d4cce7bfe4e88841e6049b
2012-08-14-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I4b541b2a0de4fd395a613a47c9a3868199f42513
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-07remove empty ascii boxes and stuffThomas Arnhold
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07fix crash on startIvan Timofeev
Change-Id: Ieee907d38711761f4770b802f54bd38c4e807807
2012-08-06fixing conditional text in ahelp tags fdo#49268Andras Bartek
Change-Id: Ife25790d2ef3ffbacc05a97ac682757b841a1eb8
2012-07-30Typo ressource -> resourceStephan Bergmann
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-28Partially revert "Remove some unused defines and controls"Thomas Arnhold
This partially reverts b63027f0992cf5c368faeb807c69110997dd00ea http://lists.freedesktop.org/archives/libreoffice/2012-July/035331.html Change-Id: I2c87ea89e1b05aa6874a74d2b781b976e970f979
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2012-07-17move ulfconv to l10ntoolsDavid Tardon
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
2012-07-15fdo#52090 update Danish dictionaries (2012.07.14)Andras Timar
Change-Id: Ia05018afcfcba044e568e9262ccb90324c2807f5
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13fdo#51954: More tools->rtl string conversion regressionsStephan Bergmann
Change-Id: If9c5b0a0876540e9546617faaa5dcb4ae1e5a2cb
2012-07-12XML_Parse returns enum XML_StatusMichael Stahl
Change-Id: Ie4dde5aa412dae05d2629ce5675356db70b2529b
2012-07-11Regression fix correctionStephan Bergmann
Change-Id: I03f020f474c198368aa3528870b0752752a3bd2c
2012-07-11fix std::max mismatched type compile snafuMichael Meeks
Change-Id: Ia6572f8c648168053ae327fa995fc4f33029ab33
2012-07-11fdo#51954: More tools->rtl string conversion regressionsStephan Bergmann
Change-Id: I490cc82b60663d30fdc8e09d9d6021c964656bec
2012-07-10fdo#51954: -1 is small while STRING_NOTFOUND was greatStephan Bergmann
...after String -> rtl::OUString conversion in a4cbcf2fc567393cd954d0fcc8ea0ce7d859b59f. Change-Id: Ieb6dfce8c0cf7d8b5971d187b3b58b754c1cb02f
2012-07-09Resolves: fdo#51572 catch CLuceneError throws and extract the error messageCaolán McNamara
I can't reproduce fdo#51572, but catching the exception in HelpIndexer::indexDocuments should resolve it anyway and make it non-fatal. Collect the error message for retrieval via HelpIndexer::getErrorMessage Change-Id: Id557b9f5ff968c398f76969591f5ee765e56aa5a
2012-07-07"Wunused-but-set-variable" was new in gcc 4.6Terrence Enger
Condition new #pragma by gcc version Change-Id: I0e5273c267e3514529de90d79cc221b44dbdcf9c
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-01Remove unused xmlutil.hxxThomas Arnhold
All definitions are unused. Change-Id: Idbe646f8df14e5bb42da6e4f6a38d25777de5523
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-29Remove some unused defines and controlsThomas Arnhold
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
2012-06-27callcatcher: remove some unused codeCaolán McNamara
Change-Id: I6b512dd2b33e2c09fad2369bb299120fc35345b0
2012-06-22re-base on ALv2 code.Michael Meeks
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-19fix help localization from source tarballsPetr Mladek
localize tool need to get strings also from src directory Change-Id: If8e94198002888d1fcf9b0b0416b7b5dcaa46386
2012-06-16removed unused forward declarations of classTakeshi Abe
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
2012-06-12cppcheck: Avoid unused variables code warningsMartyn Russell
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: I7b2dac4afc448b6b694bc48f162f46d2a5a7dddb
2012-05-20move idxdict out of dictionariesDavid Tardon
So dictionaries is again a nice data-only module and we do not need to build it in build phase of cross-compilation. It really does not make sense to build a gazillion of extensions just because we will need one tiny tool later... Change-Id: I23f01b818afba1bc8cc88ef3e8305ecfb7a193c0
2012-05-17on Windows we need both propex (Perl script) and propex.bat (launcher)Andras Timar
Change-Id: I1044c84dc0fb22188100c17440a72c0a7d923adc
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-14WaE: exceptions used without unwind informationCaolán McNamara
Change-Id: Iaf1606ee8c3e4f07cea3525813712dd25b0627c6
2012-05-06fix subtle flex problems on MacOSDavid Ostrovsky
Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
2012-05-05add propex.bat back; it is used on WindowsMatúš Kukan
Change-Id: I9fd6cc52533d95f67685a595171f035ca78e84df
2012-05-04fixed subtle flex issue with C++ treatment on WindowsDavid Ostrovsky
Change-Id: I Ibf4b4ae8e633c8b82f6fe7c70d4d93280acc87ce
2012-05-04generate non-interactive scannerDavid Tardon
This should avoid problem with missing decl. of isatty. Change-Id: I23b8a43465afe99b49cc6c1ba93592564ed62d78
2012-05-04the binaries were build with enabled exceptions beforeDavid Tardon
Change-Id: I7781c68c94efe04c821c9c7a3bcabc97bbdcfc36