Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/geography
Commit message (Collapse)AuthorAgeFilesLines
* configure fixes and cleanup by Yavor Doganov.Bruno Coudoin2008-10-281-3/+1
| | | | | | It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586
* *** RELEASE 8.4.5 ***Bruno Coudoin2008-05-12166-0/+0
| | | | | | | | | Removed non functional writing tutor activity to make room. Removed non functional oscar and friends to make room Compressed all png images with optipng to save space (5MB saved) svn path=/trunk/; revision=3433
* cleanup, removed unneeded cvsignoreBruno Coudoin2007-09-042-7/+0
| | | | svn path=/trunk/; revision=2957
* Fixed bug#327462 : Please move data files into a separate CVS moduleBruno Coudoin2007-08-308-162/+162
| | | | | | | | | | | | Now all voices are in a separated svn module. The voices must now be put under boards/voices/<locale> instead of boards/sounds/<locale> To get the voices installed in the proper place, simply run: make update-voices svn path=/trunk/; revision=2944
* minor, removed resource definitionBruno Coudoin2007-03-13229-1033/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * boards/clickgame.xml.in: minor, removed resource definition * boards/menu.xml.in: * src/gcompris/gcompris.c: * boards/Makefile.am: splitted geography and geography_country * boards/geography.xml.in: * boards/geography/Makefile.am: * boards/geography/board10_0.xml.in: * boards/geography/board5_0.xml.in: * boards/geography/board6_0.xml.in: * boards/geography/board7_0.xml.in: * boards/geography/board8_0.xml.in: * boards/geography/board9_0.xml.in: * boards/geography/board9_1.xml.in: * boards/geography/board9_2.xml.in: * boards/geography_country/Makefile.am: * configure.in: * po/POTFILES.in: * boards/scalesboard.xml.in: fixed documentation * src/boards/scale.c: (scale_anim_plateau): fixed fuzzy plate by Miguel. * src/boards/shapegame.c: (item_event): fixed freeze in dragging in the tooltip by Miguel. svn path=/trunk/; revision=2513
* no more need to hit Enter. now display the text all the time, even ifBruno Coudoin2007-03-1341-1/+28
| | | | | | | | | | | | | * src/boards/algebra_guesscount.c: (start_board), (update_line_calcul), (item_event_num): no more need to hit Enter. * src/boards/colors.c: (repeat): now display the text all the time, even if sound is there. * boards/geography/Makefile.am: * boards/geography/board10_0.xml.in: * boards/geography/norway_counties: Added norway country in geography by Karl Ove Hufthammer svn path=/trunk/; revision=2511
* Soudan typo is now fixed created Japanese flag from wikipedia Soudan typoBruno Coudoin2006-11-071-2/+2
| | | | | | | | | | | | | | * TODO: Soudan typo is now fixed * boards/flags/ja.png: created Japanese flag from wikipedia * boards/geography/board4_2.xml.in: Soudan typo is now fixed * boards/wordprocessor.xml.in: moved to /fun, out of experimental * configure.in: added Japanese * src/boards/py-mod-anim.c: (AnimCanvas_free): Fixed a Major bug in anim bindings. quiting the gnumch activity crash GCompris 1 times on 10 in my case. This seems to fix it and we should consider patching 8.2.1 with this. * src/boards/python/gnumch.py: fixed a string to allow paramter swapping for translations. * src/gcompris/config.c: added japanese.
* *** RELEASE 8.2BETA1 ***Bruno Coudoin2006-10-211-1/+1
| | | | | | | | | - 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 Turkish map by Onur Tolga SehitogluBruno Coudoin2006-10-0187-0/+689
| | | | (removed translatable title because of string freeze)
* - Added Turk voices by Meltem Turhan YöndemBruno Coudoin2006-09-141-1/+4
| | | | | | - Added Turk internal geography maps (3 maps) - Fixed reading activity, now it uses the wordlist API - fixed desktop file category to suit freedesktop list.
* - changed transformation of xml.in files to xml files. Now the translationsBruno Coudoin2006-08-121-1/+8
| | | | | | | are no more embedded in them. It was no more used for a while, we take the translation from the po file directly. This saves 2 to 3 MB !. - Fixed the escape key on to level menu. It no more stops the menu itself. - Added initial support for autopackage software packaging system.
*