summaryrefslogtreecommitdiff
path: root/l10ntools/source/po.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Some code scrubingZolnai Tamás1-47/+22
2013-04-21Some changes in qtz handlingZolnai Tamás1-48/+41
2013-04-13Make l10ntools executables escape clearZolnai Tamás1-87/+13
2013-03-31Make a bit cleaner transformation of help stringsZolnai Tamás1-80/+2
2013-03-16Get rid of generating temporary sdf fileZolnai Tamás1-59/+63
2013-03-09Use simpler keyid with 5 digitsZolnai Tamás1-7/+7
2013-03-09Delete PoHeader constructor used by renewpoZolnai Tamás1-36/+0
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac1-7/+0
2012-12-29po.cxx: use static and const to increase efficiencyZolnai Tamás1-8/+11
2012-12-24fdo#58673 Generate the same keyid for pots as for mergeZolnai Tamás1-4/+4
2012-12-13Fix adding keyid to po when read from fileZolnai Tamás1-8/+9
2012-12-11Skip poheaderZolnai Tamás1-29/+9
2012-12-11Revert "performance tuning of helpex"Stephan Bergmann1-217/+20
2012-12-11performance tuning of helpexNorbert Thiebaud1-20/+217
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák1-3/+3
2012-11-25Some cosmetics in l10ntoolsZolnai Tamás1-55/+30
2012-11-20work around ambiguity with msvc and old gccLuboš Luňák1-1/+1
2012-11-20-Werror=trigraphsStephan Bergmann1-1/+1
2012-11-19Use icu regex in l10ntools instead of i18nregexpZolnai Tamás1-51/+26
2012-11-18Correct skipping source file line of msgctxtZolnai Tamás1-3/+5
2012-11-18Revert "Write source file into po entries' msgctxt"Zolnai Tamás1-4/+1
2012-11-18Revert "Correct skiping source file line of msgctxt"Zolnai Tamás1-1/+2
2012-11-18Correct skiping source file line of msgctxtZtamas1-2/+1
2012-11-18Write source file into po entries' msgctxtZtamas1-1/+4
2012-11-18Revert "put filename into msgctxt, because po entries must be unique"Andras Timar1-6/+5
2012-11-18put filename into msgctxt, because po entries must be uniqueAndras Timar1-5/+6
2012-11-18Write source file into po entries' msgctxtZtamas1-2/+4
2012-11-08Correct typo in po headerZolnai Tamás1-2/+2
2012-10-11Use isFuzzy() instead of getFuzzy()Zolnai Tamás1-3/+3
2012-10-11Use MsgCtxt, MsgId and MsgCtxtZolnai Tamás1-76/+76
2012-10-10Move GenPoEntry out of headerZolnai Tamás1-33/+124
2012-10-10Delete WhiteSpace member of GenPoEntryZolnai Tamás1-12/+3
2012-10-10Relocate KeyId to PoEntryZolnai Tamás1-39/+53
2012-10-09Use _t suffix for typedefZolnai Tamás1-5/+5
2012-10-09Use static, lcl_ and anonymus namespaceZolnai Tamás1-202/+225
2012-10-01Add some new checkingZolnai Tamás1-3/+12
2012-09-30Use new startsWith() method of OStringZolnai Tamás1-14/+8
2012-09-30Corrections for mergeZolnai Tamás1-1/+1
2012-09-30Correct escaping tagsZolnai Tamás1-1/+3
2012-09-30Move setting of po msgid to constructorZolnai Tamás1-9/+3
2012-09-30Make Po classes robusterZolnai Tamás1-45/+201
2012-09-30Not use initializer-list for vectorZolnai Tamás1-4/+6
2012-09-24Use PoEntry and PoHeader more like an interfaceZolnai Tamás1-150/+111
2012-09-20Use po file for merge 1. stepZolnai Tamás1-42/+133
2012-09-03Make interface for PoEntryZolnai Tamás1-35/+85
2012-08-31Correct KeyId generatorZolnai Tamás1-5/+6
2012-08-31Implement more Po method for mergeZolnai Tamás1-49/+275
2012-08-30More cleanup aka clean up cleanupZolnai Tamás1-35/+16
2012-08-29Some cleanupZolnai Tamás1-11/+11
2012-08-29Improve KeyId generationZolnai Tamás1-56/+36