summaryrefslogtreecommitdiffstats
path: root/translate_toolkit
Commit message (Collapse)AuthorAgeFilesLines
* adding $(AUGMENT_LIBRARY_PATH) back, because it is neededAndras Timar2011-08-011-1/+1
|
* 10.4's system python is too old, need to use internal pythonChristian Lohmaier2011-07-291-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
* Use system python unconditionally on MacThorsten Behrens2011-07-291-2/+4
| | | | | Internal python on mac does not yield usable python executable, use the system one unconditionally for Mac.
* Fix parallel build crash in translate_toolkit requiring solenvTomáš Chvátal2011-07-271-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-34/+34
|
* Place translate-toolkit module files next to po2oo in bin.Kalman Szalai - KAMI2011-04-221-29/+32
|
* add --skipsource option to translate toolkit (bugs.locamotion.org#1883)Petr Mladek2011-04-042-0/+100
| | | | | it will be used to fix problems with missing translations (fdo#35067 and fdo#35068 - originally fdo#33189)
* revert condition for SYSTEM_PYTHON to make it better readablePetr Mladek2011-03-281-4/+4
|
* fix DEPLOYMENT_TARGET snafu on Mac for translate_toolkitNorbert Thiebaud2011-03-271-0/+4
|
* Not that PYTHON is set during the internal python based buildFridrich Štrba2011-03-251-1/+1
|
* Find the python modules even when building with internal pythonFridrich Štrba2011-03-251-0/+8
|
* Fix a hardcoded reference to the python binary.Francois Tigeot2011-03-251-3/+3
| | | | Thanks to: Michael Meeks <michael.meeks@novell.com>
* new module translate_toolkitPetr Mladek2011-03-243-0/+102
needed to create localized builds using the new "translations" repo where the strings are stored in PO files