Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing windows codepage.Bruno Coudoin2009-07-261-18/+18
|
* Added a missing part in the create_nsis_translations.pl tool.Bruno Coudoin2009-07-261-64/+79
| | | | | | Now I complete the process with the iconv command to translate UTF-8 chars comming from the po translation to the proper windows code page.
* Improved the create_nsis_translations.pl. Added the GPL header.Bruno Coudoin2009-07-241-12/+87
| | | | Added command line parameter and usage for this script.
* Minor simplification. There is only a single @INSERT_TRANSLATIONS@Bruno Coudoin2009-07-221-6/+3
| | | | to add in the installer file.
* integrated the langmacros.nsh in the create_nsis_translations.pl.Bruno Coudoin2009-07-221-31/+79
|
* Fixed related to the management of the default english.Bruno Coudoin2009-07-221-2/+18
|
* Completed the integration of the create_nsis_translation.pl scriptBruno Coudoin2009-07-221-10/+63
| | | | | that does the export of nsis installer strings to translate to the po files.
* In progress, the windows installer with po translation does not work yet.Bruno Coudoin2009-07-191-20/+19
|
* Completed the nsis translation tool.Bruno Coudoin2009-07-191-4/+28
|
* created a new tool named tools/create_nsis_translations.plBruno Coudoin2009-07-191-0/+120
| | | | | It is not yet completely integrated. Its goal is to create the nsis installer translation automatically from the po files.
* Updated voices translation howto and scriptBruno Coudoin2007-10-081-1/+1
| | | | svn path=/trunk/; revision=3066
* Improved to include a subdir and the level/sublevelBruno Coudoin2007-09-281-30/+63
| | | | | | | | | | | | | * tools/gcompris_shapegame.py: Improved to include a subdir and the level/sublevel - Added the coutry borders and colored 2 white country * boards/geography_country/brazil/Rondonia.png * boards/geography_country/brazil/Rio_Grande_do_Sul.png * boards/geography_country/brazil/background.png svn path=/trunk/; revision=3055
* added exec propertyBruno Coudoin2007-09-281-0/+0
| | | | svn path=/trunk/; revision=3054
* - revove this method to create shape game activity asBruno Coudoin2007-09-1214-1084/+0
| | | | | | | | the one in tools/gcompris_shapegame.py that is a gimp script is much easier to use. svn path=/trunk/; revision=3001
* cleanup, removed unneeded cvsignoreBruno Coudoin2007-09-041-1/+0
| | | | svn path=/trunk/; revision=2957
* Switched to GPL V3Bruno Coudoin2007-08-299-92/+83
| | | | svn path=/trunk/; revision=2909
* - Added support for sqlite compilation under windowsBruno Coudoin2006-11-121-2/+3
| | | | | | | | | | * Makefile.mingw.in: * src/boards/Makefile.mingw: * src/boards/python/melody.py: removed printout * src/gcompris/Makefile.mingw: * tools/py2exe/gcompris.py: * src/boards/erase.c: (erase_create_item): fixed out of bounds image
* Minor, added comment on how to add tuxpaint and sqlite supportBruno Coudoin2006-11-091-1/+4
|
* - more fixes for the windows install procedureBruno Coudoin2006-10-231-1/+0
| | | | | - connect4 has been fixed by Miguel to better manage the party end.
* *** RELEASE 8.2BETA1 ***Bruno Coudoin2006-10-213-0/+53
| | | | | | | | | - fixed all boards/Makefile.am, the transformation for i18n was not good enough and was breaking the game missing_letter. - added support for py2exe on windows which allow us to create an embedded package with python, pygtk and pycairo all together - cleanup in boards/* to replace assert by g_assert and remove uneeded includes. - fixed awele to run on windows replace font "12x24" by "sans 12"
* - added a new tool from Miguel DE IZARRA /miguel2i on free point fr/Bruno Coudoin2006-10-041-0/+339
| | | | | | | | | | | This tool allow us to create puzzle or geography type activity with ease. It's a gimp python-fu script so you need gimp and python foo on your system. * tools/gcompris_shapegame.py: * INSTALL: minor update * README: minor update
* - Added Turk voices by Meltem Turhan YöndemBruno Coudoin2006-09-141-1/+1
| | | | | | - Added Turk internal geography maps (3 maps) - Fixed reading activity, now it uses the wordlist API - fixed desktop file category to suit freedesktop list.
* Fixed to continue even when a directory is missingBruno Coudoin2006-08-251-2/+6
|
* - Fixed location and name of many voicesBruno Coudoin2006-07-142-45/+80
| | | | | | | | - added the tool check_missing_voices.pl to replace list_missing_sounds.sh * configure.in: added marathi voices * gcompris.spec.in: added marathi voices * src/gcompris/Makefile.mingw: fixed to compile again on windows
* MERGE gcompris_7-4 UNTESTEDBruno Coudoin2006-03-0116-0/+1138
MERGE gcompris_7-4 UNTESTED