summaryrefslogtreecommitdiff
path: root/l10ntools/StaticLibrary_transex.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24move URE headers to include/David Tardon1-2/+0
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-31Make a bit cleaner transformation of help stringsZolnai Tamás1-1/+0
*Not escape tags and double quots in tags, but find tags(icu regexp) when merge and use this infromation to make strings valid. *Define a new Quot function for helpex, which works with icu UnicodeCharacter. *Move tag search to xmlparse.cxx and use icu just in helpex. *QuotHTML not unescape just replace xml charcters. (unescaping is also useless in uimerge.cxx) *Move UnQuotHTML() to helper. (was used it in xmlparse.cxx and cfgmerge.cxx) *Use UnQuotHTML() in uimerge.cxx too. Change-Id: Ice8940ef69279709a1c5d84c6ae1b0d62a71ca76
2013-03-27l10ntools/inc/helper.hxx includes libxml/parser.hStephan Bergmann1-0/+1
Change-Id: I44512a132cdc428b5ab157f19107690b781af823
2013-03-27Refactor l10ntoolsZolnai Tamás1-1/+2
Delete unused functions. Make Export class more encapsulated. Move to local that functions which are used only in one file. Common contans method which are used by all executables. Helper contains methods belong to xml parsing. Change-Id: I28773a2c7eea90da7df7f32720fd38de2cb661ac
2013-03-19These classes are not usedZolnai Tamás1-2/+0
Classes with same function: osl::Directory, osl::File Change-Id: I0e8d18bab6ee244da274c733b8f1f646897afc7d
2013-02-27sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl1-1/+1
Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-1/+4
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-19l10ntools: remove wrong dependency on offapiMatúš Kukan1-2/+0
Change-Id: I1de82c254438bd3f706caa3c3b3221cfc4de5ff1
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-0/+3
Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
2012-11-13fix system boostPeter Foley1-1/+1
Change-Id: Id80557cb47ab471a0f3a643a1c11a59e89c14c54
2012-11-11fix transex againPeter Foley1-3/+1
Change-Id: If66ff22becad085e320ae34a36415d37c537265c
2012-11-11transex needs boostPeter Foley1-3/+2
Change-Id: Ia82dc2bba4ee90d50cf11fecfa7858d8ef179fcd
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar1-1/+11
Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
2012-10-31add missing deps on sal headersDavid Tardon1-0/+5
Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
2012-10-29l10ntools: add missing dependency on sal headersMichael Stahl1-0/+5
Change-Id: Iced89d43299767a30d31d1c5e3abf3e8c91f76cc
2012-09-28Revert "fdo#52246 let helpex use gsicheck's tag checker"Andras Timar1-2/+0
This reverts commit e3b927787f3643f9e584cc80c974d5f907a94858. There will be a better solution in feature/killsdf soon. Conflicts: l10ntools/inc/gsicheck.hxx l10ntools/source/gsicheck.cxx l10ntools/source/gsimain.cxx Change-Id: I5d12f4ee069d7024345d78c45fb1587cb006c922
2012-09-06fdo#52246 let helpex use gsicheck's tag checkerAndras Bartek1-0/+2
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-31Implement more Po method for mergeZolnai Tamás1-0/+2
Implement file oprerations(entire reading and rest part of writing) Convert text to merge/sdf form Plus cleanup Change-Id: I6bab9bb202fcdc6d0f2a13f6c44d28e22c688e1e Reviewed-on: https://gerrit.libreoffice.org/520 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-08-29Renew localization and kill sdf 1.stepZolnai Tamás1-0/+1
Extract strings from source directly to pot files Implement PoHeader and PoEntry classes Renew fomrat of pot/po files Implement conversion from old po to new po Change-Id: I411b6041f7d525e76b189d7f31adc5b9ab60f6d6 Reviewed-on: https://gerrit.libreoffice.org/506 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky1-0/+42
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c