summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Collapse)Author
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
2012-05-04build Jar_FCFGMerge only in with-java caseMatúš Kukan
Change-Id: I45ba6a2080f489d4b1cf44ca95de81b8e33adac9
2012-05-04there is no localize script and propmerge.bat is not usedMatúš Kukan
Change-Id: Ie5038d9f53a1249a5c6b5c116f7781084741b40e
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24do not export usage of CLucene headers outside of l10ntoolsLuboš Luňák
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
2012-04-23use CLUCENE_CFLAGSLuboš Luňák
2012-04-22WaE: unused functionsTor Lillqvist
2012-04-20WaE: MSVC2008 suppress warnings in clucene headersCaolán McNamara
2012-04-20WaE: MSVC2008 suppress warnings in clucene headersCaolán McNamara
2012-04-18in debug message print the filename that caused the errorAndras Timar
2012-04-14we only extract en-US strings, remove some complexityAndras Timar
2012-04-14export x-comments to sdf file into the 'helptext' fieldAndras Timar
helptext field has not been in use for a while, so we can use that to hold the x-comment
2012-04-07add headers to Gert's filesCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-03-28callcatcher: regenerate listCaolán McNamara
2012-03-27exclude callcatcher output dirs from translation tools as wellCaolán McNamara
2012-03-27Remove unused code in l10ntools.Santiago Martinez
2012-03-12WaE: unknown conversion type character 'z' in formatDavid Tardon
2012-03-02translations converted to gbuildMatúš Kukan
2012-02-28Make sure osl_openFile is called with an absolute URLStephan Bergmann
2012-02-28Better error messageStephan Bergmann
2012-02-28Prevent crash of helpex.exeAndras Timar
2012-02-28fix behaviour of propex tool on WindowsAndras Timar
2012-02-27Make localize follow clone/* instead of symlinksStephan Bergmann
...so that it works on Windows.
2012-02-26print what directory localize tool cannot openAndras Timar
Currently it cannot open /dictionaries under Cygwin, because it is a Cygwin symlink that Windows programs cannot follow. TODO...
2012-02-24more silent output of non-verbose help buildAndras Timar
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold
2012-02-23do not print ".\n" to consoleAndras Timar
2012-02-23ja help overflows clucene's default limitsCaolán McNamara
2012-02-23just link to HelpIndexerCaolán McNamara
2012-02-23tweak for cross-platformityCaolán McNamara
2012-02-23make sure we retain fix for fdo#40665 in cluceneCaolán McNamara
2012-02-23use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara
2012-02-23HelpIndexer and HelpSearch: remove JavaGert van Valkenhoef
2012-02-23HelpIndexer: use OSL for directory accessGert van Valkenhoef
2012-02-23Add C++ HelpSearch and call from XMLHelp. Fix string conversion bug.Gert van Valkenhoef
2012-02-23tweak buildCaolán McNamara
2012-02-23HelpIndexer using rtl::OUString, called from xmlhelpGert van Valkenhoef