summaryrefslogtreecommitdiff
path: root/translate_toolkit
AgeCommit message (Collapse)AuthorFilesLines
2011-08-01adding $(AUGMENT_LIBRARY_PATH) back, because it is neededAndras Timar1-1/+1
Notes: split repo tag: libs-extern_PRE_MELD_REPOS
2011-07-2910.4's system python is too old, need to use internal pythonChristian Lohmaier1-18/+16
as the framework is only delivered as zip, call it from python's output directory. In former times this was a no-go, but as with gmake the converted modules don't even have their own output dir anymore.... Also remove the AUGMENT_LIBRARY_PATH and WRAPCMD legacy
2011-07-29Use system python unconditionally on MacThorsten Behrens1-2/+4
Internal python on mac does not yield usable python executable, use the system one unconditionally for Mac.
2011-07-27Fix parallel build crash in translate_toolkit requiring solenvTomáš Chvátal1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-34/+34
2011-04-22Place translate-toolkit module files next to po2oo in bin.Kalman Szalai - KAMI1-29/+32
2011-04-04add --skipsource option to translate toolkit (bugs.locamotion.org#1883)Petr Mladek2-0/+100
it will be used to fix problems with missing translations (fdo#35067 and fdo#35068 - originally fdo#33189)
2011-03-28revert condition for SYSTEM_PYTHON to make it better readablePetr Mladek1-4/+4
2011-03-27fix DEPLOYMENT_TARGET snafu on Mac for translate_toolkitNorbert Thiebaud1-0/+4
2011-03-25Not that PYTHON is set during the internal python based buildFridrich Štrba1-1/+1
2011-03-25Find the python modules even when building with internal pythonFridrich Štrba1-0/+8
2011-03-25Fix a hardcoded reference to the python binary.Francois Tigeot1-3/+3
Thanks to: Michael Meeks <michael.meeks@novell.com>
2011-03-24new module translate_toolkitPetr Mladek3-0/+102
needed to create localized builds using the new "translations" repo where the strings are stored in PO files