summaryrefslogtreecommitdiff
path: root/l10ntools/source/po.cxx
AgeCommit message (Expand)Author
2014-08-13l10ntools: suppress warning C4245 from boost/crc.hppMichael Stahl
2014-02-26Remove visual noise from l10ntoolsAlexander Wilms
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-06-29Search for char instead of 1 char long string, when possible.Thomas Arnhold
2013-05-28Source files shouldn't have executable bit set.Mark Wielaard
2013-05-02Some code scrubingZolnai Tamás
2013-04-21Some changes in qtz handlingZolnai Tamás
2013-04-13Make l10ntools executables escape clearZolnai Tamás
2013-03-31Make a bit cleaner transformation of help stringsZolnai Tamás
2013-03-16Get rid of generating temporary sdf fileZolnai Tamás
2013-03-09Use simpler keyid with 5 digitsZolnai Tamás
2013-03-09Delete PoHeader constructor used by renewpoZolnai Tamás
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac
2012-12-29po.cxx: use static and const to increase efficiencyZolnai Tamás
2012-12-24fdo#58673 Generate the same keyid for pots as for mergeZolnai Tamás
2012-12-13Fix adding keyid to po when read from fileZolnai Tamás
2012-12-11Skip poheaderZolnai Tamás
2012-12-11Revert "performance tuning of helpex"Stephan Bergmann
2012-12-11performance tuning of helpexNorbert Thiebaud
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák
2012-11-25Some cosmetics in l10ntoolsZolnai Tamás
2012-11-20work around ambiguity with msvc and old gccLuboš Luňák
2012-11-20-Werror=trigraphsStephan Bergmann
2012-11-19Use icu regex in l10ntools instead of i18nregexpZolnai Tamás
2012-11-18Correct skipping source file line of msgctxtZolnai Tamás
2012-11-18Revert "Write source file into po entries' msgctxt"Zolnai Tamás
2012-11-18Revert "Correct skiping source file line of msgctxt"Zolnai Tamás
2012-11-18Correct skiping source file line of msgctxtZtamas
2012-11-18Write source file into po entries' msgctxtZtamas
2012-11-18Revert "put filename into msgctxt, because po entries must be unique"Andras Timar
2012-11-18put filename into msgctxt, because po entries must be uniqueAndras Timar
2012-11-18Write source file into po entries' msgctxtZtamas
2012-11-08Correct typo in po headerZolnai Tamás
2012-10-11Use isFuzzy() instead of getFuzzy()Zolnai Tamás
2012-10-11Use MsgCtxt, MsgId and MsgCtxtZolnai Tamás
2012-10-10Move GenPoEntry out of headerZolnai Tamás
2012-10-10Delete WhiteSpace member of GenPoEntryZolnai Tamás
2012-10-10Relocate KeyId to PoEntryZolnai Tamás
2012-10-09Use _t suffix for typedefZolnai Tamás
2012-10-09Use static, lcl_ and anonymus namespaceZolnai Tamás
2012-10-01Add some new checkingZolnai Tamás
2012-09-30Use new startsWith() method of OStringZolnai Tamás
2012-09-30Corrections for mergeZolnai Tamás
2012-09-30Correct escaping tagsZolnai Tamás
2012-09-30Move setting of po msgid to constructorZolnai Tamás
2012-09-30Make Po classes robusterZolnai Tamás
2012-09-30Not use initializer-list for vectorZolnai Tamás
2012-09-24Use PoEntry and PoHeader more like an interfaceZolnai Tamás
2012-09-20Use po file for merge 1. stepZolnai Tamás
2012-09-03Make interface for PoEntryZolnai Tamás