aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-20use cygpath on WindowsAndras Timar
2011-09-19there is no python binary on macosx with internal-pythonCaolán McNamara
2011-09-19fix wrong conditionAndras Timar
2011-09-16key id build changesAndras Timar
2011-09-15Add po2lo toolMiklos Vajna
2011-09-14remove msgcat commit hook on .po file fdo#40706Andras Timar
Originally it was planned to be useful, but it slows down commit operations significantly. In practice only I commit po files to this repo and I do the msgcat --no-wrap anyway. Also, as reported in fdo#40706, when msgcat was not available, empty file would be committed.
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-08-27translations' pre-commit has no need for whitespace checkingNorbert Thiebaud
translations contains almost exclusively .po files the few other files are .lst or .mk none of these are actually subject to whitespaces checking
2011-08-27give translations its own git hooksNorbert Thiebaud
2011-08-05sync to libreoffice-3-4 translationsAndras Timar
2011-07-29Use system python on Mac unconditionallyThorsten Behrens
Internal python on mac does not yield usable python executable, use the system one unconditionally.
2011-06-07fix build with internal pythonfeature/layoutPetr Mladek
The recent python build fix for MAC removed hardcoded paths to clone/libs-extern-sys/python/unxlngi6.pro/misc/build/python-inst The result is that we need to set PYTHONHOME. Also we need to add python/lib-dynload into PYTHONPATH This commit also cleans up the condition for SYSTEM_TRANSLATE_TOOLKIT. It removed the ugly "$(AUGMENT_LIBRARY_PATH) $(WRAPCMD)" when the system toolkit is used.
2011-04-26Kill BrOffice, fdo#36262feature/calc-multiline-inputTor Lillqvist
2011-04-06Merge remote-tracking branch 'origin/libreoffice-3-4'Petr Mladek
2011-04-06use --skipsource switch of po2ooAndras Timar
--skipsource also does the fallback to en-US when a translation is missing so for example we are not flawed by incomplete localized printing dialogs any more (see fdo#33189)
2011-04-01LibreOffice-3.5 development started in masterPetr Mladek
Branch "libreoffice-3-4" has been created. Further changes in master will be used for LibreOffice-3.5 release.
2011-04-01Branch libreoffice-3-4Petr Mladek
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases + only bug fixes are allowed + no approval needed during beta phase (two weeks after branch) + 1 approval needed during rc phase and for bugfix releases + 2 approvals with different/no affiliation needed for late features + regularly merged into master by a selected person when living Please watch http://wiki.documentfoundation.org/ReleasePlan and read announces on libreoffice@lists.freedesktop.org If you want to build something cool, unstable, and risky, use master.
2011-03-30add all languagesAndras Timar
2011-03-28The ":" is not a path separator on WindowsFridrich Štrba
2011-03-25add ar, de, es, fr, it, pt-BR, ru, zh-CN, zh-TWAndras Timar
2011-03-25allow to use internal translate-toolkitPetr Mladek
set optional build dependency and paths
2011-03-25updated po file with the latest template (+restored headers)Andras Timar
2011-03-23initial import of cs and huAndras Timar
2011-03-23add .gitignore hereAndras Timar
2011-03-17add localization_present.mkAndras Timar