Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-17 | add a StringUtils-alike remove (can replace EraseAllChars) | Caolán McNamara | |
2011-11-14 | callcatcher: remove unused code | Caolán McNamara | |
2011-11-08 | code cleanup of localize tool | Andras Timar | |
2011-11-08 | remove unused global variables | Andras Timar | |
2011-11-08 | MERGE_SOURCE_LANGUAGES is never defined, removing ifdefs | Andras Timar | |
2011-11-05 | Remove the unused <l10ntools/vosapp.hxx> header | Tor Lillqvist | |
2011-11-04 | quiet normally incorrect empty fragments warning cluttering tinderbox output | Michael Meeks | |
2011-11-03 | indent line in merged description.xml | Andras Timar | |
2011-10-29 | remove localization tool of obsoleted layout code | Andras Timar | |
2011-10-29 | tweak handling of extension descriptions | Andras Timar | |
2011-10-28 | char array should be null terminated | Andras Timar | |
2011-10-18 | Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on ↵ | Stephan Bergmann | |
Linux x86_64). | |||
2011-10-13 | po2lo: the po parser should be reset before starting a new file | Miklos Vajna | |
2011-10-06 | Give better error message on invalid sdf input | Miklos Vajna | |
2011-10-05 | merge strings to description.xml files | Andras Timar | |
2011-10-04 | WaE: return: conversion from sal_uInt32 to sal_uInt16, possible loss of data | Tor Lillqvist | |
2011-10-03 | fdo#41380: fix po2lo to support python3 as well | Miklos Vajna | |
2011-10-03 | extract strings from scripting module | Andras Timar | |
2011-09-30 | extract strings for l10n from description.xml files | Andras Timar | |
Merging is to be implemented... | |||
2011-09-30 | fix error messages | Andras Timar | |
2011-09-30 | typo in comment | Andras Timar | |
2011-09-30 | remove unused tokens | Andras Timar | |
2011-09-30 | Make translation tools cross-build aware | Thorsten Behrens | |
Build-time tools should use build-time inpath... | |||
2011-09-23 | Undo basis/brand split: move dynamic libraries from basis to brand. | Stephan Bergmann | |
2011-09-22 | aMergedLanguages is write only, can be removed | Caolán McNamara | |
2011-09-22 | callcatcher: newly unused ResData::isMerged | Caolán McNamara | |
2011-09-21 | remove unused (and buggy) language fallback functionality | Andras Timar | |
Fallback to en-US is done in translations module. Fallback to other languages is not supported, but if we ever needed it, it would be easier to solve the problem in a script language instead of C++ in translations module. | |||
2011-09-20 | localize.pl is not necessary | Andras Timar | |
2011-09-20 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-20 | Revert "localize.pl is not necessary" - breaks on Windows | Andras Timar | |
This reverts commit fbb48a21a8c2f4ba00f96544fafc8eb8e908aa10. | |||
2011-09-20 | localize.pl is not necessary | Andras Timar | |
2011-09-20 | no 'progress bar' for l10ntools | Andras Timar | |
2011-09-20 | adjust what to extract and what not | Andras Timar | |
2011-09-20 | remove unused column from ExeTable | Andras Timar | |
2011-09-20 | remove obsolete command line switches -UTF8 and -NOUTF8 | Andras Timar | |
2011-09-20 | remove unused MAX_LANGUAGES definition | Andras Timar | |
2011-09-20 | remove obsolete command line switch -ISO99 | Andras Timar | |
2011-09-19 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | can use SearchAndReplaceAll sal_Char variant here | Caolán McNamara | |
2011-09-19 | unused local static ByteStrings | Caolán McNamara | |
2011-09-19 | remove redundant intermediate ByteStrings | Caolán McNamara | |
2011-09-17 | charset arg doesn't exist anymore, fixes helpex | Caolán McNamara | |
2011-09-17 | cleanup: don't use German as fallback language | Andras Timar | |
2011-09-17 | add a new helper script: addkeyid2pot.pl | Andras Timar | |
It adds key IDs to pot entries in the form of #. type comments. In Pootle the translator can search for strings using the key IDs. | |||
2011-09-17 | rewrite keyidGen.pl | Andras Timar | |
it creates 4 letter key IDs (same as in pot/po files) | |||
2011-09-15 | Add po2lo tool | Miklos Vajna | |
2011-09-15 | fast_merge: fix mis-merge of first module's strings | Miklos Vajna | |
The problem was that in write_lines() when $first_run was true, the add_to_buffer() call already set the current module's name to the second module. A fix for this is to use let make_paths() take a parameter, and in case of the first run, pass the really first module name, not the current one. | |||
2011-09-13 | cppcheck:remove unused variables | Julien Nabet | |
2011-09-13 | wtratree unbuilt | Caolán McNamara | |
2011-09-13 | elide conversion from MS1252 to MS1252 | Caolán McNamara | |