summaryrefslogtreecommitdiffstats
path: root/l10ntools/StaticLibrary_transex.mk
Commit message (Collapse)AuthorAgeFilesLines
* prefer makefile-gmake-modeTakeshi Abe2014-04-281-1/+1
| | | | Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-21/+4
|
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-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>
* move URE headers to include/David Tardon2013-04-241-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>
* Make a bit cleaner transformation of help stringsZolnai Tamás2013-03-311-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
* l10ntools/inc/helper.hxx includes libxml/parser.hStephan Bergmann2013-03-271-0/+1
| | | | Change-Id: I44512a132cdc428b5ab157f19107690b781af823
* Refactor l10ntoolsZolnai Tamás2013-03-271-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
* These classes are not usedZolnai Tamás2013-03-191-2/+0
| | | | | | Classes with same function: osl::Directory, osl::File Change-Id: I0e8d18bab6ee244da274c733b8f1f646897afc7d
* sal: new ZipPackage_sal_odk_headers for public ODK headersMichael Stahl2013-02-271-1/+1
| | | | Change-Id: I76cb00121d7b4c21137be70ab7a5bd5389037302
* convert icu to gbuild and add to tail_buildPeter Foley2012-12-271-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>
* l10ntools: remove wrong dependency on offapiMatúš Kukan2012-12-191-2/+0
| | | | Change-Id: I1de82c254438bd3f706caa3c3b3221cfc4de5ff1
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-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
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-111-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
| * | Implement more Po method for mergeZolnai Tamás2012-08-311-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>
| * | Renew localization and kill sdf 1.stepZolnai Tamás2012-08-291-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>
* | | fix system boostPeter Foley2012-11-131-1/+1
| | | | | | | | | | | | Change-Id: Id80557cb47ab471a0f3a643a1c11a59e89c14c54
* | | fix transex againPeter Foley2012-11-111-3/+1
| | | | | | | | | | | | Change-Id: If66ff22becad085e320ae34a36415d37c537265c
* | | transex needs boostPeter Foley2012-11-111-3/+2
| |/ |/| | | | | Change-Id: Ia82dc2bba4ee90d50cf11fecfa7858d8ef179fcd
* | add missing deps on sal headersDavid Tardon2012-10-311-0/+5
| | | | | | | | Change-Id: I815ef8abaf4cd998e7b91fbadad56ddf0a7087ba
* | l10ntools: add missing dependency on sal headersMichael Stahl2012-10-291-0/+5
| | | | | | | | Change-Id: Iced89d43299767a30d31d1c5e3abf3e8c91f76cc
* | Revert "fdo#52246 let helpex use gsicheck's tag checker"Andras Timar2012-09-281-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
* | fdo#52246 let helpex use gsicheck's tag checkerAndras Bartek2012-09-061-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
* gbuild conversion l10ntools moduleDavid Ostrovsky2012-05-041-0/+42
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c